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 26089 - Implicit ARIA semantics for the <li> element should include radio
Summary: Implicit ARIA semantics for the <li> element should include radio
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:10 UTC by Mark Sadecki
Modified: 2014-07-16 11:38 UTC (History)
5 users (show)

See Also:


Attachments

Description Mark Sadecki 2014-06-13 20:10:47 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

"If specified, role must be one of the following: listitem, menuitem,
menuitemcheckbox, menuitemradio, option, tab, treeitem or presentation"

Radio is missing.

This change should also be rolled back into HTML5
Comment 1 steve faulkner 2014-06-21 08:26: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
> 
> "If specified, role must be one of the following: listitem, menuitem,
> menuitemcheckbox, menuitemradio, option, tab, treeitem or presentation"
> 
> Radio is missing.
> 


OK, sounds reasonable, have added
html 5.1 commit https://github.com/w3c/html/commit/b30f17a29ae98577a1ec3a13601266c2e3fe4d97

> 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:29:16 UTC
assigning to robin for html5 CR bit
Comment 3 Robin Berjon 2014-07-16 10:57:31 UTC
Fixed in 605cb3b, thanks!