E589 [css-display-4][editorial] Fixed Bikeshed issues · w3c/csswg-drafts@96b08c3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 96b08c3

Browse files
committed
[css-display-4][editorial] Fixed Bikeshed issues
1 parent 4278d68 commit 96b08c3

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

css-display-4/Overview.bs

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ spec: html;
3636
type: dfn;
3737
text: rendered legend
3838
text: inert
39-
type: element; text: a
39+
type: element;
40+
text: a
41+
text: audio
4042
spec:css-pseudo-4; type:selector;
4143
text: ::first-letter
4244
text: ::first-line
@@ -230,7 +232,7 @@ Value Definitions</h3>
230232
████████ ████ ██████ ██ ████████ ██ ██ ██
231233
-->
232234

233-
<h2 id='the-display-properties'>
235+
<h2 id="the-display-properties">
234236
Box Layout Modes: the 'display' property</h2>
235237

236238
<pre class="propdef">
@@ -545,7 +547,7 @@ Generating Marker Boxes: the ''list-item'' keyword</h3>
545547

546548
The <dfn value for="display, <display-list-item>">list-item</dfn> keyword
547549
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
549551
(<a href="https://www.w3.org/TR/CSS2/generate.html#lists">CSS 2.1§12.5 Lists</a>) [[!CSS2]]
550552
together with a principal box of the specified type for its own contents.
551553

@@ -900,7 +902,7 @@ Animating and Interpolating 'display'</h3>
900902
-->
901903
<!--
902904

903-
<h2 id='box-suppress'>
905+
<h2 id="box-suppress">
904906
Toggling Box Generation: the 'display-or-not' property</h2>
905907

906908
<pre class="propdef">
@@ -981,7 +983,7 @@ Toggling Box Generation: the 'display-or-not' property</h2>
981983
███████ ██ ██ ████████ ████████ ██ ██
982984
-->
983985

984-
<h2 id='order-property'>
986+
<h2 id="order-property">
985987
Display Order: the 'order' property</h2>
986988

987989
<pre class='propdef'>
@@ -1163,7 +1165,7 @@ Reordering and Accessibility</h3>
11631165
A well-implemented spatial navigation feature would need to consider
11641166
all the layou 10BC0 t features of CSS that modify spatial relationships.
11651167

1166-
<h2 id='reading-flow'>
1168+
<h2 id="reading-flow">
11671169
Reading Order: the 'reading-flow' property</h2>
11681170

11691171
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?
12621264
<div class='example'>
12631265
In this example there are four grid items,
12641266
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'',
12661268
and the document is in English.
12671269
The reading order of these items is therefore
12681270
"Item 4", "Item 2", "Item 3", "Item 1".
@@ -1349,10 +1351,10 @@ ISSUE(9922): Should this property also apply to tables?
13491351
In this example there are six grid items,
13501352
the 'grid-auto-flow' property has a value of ''dense'',
13511353
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>
13531355
Therefore Item 4 will be the first item in reading flow.
13541356
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''.
13561358

13571359
<pre class="lang-markup">
13581360
&lt;div class="wrapper"&gt;
@@ -1380,7 +1382,7 @@ ISSUE(9922): Should this property also apply to tables?
13801382
<div class='example'>
13811383
In this example there are five direct block-level children of a block container
13821384
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>.
13841386
The reading flow visits the third item first, then the rest in source order.
13851387

13861388
<pre class="lang-markup">
@@ -1591,7 +1593,7 @@ Invisibility: the 'visibility' property</h2>
15911593
-->
15921594

15931595

1594-
<h2 id='run-in-layout'>
1596+
<h2 id="run-in-layout">
15951597
Run-In Layout</h2>
15961598

15971599
A <dfn export lt="run-in | run-in box">run-in box</df 802E n>
@@ -1700,7 +1702,7 @@ Run-In Layout</h2>
17001702
██████ ████████ ███████ ██████ ██████ ██ ██ ██ ██ ██
17011703
-->
17021704

1703-
<h2 id='glossary' class=no-num>
1705+
<h2 id="glossary" class="no-num">
17041706
Appendix A: Glossary</h2>
17051707

17061708
The following terms are defined here for convenience:
@@ -2043,7 +2045,7 @@ Appendix A: Glossary</h2>
20432045
███████ ██ ██ ███████ ██████ ███████ ██ ██ ████████
20442046
-->
20452047

2046-
<h2 class="no-num non-normative" id="unbox">
2048+
<h2 id="unbox" class="no-num non-normative">
20472049
Appendix B: Effects of ''display: contents'' on Unusual Elements</h2>
20482050

20492051
<em>This section is (currently) non-normative.</em>
@@ -2188,7 +2190,7 @@ MathML Elements {#unbox-mathml}
21882190
██████ ██ ████████ ██████
21892191
-->
21902192

2191-
<h2 class=no-num id="box-guidelines">
2193+
<h2 id="box-guidelines" class="no-num">
21922194
Appendix C: Box Construction Guidelines for Spec Authors</h2>
21932195

21942196
<em>This section is non-normative guidance for specification authors.</em>
@@ -2214,7 +2216,7 @@ Appendix C: Box Construction Guidelines for Spec Authors</h2>
22142216
Blockify them first,
22152217
or otherwise change their box type to one that can establish an [=independent formatting context=].
22162218

2217-
<h2 class=no-num id="acknowledgments">
2219+
<h2 id="acknowledgments" class="no-num">
22182220
Acknowledgments</h2>
22192221

22202222
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>
22442246
██████ ██ ██ ██ ██ ██ ██ ██████ ████████ ██████
22452247
-->
22462248

2247-
<h2 class=no-num id="changes">
2249+
<h2 id="changes" class="no-num">
22482250
Changes</h2>
22492251

22502252
<h3 id="recent-changes">
@@ -2272,7 +2274,7 @@ Privacy Considerations</h2>
22722274
This specification introduces no new privacy considerations.
22732275

22742276
<h3 id="sec" class="no-num">
2275-
Security Considerations</h2>
2277+
Security Considerations</h3>
22762278

22772279
This specification introduces no new security considerations.
22782280

0 commit comments

Comments
 (0)
0