@@ -36,7 +36,9 @@ spec: html;
36
36
type: dfn;
37
37
text: rendered legend
38
38
text: inert
39
- type: element; text: a
39
+ type: element;
40
+ text: a
41
+ text: audio
40
42
spec:css-pseudo-4; type:selector;
41
43
text: ::first-letter
42
44
text: ::first-line
@@ -230,7 +232,7 @@ Value Definitions</h3>
230
232
████████ ████ ██████ ██ ████████ ██ ██ ██
231
233
-->
232
234
233
- <h2 id=' the-display-properties' >
235
+ <h2 id=" the-display-properties" >
234
236
Box Layout Modes: the 'display' property</h2>
235
237
236
238
<pre class="propdef">
@@ -545,7 +547,7 @@ Generating Marker Boxes: the ''list-item'' keyword</h3>
545
547
546
548
The <dfn value for="display, <display-list-item>">list-item</dfn> keyword
547
549
causes the element to generate a ''::marker'' pseudo-element [[!CSS-PSEUDO-4]]
548
- with the content specified by its <l spec=css21> ' list-style' </l > properties
550
+ with the content specified by its <code> list-style</code > properties
549
551
(<a href="https://www.w3.org/TR/CSS2/generate.html#lists">CSS 2.1§12.5 Lists</a> ) [[!CSS2]]
550
552
together with a principal box of the specified type for its own contents.
551
553
@@ -900,7 +902,7 @@ Animating and Interpolating 'display'</h3>
900
902
-->
901
903
<!--
902
904
903
- <h2 id=' box-suppress' >
905
+ <h2 id=" box-suppress" >
904
906
Toggling Box Generation: the 'display-or-not' property</h2>
905
907
906
908
<pre class="propdef">
@@ -981,7 +983,7 @@ Toggling Box Generation: the 'display-or-not' property</h2>
981
983
███████ ██ ██ ████████ ████████ ██ ██
982
984
-->
983
985
984
- <h2 id=' order-property' >
986
+ <h2 id=" order-property" >
985
987
Display Order: the 'order' property</h2>
986
988
987
989
<pre class='propdef'>
@@ -1163,7 +1165,7 @@ Reordering and Accessibility</h3>
1163
1165
A well-implemented spatial navigation feature would need to consider
1164
1166
all the layou
10BC0
t features of CSS that modify spatial relationships.
1165
1167
1166
- <h2 id=' reading-flow' >
1168
+ <h2 id=" reading-flow" >
1167
1169
Reading Order: the 'reading-flow' property</h2>
1168
1170
1169
1171
A <dfn export>reading flow container</dfn> is a block, flex or grid container
@@ -1262,7 +1264,7 @@ ISSUE(9922): Should this property also apply to tables?
1262
1264
<div class='example'>
1263
1265
In this example there are four grid items,
1264
1266
placed on a grid and displayed visually out of DOM order.
1265
- The 'reading-flow' property has a value of ''grid-rows'' ,
1267
+ The 'reading-flow' property has a value of ''reading-flow/ grid-rows'' ,
1266
1268
and the document is in English.
1267
1269
The reading order of these items is therefore
1268
1270
"Item 4", "Item 2", "Item 3", "Item 1".
@@ -1349,10 +1351,10 @@ ISSUE(9922): Should this property also apply to tables?
1349
1351
In this example there are six grid items,
1350
1352
the 'grid-auto-flow' property has a value of ''dense'' ,
1351
1353
therefore items may display out of source order.
1352
- The 'reading-order' property on the item with a class of 'top' is '-1'
1354
+ The 'reading-order' property on the item with a class of 'top' is <code> -1 </code>
1353
1355
Therefore Item 4 will be the first item in reading flow.
1354
1356
The remaining items will be visited in the order they display in rows,
1355
- as 'reading-flow' has a value of 'grid-rows' .
1357
+ as 'reading-flow' has a value of ''reading-flow/ grid-rows' ' .
1356
1358
1357
1359
<pre class="lang-markup">
1358
1360
<div class="wrapper">
@@ -1380,7 +1382,7 @@ ISSUE(9922): Should this property also apply to tables?
1380
1382
<div class='example'>
1381
1383
In this example there are five direct block-level children of a block container
1382
1384
where 'reading-flow' has a value of ''source-order'' .
1383
- The third item has a 'reading-order' value of '-1' .
1385
+ The third item has a 'reading-order' value of <code> -1 </code> .
1384
1386
The reading flow visits the third item first, then the rest in source order.
1385
1387
1386
1388
<pre class="lang-markup">
@@ -1591,7 +1593,7 @@ Invisibility: the 'visibility' property</h2>
1591
1593
-->
1592
1594
1593
1595
1594
- <h2 id=' run-in-layout' >
1596
+ <h2 id=" run-in-layout" >
1595
1597
Run-In Layout</h2>
1596
1598
1597
1599
A <dfn export lt="run-in | run-in box">run-in box</df
802E
n>
@@ -1700,7 +1702,7 @@ Run-In Layout</h2>
1700
1702
██████ ████████ ███████ ██████ ██████ ██ ██ ██ ██ ██
1701
1703
-->
1702
1704
1703
- <h2 id=' glossary' class=no-num>
1705
+ <h2 id=" glossary" class=" no-num" >
1704
1706
Appendix A: Glossary</h2>
1705
1707
1706
1708
The following terms are defined here for convenience:
@@ -2043,7 +2045,7 @@ Appendix A: Glossary</h2>
2043
2045
███████ ██ ██ ███████ ██████ ███████ ██ ██ ████████
2044
2046
-->
2045
2047
2046
- <h2 class="no-num non-normative" id="unbox ">
2048
+ <h2 id="unbox" class="no-num non-normative">
2047
2049
Appendix B: Effects of ''display: contents'' on Unusual Elements</h2>
2048
2050
2049
2051
<em> This section is (currently) non-normative.</em>
@@ -2188,7 +2190,7 @@ MathML Elements {#unbox-mathml}
2188
2190
██████ ██ ████████ ██████
2189
2191
-->
2190
2192
2191
- <h2 class=no-num id="box-guidelines">
2193
+ <h2 id="box-guidelines" class="no-num ">
2192
2194
Appendix C: Box Construction Guidelines for Spec Authors</h2>
2193
2195
2194
2196
<em> This section is non-normative guidance for specification authors.</em>
@@ -2214,7 +2216,7 @@ Appendix C: Box Construction Guidelines for Spec Authors</h2>
2214
2216
Blockify them first,
2215
2217
or otherwise change their box type to one that can establish an [=independent formatting context=] .
2216
2218
2217
- <h2 class=no-num id="acknowledgments ">
2219
+ <h2 id="acknowledgments" class=" no-num">
2218
2220
Acknowledgments</h2>
2219
2221
2220
2222
We would like to thank the many people who have attempted to separate out the disparate details of box generation over the years,
@@ -2244,7 +2246,7 @@ Acknowledgments</h2>
2244
2246
██████ ██ ██ ██ ██ ██ ██ ██████ ████████ ██████
2245
2247
-->
2246
2248
2247
- <h2 class=no-num id="changes ">
2249
+ <h2 id="changes" class=" no-num">
2248
2250
Changes</h2>
2249
2251
2250
2252
<h3 id="recent-changes">
@@ -2272,7 +2274,7 @@ Privacy Considerations</h2>
2272
2274
This specification introduces no new privacy considerations.
2273
2275
2274
2276
<h3 id="sec" class="no-num">
2275
- Security Considerations</h2 >
2277
+ Security Considerations</h3 >
2276
2278
2277
2279
This specification introduces no new security considerations.
2278
2280
0 commit comments