Skip to content

Commit 65ba881

Browse files
committed
[css-display-3] Revert inadvertent change to dfn IDs. See #3883 and speced/bikeshed#1466
1 parent eec48b5 commit 65ba881

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

css-display-3/Overview.bs

+11-7
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,19 @@ Introduction</h2>
4949

5050
<p><em>This section is normative.</em>
5151

52-
CSS takes a source document, organized as a <dfn export for=CSS lt="element tree">tree</dfn> of <dfn export for=CSS lt="element">elements</dfn> and <dfn export for=CSS lt="text node">text nodes</dfn>,
53-
and renders it onto a <a href="https://www.w3.org/TR/CSS2/intro.html#canvas">canvas</a> (such as your screen, a piece of paper, or an audio stream).
52+
CSS takes a source document, organized as
53+
a <dfn id="element-tree" oldids="css-element-tree" export for=CSS lt="element tree">tree</dfn>
54+
of <dfn id="elements" oldids="css-element" export for=CSS lt="element">elements</dfn>
55+
and <dfn id="text-nodes" oldids="css-text-node" export for=CSS lt="text node">text nodes</dfn>,
56+
and renders it onto a <a href="https://www.w3.org/TR/CSS2/intro.html#canvas">canvas</a>
57+
(such as your screen, a piece of paper, or an audio stream).
5458
To do this, it generates an intermediary structure,
55-
the <dfn export for=CSS>box tree</dfn>,
59+
the <dfn id="box tree" oldids="css-box-tree" export for=CSS>box tree</dfn>,
5660
which represents the formatting structure of the rendered document.
57-
Each <dfn export for=CSS>box</dfn> in the <a>box tree</a>
61+
Each <dfn id="box" oldids="css-box" export for=CSS>box</dfn> in the <a>box tree</a>
5862
represents its corresponding [=CSS/element=] (or <a>pseudo-element</a>)
5963
in space and/or time on the canvas,
60-
while each <dfn export for=CSS>text run</dfn> in the <a>box tree</a>
64+
while each <dfn id="text-run" oldids="css-text-run" export for=CSS>text run</dfn> in the <a>box tree</a>
6165
likewise represents the contents of its corresponding <a>text nodes</a>.
6266

6367
To create the <a>box tree</a>,
@@ -107,7 +111,7 @@ Introduction</h2>
107111
which is assigned the same styles as the generating <a>text nodes</a>.
108112
If the sequence contains no text, however, it does not generate a <a>text run</a>.
109113

110-
An <dfn for=CSS lt="anonymous|anonymous box" export>anonymous box</dfn> is a box that is not associated with any element.
114+
An <dfn id="anonymous" oldids="css-anonymous" for=CSS lt="anonymous|anonymous box" export>anonymous box</dfn> is a box that is not associated with any element.
111115
<a>Anonymous boxes</a> are generated in certain circumstances
112116
to fix up the <a>box tree</a> when it requires a particular nested structure
113117
that is not provided by the boxes generated from the <a>element tree</a>.
@@ -1168,7 +1172,7 @@ Appendix A: Glossary</h2>
11681172
<dt><dfn lt="absolutely positioned | absolutely positioned element | absolutely positioned box">absolutely posititioned</dfn>
11691173
<dd>
11701174
A box is <a>absolutely positioned</a>
1171-
if its 'position' property is either ''absolute'' or ''fixed''.
1175+
if its 'position' property is either ''position/absolute'' or ''position/fixed''.
11721176
Absolutely positioned boxes are also <a>out-of-flow</a>.
11731177

11741178
<dt><dfn>document order</dfn>

0 commit comments

Comments
 (0)