[Bug 21132] Regions need a way to respond to events in their content fragment

https://www.w3.org/Bugs/Public/show_bug.cgi?id=21132

Alan Stearns <stearns@adobe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |LATER

--- Comment #2 from Alan Stearns <stearns@adobe.com> ---
An elementsFromPoint() method has been added to CSSOM-view:

http://dev.w3.org/csswg/cssom-view/#extensions-to-the-document-interface

This will in most cases allow code to determine which fragment container has
been clicked. It will not fix CSS hover styling.

An additional 'paint-order' value for pointer-events is proposed for a future
level of CSS UI:

http://wiki.csswg.org/spec/css4-ui?&#pointer-events

This would optionally allow user events to pass through the stack of elements
under the event coordinates. This would the issue for both click events and CSS
hover styling in fragment containers.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 24 June 2013 22:34:42 UTC