Skip to content

Commit 9e71632

Browse files
committed
Rebuild docs
1 parent 87ef0a2 commit 9e71632

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/index.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,16 @@ <h2>
136136
<h2>Title</h2>
137137
<p>Subtitle</p>
138138
</header>
139+
<header>
140+
<h2>Title</h2>
141+
<p role="doc-subtitle">Subtitle</p>
142+
</header>
139143

140144
<h2 id="notes-headings">Notes:</h2>
141-
<p>
142-
<small>Ensure that headings create a logical order. Apply <abbr="Cascading Style Sheets">CSS</abbr> classes to control visual presentation (e.g. <code translate="no">&lt;h2 class=&quot;type-size-medium color-blue-dark&quot;&gt;Our services&lt;/h2&gt;</code> ).</small>
143-
</p>
145+
<ul>
146+
<li><small>Ensure that headings create a logical order. Apply <abbr="Cascading Style Sheets">CSS</abbr> classes to control visual presentation (e.g. <code translate="no">&lt;h2 class=&quot;type-size-medium color-blue-dark&quot;&gt;Our services&lt;/h2&gt;</code> ).</small></li>
147+
<li><small><code translate="no">role="doc-subtitle"</code> is used to alternate title for the work, but still has limited support.</small></li>
148+
</ul>
144149
</section><!-- End of #section-headings -->
145150

146151
<hr />

0 commit comments

Comments
 (0)