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 26090 - Implicit ARIA semantics for the <ol> and <ul> elements should include radiogroup
Summary: Implicit ARIA semantics for the <ol> and <ul> elements should include radiogroup
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: LC
Assignee: Robin Berjon
QA Contact: HTML WG Bugzilla archive list
URL: http://www.w3.org/html/wg/drafts/html...
Whiteboard:
Keywords: a11y
Depends on:
Blocks:
 
Reported: 2014-06-13 20:12 UTC by Mark Sadecki
Modified: 2014-07-16 11:08 UTC (History)
6 users (show)

See Also:


Attachments

Description Mark Sadecki 2014-06-13 20:12:18 UTC
Filed on behalf of Bryan Garaventa:
http://lists.w3.org/Archives/Public/public-pfwg/2014Jun/0082.html

3.2.7.4 Implicit ARIA Semantics

Regarding the OL and UL elements:

"If specified, role must be one of the following: directory, list, 
listbox, menu, menubar, tablist, toolbar, tree or presentation"

Radiogroup is missing.

This change should also be rolled back into HTML5
Comment 1 steve faulkner 2014-06-21 08:15:27 UTC
(In reply to Mark Sadecki from comment #0)
> Filed on behalf of Bryan Garaventa:
> http://lists.w3.org/Archives/Public/public-pfwg/2014Jun/0082.html
> 
> 3.2.7.4 Implicit ARIA Semantics
> 
> Regarding the OL and UL elements:
> 
> "If specified, role must be one of the following: directory, list, 
> listbox, menu, menubar, tablist, toolbar, tree or presentation"
> 
> Radiogroup is missing.
> 


OK so I think this is an appropriate addition omission of radiogroup is oversight given that group is an allowed role.
made commit for html 5.1 https://github.com/w3c/html/commit/63a445b3809009d995d02ced40539b175dc76228

> This change should also be rolled back into HTML5

leaving this up to Robin, as unclear what the process is around this.
Comment 2 steve faulkner 2014-06-21 08:16:28 UTC
assigning to robin for html5 CR bit
Comment 3 Robin Berjon 2014-07-16 11:02:48 UTC
Fixed in 60154f8, thanks!