Skip to content

Commit f0f05ff

Browse files
committed
Adjusted the definition of the 'box' and 'square' types.
1 parent 9781adc commit f0f05ff

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

css3-lists/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1953,8 +1953,8 @@ <h2 id=ua-stylesheet><span class=secno>9. </span> Predefined Counter Styles</h2>
19531953

19541954
@counter-style box {
19551955
type: repeating;
1956-
glyphs: '\25A0';
1957-
/* '' */
1956+
glyphs: '\25FD';
1957+
/* '' */
19581958
suffix: '';
19591959
}
19601960

@@ -1995,8 +1995,8 @@ <h2 id=ua-stylesheet><span class=secno>9. </span> Predefined Counter Styles</h2>
19951995

19961996
@counter-style square {
19971997
type: repeating;
1998-
glyphs: '\25A0';
1999-
/* '' */
1998+
glyphs: '\25FE';
1999+
/* '' */
20002000
suffix: '';
20012001
}
20022002

@@ -2900,7 +2900,7 @@ <h3 id=glyph-counters><span class=secno>10.1. </span> Glyphs</h3>
29002900

29012901
<dt>square
29022902

2903-
<dd>A filled square, similar to U+25A0 BLACK SQUARE.
2903+
<dd>A filled square, similar to U+25FE BLACK MEDIUM SMALL SQUARE.
29042904
</dl>
29052905

29062906
<h3 id=ethiopic-numeric><span class=secno>10.2. </span> The &lsquo;<code

css3-lists/Overview.src.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1454,8 +1454,8 @@ <h2 id='ua-stylesheet'>
14541454

14551455
@counter-style box {
14561456
type: repeating;
1457-
glyphs: '\25A0';
1458-
/* '' */
1457+
glyphs: '\25FD';
1458+
/* '' */
14591459
suffix: '';
14601460
}
14611461

@@ -1496,8 +1496,8 @@ <h2 id='ua-stylesheet'>
14961496

14971497
@counter-style square {
14981498
type: repeating;
1499-
glyphs: '\25A0';
1500-
/* '' */
1499+
glyphs: '\25FE';
1500+
/* '' */
15011501
suffix: '';
15021502
}
15031503

@@ -2387,7 +2387,7 @@ <h3 id='glyph-counters'>
23872387
<dd>A filled circle, similar to • U+2022 BULLET.</dd>
23882388

23892389
<dt>square</dt>
2390-
<dd>A filled square, similar to U+25A0 BLACK SQUARE.</dd>
2390+
<dd>A filled square, similar to U+25FE BLACK MEDIUM SMALL SQUARE.</dd>
23912391
</dl>
23922392

23932393

0 commit comments

Comments
 (0)