This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 23084 - ARIA: UL should allow "group" role.
Summary: ARIA: UL should allow "group" role.
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML5 spec (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: steve faulkner
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords: a11y
Depends on: 23026
Blocks:
  Show dependency treegraph
 
Reported: 2013-08-28 08:16 UTC by steve faulkner
Modified: 2014-01-16 15:10 UTC (History)
6 users (show)

See Also:


Attachments

Description steve faulkner 2013-08-28 08:16:45 UTC
+++ This bug was initially created as a clone of Bug #23026 +++

ARIA: UL should allow role overrides of group, menu, and possibly more roles.

"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/_functional/tree/ariatree.html":30:21: 
error: Bad value “group” for attribute “role” on element “ul”.

The group role is used properly in this tree example to denote sub-tree branches. It will be used similarly for menus.

http://www.w3.org/WAI/PF/aria/complete#group
Comment 1 steve faulkner 2013-09-17 08:59:06 UTC
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are
satisfied with this response, please change the state of this bug to CLOSED. If
you have additional information and would like the Editor to reconsider, please
reopen this bug. If you would like to escalate the issue to the full HTML
Working Group, please add the TrackerRequest keyword to this bug, and suggest
title and text for the Tracker Issue; or you may create a Tracker Issue
yourself, if you are able to do so. For more details, see this document:

   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Accepted
Change Description: added group role to ul
Rationale: agreed with commenter
Comment 2 github bugzilla bot 2013-09-17 09:08:11 UTC
Commit pushed to master at https://github.com/w3c/html

https://github.com/w3c/html/commit/922fafdf7626b46605c600be9ffce0b320ac823d
add group role to ul +cleanup

fixes bug 23084
Comment 3 github bugzilla bot 2014-01-16 15:10:46 UTC
Commit pushed to CR at https://github.com/w3c/html

https://github.com/w3c/html/commit/922fafdf7626b46605c600be9ffce0b320ac823d
add group role to ul +cleanup

fixes bug 23084