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

Commit

Permalink
allow role=none on img
Browse files Browse the repository at this point in the history
fixes #812
  • Loading branch information
stevefaulkner committed Mar 13, 2017
1 parent ab05354 commit de1b4da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sections/semantics-embedded-content.include
Original file line number Diff line number Diff line change
Expand Up @@ -704,8 +704,8 @@
<dd><code>height</code> - Vertical dimension</dd>
<dd><{img/longdesc}> - A url that provides a link to an expanded description of the image, defined in [[!html-longdesc]]</dd>
<dt>[=Allowed ARIA role attribute values=]:</dt>
<dd><a attr-value for="aria/role"><code>presentation</code></a> role only, for an
<{img}> element whose <code>alt</code> attribute's value is empty (<code>alt=""</code>), otherwise
<dd><a attr-value for="aria/role"><code>presentation</code></a> or <a attr-value for="aria/role"><code>none</code></a>
role only, for an <{img}> element whose <code>alt</code> attribute's value is empty (<code>alt=""</code>), otherwise
<a href="#allowed-aria-roles-states-and-properties">Any role value</a>.</dd>
<dt>[=Allowed ARIA state and property attributes=]:</dt>
<dd><a>Global aria-* attributes</a></dd>
Expand Down

0 comments on commit de1b4da

Please sign in to comment.