Skip to content

Commit d66d9d3

Browse files
Loiroorioltabatkins
authored andcommitted
[css-display] Link "replaced element" to CSS Display instead of CSS2 (#1478)
CSS Display defines "replaced element" in the same spec, so there is no need to link CSS2.
1 parent e9cd483 commit d66d9d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-display/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ Box Layout Modes: the 'display' property</h2>
131131
which consists of the two basic qualities of how an element generates boxes:
132132

133133
* the <dfn export local-lt="inner">inner display type</dfn>,
134-
which defines (if it is a <a href="https://www.w3.org/TR/CSS2/conform.html#replaced-element">non-replaced element</a>) the kind of <a>formatting context</a> it generates,
134+
which defines (if it is a <a lt="replaced element">non-replaced element</a>) the kind of <a>formatting context</a> it generates,
135135
dictating how its descendant boxes are laid out.
136-
(The inner display of a <a href="https://www.w3.org/TR/CSS2/conform.html#replaced-element">replaced element</a> is outside the scope of CSS.)
136+
(The inner display of a <a>replaced element</a> is outside the scope of CSS.)
137137
* the <dfn export local-lt="outer">outer display type</dfn>,
138138
which dictates how the box participates in its parent formatting context.
139139

@@ -308,7 +308,7 @@ Inner Display Layout Models: the ''flow'', ''flow-root'', ''table'', ''flex'', '
308308

309309
The <<display-inside>> keywords specify the element's <a>inner display type</a>,
310310
which defines the type of formatting context that lays out its contents
311-
(assuming it is a <a href="https://www.w3.org/TR/CSS2/conform.html#replaced-element">non-replaced</a> element).
311+
(assuming it is a <a lt="replaced element">non-replaced element</a>).
312312
They are defined as follows:
313313

314314
<dl dfn-type="value" dfn-for="display, <display-inside>">

0 commit comments

Comments
 (0)