Skip to content

Commit 94b7b00

Browse files
committed
[css-display] Remove inline-list-item per CSSWG resolution. Fixes #1495
1 parent f58289f commit 94b7b00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-display/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Abstract: This module describes how the CSS formatting box tree is generated fro
1717
Ignored Terms: display-model, display-role, table row group box, absolutely positioned, table formatting context
1818
At Risk: Application of ''::first-letter'' in the presence of run-ins
1919
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''
2121
</pre>
2222
<pre class="link-defaults">
2323
spec:css-break-3; type:dfn; text:fragment;
@@ -167,8 +167,7 @@ Box Layout Modes: the 'display' property</h2>
167167
ruby-base | ruby-text | ruby-base-container |
168168
ruby-text-container ;
169169
<dfn>&lt;display-box></dfn> = contents | none ;
170-
<dfn>&lt;display-legacy></dfn> = inline-block | inline-list-item |
171-
inline-table | inline-flex | inline-grid ;
170+
<dfn>&lt;display-legacy></dfn> = inline-block | inline-table | inline-flex | inline-grid ;
172171
</pre>
173172

174173
The following informative table summarizes the values of 'display':
@@ -221,7 +220,7 @@ Box Layout Modes: the 'display' property</h2>
221220
<td><a>block box</a>
222221
with additional <a href="https://www.w3.org/TR/CSS2/generate.html#lists">marker box</a>
223222
<tr>
224-
<td>''inline-list-item''
223+
<td>''inline list-item''
225224
<td>''list-item inline flow''
226225
<td><a>inline box</a>
227226
with additional <a href="https://www.w3.org/TR/CSS2/generate.html#lists">marker box</a>
@@ -1133,6 +1132,7 @@ Changes</h2>
11331132

11341133
Changes since the <a href="https://www.w3.org/TR/2017/WD-css-display-3-20170126/">26 January 2017 Working Draft</a> include:
11351134

1135+
* Remove <css>inline-list-item</css> value that is equivalent to ''inline list-item''.
11361136
* Added the notion of “<a>text nodes</a>” to the <a>element tree</a>,
11371137
and “<a>text runs</a>” to the <a>box tree</a>
11381138
to define behavior in the context of ''display: contents''.

0 commit comments

Comments
 (0)