[wp-trac] [WordPress Trac] #24629: Twenty Thirteen: Some WAI-ARIA roles are implied by elements
WordPress Trac
noreply at wordpress.org
Sun Jun 23 09:37:50 UTC 2013
#24629: Twenty Thirteen: Some WAI-ARIA roles are implied by elements
--------------------------------+-----------------------------
Reporter: gorgoglionemeister | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Bundled Theme | Version: trunk
Severity: normal | Keywords:
--------------------------------+-----------------------------
In HTML5, some roles are implied by the element. For example
{{{
<nav id="site-navigation" class="navigation main-navigation"
role="navigation">
}}}
can be replaced by
{{{
<nav id="site-navigation" class="navigation main-navigation">
}}}
See [http://www.w3.org/TR/html5/dom.html#sec-strong-native-semantics]
I've not read all the theme markup so it there may be other cases like
this in the code.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/24629>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list