Skip to content

Commit 32f92d8

Browse files
committed
Add super-decimal type
1 parent e65cdba commit 32f92d8

2 files changed

Lines changed: 38 additions & 8 deletions

File tree

css3-lists/Overview.html

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,12 @@
2929

3030
<h1>CSS Lists Module Level 3</h1>
3131

32-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 February
33-
2009</h2>
32+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 4 June 2009</h2>
3433

3534
<dl>
3635
<dt>This version:
3736

38-
<dd><!-- <a href="http://www.w3.org/TR/2009/WD-css3-lists-20090212">http://www.w3.org/TR/2009/WD-css3-lists-20090212</a></dd> -->
37+
<dd><!-- <a href="http://www.w3.org/TR/2009/WD-css3-lists-20090604">http://www.w3.org/TR/2009/WD-css3-lists-20090604</a></dd> -->
3938
<a
4039
href="http://dev.w3.org/csswg/css3-lists">http://dev.w3.org/csswg/css3-lists</a>
4140

@@ -3494,7 +3493,8 @@ <h3 id=numeric><span class=secno>3.3 </span>Numeric</h3>
34943493
<dd> arabic-indic | binary | bengali | cambodian | decimal |
34953494
decimal-leading-zero | devanagari | gujarati | gurmukhi | kannada | khmer
34963495
| lao | lower-hexadecimal | malayalam | mongolian | myanmar | octal |
3497-
oriya | persian | telugu | tibetan | thai | upper-hexadecimal | urdu
3496+
oriya | persian | super-decimal | telugu | tibetan | thai |
3497+
upper-hexadecimal | urdu
34983498
</dl>
34993499

35003500
<p>Numeric systems are detailed in the table below. The value for "one" is
@@ -3791,6 +3791,23 @@ <h3 id=numeric><span class=secno>3.3 </span>Numeric</h3>
37913791

37923792
<td>
37933793

3794+
<tr>
3795+
<td><dfn id=super-decimal>super-decimal</dfn>
3796+
3797+
<td>&#x2070; &#x00B9; &#x00B2; &#x00B3; &#x2074; &#x2075; &#x2076;
3798+
&#x2077; &#x2078; &#x2079;
3799+
3800+
<td>U+2070, U+00B9, U+00B2, U+00B3, U+2074, U+2075, U+2076, U+2077,
3801+
U+2078, U+2079
3802+
3803+
<td>10
3804+
3805+
<td>(none)
3806+
3807+
<td>The UA may use 0-9 in combination with font features, or synthesize
3808+
superscript glyphs, instead of using the Unicode superscript
3809+
characters.
3810+
37943811
<tr>
37953812
<td><dfn id=telugu>telugu</dfn>
37963813

@@ -5839,10 +5856,10 @@ <h3 class=no-num id=normative-references>Normative references</h3>
58395856
<dt id=CSS21>[CSS21]
58405857

58415858
<dd>Bert Bos; et al. <a
5842-
href="http://www.w3.org/TR/2007/CR-CSS21-20070719"><cite>Cascading Style
5843-
Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 19 July
5844-
2007. W3C Candidate Recommendation. (Work in progress.) URL: <a
5845-
href="http://www.w3.org/TR/2007/CR-CSS21-20070719">http://www.w3.org/TR/2007/CR-CSS21-20070719</a>
5859+
href="http://www.w3.org/TR/2009/CR-CSS21-20090423"><cite>Cascading Style
5860+
Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 23 April
5861+
2009. W3C Candidate Recommendation. (Work in progress.) URL: <a
5862+
href="http://www.w3.org/TR/2009/CR-CSS21-20090423">http://www.w3.org/TR/2009/CR-CSS21-20090423</a>
58465863
</dd>
58475864
<!---->
58485865
</dl>
@@ -6209,6 +6226,9 @@ <h2 class=no-num id=index>Index</h2>
62096226

62106227
<li>square, <a href="#square" title=square><strong>3.1</strong></a>
62116228

6229+
<li>super-decimal, <a href="#super-decimal"
6230+
title=super-decimal><strong>3.3</strong></a>
6231+
62126232
<li>&lt;symbolic&gt;, <a href="#ltsymbolicgt"
62136233
title="&lt;symbolic&gt;"><strong>3.5</strong></a>
62146234

css3-lists/Overview.src.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2561,6 +2561,7 @@ <h3>Numeric</h3>
25612561
octal |
25622562
oriya |
25632563
persian |
2564+
super-decimal |
25642565
telugu |
25652566
tibetan |
25662567
thai |
@@ -2751,6 +2752,15 @@ <h3>Numeric</h3>
27512752
<td></td>
27522753
</tr>
27532754

2755+
<tr>
2756+
<td><dfn>super-decimal</dfn></td>
2757+
<td>&#x2070; &#x00B9; &#x00B2; &#x00B3; &#x2074; &#x2075; &#x2076; &#x2077; &#x2078; &#x2079;</td>
2758+
<td>U+2070, U+00B9, U+00B2, U+00B3, U+2074, U+2075, U+2076, U+2077, U+2078, U+2079</td>
2759+
<td>10</td>
2760+
<td>(none)</td>
2761+
<td>The UA may use 0-9 in combination with font features, or synthesize superscript glyphs, instead of using the Unicode superscript characters.</td>
2762+
</tr>
2763+
27542764
<tr>
27552765
<td><dfn>telugu</dfn></td>
27562766
<td>&#x0C66; &#x0C67; &#x0C68; &#x0C69; &#x0C6A; &#x0C6B; &#x0C6C; &#x0C6D; &#x0C6E; &#x0C6F;</td>

0 commit comments

Comments
 (0)