File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ <h3 id='predefined-repeating'>
9999
100100@counter-style < dfn > dash</ dfn > {
101101 type: repeating;
102- symbols: '\2014 ';
103- /* '— ' */
102+ symbols: '\2043 ';
103+ /* '⁃ ' */
104104 suffix: '';
105105}
106106
Original file line number Diff line number Diff line change 2525
2626 < h1 > CSS Lists and Counters Module Level 3</ h1 >
2727
28- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 21 May 2012</ h2 >
28+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 15 June 2012</ h2 >
2929
3030 < dl >
3131 < dt > This version:
3232
33- < dd > <!--<a href="http://www.w3.org/TR/2012/WD-css3-lists-20120521 ">http://www.w3.org/TR/2012/WD-css3-lists-20120521 </a></dd>-->
33+ < dd > <!--<a href="http://www.w3.org/TR/2012/WD-css3-lists-20120615 ">http://www.w3.org/TR/2012/WD-css3-lists-20120615 </a></dd>-->
3434 < a
3535 href ="http://dev.w3.org/csswg/css3-lists/ "> http://dev.w3.org/csswg/css3-lists/</ a >
3636
@@ -2048,17 +2048,17 @@ <h4 id=repeating><span class=secno>10.1.1. </span> repeating</h4>
20482048 < pre >
20492049@counter-style < dfn id =triangle > triangle</ dfn > {
20502050 type: repeating;
2051- symbols: '▶ ';
2051+ symbols: '‣ ';
20522052 suffix: '';
20532053}
20542054 </ pre >
20552055
20562056 < p > It will then produce lists that look like:</ p >
20572057
20582058 < pre >
2059- ▶ One
2060- ▶ Two
2061- ▶ Three
2059+ ‣ One
2060+ ‣ Two
2061+ ‣ Three
20622062 </ pre >
20632063 </ div >
20642064
Original file line number Diff line number Diff line change @@ -1261,17 +1261,17 @@ <h4>
12611261 < pre >
12621262@counter-style < dfn > triangle</ dfn > {
12631263 type: repeating;
1264- symbols: '▶ ';
1264+ symbols: '‣ ';
12651265 suffix: '';
12661266}
12671267 </ pre >
12681268
12691269 < p > It will then produce lists that look like:</ p >
12701270
12711271 < pre >
1272- ▶ One
1273- ▶ Two
1274- ▶ Three
1272+ ‣ One
1273+ ‣ Two
1274+ ‣ Three
12751275 </ pre >
12761276 </ div >
12771277
You can’t perform that action at this time.
0 commit comments