[Webkit-unassigned] [Bug 200529] New: AX: <button> with aria-haspopup or aria-pressed incorrectly speaks adjacent paragraph text when setting focus to the button when it's inside a paragraph.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 7 19:55:12 PDT 2019


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

            Bug ID: 200529
           Summary: AX: <button> with aria-haspopup or aria-pressed
                    incorrectly speaks adjacent paragraph text when
                    setting focus to the button when it's inside a
                    paragraph.
           Product: WebKit
           Version: Safari 12
          Hardware: Macintosh
                OS: macOS 10.14
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: paul at pauljadam.com
                CC: webkit-bug-importer at group.apple.com

Steps to Reproduce:
1. Visit http://pauljadam.com/demos/annotated-text-popup.html with VoiceOver in Safari macOS.
2. Set VoiceOver focus to button examples using aria-haspopup and using aria-pressed attributes. 

Expected Results for button aria-haspopup:
VoiceOver says "word collapsed pop up button" 

Actual Results for button aria-haspopup:
VoiceOver says "word This is a paragraph of text. This  collapsed pop up button" 

Expected Results for button aria-pressed:
VoiceOver says "word toggle button" 

Actual Results for button aria-pressed:
VoiceOver says "word  is annotated with a underline style and a non-pressed toggle state. This is a paragraph of text. This  toggle button" 

Notes:
Notice that the normal button example behaves as expected and only says "word button" and the button aria-expanded example works as expected and says "word collapsed button"

-- 
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/20190808/00dc9a84/attachment-0001.html>


More information about the webkit-unassigned mailing list