@@ -17,7 +17,7 @@ Abstract: This module describes how the CSS formatting box tree is generated fro
17
17
Ignored Terms : display-model, display-role, table row group box, absolutely positioned, table formatting context
18
18
At Risk : Application of ''::first-letter'' in the presence of run-ins
19
19
At Risk : ''display: run-in''
20
- At Risk : All multi-keyword values of 'display' and ''display: inline- list-item''
20
+ At Risk : All multi-keyword values of 'display' and ''display: inline list-item''
21
21
</pre>
22
22
<pre class="link-defaults">
23
23
spec:css-break-3; type:dfn; text:fragment;
@@ -167,8 +167,7 @@ Box Layout Modes: the 'display' property</h2>
167
167
ruby-base | ruby-text | ruby-base-container |
168
168
ruby-text-container ;
169
169
<dfn><display-box></dfn> = contents | none ;
170
- <dfn><display-legacy></dfn> = inline-block | inline-list-item |
171
- inline-table | inline-flex | inline-grid ;
170
+ <dfn><display-legacy></dfn> = inline-block | inline-table | inline-flex | inline-grid ;
172
171
</pre>
173
172
174
173
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
221
with additional <a href="https://www.w3.org/TR/CSS2/generate.html#lists">marker box</a>
223
222
<tr>
224
- <td> ''inline- list-item''
223
+ <td> ''inline list-item''
225
224
<td> ''list-item inline flow''
226
225
<td> <a>inline box</a>
227
226
with additional <a href="https://www.w3.org/TR/CSS2/generate.html#lists">marker box</a>
@@ -1133,6 +1132,7 @@ Changes</h2>
1133
1132
1134
1133
Changes since the <a href="https://www.w3.org/TR/2017/WD-css-display-3-20170126/">26 January 2017 Working Draft</a> include:
1135
1134
1135
+ * Remove <css> inline-list-item</css> value that is equivalent to ''inline list-item'' .
1136
1136
* Added the notion of “<a>text nodes</a> ” to the <a>element tree</a> ,
1137
1137
and “<a>text runs</a> ” to the <a>box tree</a>
1138
1138
to define behavior in the context of ''display: contents'' .
0 commit comments