- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 22 Mar 2011 18:20:09 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes In directory hutz:/tmp/cvs-serv2929 Modified Files: Overview.html Overview.src.html Log Message: Address I18N-ISSUE-10 <http://lists.w3.org/Archives/Public/www-style/2011Mar/0196.html> and I18N-ISSUE-11 <http://lists.w3.org/Archives/Public/www-style/2011Mar/0197.html> Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v retrieving revision 1.86 retrieving revision 1.87 diff -u -d -r1.86 -r1.87 --- Overview.html 14 Mar 2011 20:02:53 -0000 1.86 +++ Overview.html 22 Mar 2011 18:20:07 -0000 1.87 @@ -28,7 +28,7 @@ <h1>CSS Writing Modes Module Level 3</h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 March 2011</h2> + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 22 March 2011</h2> <dl> <dt>This version: @@ -36,7 +36,7 @@ <dd><a href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a> <!-- - <dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110314">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110314</a> + <dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110322">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110322</a> --> @@ -378,10 +378,11 @@ id=bidirectionality0>bidirectionality</dfn></span>, or "bidi" for short. <div class=figure> - <pre>.manokim rak W3C ab nam -<!-- --> <---------- --> <-----</pre> + <pre><span dir=rtl>با Unicode بنویس.</span> +<!-- --><----- ------> <- +<!-- --><================</pre> - <p>Bidirectionality</p> + <p class=caption>Bidirectionality</p> </div> <p>The Unicode standard (<a @@ -402,8 +403,8 @@ bidirectional algorithm to every sequence of inline boxes uninterrupted by a forced (<a href="http://www.unicode.org/reports/tr9/#Bidirectional_Character_Types">bidi - class B</a>) line break or block boundary. This sequence forms the <dfn - id=paragraph>paragraph</dfn> unit in the bidirectional algorithm. + class B</a>) paragraph break or block boundary. This sequence forms the + <dfn id=paragraph>paragraph</dfn> unit in the bidirectional algorithm. <p>Except when the ‘<code class=css>plaintext</code>’ value of ‘<a href="#unicode-bidi0"><code Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v retrieving revision 1.90 retrieving revision 1.91 diff -u -d -r1.90 -r1.91 --- Overview.src.html 14 Mar 2011 20:02:53 -0000 1.90 +++ Overview.src.html 22 Mar 2011 18:20:07 -0000 1.91 @@ -159,9 +159,10 @@ "bidi" for short.</p> <div class="figure"> - <pre>.manokim rak W3C ab nam -<!-- --> <---------- --> <-----</pre> - <p>Bidirectionality</p> + <pre><span dir="rtl">با Unicode بنویس.</span> +<!-- --><----- ------> <- +<!-- --><================</pre> + <p class="caption">Bidirectionality</p> </div> <p>The Unicode standard (<a href="http://www.unicode.org/reports/tr9/">Unicode Standard Annex #9</a>) defines a complex @@ -177,7 +178,7 @@ <p>User agents that support bidirectional text must apply the Unicode bidirectional algorithm to every sequence of inline boxes uninterrupted by a forced (<a href="http://www.unicode.org/reports/tr9/#Bidirectional_Character_Types">bidi class B</a>) - line break or block boundary. This sequence forms the <dfn>paragraph</dfn> + paragraph break or block boundary. This sequence forms the <dfn>paragraph</dfn> unit in the bidirectional algorithm. <p>Except when the ''plaintext'' value of 'unicode-bidi' is in effect,
Received on Tuesday, 22 March 2011 18:20:12 UTC