[Webkit-unassigned] [Bug 180866] AX: macOS VoiceOver doesn't announce when details element is expanded when using role group

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 29 19:59:02 PDT 2018


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

--- Comment #4 from Nan Wang <n_wang at apple.com> ---
(In reply to chris fleizach from comment #3)
> Comment on attachment 341546 [details]
> patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=341546&action=review
> 
> > Source/WebCore/accessibility/AccessibilityObject.cpp:-2800
> > -            return object.roleValue() == AccessibilityRole::Details;
> 
> What if someone made a details element into a landmark. Would we still
> expose expanded status?

Yes I think so.

> 
> Also is the attribute name exposed in this case?
> 
> We might want to list out the allowed roles a details can have and still
> have an expanded status

I don't see a list of allowed roles in any spec for details element. Do you have any suggestions? 

Or I can only allow details element with group role for this particular case

-- 
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/20180530/3572e220/attachment.html>


More information about the webkit-unassigned mailing list