You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-display/Overview.bs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ Box Layout Modes: the 'display' property</h2>
131
131
which consists of the two basic qualities of how an element generates boxes:
132
132
133
133
* the <dfn export local-lt="inner">inner display type</dfn>,
134
-
which defines (if it 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 href="https://www.w3.org/TR/CSS2/conform.html#replaced-element">non-replaced element</a>) the kind of <a>formatting context</a> it generates,
135
135
dictating how its descendant boxes are laid out.
136
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.)
137
137
* the <dfn export local-lt="outer">outer display type</dfn>,
0 commit comments