Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
updated allowed roles on caption element
Browse files Browse the repository at this point in the history
reflects normative conformance definition in
http://w3c.github.io/html-aria/ fixes #272
  • Loading branch information
stevefaulkner committed Sep 11, 2016
1 parent edc08fe commit ef36909
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sections/semantics-tabular-data.include
Original file line number Diff line number Diff line change
Expand Up @@ -632,11 +632,9 @@ side in the right column.</p>
<dt><a>Content attributes</a>:</dt>
<dd><a>Global attributes</a></dd>
<dt>Allowed <a href="#aria-role-attribute">ARIA role attribute</a> values:</dt>
<dd><a href="#allowed-aria-roles-states-and-properties">Any role value</a>.</dd>
<dd>None</dd>
<dt>Allowed <a href="#state-and-property-attributes">ARIA state and property attributes</a>:</dt>
<dd><a>Global aria-* attributes</a></dd>
<dd>Any <code>aria-*</code> attributes
<a href="#allowed-aria-roles-states-and-properties">applicable to the allowed roles</a>.</dd>
<dt><a>DOM interface</a>:</dt>
<dd>
<pre class="idl" data-highlight="webidl" dfn-for="HTMLTableCaptionElement">
Expand Down

0 comments on commit ef36909

Please sign in to comment.