@@ -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 ‘< code
430430 class =css > list-item</ code > ’ counter, as specified above. Otherwise,
431- this display value is treated identically to ‘< a
432- href =" #inline " > < code class =css > inline</ code > </ a > ’.
431+ this display value is treated identically to ‘< code
432+ class =css > inline</ code > ’.
433433
434434 < p class =note > This display value is silly, and only necessary because we
435435 haven't yet defined ‘< code class =property > display</ code > ’ 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 > <string> </ b > </ a > | < a
458- href ="#ltcounter-style "> < b > <counter-style> </ b > </ a > | inline | none
458+ href ="#ltcounter-style "> < b > <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 ‘< code class =css > ::marker</ code > ’ 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 ‘< code class =css > ::marker</ code > ’ 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 ‘< code
897890 class =property > display</ code > ’ property to ‘< code
898- class =css > list-item</ code > ’. The ‘< code
899- class = css > list-item</ code > ’ display type is, in every other respect,
900- identical to the ‘ < code class =css > block </ code > ’ display type.
901- The marker box is only created if the computed value of the ‘< code
891+ class =css > list-item</ code > ’ or ‘< a
892+ href =" #inline- list-item" > < code
893+ class =css > inline-list-item </ code > </ a > ’. The marker box is only
894+ created if the computed value of the ‘< code
902895 class =property > content</ code > ’ property for the pseudo-element is
903896 not ‘< a href ="#none "> < code class =css > none</ code > </ a > ’.
904897
@@ -1343,9 +1336,9 @@ <h2 id=counter-style><span class=secno>8. </span> Defining Custom Counter
13431336 class =property > type</ code > </ a > ’ descriptor; if this is missing the
13441337 @counter-style < dfn id =is > is</ dfn > invalid and must be ignored. The
13451338 < i > <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 ‘< 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 > <string> | <counter-style> | inline | none
4429+ < td > <string> | <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
0 commit comments