Skip to content

Commit 4278d68

Browse files
committed
[css-display-3][editorial] Fixed Bikeshed issues
1 parent f41cb4d commit 4278d68

File tree

1 file changed

+19
-14
lines changed

1 file changed

+19
-14
lines changed

css-display-3/Overview.bs

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,15 @@ spec:css2;
4040
spec: html;
4141
type: dfn; text: rendered legend
4242
type: element; text: a
43+
type: element; text: audio
44+
type: element; text: body
4345
spec:css-pseudo-4; type:selector;
4446
text: ::first-letter
4547
text: ::first-line
4648
text: ::before
4749
text: ::after
50+
spec:css-speech-1; type:property; text:speak
51+
spec:dom; type:dfn; text:document tree
4852
spec: svg2;
4953
type:dfn;
5054
text: container element
@@ -53,6 +57,7 @@ spec: svg2;
5357
text: non-rendered element
5458
text: rendered element
5559
text: presentation attribute
60+
type:element; text: text
5661
</pre>
5762

5863
<style>
@@ -231,7 +236,7 @@ Value Definitions</h3>
231236
████████ ████ ██████ ██ ████████ ██ ██ ██
232237
-->
233238

234-
<h2 id='the-display-properties'>
239+
<h2 id="the-display-properties">
235240
Box Layout Modes: the 'display' property</h2>
236241

237242
<pre class="propdef">
@@ -765,7 +770,7 @@ Box Generation: the ''display/none'' and ''display/contents'' keywords</h3>
765770
████ ██ ██ ████████ ████ ██ ██ ████████
766771
-->
767772

768-
<h3 id='legacy-display'>
773+
<h3 id="legacy-display">
769774
Precomposed Inline-level Display Values</h3>
770775

771776
CSS level 2 used a single-keyword syntax for 'display',
@@ -808,7 +813,7 @@ Precomposed Inline-level Display Values</h3>
808813
████████ ████████ ███████ ██████ ██ ██ ████ ██ ██
809814
-->
810815

811-
<h3 id='transformations'>
816+
<h3 id="transformations">
812817
Automatic Box Type Transformations</h3>
813818

814819
Some layout effects require <dfn export lt="blockify|blockification">blockification</dfn>
@@ -864,7 +869,7 @@ Automatic Box Type Transformations</h3>
864869
</ul>
865870
</div>
866871

867-
<h3 id='root'>
872+
<h3 id="root">
868873
The Root Element’s Principal Box</h3>
869874

870875
The [=root element=]’s display type is always <a>blockified</a>,
@@ -884,7 +889,7 @@ The Root Element’s Principal Box</h3>
884889
-->
885890
<!--
886891

887-
<h2 id='box-suppress'>
892+
<h2 id="box-suppress">
888893
Toggling Box Generation: the 'display-or-not' property</h2>
889894

890895
<pre class="propdef">
@@ -965,7 +970,7 @@ Toggling Box Generation: the 'display-or-not' property</h2>
965970
███████ ██ ██ ████████ ████████ ██ ██
966971
-->
967972

968-
<h2 id='order-property'>
973+
<h2 id="order-property">
969974
Display Order: the 'order' property</h2>
970975

971976
<pre class='propdef'>
@@ -1280,7 +1285,7 @@ Invisibility: the 'visibility' property</h2>
12801285
-->
12811286

12821287

1283-
<h2 id='run-in-layout'>
1288+
<h2 id="run-in-layout">
12841289
Run-In Layout</h2>
12851290

12861291
A <dfn export lt="run-in | run-in box">run-in box</dfn>
@@ -1389,7 +1394,7 @@ Run-In Layout</h2>
13891394
██████ ████████ ███████ ██████ ██████ ██ ██ ██ ██ ██
13901395
-->
13911396

1392-
<h2 id='glossary' class=no-num>
1397+
<h2 id="glossary" class="no-num">
13931398
Appendix A: Glossary</h2>
13941399

13951400
The following terms are defined here for convenience:
@@ -1736,7 +1741,7 @@ Appendix A: Glossary</h2>
17361741
███████ ██ ██ ███████ ██████ ███████ ██ ██ ████████
17371742
-->
17381743

1739-
<h2 class="no-num non-normative" id="unbox">
1744+
<h2 id="unbox" class="no-num non-normative">
17401745
Appendix B: Effects of ''display: contents'' on Unusual Elements</h2>
17411746

17421747
<em>This section is (currently) non-normative.</em>
@@ -1881,7 +1886,7 @@ MathML Elements {#unbox-mathml}
18811886
██████ ██ ████████ ██████
18821887
-->
18831888

1884-
<h2 class=no-num id="box-guidelines">
1889+
<h2 id="box-guidelines" class="no-num">
18851890
Appendix C: Box Construction Guidelines for Spec Authors</h2>
18861891

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

1910-
<h2 class=no-num id="acknowledgments">
1915+
<h2 id="acknowledgments" class="no-num">
19111916
Acknowledgments</h2>
19121917

19131918
We would like to thank the many people who have attempted to separate out the disparate details of box generation over the years,
@@ -1937,10 +1942,10 @@ Acknowledgments</h2>
19371942
██████ ██ ██ ██ ██ ██ ██ ██████ ████████ ██████
19381943
-->
19391944

1940-
<h2 class=no-num id="changes">
1945+
<h2 id="changes" class="no-num">
19411946
Changes</h2>
19421947

1943-
<h3 id="changes-2020">
1948+
<h3 id="changes-2023">
19441949
Changes Since 2023 Candidate Recommendation Snapshot</h3>
19451950

19461951
<!-- A <a href="https://drafts.csswg.org/css-display-3/issues-cr-2023">Disposition of Comments</a>
@@ -2196,7 +2201,7 @@ Privacy Considerations</h2>
21962201
This specification introduces no new privacy considerations.
21972202

21982203
<h3 id="sec" class="no-num">
2199-
Security Considerations</h2>
2204+
Security Considerations</h3>
22002205

22012206
This specification introduces no new security considerations.
22022207

0 commit comments

Comments
 (0)