Skip to content

Commit 2bb4053

Browse files
patrickhlaukekfranqueiro
authored andcommitted
Update techniques/html/H99.html
1 parent 8781d35 commit 2bb4053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

techniques/html/H99.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h2>Description</h2>
3535
<h2>Examples</h2>
3636
<section class="example">
3737
<h3>Page list in <abbr title="HyperText Markup Language">HTML</abbr> publications</h3>
38-
<p>To add a page list to a web-based document, the role <code>"doc-pagelist"</code> is added to the element (typically a <code>nav</code> element) that encloses the list and its title.</p>
38+
<p>To add a page list to a web-based document, <code>role="doc-pagelist"</code> is added to the element (typically a <code>nav</code> element) that encloses the list and its title.</p>
3939
<pre xml:space="preserve"><code class="language-html">&lt;nav role="doc-pagelist" aria-labelledby="pglist"&gt;
4040
&lt;h2 id="pglist"&gt;Page List&lt;/h2&gt;
4141
&lt;ol&gt;

0 commit comments

Comments
 (0)