csswg/css3-lists Overview.html,1.34,1.35 Overview.src.html,1.75,1.76

Update of /sources/public/csswg/css3-lists
In directory hutz:/tmp/cvs-serv31736

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Rearranged several sections.  No content changes.


Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.html,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- Overview.html	26 Apr 2011 01:04:47 -0000	1.34
+++ Overview.html	28 Apr 2011 00:11:07 -0000	1.35
@@ -9,6 +9,7 @@
   type="text/css">
 
   <style>
+	p { text-indent: 0 !important; margin: .5em 0; }
 	code.inline { white-space: pre-line; }
 	.alphabetic-example { font-family: monospace; font-size: 90%; margin: 1em 0 1em 2em; }
 	.alphabetic-example > span { display: inline-block; width: 50px;}
@@ -24,12 +25,12 @@
 
    <h1>CSS Lists and Counters Module Level 3</h1>
 
[...1733 lines suppressed...]
+    title=simp-chinese-informal><strong>7.3.2.</strong></a>
 
    <li>&lt;string>, <a href="#ltstring"
     title="&lt;string>"><strong>3.</strong></a>
 
-   <li>suffix, <a href="#suffix0" title=suffix><strong>10.4.</strong></a>
+   <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>4.3.2.</strong></a>
+    title=trad-chinese-formal><strong>7.3.2.</strong></a>
 
    <li>trad-chinese-informal, <a href="#trad-chinese-informal"
-    title=trad-chinese-informal><strong>4.3.2.</strong></a>
+    title=trad-chinese-informal><strong>7.3.2.</strong></a>
 
-   <li>type, <a href="#type" title=type><strong>10.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.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- Overview.src.html	26 Apr 2011 01:04:47 -0000	1.75
+++ Overview.src.html	28 Apr 2011 00:11:07 -0000	1.76
@@ -4,6 +4,7 @@
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
 	<link rel="stylesheet" type="text/css" href="http://dev.w3.org/csswg/default.css">
 	<style>
+	p { text-indent: 0 !important; margin: .5em 0; }
 	code.inline { white-space: pre-line; }
 	.alphabetic-example { font-family: monospace; font-size: 90%; margin: 1em 0 1em 2em; }
 	.alphabetic-example > span { display: inline-block; width: 50px;}
@@ -159,8 +160,8 @@
 
 <!-- ====================================================================== -->
 
[...971 lines suppressed...]
+<!-- ======================================================================= -->
+
+<h2 class="no-num" id="profiles">
+Profiles</h2>
+
+	<p>This module has two profiles: CSS Level 1 and Full. There is no
+	CSS2 profile because this module is incompatible with the CSS2 list
+	model.</p>
+
+	<p>The CSS Level 1 module consists of 'list-style', 'list-style-position', 
+	'list-style-image', and 'list-style-type' (but only the following
+	values: 'disc', 'circle, square', 'decimal', 'lower-roman',
+	'upper-roman', 'lower-alpha', 'upper-alpha', 'none'). It does not
+	include the ::marker pseudo element.</p>
+
+	<p>The Full profile contains everything.</p>
+
 <!-- ====================================================================== -->
 
 <h2 class="no-num" id="acknowledgments">

Received on Thursday, 28 April 2011 00:11:11 UTC