Skip to content

Commit 2e649dc

Browse files
committed
Removed list-style-type:inline, and fixed the places that referenced it (without display:marker, it's irrelevant).
1 parent 610d773 commit 2e649dc

2 files changed

Lines changed: 16 additions & 32 deletions

File tree

css3-lists/Overview.html

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,8 @@ <h2 id=declaring-a-list-item><span class=secno>2. </span> Declaring a List
428428
element a list item, which means it can generate a ::marker
429429
pseudo-element. The element also affects the predefined &lsquo;<code
430430
class=css>list-item</code>&rsquo; counter, as specified above. Otherwise,
431-
this display value is treated identically to &lsquo;<a
432-
href="#inline"><code class=css>inline</code></a>&rsquo;.
431+
this display value is treated identically to &lsquo;<code
432+
class=css>inline</code>&rsquo;.
433433

434434
<p class=note>This display value is silly, and only necessary because we
435435
haven't yet defined &lsquo;<code class=property>display</code>&rsquo; to
@@ -455,7 +455,7 @@ <h2 id=marker-content><span class=secno>3. </span> Marker Content: The
455455
<th>Value:
456456

457457
<td><a href="#ltstring"><b>&lt;string></b></a> | <a
458-
href="#ltcounter-style"><b>&lt;counter-style></b></a> | inline | none
458+
href="#ltcounter-style"><b>&lt;counter-style></b></a> | none
459459

460460
<tr>
461461
<th>Initial:
@@ -516,13 +516,6 @@ <h2 id=marker-content><span class=secno>3. </span> Marker Content: The
516516
href="#predefined-counters">Complex Counter Styles</a> and <a
517517
href="#ua-stylesheet">Predefined Counter Styles</a>.</p>
518518

519-
<dt><dfn id=inline>inline</dfn>
520-
521-
<dd>The &lsquo;<code class=css>::marker</code>&rsquo; pseudoelement's
522-
default contents must be the textual contents of the list item's first
523-
child that is an <i title=inline-marker-candidate>inline marker
524-
candidate</i>, if one exists.
525-
526519
<dt><dfn id=none>none</dfn>
527520

528521
<dd>The &lsquo;<code class=css>::marker</code>&rsquo; pseudoelement must
@@ -895,10 +888,10 @@ <h2 id=marker-pseudoelement><span class=secno>6. </span> Markers: The
895888

896889
<p>Markers are created by setting an element's &lsquo;<code
897890
class=property>display</code>&rsquo; property to &lsquo;<code
898-
class=css>list-item</code>&rsquo;. The &lsquo;<code
899-
class=css>list-item</code>&rsquo; display type is, in every other respect,
900-
identical to the &lsquo;<code class=css>block</code>&rsquo; display type.
901-
The marker box is only created if the computed value of the &lsquo;<code
891+
class=css>list-item</code>&rsquo; or &lsquo;<a
892+
href="#inline-list-item"><code
893+
class=css>inline-list-item</code></a>&rsquo;. The marker box is only
894+
created if the computed value of the &lsquo;<code
902895
class=property>content</code>&rsquo; property for the pseudo-element is
903896
not &lsquo;<a href="#none"><code class=css>none</code></a>&rsquo;.
904897

@@ -1343,9 +1336,9 @@ <h2 id=counter-style><span class=secno>8. </span> Defining Custom Counter
13431336
class=property>type</code></a>&rsquo; descriptor; if this is missing the
13441337
@counter-style <dfn id=is>is</dfn> invalid and must be ignored. The
13451338
<i>&lt;counter-style-name></i> must be be a valid identifier and must not
1346-
be "decimal", "default", "hanging", "inherit", "initial", "inline",
1347-
"inside", "none", or "outside"; otherwise the @counter-style <dfn
1348-
id=is0>is</dfn> invalid and must be ignored.
1339+
be "decimal", "default", "hanging", "inherit", "initial", "inside",
1340+
"none", or "outside"; otherwise the @counter-style <dfn id=is0>is</dfn>
1341+
invalid and must be ignored.
13491342

13501343
<h3 id=counter-style-type><span class=secno>8.1. </span> Counter
13511344
algorithms: the &lsquo;<a href="#descdef-type"><code
@@ -4433,7 +4426,7 @@ <h2 class=no-num id=property-index>Property index</h2>
44334426
<tr>
44344427
<td><a class=property href="#list-style-type">list-style-type</a>
44354428

4436-
<td>&lt;string> | &lt;counter-style> | inline | none
4429+
<td>&lt;string> | &lt;counter-style> | none
44374430

44384431
<td>disc
44394432

@@ -4682,8 +4675,6 @@ <h2 class=no-num id=index>Index</h2>
46824675
<li>hiragana-iroha, <a href="#hiragana-iroha"
46834676
title=hiragana-iroha><strong>9.3.</strong></a>
46844677

4685-
<li>inline, <a href="#inline" title=inline><strong>3.</strong></a>
4686-
46874678
<li>inline-list-item, <a href="#inline-list-item"
46884679
title=inline-list-item><strong>2.</strong></a>
46894680

css3-lists/Overview.src.html

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ <h2 id='marker-content'>
203203
<td><dfn>list-style-type</dfn>
204204
<tr>
205205
<th>Value:
206-
<td><b>&lt;string></b> | <b>&lt;counter-style></b> | inline | none
206+
<td><b>&lt;string></b> | <b>&lt;counter-style></b> | none
207207
<tr>
208208
<th>Initial:
209209
<td>disc
@@ -246,12 +246,6 @@ <h2 id='marker-content'>
246246
<a href="#ua-stylesheet">Predefined Counter Styles</a>.</p>
247247
</dd>
248248

249-
<dt><dfn>inline</dfn></dt>
250-
<dd>The ''::marker'' pseudoelement's default contents must be the textual
251-
contents of the list item's first child that is an
252-
<i title="inline-marker-candidate">inline marker candidate</i>, if one
253-
exists.</dd>
254-
255249
<dt><dfn>none</dfn></dt>
256250
<dd>The ''::marker'' pseudoelement must have no default contents. This will
257251
suppress the creation of a marker unless the ''::marker'' has its contents
@@ -523,10 +517,9 @@ <h2 id='marker-pseudoelement'>
523517
Markers: The ''::marker'' pseudo-element</h2>
524518

525519
<p>Markers are created by setting an element's 'display' property to
526-
''list-item''. The ''list-item'' display type is, in every
527-
other respect, identical to the ''block'' display type. The marker box is only
528-
created if the computed value of the 'content' property for the pseudo-element
529-
is not ''none''.</p>
520+
''list-item'' or ''inline-list-item''. The marker box is only created if
521+
the computed value of the 'content' property for the pseudo-element is not
522+
''none''.</p>
530523

531524
<p>Just like other generated content, markers generate a box when they're created,
532525
which has margins, border, padding, and everything else a box normally has. Markers
@@ -897,7 +890,7 @@ <h2 id='counter-style'>
897890
rules require a 'type' descriptor; if this is missing the @counter-style <dfn>is</dfn>
898891
invalid and must be ignored. The <i>&lt;counter-style-name></i> must be be
899892
a valid identifier and must not be "decimal", "default", "hanging", "inherit", "initial",
900-
"inline", "inside", "none", or "outside"; otherwise the @counter-style <dfn>is</dfn> invalid and
893+
"inside", "none", or "outside"; otherwise the @counter-style <dfn>is</dfn> invalid and
901894
must be ignored.</p>
902895

903896
<h3 id='counter-style-type'>

0 commit comments

Comments
 (0)