Skip to content

Commit 93fca1a

Browse files
committed
[css-lists] bikeshed fixups
1 parent 856267a commit 93fca1a

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

css-lists/Overview.bs

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Previous Version: http://www.w3.org/TR/2011/WD-css3-lists-20110524/
1818
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.
1919
</pre>
2020

21+
<pre class='link-defaults'>
22+
spec:css-position-3; type:property; text:left
23+
</pre>
24+
2125
<h2 id='intro'>
2226
Introduction</h2>
2327

@@ -90,7 +94,7 @@ Declaring a List Item</h2>
9094
with the effects described above.
9195
Additionally, the ''outside'' value of 'list-style-position'
9296
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''.
9498

9599
Note: This display value is silly,
96100
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
167171

168172
<dt><dfn>none</dfn>
169173
<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''.
171175
</dl>
172176

173177
<div class='example'>
@@ -299,10 +303,10 @@ The 'list-style' shorthand property</h2>
299303
</pre>
300304
</div>
301305

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'.
304308
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.
306310

307311
<div class='example'>
308312
<pre>
@@ -513,7 +517,7 @@ Generating the value of the 'content' property</h3>
513517
<code><<counter-prefix>> counter(list-item, <<counter-style>>) <<counter-suffix>></code>,
514518
where <dfn no-export>&lt;counter-prefix></dfn> and <dfn no-export>&lt;counter-suffix></dfn> are the values of the ''@counter-style/prefix'' and ''@counter-style/suffix'' descriptors for the counter style.
515519

516-
<dt>''none''
520+
<dt>''list-style-type/none''
517521
<dd>
518522
The computed value of the 'content' property is ''content/none''.
519523
</dl>
@@ -745,7 +749,7 @@ The 'marker-side' property</h3>
745749

746750
<!-- ===================================================================== -->
747751

748-
<h2 id='counter'>
752+
<h2 id='auto-numbering'>
749753
Automatic Numbering With Counters</h2>
750754

751755
A <dfn export>counter</dfn> is a special concept
@@ -1113,7 +1117,7 @@ Printing Counters: the ''counter()'' and ''counters()'' functions</h2>
11131117

11141118
<ul>
11151119
<li>
1116-
If the second argument to the function is ''none'',
1120+
If the second argument to the function is <css>none</css>,
11171121
the function represents the empty string.
11181122

11191123
<li>
@@ -1147,7 +1151,7 @@ Printing Counters: the ''counter()'' and ''counters()'' functions</h2>
11471151

11481152
<ul>
11491153
<li>
1150-
If the third argument to the function is ''none'',
1154+
If the third argument to the function is <css>none</css>,
11511155
the function represents the empty string.
11521156

11531157
<li>

0 commit comments

Comments
 (0)