- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 20 May 2011 17:36:10 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-lists
In directory hutz:/tmp/cvs-serv25181
Modified Files:
Overview.html Overview.src.html
Log Message:
Validation fixup
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.html,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- Overview.html 20 May 2011 05:36:25 -0000 1.54
+++ Overview.html 20 May 2011 17:36:08 -0000 1.55
@@ -3481,501 +3481,865 @@
<p>The following tables define the characters used in these styles:
- <table class=data>
- <thead>
- <tr>
- <th rowspan=2 scope=col>Values
+ <dl>
+ <dt><dfn id=simp-chinese-informal0>simp-chinese-informal</dfn>
- <th colspan=4 scope=col>Codepoints
[...1116 lines suppressed...]
+
+ <tr>
+ <td>Second Group Marker
+
+ <td>萬 U+842C
+
+ <tr>
+ <td>Third Group Marker
+
+ <td>億 U+5104
+
+ <tr>
+ <td>Fourth Group Marker
+
+ <td>兆 U+5146
+ </table>
+ </dl>
<h3 id=extended-numbered><span class=secno>11.2. </span> Extended
Non-Repeating Numbered Styles</h3>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- Overview.src.html 20 May 2011 05:36:25 -0000 1.97
+++ Overview.src.html 20 May 2011 17:36:08 -0000 1.98
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE html>
<html><head>
<title>CSS Lists and Counters Module Level 3</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
@@ -255,7 +255,7 @@
<div class="example">
<p>The following example sets the marker at the beginning of each list item to
be the image "ellipse.png".</p>
- <pre>LI { list-style-image: url("http://www.example.com/ellipse.png") }</bdo></code></pre>
+ <pre>LI { list-style-image: url("http://www.example.com/ellipse.png") }</pre>
</div>
<!-- ====================================================================== -->
@@ -897,7 +897,7 @@
<var>N</var> be the length of the list of <i>counter glyphs</i>,
<var>I</var> initially be the counter value, <var>S</var>
initially be the empty string, <var>negative</var> be a boolean flag
- that is initially false, and <var>glyph(n)</ar> be the nth
+ that is initially false, and <var>glyph(n)</var> be the nth
<i>counter glyph</i> in the list of <i>counter glyph</i>s (0-indexed).</p>
<ol>
@@ -990,13 +990,13 @@
<p>It will then produce lists that look like:</p>
<div class='alphabetic-example'>
-<span><img src=white.svg></span> One<br>
-<span><img src=black.svg></span> Two<br>
-<span><img src=white.svg><img src=white.svg></span> Three<br>
-<span><img src=white.svg><img src=black.svg></span> Four<br>
-<span><img src=black.svg><img src=white.svg></span> Five<br>
-<span><img src=black.svg><img src=black.svg></span> Six<br>
-<span><img src=white.svg><img src=white.svg><img src=white.svg></span> Seven
+<span><img src=white.svg alt></span> One<br>
+<span><img src=black.svg alt></span> Two<br>
+<span><img src=white.svg alt><img src=white.svg alt></span> Three<br>
+<span><img src=white.svg alt><img src=black.svg alt></span> Four<br>
+<span><img src=black.svg alt><img src=white.svg alt></span> Five<br>
+<span><img src=black.svg alt><img src=black.svg alt></span> Six<br>
+<span><img src=white.svg alt><img src=white.svg alt><img src=white.svg alt></span> Seven
</div>
<p class='note'>This example requires support for SVG images to display
@@ -2402,7 +2402,7 @@
<h3 id='ethiopic-numeric'>
-The 'ethiopic-numeric' counter style</h4>
+The 'ethiopic-numeric' counter style</h3>
<p>The Ethiopian numbering system is defined for all positive non-zero numbers.
The following algorithm converts decimal digits to ethiopic numbers.</p>
@@ -2532,7 +2532,7 @@
</div>
<h3 id='cjk-counter-styles'>
-The Chinese longhand counter styles</h4>
+The Chinese longhand counter styles</h3>
<p>Chinese, Japanese, and Korean have longhand counter styles, which have
a structure similar to "one hundred thirteen thousand and twenty-three" in
Received on Friday, 20 May 2011 17:36:12 UTC