[Bug 10066] replace section 3.2.6 with the alternative spec text provided (ARIA)

http://www.w3.org/Bugs/Public/show_bug.cgi?id=10066

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |ASSIGNED

--- Comment #33 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-04-08 22:34:29 UTC ---
If I understand correctly, the change proposal's details section requests the
following changes:
-------------------------
button element, input type="image", input type=button:    allowed roles:
button, link, menuitem, menuitemcheckbox, menuitemradio,presentation, radio,
slider, scrollbar or progressbar.
h1 to h6 element that does have an hgroup ancestor: The first h1 to h6 element
element with the highest ranking (1-6) has a heading role with the aria-level
property set to the element's ranking . Any other h1 to h6 element elements
have no default role. OR leave defaulkt heading semantics unchanged and provide
advic to user agents on how to present the semantics of the heading/subheading.
hgroup element: no default role
a element that represents a hyperlink allowed roles: button, checkbox, link,
menuitem, menuitemcheckbox, menuitemradio, presentation, progressbar, radio,
slider, scrollbar, tab, or treeitem.
img element that does not have an empty alt attribute: default role of img.
allowed roles: any
H1 to H6 allowed roles: button, checkbox, link, menuitem, menuitemcheckbox,
menuitemradio, option, presentation, radio, slider, spinbutton, scrollbar, tab
or treeitem.
-------------------------

The exclusions are:
-------------------------
Any changes to how <hgroup> elements are to be interpreted, or how headings
contained within such an <hgroup> are to be interpreted.
Allowing slider, scrollbar, or progressbar for <button>, <input type=image>, or
<input type=image>
Allowing progressbar, radio, slider, or scrollbar for <a>
Allowing button, checkbox, option, radio, slider, spinbutton, or scrollbar on
<h1>-<h6>
-------------------------
I assume the first "image" of this should be "button".

The resulting requested changes, if I'm not mistaken, are thus as follows (I've
removed 'presentation' from these lists since it's already always allowed):
-------------------------
button element, input type="image", input type=button:    allowed roles:
button, link, menuitem, menuitemcheckbox, menuitemradio, radio.
a element that represents a hyperlink allowed roles: button, checkbox, link,
menuitem, menuitemcheckbox, menuitemradio, tab, or treeitem.
img element that does not have an empty alt attribute: default role of img.
allowed roles: any
H1 to H6 allowed roles: link, menuitem, menuitemcheckbox, menuitemradio, tab or
treeitem.
-------------------------

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 8 April 2011 22:34:33 UTC