- last update
over 1 year ago CI aborted - last update
over 1 year ago Patch Failed to Apply - 🇩🇪Germany dercheffe Sersheim, Germany
It's up to the developers and UI / UX designers to create an accessible interface regardless of whether the orientation is locked or not. IMHO Drupal shouldn't go against the manifest specs. If an option is available in the specs and supported by most browsers, even if not mandatory, it should be configurable.
If you don't want to lock the orientation change, you would choose the "any" option (which should be the default option since it will be the case in 90% of the WPAs) but if - for some reason - you want to lock the orientation, Drupal should provide the means to do so.As a disabled person I agree with that 👍. Going with the standards/specs of technology is almost a good option. Don't forget that accessibility often plays together with different third party apps. The assistance software (braille device etc.) is more comfy with standards. And in my opinion it might be a kind of exclusion too, to "hard code" an option independent from it's direction. Let the developers/designers decide what is necessary for the individual use case.
- 🇨🇦Canada xmacinfo Canada
We can remove “orientation change” from the list I made.
But there is no clear consensus on that one. See #194 and #192.
Creating a good-looking and usable web page/web app in both orientations requires more work. But using responsive CSS code helps to build pages that adapt to most screen sizes.
Personally, on an iPad, for example, I want to be able to use a web page/web app in any orientation and not be left lock-out in one orientation.
- 🇯🇵Japan tyler36 Osaka
From #197
> If an option is available in the specs and supported by most browsers, even if not mandatory, it should be configurable.
This. However, "orientation" is marked as "Experimental: Expect behavior to change in the future." so I would be inclined to skip this (and any other experimental) to increase reliablity.
Currently, patch #187 and the MR reference the "color" module which was removed in Drupal 10.
- 🇺🇸United States Albert Volkman
Created a version of the existing patch to apply to 10.1.x