- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 20 May 2011 01:10:44 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-lists In directory hutz:/tmp/cvs-serv25739 Modified Files: Overview.html Overview.src.html Log Message: Adjusted the definition of the 'box' and 'square' types. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-lists/Overview.html,v retrieving revision 1.50 retrieving revision 1.51 diff -u -d -r1.50 -r1.51 --- Overview.html 20 May 2011 01:08:52 -0000 1.50 +++ Overview.html 20 May 2011 01:10:41 -0000 1.51 @@ -1953,8 +1953,8 @@ @counter-style box { type: repeating; - glyphs: '\25A0'; - /* '■' */ + glyphs: '\25FD'; + /* '◽' */ suffix: ''; } @@ -1995,8 +1995,8 @@ @counter-style square { type: repeating; - glyphs: '\25A0'; - /* '■' */ + glyphs: '\25FE'; + /* '◾' */ suffix: ''; } @@ -2900,7 +2900,7 @@ <dt>square - <dd>A filled square, similar to ■ U+25A0 BLACK SQUARE. + <dd>A filled square, similar to ◾ U+25FE BLACK MEDIUM SMALL SQUARE. </dl> <h3 id=ethiopic-numeric><span class=secno>10.2. </span> The ‘<code Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v retrieving revision 1.92 retrieving revision 1.93 diff -u -d -r1.92 -r1.93 --- Overview.src.html 20 May 2011 01:08:52 -0000 1.92 +++ Overview.src.html 20 May 2011 01:10:41 -0000 1.93 @@ -1454,8 +1454,8 @@ @counter-style box { type: repeating; - glyphs: '\25A0'; - /* '■' */ + glyphs: '\25FD'; + /* '◽' */ suffix: ''; } @@ -1496,8 +1496,8 @@ @counter-style square { type: repeating; - glyphs: '\25A0'; - /* '■' */ + glyphs: '\25FE'; + /* '◾' */ suffix: ''; } @@ -2387,7 +2387,7 @@ <dd>A filled circle, similar to • U+2022 BULLET.</dd> <dt>square</dt> - <dd>A filled square, similar to ■ U+25A0 BLACK SQUARE.</dd> + <dd>A filled square, similar to ◾ U+25FE BLACK MEDIUM SMALL SQUARE.</dd> </dl>
Received on Friday, 20 May 2011 01:10:45 UTC