- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 18 Nov 2011 22:28:12 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-lists
In directory hutz:/tmp/cvs-serv22066
Modified Files:
Overview.html Overview.src.html
Log Message:
Remove burmese style (it was identical to myanmar) and add shan, per Andrew Cunningham's feedback.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.html,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- Overview.html 18 Nov 2011 22:19:25 -0000 1.101
+++ Overview.html 18 Nov 2011 22:28:10 -0000 1.102
@@ -2389,13 +2389,6 @@
}
@counter-style <dfn
- id=burmese>burmese</dfn> {
- type: numeric;
- glyphs: '\1040' '\1041' '\1042' '\1043' '\1044' '\1045' '\1046' '\1047' '\1048' '\1049';
- /* '၀' '၁' '၂' '၃' '၄' '၅' '၆' '၇' '၈' '၉' */
-}
-
-@counter-style <dfn
id=cambodian>cambodian</dfn> {
type: numeric;
glyphs: '\17E0' '\17E1' '\17E2' '\17E3' '\17E4' '\17E5' '\17E6' '\17E7' '\17E8' '\17E9';
@@ -2550,6 +2543,13 @@
}
@counter-style <dfn
+ id=shan>shan</dfn> {
+ type: numeric;
+ glyphs: '\1090' '\1091' '\1092' '\1093' '\1094' '\1095' '\1096' '\1097' '\1098' '\1099';
+ /* '႐' '႑' '႒' '႓' '႔' '႕' '႖' '႗' '႘' '႙' */
+}
+
+@counter-style <dfn
id=tamil>tamil</dfn> {
type: numeric;
glyphs: '\BE6' '\BE7' '\BE8' '\BE9' '\BEA' '\BEB' '\BEC' '\BED' '\BEE' '\BEF';
@@ -4822,8 +4822,6 @@
<li>box-corner, <a href="#box-corner"
title=box-corner><strong>8.1.5.</strong></a>
- <li>burmese, <a href="#burmese" title=burmese><strong>10.2.</strong></a>
-
<li>cambodian, <a href="#cambodian"
title=cambodian><strong>10.2.</strong></a>
@@ -5177,6 +5175,8 @@
<li>saho, <a href="#saho" title=saho><strong>10.3.</strong></a>
+ <li>shan, <a href="#shan" title=shan><strong>10.2.</strong></a>
+
<li>sidama, <a href="#sidama" title=sidama><strong>10.3.</strong></a>
<li>silti, <a href="#silti" title=silti><strong>10.3.</strong></a>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -d -r1.148 -r1.149
--- Overview.src.html 18 Nov 2011 22:19:26 -0000 1.148
+++ Overview.src.html 18 Nov 2011 22:28:10 -0000 1.149
@@ -1610,12 +1610,6 @@
/* '0' '1' */
}
-@counter-style <dfn>burmese</dfn> {
- type: numeric;
- glyphs: '\1040' '\1041' '\1042' '\1043' '\1044' '\1045' '\1046' '\1047' '\1048' '\1049';
- /* '၀' '၁' '၂' '၃' '၄' '၅' '၆' '၇' '၈' '၉' */
-}
-
@counter-style <dfn>cambodian</dfn> {
type: numeric;
glyphs: '\17E0' '\17E1' '\17E2' '\17E3' '\17E4' '\17E5' '\17E6' '\17E7' '\17E8' '\17E9';
@@ -1748,6 +1742,12 @@
/* '⁰' '¹' '²' '³' '⁴' '⁵' '⁶' '⁷' '⁸' '⁹' */
}
+@counter-style <dfn>shan</dfn> {
+ type: numeric;
+ glyphs: '\1090' '\1091' '\1092' '\1093' '\1094' '\1095' '\1096' '\1097' '\1098' '\1099';
+ /* '႐' '႑' '႒' '႓' '႔' '႕' '႖' '႗' '႘' '႙' */
+}
+
@counter-style <dfn>tamil</dfn> {
type: numeric;
glyphs: '\BE6' '\BE7' '\BE8' '\BE9' '\BEA' '\BEB' '\BEC' '\BED' '\BEE' '\BEF';
Received on Friday, 18 November 2011 22:28:41 UTC