@@ -2631,10 +2631,35 @@ Sample style sheet for HTML</h2>
26312631<h2 class='no-num' id='changes'>
26322632Changes</h2>
26332633
2634+ <h3 id='changes-2017'>
2635+ Changes since the December 2017 Candidate Recommendation</h3>
2636+
2637+ Significant changes since the <a href="https://www.w3.org/TR/2017/CR-css-counter-styles-3-20171214/">December 14 2017 Candidate Recommendation</a> :
2638+
2639+ * Made ''none'' , ''decimal'' , ''disc'' , ''circle'' , ''square'' , ''disclosure-open'' , ''disclosure-close'' non-overridable.
2640+ (<a href="https://github.com/w3c/csswg-drafts/issues/3584">Issue 3584</a> )
2641+ * Clarified counter-style lookups in Shadow DOM.
2642+ (<a href="https://github.com/w3c/csswg-drafts/issues/5693">Issue 5693</a> )
2643+ * Clarified what happens in various invalid ''@counter-style'' situations.
2644+ (<a href="https://github.com/w3c/csswg-drafts/issues/5698">Issue 5698</a> ,
2645+ <a href="https://github.com/w3c/csswg-drafts/issues/5717">Issue 5717</a> )
2646+ * Fixed divide-by-zero error in additive algorithm.
2647+ (<a href="https://github.com/w3c/csswg-drafts/issues/5784">Issue 5784</a> )
2648+ * Fixed ''square'' symbol to not use an emoji symbol.
2649+ (<a href="https://github.com/w3c/csswg-drafts/issues/6200">Issue 6200</a> )
2650+ * Allowed UAs to override the font choice of predefined symbolic counter styles.
2651+ (<a href="https://github.com/w3c/csswg-drafts/issues/6201">Issue 6201</a> )
2652+ * Restricted special rendering of predefined symbolic counter styles to usage as a list marker via 'list-style-type' .
2653+ (<a href="https://github.com/w3c/csswg-drafts/issues/6201">Issue 6201</a> )
2654+ * Clarified that 'speak-as' represents spoken output; it may be used for other AT.
2655+ (<a href="https://github.com/w3c/csswg-drafts/issues/6040">Issue 6040</a> )
2656+
2657+ A <a href="https://drafts.csswg.org/css-counter-styles-3/issues-cr-2017">Disposition of Comments</a> is available.
2658+
26342659<h3 id='changes-jun-2015'>
2635- Changes since the Jun 2015 Candidate Recommendation</h3>
2660+ Changes since the June 2015 Candidate Recommendation</h3>
26362661
2637- Significant changes since the <a href="https://www.w3.org/TR/2015/CR-css-counter-styles-3-20150611/">June 11 2015 CR </a> draft :
2662+ Significant changes since the <a href="https://www.w3.org/TR/2015/CR-css-counter-styles-3-20150611/">June 11 2015 Candidate Recommendation </a> :
26382663
26392664 * Exclude "none" and "disc" from being the name of a counter style.
26402665 * When setting CSSCounterStyle.name, take the string directly; don't [=CSS/parse=] it as an ident.
0 commit comments