Skip to content

Commit 568ef79

Browse files
committed
[css-counter-styles] Update Changes list
1 parent afff04e commit 568ef79

File tree

2 files changed

+373
-249
lines changed

2 files changed

+373
-249
lines changed

css-counter-styles/Overview.bs

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

23422342
<ul>
2343-
<li>''japanese-informal'' and ''korean-hanja-informal'' extended implementation algorithm was changed to drop the 1 digits from all but the first digit of the <em>number</em> (rather than all but the first of each group).
2343+
<li>Changed "override" system’s name to ''extends'' and fixed cycle handling.
2344+
(<a href="http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718#issue-15">Issue 15</a>,
2345+
<a href="http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718#issue-39">Issue 39</a>)
23442346

2345-
<li>Change suffix of Korean styles to ASCII comma.
2347+
<li>Fixed <a href='http://lists.w3.org/Archives/Public/www-style/2014Feb/0664.html'>error in <css>symbolic</css> algorithm</a>.
2348+
(<a href="http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718#issue-22">Issue 22</a>)
23462349

2347-
<li>Define 'speak-as' cycle handling.
2350+
<li>Tightened requirements for minimum number of symbols for various systems.
2351+
(<a href="http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718#issue-29">Issue 29</a>)
23482352

2349-
<li>Fix ''ethiopic-numeric'' algorithm step 5.
2353+
<li>Changed 'pad' to count in grapheme clusters, not <<symbol>>s.
2354+
(<a href="http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718#issue-19">Issue 19</a>)
2355+
2356+
<li>Defined 'pad' and 'speak-as' values for anonymous counter styles using ''symbols()''.
2357+
(<a href="http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718#issue-31">Issue 31</a>)
2358+
2359+
<li>Defined 'pad' to apply before negative annotation.
2360+
(<a href="http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718#issue-34">Issue 34</a>)
2361+
2362+
<li>Adjusted suffixes to include spaces (for writing systems that require it).
2363+
(<a href="http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718#issue-35">Issue 35</a>)
2364+
2365+
<li>Capped roman numerals at 3999.
2366+
(<a href="http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718#issue-20">Issue 20</a>)
2367+
2368+
<li>Changed range of ''cjk-decimal'' to non-negative numbers only.
2369+
(<a href="http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718#issue-26">Issue 26</a>)
2370+
2371+
<li>Adjusted definition of ''hiragana'', ''katakana'' by adding two extra archaic characters,
2372+
and removed ん from''*-iroha'' variants,
2373+
in order to match existing implementations.
2374+
(<a href="http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718#issue-18">Issue 18</a>)
2375+
2376+
<li>Extended ''hebrew'' system to 100k.
2377+
(<a href="http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718#issue-1">Issue 1</a>)
2378+
2379+
<li>The <a href="http://www.w3.org/TR/2013/WD-css-counter-styles-3-20130718/#extended-cjk">Extended Implementation</a> of the CJK longhand styles was dropped,
2380+
since people can't seem to agree on various details.
2381+
(UAs are still allowed to implement something, but it's undefined.)
2382+
See <a href="http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718#issue-10">Issue 10</a>
23502383

23512384
<li>Extended Korean styles to handle negative numbers.
2385+
(<a href="http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718#issue-2">Issue 2</a>)
2386+
2387+
<li>Changed suffix of Korean styles to ASCII comma
2388+
(<a href="http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718#issue-8">Issue 8</a>)
2389+
2390+
<li>Fixed ''ethiopic-numeric'' algorithm step 5.
2391+
(<a href="http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718#issue-5">Issue 5</a>)
2392+
2393+
<li>Renamed the 'speak-as' values (for consistency) and added ''words'' value to allow read-aloud behavior.
2394+
2395+
<li>Defined 'speak-as' cycle handling and fixed handling of ''speak-as/auto'' for ''system: extends''.
2396+
(<a href="http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718#issue-7">Issue 7</a>,
2397+
<a href="http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718#issue-17">Issue 17</a>,
2398+
<a href="http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718#issue-21">Issue 21</a>,
2399+
<a href="http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718#issue-33">Issue 33</a>)
2400+
2401+
<li>Defined range of extended complex predefined styles.
2402+
(<a href="http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718#issue-37">Issue 37</a>)
2403+
2404+
<li>Defined CSSOM handling of invalid values and unspecified descriptors.
2405+
(<a href="http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718#issue-12">Issue 12</a>,
2406+
<a href="http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718#issue-13">Issue 13</a>,
2407+
<a href="http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718#issue-39">Issue 14</a>)
2408+
2409+
<li>Made CSSCounterStyleRule name setter automatically lowercase built-in counter styles’ names.
2410+
(<a href="http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718#issue-30">Issue 30</a>)
2411+
2412+
<li>Defined what to do if unknown counter-style names are used in ''counter()''.
2413+
(<a href="http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718#issue-27">Issue 27</a>)
23522414

2353-
<li>Changed "override" system to ''extends''.
2415+
<li>Fixed some errors in various examples.
23542416
</ul>
23552417

2356-
A <a href="http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718">Disposition of Comments</a> is available.
2418+
A full <a href="http://dev.w3.org/csswg/css-counter-styles-3/issues-lc-20130718">Disposition of Comments</a> is available.
23572419

23582420

23592421
<h2 class="no-num" id="acknowledgments">

0 commit comments

Comments
 (0)