Bug 66736 - [Meta] Make a shadow host return proper AccessibilityObject considering its shadow contents
Summary: [Meta] Make a shadow host return proper AccessibilityObject considering its s...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 66669
  Show dependency treegraph
 
Reported: 2011-08-22 17:38 PDT by Hayato Ito
Modified: 2011-09-11 18:23 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.