Skip to content

Commit 2be9b88

Browse files
committed
[css-counter-styles] Switch the spec back to ED for now.
1 parent 8ea698c commit 2be9b88

2 files changed

Lines changed: 103 additions & 147 deletions

File tree

css-counter-styles/Overview.bs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<pre class=metadata>
44
Shortname: css-counter-styles
55
Level: 3
6-
Status: CR
6+
Status: ED
77
Group: csswg
88
ED: http://dev.w3.org/csswg/css-counter-styles/
99
TR: http://www.w3.org/TR/css-counter-styles-3/
@@ -15,7 +15,6 @@ Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/
1515
Abstract: This module introduces the ''@counter-style'' rule, which allows authors to define their own custom counter styles for use with CSS list-marker and generated-content counters [[CSS3LIST]]. It also predefines a set of common counter styles, including the ones present in CSS2 and CSS2.1.
1616
Issue Tracking: Bugzilla https://www.w3.org/Bugs/Public/buglist.cgi?product=CSS&component=Counter%20Styles&resolution=---
1717
Link Defaults: css-text-3 (dfn) grapheme cluster
18-
Date: 2014-12-18
1918
</pre>
2019
<style>
2120
pre.stylesheet { white-space: pre-wrap; }
@@ -116,7 +115,7 @@ Counter Styles</h2>
116115
Note: the prefix and suffix don't play a part in this algorithm.
117116
This is intentional;
118117
the prefix and suffix aren't part of the string returned by the counter() or counters() functions.
119-
Instead, the prefix and suffix are added by the algorithm that constructs the value of the <a property spec=css-ui-3>content</a> property
118+
Instead, the prefix and suffix are added by the algorithm that constructs the value of the 'content' property
120119
for the ''::marker'' pseudo-element.
121120
This also implies that the prefix and suffix always come from the specified counter-style,
122121
even if the actual representation is constructed by a fallback style.
@@ -2559,7 +2558,7 @@ Sample style sheet for HTML</h2>
25592558

25602559

25612560
<h2 class='no-num' id='changes'>
2562-
Changes since the August 2014 Last CallWorking Draft</h2>
2561+
Changes since the August 2014 Last Call Working Draft</h2>
25632562

25642563
* Added additional predefined counter styles to match the set that at least two browsers implement.
25652564

0 commit comments

Comments
 (0)