Changes between Initial Version and Version 16 of Ticket #42006
- Timestamp:
- 01/07/2019 08:08:45 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #42006
- Property Keywords has-patch commit added
-
Property
Milestone
changed from
Awaiting Review
to5.0.3
-
Ticket #42006 – Description
initial v16 11 11 What seems to happen here is that Safari and VoiceOver "see" the visually hidden screen reader text placed a few pixels above the visible text and thus they think it's in a line ''before'' the visible text. 12 12 13 Screen readers tend to read "by line" but CSS shouldn't affect the way they announce text so this "feature" seems very questionable to me. It's not the first cas swhere CSS has side effects on screen readers though.13 Screen readers tend to read "by line" but CSS shouldn't affect the way they announce text so this "feature" seems very questionable to me. It's not the first case where CSS has side effects on screen readers though. 14 14 15 15 The only way I've found to fix this is moving the screen-reader-text a few pixels down so it's on the same "virtual line" of the visible text, or even a bit below it.