8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f58289f commit 94b7b00Copy full SHA for 94b7b00
css-display/Overview.bs
@@ -17,7 +17,7 @@ Abstract: This module describes how the CSS formatting box tree is generated fro
17
Ignored Terms: display-model, display-role, table row group box, absolutely positioned, table formatting context
18
At Risk: Application of ''::first-letter'' in the presence of run-ins
19
At Risk: ''display: run-in''
20
-At Risk: All multi-keyword values of 'display' and ''display: inline-list-item''
+At Risk: All multi-keyword values of 'display' and ''display: inline list-item''
21
</pre>
22
<pre class="link-defaults">
23
spec:css-break-3; type:dfn; text:fragment;
@@ -167,8 +167,7 @@ Box Layout Modes: the 'display' property</h2>
167
ruby-base | ruby-text | ruby-base-container |
168
ruby-text-container ;
169
<dfn><display-box></dfn> = contents | none ;
170
- <dfn><display-legacy></dfn> = inline-block | inline-list-item |
171
- inline-table | inline-flex | inline-grid ;
+ <dfn><display-legacy></dfn> = inline-block | inline-table | inline-flex | inline-grid ;
172
173
174
The following informative table summarizes the values of 'display':
@@ -221,7 +220,7 @@ Box Layout Modes: the 'display' property</h2>
221
220
<td><a>block box</a>
222
with additional <a href="https://www.w3.org/TR/CSS2/generate.html#lists">marker box</a>
223
<tr>
224
- <td>''inline-list-item''
+ <td>''inline list-item''
225
<td>''list-item inline flow''
226
<td><a>inline box</a>
227
@@ -1133,6 +1132,7 @@ Changes</h2>
1133
1132
1134
Changes since the <a href="https://www.w3.org/TR/2017/WD-css-display-3-20170126/">26 January 2017 Working Draft</a> include:
1135
+ * Remove <css>inline-list-item</css> value that is equivalent to ''inline list-item''.
1136
* Added the notion of “<a>text nodes</a>” to the <a>element tree</a>,
1137
and “<a>text runs</a>” to the <a>box tree</a>
1138
to define behavior in the context of ''display: contents''.