File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -136,11 +136,16 @@ <h2>
136
136
< h2 > Title</ h2 >
137
137
< p > Subtitle</ p >
138
138
</ header >
139
+ < header >
140
+ < h2 > Title</ h2 >
141
+ < p role ="doc-subtitle "> Subtitle</ p >
142
+ </ header >
139
143
140
144
< 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 "> <h2 class="type-size-medium color-blue-dark">Our services</h2></ 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 "> <h2 class="type-size-medium color-blue-dark">Our services</h2></ 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 >
144
149
</ section > <!-- End of #section-headings -->
145
150
146
151
< hr />
You can’t perform that action at this time.
0 commit comments