Skip to content

Commit 0043f62

Browse files
committed
[css-counter-styles] More linkification.
1 parent edbed0b commit 0043f62

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

css-counter-styles/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2340,14 +2340,14 @@ Sample style sheet for HTML</h2>
23402340
Changes since the July 2013 Working Draft</h2>
23412341

23422342
<ul>
2343-
<li>Changed "override" system’s name to ''extends'' and fixed cycle handling.
2343+
<li>Changed <css>override</css> system’s name to ''extends'' and fixed cycle handling.
23442344
(<a href="http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718#issue-15">Issue 15</a>,
23452345
<a href="http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718#issue-39">Issue 39</a>)
23462346

23472347
<li>Fixed <a href='http://lists.w3.org/Archives/Public/www-style/2014Feb/0664.html'>error in <css>symbolic</css> algorithm</a>.
23482348
(<a href="http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718#issue-22">Issue 22</a>)
23492349

2350-
<li>Tightened requirements for minimum number of symbols for various systems.
2350+
<li>Tightened requirements for minimum number of 'symbols' entries for various systems.
23512351
(<a href="http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718#issue-29">Issue 29</a>)
23522352

23532353
<li>Changed 'pad' to count in grapheme clusters, not <<symbol>>s.
@@ -2356,7 +2356,7 @@ Changes since the July 2013 Working Draft</h2>
23562356
<li>Defined 'pad' and 'speak-as' values for anonymous counter styles using ''symbols()''.
23572357
(<a href="http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718#issue-31">Issue 31</a>)
23582358

2359-
<li>Defined 'pad' to apply before negative annotation.
2359+
<li>Defined 'pad' to apply before negative markers, and adjusted ''decimal-leading-zero'' accordingly.
23602360
(<a href="http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718#issue-34">Issue 34</a>)
23612361

23622362
<li>Adjusted suffixes to include spaces (for writing systems that require it).

css-counter-styles/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2210,14 +2210,14 @@ <h2 class="no-num heading settled heading" id=changes><span class=content>
22102210
Changes since the July 2013 Working Draft</span><a class=self-link href=#changes></a></h2>
22112211

22122212
<ul>
2213-
<li>Changed "override" system’s name to <a class=css data-link-type=maybe href=#valuedef-counter-stylesystem-extends title=extends>extends</a> and fixed cycle handling.
2213+
<li>Changed <css>override</css> system’s name to <a class=css data-link-type=maybe href=#valuedef-counter-stylesystem-extends title=extends>extends</a> and fixed cycle handling.
22142214
(<a href=http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718#issue-15>Issue 15</a>,
22152215
<a href=http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718#issue-39>Issue 39</a>)
22162216

22172217
<li>Fixed <a href=http://lists.w3.org/Archives/Public/www-style/2014Feb/0664.html>error in <css>symbolic</css> algorithm</a>.
22182218
(<a href=http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718#issue-22>Issue 22</a>)
22192219

2220-
<li>Tightened requirements for minimum number of symbols for various systems.
2220+
<li>Tightened requirements for minimum number of <a class=property data-link-type=propdesc href=#descdef-counter-style-symbols title=symbols>symbols</a> entries for various systems.
22212221
(<a href=http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718#issue-29>Issue 29</a>)
22222222

22232223
<li>Changed <a class=property data-link-type=propdesc href=#descdef-counter-style-pad title=pad>pad</a> to count in grapheme clusters, not <a class="production css-code" data-link-type=type href=#typedef-symbol title="<symbol>">&lt;symbol&gt;</a>s.
@@ -2226,7 +2226,7 @@ <h2 class="no-num heading settled heading" id=changes><span class=content>
22262226
<li>Defined <a class=property data-link-type=propdesc href=#descdef-counter-style-pad title=pad>pad</a> and <a class=property data-link-type=propdesc href=#descdef-counter-style-speak-as title=speak-as>speak-as</a> values for anonymous counter styles using <a class=css data-link-type=maybe href=#funcdef-symbols title=symbols()>symbols()</a>.
22272227
(<a href=http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718#issue-31>Issue 31</a>)
22282228

2229-
<li>Defined <a class=property data-link-type=propdesc href=#descdef-counter-style-pad title=pad>pad</a> to apply before negative annotation.
2229+
<li>Defined <a class=property data-link-type=propdesc href=#descdef-counter-style-pad title=pad>pad</a> to apply before negative markers, and adjusted <a class=css data-link-type=maybe href=#decimal-leading-zero title=decimal-leading-zero>decimal-leading-zero</a> accordingly.
22302230
(<a href=http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718#issue-34>Issue 34</a>)
22312231

22322232
<li>Adjusted suffixes to include spaces (for writing systems that require it).

0 commit comments

Comments
 (0)