csswg/css3-writing-modes Overview.html,1.107,1.108 Overview.src.html,1.112,1.113

Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv13650

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Format headers (better indentation)

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- Overview.html	10 May 2011 01:23:44 -0000	1.107
+++ Overview.html	10 May 2011 18:30:12 -0000	1.108
@@ -92,7 +92,7 @@
    <hr title="Separator for header">
   </div>
 
-  <h2 class="no-num no-toc" id=abstract>Abstract</h2>
+  <h2 class="no-num no-toc" id=abstract> Abstract</h2>
 
   <p>CSS3 Writing Modes defines CSS features to support for various
    international writing modes, such as left-to-right (e.g. Latin or Indic),
@@ -103,7 +103,7 @@
    href="#UTN22" rel=biblioentry>[UTN22]<!--{{UTN22}}--></a> for an
    explanation of relevant issues.
 
-  <h2 class="no-num no-toc" id=status>Status of this document</h2>
+  <h2 class="no-num no-toc" id=status> Status of this document</h2>
   <!--begin-status-->
 
   <p>This is a public copy of the editors' draft. It is provided for
@@ -138,37 +138,37 @@
    W3C Patent Policy</a>.</p>
   <!--end-status-->
 
-  <h2 class="no-num no-toc" id=Contents>Table of Contents</h2>
+  <h2 class="no-num no-toc" id=Contents> Table of Contents</h2>
   <!--begin-toc-->
 
   <ul class=toc>
-   <li><a href="#text-flow"><span class=secno>1. </span>Introduction to
+   <li><a href="#text-flow"><span class=secno>1. </span> Introduction to
     Writing Modes</a>
     <ul class=toc>
-     <li><a href="#placement"><span class=secno>1.1. </span>Module
+     <li><a href="#placement"><span class=secno>1.1. </span> Module
       Interactions</a>
 
-     <li><a href="#conventions"><span class=secno>1.2. </span>Document
+     <li><a href="#conventions"><span class=secno>1.2. </span> Document
       Conventions</a>
 
-     <li><a href="#values"><span class=secno>1.3. </span>Values</a>
+     <li><a href="#values"><span class=secno>1.3. </span> Values</a>
     </ul>
 
-   <li><a href="#text-direction"><span class=secno>2. </span>Inline Direction
-    and Bidirectionality</a>
+   <li><a href="#text-direction"><span class=secno>2. </span> Inline
+    Direction and Bidirectionality</a>
     <ul class=toc>
-     <li><a href="#direction"><span class=secno>2.1. </span>Specifying
+     <li><a href="#direction"><span class=secno>2.1. </span> Specifying
       Directionality: the &lsquo;<code class=property>direction</code>&rsquo;
       property</a>
 
-     <li><a href="#unicode-bidi"><span class=secno>2.2. </span>Embeddings and
-      Overrides: the &lsquo;<code class=property>unicode-bidi</code>&rsquo;
-      property</a>
+     <li><a href="#unicode-bidi"><span class=secno>2.2. </span> Embeddings
+      and Overrides: the &lsquo;<code
+      class=property>unicode-bidi</code>&rsquo; property</a>
 
-     <li><a href="#bidi-example"><span class=secno>2.3. </span>Example of
+     <li><a href="#bidi-example"><span class=secno>2.3. </span> Example of
       Bidirectional Text</a>
 
-     <li><a href="#bidi-box-model"><span class=secno>2.4. </span>Box model
+     <li><a href="#bidi-box-model"><span class=secno>2.4. </span> Box model
       for inline elements in bidirectional context</a>
     </ul>
 
@@ -274,9 +274,10 @@
     Composition: the &lsquo;<code class=property>text-combine</code>&rsquo;
     property</a>
 
-   <li class=no-num><a href="#acknowledgements">Acknowledgements</a>
+   <li class=no-num><a href="#acknowledgements"> Acknowledgements</a>
 
-   <li class=no-num><a href="#bidi-html">Appendix A: Bidi Rules for HTML</a>
+   <li class=no-num><a href="#bidi-html"> Appendix A: Bidi Rules for HTML</a>
+    
 
    <li class=no-num><a href="#script-orientations">Appendix B:
     Bi-orientational Transformations</a>
