- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 22 Jun 2011 15:50:01 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes In directory hutz:/tmp/cvs-serv12506 Modified Files: Overview.html Overview.src.html baseline-align-sizes.gif baseline-align-super.gif baselines.gif script-preferred-baselines.gif Log Message: Improve diagrams Index: baseline-align-sizes.gif =================================================================== RCS file: /sources/public/csswg/css3-writing-modes/baseline-align-sizes.gif,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 Binary files /tmp/cvsfjVpDh and /tmp/cvs54LhBj differ Index: baselines.gif =================================================================== RCS file: /sources/public/csswg/css3-writing-modes/baselines.gif,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 Binary files /tmp/cvsTc8ZUh and /tmp/cvsbI1JTj differ Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v retrieving revision 1.182 retrieving revision 1.183 diff -u -d -r1.182 -r1.183 --- Overview.src.html 22 Jun 2011 14:35:48 -0000 1.182 +++ Overview.src.html 22 Jun 2011 15:49:58 -0000 1.183 @@ -233,9 +233,11 @@ "bidi" for short.</p> <div class="figure"> - <pre><span dir="rtl">با Unicode بنویس.</span> <!-- --> -<!-- --><----- ------> <- -<!-- --><================</pre> + <p><img src="diagrams/bidi.png" + alt="An example of bidirectional text is a Latin name in an Arabic + sentence. The sentence overall is typeset right-to-left, but + the letters in the Latin word in the middle are typeset + left-to-right."> <p class="caption">Bidirectionality</p> </div> @@ -1619,8 +1621,7 @@ and vice versa. <li><p>Layout rules that refer to the '*-left' and '*-right' box properties (border, margin, padding) use '*-top' and '*-bottom' - instead, and vice versa. - <p class="note">Which side of the + instead, and vice versa. Which side of the box the property applies to doesn't change: only which values are inputs to which layout calculations changes. The 'margin-left' property still affects the lefthand margin, for example; however Index: script-preferred-baselines.gif =================================================================== RCS file: /sources/public/csswg/css3-writing-modes/script-preferred-baselines.gif,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 Binary files /tmp/cvsfons8k and /tmp/cvsH23t9m differ Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v retrieving revision 1.172 retrieving revision 1.173 diff -u -d -r1.172 -r1.173 --- Overview.html 22 Jun 2011 14:35:47 -0000 1.172 +++ Overview.html 22 Jun 2011 15:49:58 -0000 1.173 @@ -500,9 +500,10 @@ id=bidirectionality0>bidirectionality</dfn></span>, or "bidi" for short. <div class=figure> - <pre><span dir=rtl>با Unicode بنویس.</span> <!-- --> -<!-- --><----- ------> <- -<!-- --><================</pre> + <p><img alt="An example of bidirectional text is a Latin name in an Arabic + sentence. The sentence overall is typeset right-to-left, but the letters + in the Latin word in the middle are typeset left-to-right." + src="diagrams/bidi.png"> <p class=caption>Bidirectionality</p> </div> @@ -2241,15 +2242,13 @@ class=css>*-left</code>’ and ‘<code class=css>*-right</code>’ box properties (border, margin, padding) use ‘<code class=css>*-top</code>’ and ‘<code - class=css>*-bottom</code>’ instead, and vice versa. - - <p class=note>Which side of the box the property applies to doesn't - change: only which values are inputs to which layout calculations - changes. The ‘<code class=property>margin-left</code>’ - property still affects the lefthand margin, for example; however in a - ‘<a href="#vertical-rl"><code - class=css>vertical-rl</code></a>’ writing mode it takes part in - margin collapsing in place of ‘<code + class=css>*-bottom</code>’ instead, and vice versa. Which side of + the box the property applies to doesn't change: only which values are + inputs to which layout calculations changes. The ‘<code + class=property>margin-left</code>’ property still affects the + lefthand margin, for example; however in a ‘<a + href="#vertical-rl"><code class=css>vertical-rl</code></a>’ + writing mode it takes part in margin collapsing in place of ‘<code class=property>margin-bottom</code>’.</p> <li> Index: baseline-align-super.gif =================================================================== RCS file: /sources/public/csswg/css3-writing-modes/baseline-align-super.gif,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 Binary files /tmp/cvsLexZDj and /tmp/cvs1OpqHl differ
Received on Wednesday, 22 June 2011 15:50:06 UTC