[html5] r8470 - [giow] (3) Handle visual hebrew Fixing https://www.w3.org/Bugs/Public/show_bug.c [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Feb 6 12:37:58 PST 2014


Author: ianh
Date: 2014-02-06 12:37:57 -0800 (Thu, 06 Feb 2014)
New Revision: 8470

Modified:
   complete.html
   index
   source
Log:
[giow] (3) Handle visual hebrew
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=19505
Affected topics: Rendering

Modified: complete.html
===================================================================
--- complete.html	2014-02-06 19:35:18 UTC (rev 8469)
+++ complete.html	2014-02-06 20:37:57 UTC (rev 8470)
@@ -94864,6 +94864,7 @@
 
   </ol><h4 id=bidi-rendering><span class=secno>14.3.5 </span>Bidirectional text</h4>
 
+<!--CLEANUP--><!--CSS @70-->
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
 
 [dir]:dir(ltr), bdi:dir(ltr), input[type=tel]:dir(ltr) { direction: ltr; }
@@ -94874,6 +94875,7 @@
 aside, h1, h2, h3, h4, h5, h6, hgroup, nav, section, table, caption,
 colgroup, col, thead, tbody, tfoot, tr, td, th, dir, dd, dl, dt, menu,
 ol, ul, li, bdi, output, [dir=ltr i], [dir=rtl i], [dir=auto i] {
+
   unicode-bidi: isolate; <!-- anything that's similar to display:block, plus <bdi>, <output>, and dir="" -->
 }
 
@@ -94889,7 +94891,24 @@
   or <a href="#e-mail-state-(type=email)" title=attr-input-type-email>E-mail</a> state) are expected to present an editing
   user interface with a directionality that matches the element's 'direction' property.</p>
 
+  <p>When the document's character encoding is ISO-8859-8, the following rules are additionally
+  expected to apply, following those above: <a href=#refsENCODING>[ENCODING]</a></p>
 
+  <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
+
+address, blockquote, center, div, figure, figcaption, footer, form,
+header, hr, legend, listing, main, p, plaintext, pre, summary, xmp,
+article, aside, h1, h2, h3, h4, h5, h6, hgroup, nav, section, table,
+caption, colgroup, col, thead, tbody, tfoot, tr, td, th, dir, dd, dl,
+dt, menu, ol, ul, li, [dir=ltr i], [dir=rtl i], [dir=auto i], *|* {
+  unicode-bidi: bidi-override;
+}
+input:not([type=submit i]):not([type=reset i]):not([type=button i]),
+textarea, keygen {
+  unicode-bidi: normal;
+}</pre>
+
+
   <h4 id=quotes><span class=secno>14.3.6 </span>Quotes</h4>
 
   <p>This block is automatically generated from the Unicode Common Locale Data Repository. <a href=#refsCLDR>[CLDR]</a></p>

Modified: index
===================================================================
--- index	2014-02-06 19:35:18 UTC (rev 8469)
+++ index	2014-02-06 20:37:57 UTC (rev 8470)
@@ -94864,6 +94864,7 @@
 
   </ol><h4 id=bidi-rendering><span class=secno>14.3.5 </span>Bidirectional text</h4>
 
+<!--CLEANUP--><!--CSS @70-->
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
 
 [dir]:dir(ltr), bdi:dir(ltr), input[type=tel]:dir(ltr) { direction: ltr; }
@@ -94874,6 +94875,7 @@
 aside, h1, h2, h3, h4, h5, h6, hgroup, nav, section, table, caption,
 colgroup, col, thead, tbody, tfoot, tr, td, th, dir, dd, dl, dt, menu,
 ol, ul, li, bdi, output, [dir=ltr i], [dir=rtl i], [dir=auto i] {
+
   unicode-bidi: isolate; <!-- anything that's similar to display:block, plus <bdi>, <output>, and dir="" -->
 }
 
@@ -94889,7 +94891,24 @@
   or <a href="#e-mail-state-(type=email)" title=attr-input-type-email>E-mail</a> state) are expected to present an editing
   user interface with a directionality that matches the element's 'direction' property.</p>
 
+  <p>When the document's character encoding is ISO-8859-8, the following rules are additionally
+  expected to apply, following those above: <a href=#refsENCODING>[ENCODING]</a></p>
 
+  <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
+
+address, blockquote, center, div, figure, figcaption, footer, form,
+header, hr, legend, listing, main, p, plaintext, pre, summary, xmp,
+article, aside, h1, h2, h3, h4, h5, h6, hgroup, nav, section, table,
+caption, colgroup, col, thead, tbody, tfoot, tr, td, th, dir, dd, dl,
+dt, menu, ol, ul, li, [dir=ltr i], [dir=rtl i], [dir=auto i], *|* {
+  unicode-bidi: bidi-override;
+}
+input:not([type=submit i]):not([type=reset i]):not([type=button i]),
+textarea, keygen {
+  unicode-bidi: normal;
+}</pre>
+
+
   <h4 id=quotes><span class=secno>14.3.6 </span>Quotes</h4>
 
   <p>This block is automatically generated from the Unicode Common Locale Data Repository. <a href=#refsCLDR>[CLDR]</a></p>

Modified: source
===================================================================
--- source	2014-02-06 19:35:18 UTC (rev 8469)
+++ source	2014-02-06 20:37:57 UTC (rev 8470)
@@ -105776,6 +105776,7 @@
 
   <h4 id="bidi-rendering">Bidirectional text</h4>
 
+<!--CLEANUP--><!--CSS @70-->
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
 
 [dir]:dir(ltr), bdi:dir(ltr), input[type=tel]:dir(ltr) { direction: ltr; }
@@ -105786,6 +105787,7 @@
 aside, h1, h2, h3, h4, h5, h6, hgroup, nav, section, table, caption,
 colgroup, col, thead, tbody, tfoot, tr, td, th, dir, dd, dl, dt, menu,
 ol, ul, li, bdi, output, [dir=ltr i], [dir=rtl i], [dir=auto i] {
+
   unicode-bidi: isolate; <!-- anything that's similar to display:block, plus <bdi>, <output>, and dir="" -->
 }
 
@@ -105802,7 +105804,24 @@
   or <span data-x="attr-input-type-email">E-mail</span> state) are expected to present an editing
   user interface with a directionality that matches the element's 'direction' property.</p>
 
+  <p>When the document's character encoding is ISO-8859-8, the following rules are additionally
+  expected to apply, following those above: <a href="#refsENCODING">[ENCODING]</a></p>
 
+  <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
+
+address, blockquote, center, div, figure, figcaption, footer, form,
+header, hr, legend, listing, main, p, plaintext, pre, summary, xmp,
+article, aside, h1, h2, h3, h4, h5, h6, hgroup, nav, section, table,
+caption, colgroup, col, thead, tbody, tfoot, tr, td, th, dir, dd, dl,
+dt, menu, ol, ul, li, [dir=ltr i], [dir=rtl i], [dir=auto i], *|* {
+  unicode-bidi: bidi-override;
+}
+input:not([type=submit i]):not([type=reset i]):not([type=button i]),
+textarea, keygen {
+  unicode-bidi: normal;
+}</pre>
+
+
   <h4>Quotes</h4>
 
   <p>This block is automatically generated from the Unicode Common Locale Data Repository. <a




More information about the Commit-Watchers mailing list