- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 20 May 2011 00:59:51 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-lists
In directory hutz:/tmp/cvs-serv24413
Modified Files:
Overview.html Overview.src.html
Log Message:
Rearranged the organization of the CJK-longhand tables.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- Overview.html 20 May 2011 00:39:10 -0000 1.48
+++ Overview.html 20 May 2011 00:59:49 -0000 1.49
@@ -177,87 +177,88 @@
as Markers: the ‘<code class=css>marker</code>’ value for
‘<code class=property>display</code>’</a>
- <li><a href="#predefined-counters"><span class=secno>8. </span> Predefined
- Counter Styles</a>
- <ul class=toc>
- <li><a href="#glyph-counters"><span class=secno>8.1. </span> Glyphs</a>
-
- <li><a href="#ethiopic-numeric"><span class=secno>8.2. </span> The
- ‘<code class=property>ethiopic-numeric</code>’ counter
- style </a>
[...1772 lines suppressed...]
+ <li>suffix, <a href="#suffix0" title=suffix><strong>8.4.</strong></a>
<li>trad-chinese-formal, <a href="#trad-chinese-formal"
- title=trad-chinese-formal><strong>8.3.</strong></a>, <a
+ title=trad-chinese-formal><strong>10.3.</strong></a>, <a
href="#trad-chinese-formal0"
- title=trad-chinese-formal><strong>12.1.</strong></a>
+ title=trad-chinese-formal><strong>11.1.</strong></a>
<li>trad-chinese-informal, <a href="#trad-chinese-informal"
- title=trad-chinese-informal><strong>8.3.</strong></a>, <a
+ title=trad-chinese-informal><strong>10.3.</strong></a>, <a
href="#trad-chinese-informal0"
- title=trad-chinese-informal><strong>12.1.</strong></a>
+ title=trad-chinese-informal><strong>11.1.</strong></a>
- <li>type, <a href="#type" title=type><strong>9.1.</strong></a>
+ <li>type, <a href="#type" title=type><strong>8.1.</strong></a>
</ul>
<!--end-index-->
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- Overview.src.html 20 May 2011 00:39:10 -0000 1.90
+++ Overview.src.html 20 May 2011 00:59:49 -0000 1.91
@@ -205,8 +205,8 @@
<p>This specification defines a method for authors to create their
own counter styles which may be used here. Additionally, many
useful counter styles are predefined in the sections on
- <a href="#predefined-counters">Predefined Counter Styles</a> and
- <a href="#ua-stylesheet">Additional Predefined Counter Styles</a>.</p>
+ <a href="#predefined-counters">Complex Counter Styles</a> and
+ <a href="#ua-stylesheet">Predefined Counter Styles</a>.</p>
</dd>
<dt><dfn>inline</dfn></dt>
@@ -717,484 +717,6 @@
[...1015 lines suppressed...]
+ margin-bottom: 0;
+}
+
+li {
+ text-align: match-parent;
+}
+
+li::marker {
+ display: inline-block;
+ margin-right: 1em;
+ text-align: end;
+ /* 'position' implied by list-style-position */
+}
+ </pre>
+
+<!-- ====================================================================== -->
+
<h2 class="no-num" id="profiles">
Profiles</h2>
Received on Friday, 20 May 2011 00:59:53 UTC