You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should likely make sure there actually is something visible on both orientations.
(other examples of this rule might suffer from similar problems on either orientation, I haven't double checked all of them).
The text was updated successfully, but these errors were encountered:
@WilcoFiers Created a PR. I did not touch inapplicable 3 because it's hidden intentionally (It's not applicable because it's display none and therefore not visible).
It was a little trickier than first thought because, while the rotation is fixed, the distance the text moves depends on the size of the box rotating (browser width/height). I think the CSS I added should limit this enough to at least let the test cases do what they're supposed to.
When looking at Failed example 3 of rule Orientation of the page is not restricted using CSS transform property, in landscape mode on a wide screen, the page looks empty.
This is likely due to the wide
body
element being rotated on its rightmost corners and thus the small text on the left side got pushed off-screen at the top.We should likely make sure there actually is something visible on both orientations.
(other examples of this rule might suffer from similar problems on either orientation, I haven't double checked all of them).
The text was updated successfully, but these errors were encountered: