- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 19 Aug 2011 20:36:28 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv26949
Modified Files:
Overview.html Overview.src.html
Log Message:
Move bidi rules appendix down so we can have the normative bits closer to the normative text. Also reletter appendix Q
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -d -r1.197 -r1.198
--- Overview.html 19 Aug 2011 20:32:02 -0000 1.197
+++ Overview.html 19 Aug 2011 20:36:26 -0000 1.198
@@ -302,10 +302,7 @@
<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="#character-properties">Appendix Q. Characters
+ <li class=no-num><a href="#character-properties">Appendix A. Characters
and Properties</a>
<li class=no-num><a href="#script-orientations">Appendix B:
@@ -321,6 +318,9 @@
Multi-column Layout</a>
</ul>
+ <li class=no-num><a href="#bidi-html"> Appendix E: Bidi Rules for HTML</a>
+
+
<li class=no-num><a href="#references"> References</a>
<ul class=toc>
<li class=no-num><a href="#normative-references"> Normative
@@ -3111,34 +3111,10 @@
Kobayashi, Ken Lunde, Nat McCully, Paul Nelson, Kenzou Onozawa, Michel
Suignard, Taro Yamamoto, Steve Zilles
- <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
- HTML Strict doctype are given below:
-
- <pre>
-/* HTML dir attribute creates an embedding */
-*[dir="ltr"] { direction: ltr; unicode-bidi: embed; }
-*[dir="rtl"] { direction: rtl; unicode-bidi: embed; }
-
-/* BDO element creates an override */
-bdo[dir="ltr"] { direction: ltr; unicode-bidi: bidi-override; }
-bdo[dir="rtl"] { direction: rtl; unicode-bidi: bidi-override; }
-
-/* HTML4.01:8.2.6 - preserve bidi behavior if 'display' is changed */
-html, body,
-div, address, blockquote, p,
-ul, ol, li, dl, dt, dd,
-fieldset, form,
-h1, h2, h3, h4, h5, h6,
-{ unicode-bidi: isolate; }
- </pre>
-
- <h2 class=no-num id=character-properties>Appendix Q. Characters and
+ <h2 class=no-num id=character-properties>Appendix A. Characters and
Properties</h2>
- <p>Unicode defines three character-level properties that are referenced in
+ <p>Unicode defines three codepoint-level properties that are referenced in
CSS Writing Modes:
<dl>
@@ -3714,6 +3690,30 @@
href="#fill-available"><i>fill-available</i></a>))</code>.
</dl>
+ <h2 class=no-num id=bidi-html> Appendix E: 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
+ HTML Strict doctype are given below:
+
+ <pre>
+/* HTML dir attribute creates an embedding */
+*[dir="ltr"] { direction: ltr; unicode-bidi: embed; }
+*[dir="rtl"] { direction: rtl; unicode-bidi: embed; }
+
+/* BDO element creates an override */
+bdo[dir="ltr"] { direction: ltr; unicode-bidi: bidi-override; }
+bdo[dir="rtl"] { direction: rtl; unicode-bidi: bidi-override; }
+
+/* HTML4.01:8.2.6 - preserve bidi behavior if 'display' is changed */
+html, body,
+div, address, blockquote, p,
+ul, ol, li, dl, dt, dd,
+fieldset, form,
+h1, h2, h3, h4, h5, h6,
+{ unicode-bidi: isolate; }
+ </pre>
+
<h2 class=no-num id=references> References</h2>
<h3 class=no-num id=normative-references> Normative references</h3>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -d -r1.208 -r1.209
--- Overview.src.html 19 Aug 2011 20:32:02 -0000 1.208
+++ Overview.src.html 19 Aug 2011 20:36:26 -0000 1.209
@@ -2332,33 +2332,10 @@
Ken Lunde, Nat McCully,
Paul Nelson, Kenzou Onozawa, Michel Suignard, Taro Yamamoto, Steve Zilles</p>
-<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:
- <pre>
-/* HTML dir attribute creates an embedding */
-*[dir="ltr"] { direction: ltr; unicode-bidi: embed; }
-*[dir="rtl"] { direction: rtl; unicode-bidi: embed; }
-
-/* BDO element creates an override */
-bdo[dir="ltr"] { direction: ltr; unicode-bidi: bidi-override; }
-bdo[dir="rtl"] { direction: rtl; unicode-bidi: bidi-override; }
-
-/* HTML4.01:8.2.6 - preserve bidi behavior if 'display' is changed */
-html, body,
-div, address, blockquote, p,
-ul, ol, li, dl, dt, dd,
-fieldset, form,
-h1, h2, h3, h4, h5, h6,
-{ unicode-bidi: isolate; }
- </pre>
-
-<h2 id="character-properties" class="no-num">Appendix Q.
+<h2 id="character-properties" class="no-num">Appendix A.
Characters and Properties</h2>
- <p>Unicode defines three character-level properties that are referenced
+ <p>Unicode defines three codepoint-level properties that are referenced
in CSS Writing Modes:
<dl>
<dt><a href="http://www.unicode.org/reports/tr11/#Definitions">East Asian width</a>
@@ -2757,6 +2734,30 @@
<code>max(<i>min-content</i>, min(<i>max-content</i>, <i>fill-available</i>))</code>.
</dl>
+
+<h2 id="bidi-html" class=no-num>
+Appendix E: 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:
+ <pre>
+/* HTML dir attribute creates an embedding */
+*[dir="ltr"] { direction: ltr; unicode-bidi: embed; }
+*[dir="rtl"] { direction: rtl; unicode-bidi: embed; }
+
+/* BDO element creates an override */
+bdo[dir="ltr"] { direction: ltr; unicode-bidi: bidi-override; }
+bdo[dir="rtl"] { direction: rtl; unicode-bidi: bidi-override; }
+
+/* HTML4.01:8.2.6 - preserve bidi behavior if 'display' is changed */
+html, body,
+div, address, blockquote, p,
+ul, ol, li, dl, dt, dd,
+fieldset, form,
+h1, h2, h3, h4, h5, h6,
+{ unicode-bidi: isolate; }
+ </pre>
+
<h2 class="no-num">
References</h2>
Received on Friday, 19 August 2011 20:36:35 UTC