Bug 66736

Summary: [Meta] Make a shadow host return proper AccessibilityObject considering its shadow contents
Product: WebKit Reporter: Hayato Ito <hayato>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: dglazkov, dominicc, morrita, rolandsteiner, shinyak
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 66669    

Description Hayato Ito 2011-08-22 17:38:27 PDT
We have to make a shadow host return proper AccessibilityObject somehow for accessibility.
Comment 1 Hayato Ito 2011-09-11 18:23:05 PDT
I'd like to mark this WONTFIX.

As long as a shadow host can return a proper RenderObject, that is expected, a proper AccessibilityObject can be created from that in the current implementation.

If we find a use case that must be handled, please re-open this bug. A layout test is welcome.