@@ -284,19 +285,19 @@
    <li class=no-num><a href="#intrinsic-sizing">Appendix D: Intrinsic
     Dimensions</a>
 
-   <li class=no-num><a href="#references">References</a>
+   <li class=no-num><a href="#references"> References</a>
     <ul class=toc>
-     <li class=no-num><a href="#normative-references">Normative
+     <li class=no-num><a href="#normative-references"> Normative
       references</a>
 
-     <li class=no-num><a href="#other-references">Other references</a>
+     <li class=no-num><a href="#other-references"> Other references</a>
     </ul>
 
-   <li class=no-num><a href="#property-index">Property Index</a>
+   <li class=no-num><a href="#property-index"> Property Index</a>
   </ul>
   <!--end-toc-->
 
-  <h2 id=text-flow><span class=secno>1. </span>Introduction to Writing Modes</h2>
+  <h2 id=text-flow><span class=secno>1. </span> Introduction to Writing Modes</h2>
 
   <p>CSS3 Writing Modes defines CSS features to support for various
    international writing modes, such as left-to-right (e.g. Latin or Indic),
@@ -389,7 +390,7 @@
   <p class=issue>Point at Intro to Text Orientation section once it's
    written.
 
-  <h3 id=placement><span class=secno>1.1. </span>Module Interactions</h3>
+  <h3 id=placement><span class=secno>1.1. </span> Module Interactions</h3>
 
   <p>This module replaces and extends the &lsquo;<a
    href="#unicode-bidi0"><code class=property>unicode-bidi</code></a>&rsquo;
@@ -398,7 +399,7 @@
    href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> sections 8.6
    and 9.10.
 
-  <h3 id=conventions><span class=secno>1.2. </span>Document Conventions</h3>
+  <h3 id=conventions><span class=secno>1.2. </span> Document Conventions</h3>
 
   <p>Conformance requirements are expressed with a combination of descriptive
    assertions and RFC 2119 terminology. The key words “MUST”, “MUST
@@ -425,7 +426,7 @@
 
   <p class=note>Note, this is an informative note.
 
-  <h3 id=values><span class=secno>1.3. </span>Values</h3>
+  <h3 id=values><span class=secno>1.3. </span> Values</h3>
 
   <p>This specification follows the <a
    href="http://www.w3.org/TR/CSS21/about.html#property-defs">CSS property
@@ -444,7 +445,7 @@
    keyword as their property value. For readability it has not been repeated
    explicitly.
 
-  <h2 id=text-direction><span class=secno>2. </span>Inline Direction and
+  <h2 id=text-direction><span class=secno>2. </span> Inline Direction and
    Bidirectionality</h2>
 
   <p>While the characters in most scripts are written from left to right,
@@ -514,7 +515,7 @@
    attribute and &lt;bdo&gt; element to ensure correct bidirectional layout
    in the absence of a style sheet.
 
-  <h3 id=direction><span class=secno>2.1. </span>Specifying Directionality:
+  <h3 id=direction><span class=secno>2.1. </span> Specifying Directionality:
    the &lsquo;<a href="#direction0"><code
    class=property>direction</code></a>&rsquo; property</h3>
 
@@ -611,8 +612,8 @@
    <a href="#HTML401" rel=biblioentry>[HTML401]<!--{{HTML401}}--></a>,
    section 11.3.2.1.
 
-  <h3 id=unicode-bidi><span class=secno>2.2. </span>Embeddings and Overrides:
-   the &lsquo;<a href="#unicode-bidi0"><code
+  <h3 id=unicode-bidi><span class=secno>2.2. </span> Embeddings and
+   Overrides: the &lsquo;<a href="#unicode-bidi0"><code
    class=property>unicode-bidi</code></a>&rsquo; property</h3>
 
   <table class=propdef>
@@ -752,7 +753,7 @@
    class=css>unicode-bidi: isolate</code>&rsquo; is preferred to keep the
    element together in case display is changed to inline (see example below).
 
