|
25 | 25 |
|
26 | 26 | <h1>CSS Lists and Counters Module Level 3</h1> |
27 | 27 |
|
28 | | -<<<<<<< Overview.html |
29 | | - <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 20 June |
30 | | - 2011</h2> |
31 | | -======= |
32 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 June 2011</h2> |
33 | | ->>>>>>> 1.63 |
| 28 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 June 2011</h2> |
34 | 29 |
|
35 | 30 | <dl> |
36 | 31 | <dt>This version: |
37 | 32 |
|
38 | | -<<<<<<< Overview.html |
39 | | - <dd><a |
40 | | - href="http://www.w3.org/TR/2011/WD-css3-lists-20110620">http://www.w3.org/TR/2011/WD-css3-lists-20110620</a></dd> |
41 | | - <!-- <a href="http://dev.w3.org/csswg/css3-lists/">http://dev.w3.org/csswg/css3-lists/</a></dd>--> |
42 | | -======= |
43 | | - <dd><!--<a href="http://www.w3.org/TR/2011/WD-css3-lists-20110614">http://www.w3.org/TR/2011/WD-css3-lists-20110614</a></dd>--> |
| 33 | + <dd><!--<a href="http://www.w3.org/TR/2011/WD-css3-lists-20110630">http://www.w3.org/TR/2011/WD-css3-lists-20110630</a></dd>--> |
44 | 34 | <a |
45 | 35 | href="http://dev.w3.org/csswg/css3-lists/">http://dev.w3.org/csswg/css3-lists/</a> |
46 | | ->>>>>>> 1.63 |
47 | 36 |
|
48 | 37 | <dt>Latest version: |
49 | 38 |
|
@@ -113,11 +102,8 @@ <h2 class="no-num no-toc" id=abstract> Abstract</h2> |
113 | 102 | href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>, which builds |
114 | 103 | on CSS level 1 <a href="#CSS1" |
115 | 104 | rel=biblioentry>[CSS1]<!--{{CSS1}}--></a>. The main extensions compared to |
116 | | - level 2 are a pseudo-element representing the list marker, a new |
117 | | - ‘<code class=css>hanging</code>’ value for ‘<a |
118 | | - href="#list-style-position"><code |
119 | | - class=property>list-style-position</code></a>’, and a method for |
120 | | - authors to define their own list-styles. |
| 105 | + level 2 are a pseudo-element representing the list marker, and a |
| 106 | + method for authors to define their own list-styles. |
121 | 107 |
|
122 | 108 | <h2 class="no-num no-toc" id=status> Status of this document</h2> |
123 | 109 | <!--begin-status--> |
@@ -1347,9 +1333,9 @@ <h2 id=counter-style><span class=secno>8. </span> Defining Custom Counter |
1347 | 1333 | class=property>type</code></a>’ descriptor; if this is missing the |
1348 | 1334 | @counter-style <dfn id=is>is</dfn> invalid and must be ignored. The |
1349 | 1335 | <i><counter-style-name></i> must be be a valid identifier and must not |
1350 | | - be "decimal", "default", "hanging", "inherit", "initial", "inside", |
1351 | | - "none", or "outside"; otherwise the @counter-style <dfn id=is0>is</dfn> |
1352 | | - invalid and must be ignored. |
| 1336 | + be "decimal", "default", "inherit", "initial", "inside", "none", or |
| 1337 | + "outside"; otherwise the @counter-style <dfn id=is0>is</dfn> invalid and |
| 1338 | + must be ignored. |
1353 | 1339 |
|
1354 | 1340 | <h3 id=counter-style-type><span class=secno>8.1. </span> Counter |
1355 | 1341 | algorithms: the ‘<a href="#descdef-type"><code |
@@ -1643,43 +1629,22 @@ <h4 id=symbolic><span class=secno>8.1.4. </span> symbolic</h4> |
1643 | 1629 | <p>An "footnotes" counter style can be defined as:</p> |
1644 | 1630 |
|
1645 | 1631 | <pre> |
1646 | | -<<<<<<< Overview.html |
1647 | 1632 | @counter-style <dfn id=footnotes>footnotes</dfn> { |
1648 | | -======= |
1649 | | -@counter-style <dfn id=upper-alpha-symbolic>upper-alpha-symbolic</dfn> { |
1650 | | ->>>>>>> 1.63 |
1651 | 1633 | type: symbolic; |
1652 | | -<<<<<<< Overview.html |
1653 | 1634 | glyphs: '*' '⁑' '†' '‡'; |
1654 | 1635 | suffix: ''; |
1655 | | -======= |
1656 | | - glyphs: 'A' 'B' 'C' 'D' 'E' 'F' 'G' 'H' 'I' 'J' 'K' 'L' 'M' 'N' 'O' 'P' 'Q' 'R' 'S' 'T' 'U' 'V' 'W' 'X' 'Y' 'Z'; |
1657 | | ->>>>>>> 1.63 |
1658 | 1636 | } |
1659 | 1637 | </pre> |
1660 | 1638 |
|
1661 | 1639 | <p>It will then produce lists that look like:</p> |
1662 | 1640 |
|
1663 | 1641 | <pre> |
1664 | | -<<<<<<< Overview.html |
1665 | 1642 | *. One |
1666 | 1643 | ⁑. Two |
1667 | 1644 | †. Three |
1668 | 1645 | ‡. Four |
1669 | 1646 | **. Five |
1670 | 1647 | ⁑⁑. Six |
1671 | | -======= |
1672 | | -A. One |
1673 | | -B. Two |
1674 | | -... |
1675 | | -Z. Twenty-six |
1676 | | -AA. Twenty-seven |
1677 | | -BB. Twenty-eight |
1678 | | -... |
1679 | | -ZZ. Fifty-two |
1680 | | -AAA. Fifty-three |
1681 | | -BBB. Fifty-four |
1682 | | ->>>>>>> 1.63 |
1683 | 1648 | </pre> |
1684 | 1649 |
|
1685 | 1650 | <p class=note>Note the difference between this and the alphabetic |
@@ -2785,23 +2750,13 @@ <h3 id=predefined-symbolic><span class=secno>9.4. </span> Predefined |
2785 | 2750 | suffix: ''; |
2786 | 2751 | } |
2787 | 2752 |
|
2788 | | -<<<<<<< Overview.html |
2789 | | -======= |
2790 | | -@counter-style <dfn id=footnote>footnote</dfn> { |
2791 | | - type: symbolic; |
2792 | | - glyphs: '\2A' '\2051' '\2020' '\2021'; |
2793 | | - /* '*' '⁑' '†' '‡' */ |
2794 | | - suffix: ''; |
2795 | | -} |
2796 | | - |
2797 | | ->>>>>>> 1.63 |
2798 | 2753 | @counter-style <dfn id=lower-alpha-symbolic>lower-alpha-symbolic</dfn> { |
2799 | 2754 | type: symbolic; |
2800 | 2755 | glyphs: '\61' '\62' '\63' '\64' '\65' '\66' '\67' '\68' '\69' '\6A' '\6B' '\6C' '\6D' '\6E' '\6F' '\70' '\71' '\72' '\73' '\74' '\75' '\76' '\77' '\78' '\79' '\7A'; |
2801 | 2756 | /* 'a' 'b' 'c' 'd' 'e' 'f' 'g' 'h' 'i' 'j' 'k' 'l' 'm' 'n' 'o' 'p' 'q' 'r' 's' 't' 'u' 'v' 'w' 'x' 'y' 'z' */ |
2802 | 2757 | } |
2803 | 2758 |
|
2804 | | -@counter-style <dfn id=upper-alpha-symbolic0>upper-alpha-symbolic</dfn> { |
| 2759 | +@counter-style <dfn id=upper-alpha-symbolic>upper-alpha-symbolic</dfn> { |
2805 | 2760 | type: symbolic; |
2806 | 2761 | glyphs: '\41' '\42' '\43' '\44' '\45' '\46' '\47' '\48' '\49' '\4A' '\4B' '\4C' '\4D' '\4E' '\4F' '\50' '\51' '\52' '\53' '\54' '\55' '\56' '\57' '\58' '\59' '\5A'; |
2807 | 2762 | /* 'A' 'B' 'C' 'D' 'E' 'F' 'G' 'H' 'I' 'J' 'K' 'L' 'M' 'N' 'O' 'P' 'Q' 'R' 'S' 'T' 'U' 'V' 'W' 'X' 'Y' 'Z' */ |
@@ -4658,13 +4613,8 @@ <h2 class=no-num id=index>Index</h2> |
4658 | 4613 | <li>fixed-decimal, <a href="#fixed-decimal" |
4659 | 4614 | title=fixed-decimal><strong>8.1.3.</strong></a> |
4660 | 4615 |
|
4661 | | -<<<<<<< Overview.html |
4662 | 4616 | <li>footnotes, <a href="#footnotes" |
4663 | 4617 | title=footnotes><strong>8.1.4.</strong></a> |
4664 | | -======= |
4665 | | - <li>footnote, <a href="#footnote" title=footnote><strong>9.4.</strong></a> |
4666 | | - |
4667 | | ->>>>>>> 1.63 |
4668 | 4618 |
|
4669 | 4619 | <li>fullwidth-decimal, <a href="#fullwidth-decimal" |
4670 | 4620 | title=fullwidth-decimal><strong>9.2.</strong></a> |
@@ -4967,8 +4917,6 @@ <h2 class=no-num id=index>Index</h2> |
4967 | 4917 | title=upper-alpha><strong>9.3.</strong></a> |
4968 | 4918 |
|
4969 | 4919 | <li>upper-alpha-symbolic, <a href="#upper-alpha-symbolic" |
4970 | | - title=upper-alpha-symbolic><strong>8.1.4.</strong></a>, <a |
4971 | | - href="#upper-alpha-symbolic0" |
4972 | 4920 | title=upper-alpha-symbolic><strong>9.4.</strong></a> |
4973 | 4921 |
|
4974 | 4922 | <li>upper-armenian, <a href="#upper-armenian" |
|
0 commit comments