[html5] r5284 - [giow] (2) Set 'unicode-bidi: embed' on non-inline elements to preserve bidi beh [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Aug 11 22:22:58 PDT 2010


Author: ianh
Date: 2010-08-11 22:22:57 -0700 (Wed, 11 Aug 2010)
New Revision: 5284

Modified:
   complete.html
   index
   source
Log:
[giow] (2) Set 'unicode-bidi: embed' on non-inline elements to preserve bidi behaviour when setting them to inline.

Modified: complete.html
===================================================================
--- complete.html	2010-08-11 22:03:16 UTC (rev 5283)
+++ complete.html	2010-08-12 05:22:57 UTC (rev 5284)
@@ -209,7 +209,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Draft Standard — 11 August 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 12 August 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -86475,24 +86475,24 @@
 address, article, aside, blockquote, body, center, dd, dir, div, dl,
 dt, figure, figcaption, footer, form, h1, h2, h3, h4, h5, h6, header,
 hgroup, hr, html, legend, listing, menu, nav, ol, p, plaintext, pre,
-section, summary, ul, xmp { display: block; }
+section, summary, ul, xmp { display: block; unicode-bidi: embed; }
 
-table { display: table; }
-caption { display: table-caption; }
-colgroup, colgroup[hidden] { display: table-column-group; }
-col, col[hidden] { display: table-column; }
-thead, thead[hidden] { display: table-header-group; }
-tbody, tbody[hidden] { display: table-row-group; }
-tfoot, tfoot[hidden] { display: table-footer-group; }
-tr, tr[hidden] { display: table-row; }
-td, th, td[hidden], th[hidden] { display: table-cell; }
+table { display: table; unicode-bidi: embed; }
+caption { display: table-caption; unicode-bidi: embed; }
+colgroup, colgroup[hidden] { display: table-column-group; unicode-bidi: embed; }
+col, col[hidden] { display: table-column; unicode-bidi: embed; }
+thead, thead[hidden] { display: table-header-group; unicode-bidi: embed; }
+tbody, tbody[hidden] { display: table-row-group; unicode-bidi: embed; }
+tfoot, tfoot[hidden] { display: table-footer-group; unicode-bidi: embed; }
+tr, tr[hidden] { display: table-row; unicode-bidi: embed; }
+td, th, td[hidden], th[hidden] { display: table-cell; unicode-bidi: embed; }
 
 colgroup[hidden], col[hidden], thead[hidden], tbody[hidden],
 tfoot[hidden], tr[hidden], td[hidden], th[hidden] {
   visibility: collapse;
 }
 
-li { display: list-item; }
+li { display: list-item; unicode-bidi: embed; }
 
 ruby { display: ruby; }
 rt { display: ruby-text; }</pre>

Modified: index
===================================================================
--- index	2010-08-11 22:03:16 UTC (rev 5283)
+++ index	2010-08-12 05:22:57 UTC (rev 5284)
@@ -213,7 +213,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>HTML5 (including next generation additions still in development)</h1>
-    <h2 class="no-num no-toc">Draft Standard — 11 August 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 12 August 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -79585,24 +79585,24 @@
 address, article, aside, blockquote, body, center, dd, dir, div, dl,
 dt, figure, figcaption, footer, form, h1, h2, h3, h4, h5, h6, header,
 hgroup, hr, html, legend, listing, menu, nav, ol, p, plaintext, pre,
-section, summary, ul, xmp { display: block; }
+section, summary, ul, xmp { display: block; unicode-bidi: embed; }
 
-table { display: table; }
-caption { display: table-caption; }
-colgroup, colgroup[hidden] { display: table-column-group; }
-col, col[hidden] { display: table-column; }
-thead, thead[hidden] { display: table-header-group; }
-tbody, tbody[hidden] { display: table-row-group; }
-tfoot, tfoot[hidden] { display: table-footer-group; }
-tr, tr[hidden] { display: table-row; }
-td, th, td[hidden], th[hidden] { display: table-cell; }
+table { display: table; unicode-bidi: embed; }
+caption { display: table-caption; unicode-bidi: embed; }
+colgroup, colgroup[hidden] { display: table-column-group; unicode-bidi: embed; }
+col, col[hidden] { display: table-column; unicode-bidi: embed; }
+thead, thead[hidden] { display: table-header-group; unicode-bidi: embed; }
+tbody, tbody[hidden] { display: table-row-group; unicode-bidi: embed; }
+tfoot, tfoot[hidden] { display: table-footer-group; unicode-bidi: embed; }
+tr, tr[hidden] { display: table-row; unicode-bidi: embed; }
+td, th, td[hidden], th[hidden] { display: table-cell; unicode-bidi: embed; }
 
 colgroup[hidden], col[hidden], thead[hidden], tbody[hidden],
 tfoot[hidden], tr[hidden], td[hidden], th[hidden] {
   visibility: collapse;
 }
 
-li { display: list-item; }
+li { display: list-item; unicode-bidi: embed; }
 
 ruby { display: ruby; }
 rt { display: ruby-text; }</pre>

Modified: source
===================================================================
--- source	2010-08-11 22:03:16 UTC (rev 5283)
+++ source	2010-08-12 05:22:57 UTC (rev 5284)
@@ -98632,24 +98632,24 @@
 address, article, aside, blockquote, body, center, dd, dir, div, dl,
 dt, figure, figcaption, footer, form, h1, h2, h3, h4, h5, h6, header,
 hgroup, hr, html, legend, listing, menu, nav, ol, p, plaintext, pre,
-section, summary, ul, xmp { display: block; }
+section, summary, ul, xmp { display: block; unicode-bidi: embed; }
 
-table { display: table; }
-caption { display: table-caption; }
-colgroup, colgroup[hidden] { display: table-column-group; }
-col, col[hidden] { display: table-column; }
-thead, thead[hidden] { display: table-header-group; }
-tbody, tbody[hidden] { display: table-row-group; }
-tfoot, tfoot[hidden] { display: table-footer-group; }
-tr, tr[hidden] { display: table-row; }
-td, th, td[hidden], th[hidden] { display: table-cell; }
+table { display: table; unicode-bidi: embed; }
+caption { display: table-caption; unicode-bidi: embed; }
+colgroup, colgroup[hidden] { display: table-column-group; unicode-bidi: embed; }
+col, col[hidden] { display: table-column; unicode-bidi: embed; }
+thead, thead[hidden] { display: table-header-group; unicode-bidi: embed; }
+tbody, tbody[hidden] { display: table-row-group; unicode-bidi: embed; }
+tfoot, tfoot[hidden] { display: table-footer-group; unicode-bidi: embed; }
+tr, tr[hidden] { display: table-row; unicode-bidi: embed; }
+td, th, td[hidden], th[hidden] { display: table-cell; unicode-bidi: embed; }
 
 colgroup[hidden], col[hidden], thead[hidden], tbody[hidden],
 tfoot[hidden], tr[hidden], td[hidden], th[hidden] {
   visibility: collapse;
 }
 
-li { display: list-item; }
+li { display: list-item; unicode-bidi: embed; }
 
 ruby { display: ruby; }
 rt { display: ruby-text; }</pre>




More information about the Commit-Watchers mailing list