-  <h3 id=bidi-example><span class=secno>2.3. </span>Example of Bidirectional
+  <h3 id=bidi-example><span class=secno>2.3. </span> Example of Bidirectional
    Text</h3>
 
   <p>The following example shows an XML document with bidirectional text. It
@@ -856,7 +857,7 @@
   </div>
   <!-- example -->
 
-  <h3 id=bidi-box-model><span class=secno>2.4. </span>Box model for inline
+  <h3 id=bidi-box-model><span class=secno>2.4. </span> Box model for inline
    elements in bidirectional context</h3>
 
   <p>Since bidi reordering can split apart and reorder text that is logically
@@ -2762,11 +2763,11 @@
    context-sensitive: this would give very weird results when applied to an
    arbitrary paragraph.
 
-  <h2 class=no-num id=acknowledgements>Acknowledgements</h2>
+  <h2 class=no-num id=acknowledgements> Acknowledgements</h2>
 
   <p>John Daggett, Martin Heijdra, Paul Nelson, Michel Suignard, Steve Zilles
 
-  <h2 class=no-num id=bidi-html>Appendix A: Bidi Rules for HTML</h2>
+  <h2 class=no-num id=bidi-html> Appendix A: Bidi Rules for HTML</h2>
 
   <p>The style sheet rules that would achieve the bidi behaviors specified in
    <a href="#HTML401" rel=biblioentry>[HTML401]<!--{{HTML401}}--></a> for the
@@ -3013,9 +3014,9 @@
    href="#max-content0"><i>max-content</i></a> extent is the extent that
    would result from taking only the forced breaks.
 
-  <h2 class=no-num id=references>References</h2>
+  <h2 class=no-num id=references> References</h2>
 
-  <h3 class=no-num id=normative-references>Normative references</h3>
+  <h3 class=no-num id=normative-references> Normative references</h3>
   <!--begin-normative-->
   <!-- Sorted by label -->
 
@@ -3095,7 +3096,7 @@
   </dl>
   <!--end-normative-->
 
-  <h3 class=no-num id=other-references>Other references</h3>
+  <h3 class=no-num id=other-references> Other references</h3>
   <!--begin-informative-->
   <!-- Sorted by label -->
 
@@ -3162,7 +3163,7 @@
   </dl>
   <!--end-informative-->
 
-  <h2 class=no-num id=property-index>Property Index</h2>
+  <h2 class=no-num id=property-index> Property Index</h2>
   <!--begin-properties-->
 
   <table class=proptable>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- Overview.src.html	10 May 2011 01:23:44 -0000	1.112
+++ Overview.src.html	10 May 2011 18:30:12 -0000	1.113
@@ -56,7 +56,8 @@
 <hr title="Separator for header">
 </div>
 
-<h2 class="no-num no-toc" id="abstract">Abstract</h2>
+<h2 class="no-num no-toc" id="abstract">
+Abstract</h2>
 
   <p>CSS3 Writing Modes defines CSS features to support for various international
     writing modes, such as left-to-right (e.g. Latin or Indic), right-to-left
@@ -66,15 +67,18 @@
   <p>Inherently bottom-to-top scripts are not handled in this version. See
     [[UTN22]] for an explanation of relevant issues.</p>
 
-<h2 class="no-num no-toc" id="status">Status of this document</h2>
+<h2 class="no-num no-toc" id="status">
+Status of this document</h2>
 
 <!--status-->
 
-<h2 class="no-num no-toc" id="Contents">Table of Contents</h2>
+<h2 class="no-num no-toc" id="Contents">
+Table of Contents</h2>
 
 <!--toc-->
 
-<h2 id="text-flow">Introduction to Writing Modes</h2>
+<h2 id="text-flow">
+Introduction to Writing Modes</h2>
 
   <p>CSS3 Writing Modes defines CSS features to support for various international
     writing modes, such as left-to-right (e.g. Latin or Indic), right-to-left
@@ -151,12 +155,14 @@
 
   <p class="issue">Point at Intro to Text Orientation section once it's written.</p>
 
-<h3 id="placement">Module Interactions</h3>
+<h3 id="placement">
+Module Interactions</h3>
 
   <p>This module replaces and extends the 'unicode-bidi' and 'direction'
   features defined in [[!CSS21]] sections 8.6 and 9.10</var>.
 
