[Webkit-unassigned] [Bug 229118] New: AX:

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 15 02:51:04 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=229118

            Bug ID: 229118
           Summary: AX:
           Product: WebKit
           Version: Safari 14
          Hardware: iPhone / iPad
                OS: iOS 14
            Status: NEW
          Severity: Blocker
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: a11ybugreportsnz at gmail.com
                CC: andresg_22 at apple.com,
                    webkit-bug-importer at group.apple.com

Created attachment 435561

  --> https://bugs.webkit.org/attachment.cgi?id=435561&action=review

A demo of a table caption that causes this bug

If a table has a <caption> element with the CSS rule "position: absolute", VoiceOver cannot read the contents of the table, and gets "stuck".

This mainly occurs when you use the left/right swipe gestures to move the VoiceOver cursor.

It is common to see 'screen reader only' content in websites. This is typically implemented with an '.sr-only' CSS class or similar, such as in Bootstrap.
Most '.sr-only' implementations use the 'position: absolute' CSS rule.
This means, if a content author wants to visually hide a table caption but preserve accessibility for screen readers, this bug will occur - making it impossible to access the table's contents.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210815/1fcd94f6/attachment.htm>


More information about the webkit-unassigned mailing list