- From: <bugzilla@jessica.w3.org>
- Date: Fri, 01 Oct 2010 00:53:30 +0000
- To: public-html@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10927
Summary: collection of all interactive (actionable, focusable)
elements
Product: HTML WG
Version: unspecified
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: HTML5 spec (editor: Ian Hickson)
AssignedTo: ian@hixie.ch
ReportedBy: cyns@microsoft.com
QAContact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
public-html@w3.org
It would be useful to have a collection of the elements on a page that the user
can interact with. this is similar the HTMLFormControlsCollection, except that
it would also include interactive elements from 4.11 and links from 4.12, and
could be gathered from any parent element, not just form and fieldset.
It would be nice to be able to include elements whose ARIA role would make them
interactive, that contain @tabindex!=-1, or that have event handlers associated
with them as well. However some of those might be harder.
Having this colleciton would allow authors to easily find the interactive
elements, rather than having to test for specific element types or roles.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Received on Friday, 1 October 2010 00:53:31 UTC