-<h3 id="conventions">Document Conventions</h3>
+<h3 id="conventions">
+Document Conventions</h3>
 
   <p>Conformance requirements are expressed with a combination of
   descriptive assertions and RFC 2119 terminology. The key words “MUST”,
@@ -182,7 +188,8 @@
   
   <p class="note">Note, this is an informative note.</p>
 
-<h3 id="values">Values</h3>
+<h3 id="values">
+Values</h3>
 
   <p>This specification follows the
   <a href="http://www.w3.org/TR/CSS21/about.html#property-defs">CSS property
@@ -199,7 +206,8 @@
   explicitly.
 
 
-<h2 id="text-direction">Inline Direction and Bidirectionality</h2>
+<h2 id="text-direction">
+Inline Direction and Bidirectionality</h2>
 
   <p>While the characters in most scripts are written from left to right,
     certain scripts are written from right to left. In some documents,
@@ -256,7 +264,8 @@
     authors to use the HTML 'dir' attribute and &lt;bdo&gt; element to
     ensure correct bidirectional layout in the absence of a style sheet.</p>  
 
-<h3 id="direction">Specifying Directionality: the 'direction' property</h3>
+<h3 id="direction">
+Specifying Directionality: the 'direction' property</h3>
 
   <table class="propdef">
     <tbody>
@@ -332,7 +341,8 @@
      the document tree. Thus, CSS cannot easily capture the "dir" attribute
      inheritance rules described in [[HTML401]], section 11.3.2.1.
 
-<h3 id="unicode-bidi">Embeddings and Overrides: the 'unicode-bidi' property</h3>
+<h3 id="unicode-bidi">
+Embeddings and Overrides: the 'unicode-bidi' property</h3>
 
     <table class="propdef">
       <tbody>
@@ -447,7 +457,8 @@
     'unicode-bidi: isolate' is preferred to keep the element together in
     case display is changed to inline (see example below).</p>
 
-<h3 id="bidi-example">Example of Bidirectional Text</h3>
+<h3 id="bidi-example">
+Example of Bidirectional Text</h3>
 
   <p>The following example shows an XML document with bidirectional
     text. It illustrates an important design principle: document language
@@ -550,7 +561,8 @@
 
   </div><!-- example -->
 
-<h3 id="bidi-box-model">Box model for inline elements in bidirectional context</h3>
+<h3 id="bidi-box-model">
+Box model for inline elements in bidirectional context</h3>
 
   <p>Since bidi reordering can split apart and reorder text that is
     logically contiguous, bidirectional text can cause an inline boxes
@@ -2064,11 +2076,13 @@
     context-sensitive: this would give very weird results when applied
     to an arbitrary paragraph.</p>
 
-<h2 class="no-num" id="acknowledgements">Acknowledgements</h2>
+<h2 class="no-num" id="acknowledgements">
+Acknowledgements</h2>
 
 <p>John Daggett, Martin Heijdra, Paul Nelson, Michel Suignard, Steve Zilles</p>
 
-<h2 id="bidi-html" class=no-num>Appendix A: Bidi Rules for HTML</h2>
+<h2 id="bidi-html" class=no-num>
+Appendix A: Bidi Rules for HTML</h2>
 
 <p>The style sheet rules that would achieve the bidi behaviors specified
 in [[HTML401]] for the HTML Strict doctype are given below:
@@ -2266,16 +2280,20 @@
     <i>max-content</i> extent is the extent that would result from taking
     only the forced breaks.
 
-<h2 class="no-num">References</h2>
+<h2 class="no-num">
+References</h2>
 
-<h3 class="no-num">Normative references</h3>
+<h3 class="no-num">
+Normative references</h3>
 <!--normative-->
 
-<h3 class="no-num">Other references</h3>
+<h3 class="no-num">
+Other references</h3>
 <!--informative-->
 
 
-<h2 class="no-num">Property Index</h2>
+<h2 class="no-num">
+Property Index</h2>
 <!-- properties -->
 <!-- Add alphabetic index? -->
 </body>

Received on Tuesday, 10 May 2011 18:30:17 UTC