Skip to content

Commit e3e7664

Browse files
committed
allow none/presentation on iframe
1 parent 542c920 commit e3e7664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ <h2 id="docconformance">Document conformance requirements for use of ARIA attrib
295295
<TR id="iframe" tabindex="-1">
296296
<TD><a href="https://www.w3.org/TR/html/semantics-embedded-content.html#the-iframe-element"><code>iframe</code></a>
297297
<TD><a>No corresponding role</a></TD>
298-
<TD><p>Role: <code>application, document, </code>or<code> img </code></p>
298+
<TD><p>Role: <code><a href="#index-aria-application">application</a>, <a href="#index-aria-document">document</a>, <a href="#index-aria-none">none</a></code>, <a href="#index-aria-presentation"><code>presentation</code></a><code> </code>or <a href="#index-aria-img"><code>img</code></a></p>
299299
<p><a href="#index-aria-global">global <code>aria-*</code> attributes</a> and any <code>aria-*</code> attributes applicable to the allowed roles and implied role (if any)</p></TD>
300300
</TR>
301301
<tr id="img-alt" tabindex="-1">

0 commit comments

Comments
 (0)