Skip to content

Commit fda613d

Browse files
committed
Changed the triangle bullet to U+2023 TRIANGULAR BULLET.
1 parent 343d299 commit fda613d

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

css-counter-styles/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

css3-lists/Overview.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
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

css3-lists/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)