Skip to content

Commit 75f7ad7

Browse files
Update right angle bracket for Example 48 (#2061)
Closes #2060 Fix incorrect placement of the right angle bracket: `<div> role="listitem">The "list" is my accessibility parent.</div>` Link: https://w3c.github.io/aria/#example-48 Editorial
1 parent 9b2a146 commit 75f7ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13545,7 +13545,7 @@ <h2>Relationships in the Accessibility Tree</h2>
1354513545
<pre class="example highlight">
1354613546
&lt;div role="list" aria-owns="child"&gt;&lt;/div&gt;
1354713547
&lt;div id="child"&gt;
13548-
&lt;div&gt; role="listitem"&gt;The "list" is my accessibility parent.&lt;/div&gt;
13548+
&lt;div role="listitem"&gt;The "list" is my accessibility parent.&lt;/div&gt;
1354913549
&lt;/div&gt;
1355013550
</pre>
1355113551
</section>

0 commit comments

Comments
 (0)