@thierryk I see. Then `@media not speech` is also needed: ```CSS .hidden-visually { position: absolute; left: -5000px; } @media not speech { .hidden-visually { display: none; } } ``` But in such a case, I would agree with @AmeliaBR that it is too many devs copy & paste for a "screen reader only" purpose. A simpler way would be preferable. -- GitHub Notification of comment by Ian-Y Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/560#issuecomment-276707671 using your GitHub accountReceived on Wednesday, 1 February 2017 16:36:34 UTC
This archive was generated by hypermail 2.4.0 : Thursday, 24 March 2022 20:26:37 UTC