You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Abstract: This draft contains the features of CSS level 3 relating to list styling. It includes and extends the functionality of CSS level 2 [[!CSS21]]. The main extensions compared to level 2 are a pseudo-element representing the list marker, and a method for authors to define their own list-styles.
19
19
</pre>
20
20
21
+
<pre class='link-defaults'>
22
+
spec:css-position-3; type:property; text:left
23
+
</pre>
24
+
21
25
<h2 id='intro'>
22
26
Introduction</h2>
23
27
@@ -90,7 +94,7 @@ Declaring a List Item</h2>
90
94
with the effects described above.
91
95
Additionally, the ''outside'' value of 'list-style-position'
92
96
computes to ''inside'' on this element.
93
-
Otherwise, this display value is treated identically to ''inline''.
97
+
Otherwise, this display value is treated identically to ''display/inline''.
94
98
95
99
Note: This display value is silly,
96
100
and only necessary because we haven't yet defined 'display' to be split into subproperties.
@@ -167,7 +171,7 @@ Default Marker Contents: The 'list-style-image' and 'list-style-type' properties
167
171
168
172
<dt><dfn>none</dfn>
169
173
<dd>
170
-
The list item's marker's <i>default contents</i> are ''none''.
174
+
The list item's marker's <i>default contents</i> are ''list-style-type/none''.
171
175
</dl>
172
176
173
177
<div class='example'>
@@ -299,10 +303,10 @@ The 'list-style' shorthand property</h2>
299
303
</pre>
300
304
</div>
301
305
302
-
Using a value of ''none'' in the shorthand is potentially ambiguous,
303
-
as ''none'' is a valid value for both 'list-style-image' and 'list-style-type'.
306
+
Using a value of <css>none</css> in the shorthand is potentially ambiguous,
307
+
as <css>none</css> is a valid value for both 'list-style-image' and 'list-style-type'.
304
308
To resolve this ambiguity,
305
-
a value of ''none'' in the shorthand must be applied to whichever of the two properties aren't otherwise set by the shorthand.
309
+
a value of <css>none</css> in the shorthand must be applied to whichever of the two properties aren't otherwise set by the shorthand.
306
310
307
311
<div class='example'>
308
312
<pre>
@@ -513,7 +517,7 @@ Generating the value of the 'content' property</h3>
where <dfn no-export><counter-prefix></dfn> and <dfn no-export><counter-suffix></dfn> are the values of the ''@counter-style/prefix'' and ''@counter-style/suffix'' descriptors for the counter style.
515
519
516
-
<dt>''none''
520
+
<dt>''list-style-type/none''
517
521
<dd>
518
522
The computed value of the 'content' property is ''content/none''.
519
523
</dl>
@@ -745,7 +749,7 @@ The 'marker-side' property</h3>
0 commit comments