Skip to content

Commit

Permalink
[giow] (3) Handle visual hebrew
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=19505
Affected topics: Rendering

git-svn-id: http://svn.whatwg.org/webapps@8470 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 6, 2014
1 parent 9053fc4 commit ccd5579
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 0 deletions.
19 changes: 19 additions & 0 deletions complete.html
Expand Up @@ -94864,6 +94864,7 @@ <h4 id=phrasing-content-1><span class=secno>14.3.4 </span>Phrasing content</h4>

</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; }
Expand All @@ -94874,6 +94875,7 @@ <h4 id=phrasing-content-1><span class=secno>14.3.4 </span>Phrasing content</h4>
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="" -->
}

Expand All @@ -94889,6 +94891,23 @@ <h4 id=phrasing-content-1><span class=secno>14.3.4 </span>Phrasing content</h4>
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>

Expand Down
19 changes: 19 additions & 0 deletions index
Expand Up @@ -94864,6 +94864,7 @@ br[clear=all i], br[clear=both i] { clear: both; }</pre>

</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; }
Expand All @@ -94874,6 +94875,7 @@ 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, 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="" -->
}

Expand All @@ -94889,6 +94891,23 @@ textarea[dir=auto i], pre[dir=auto i] { unicode-bidi: plaintext; }
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>

Expand Down
19 changes: 19 additions & 0 deletions source
Expand Up @@ -105776,6 +105776,7 @@ br[clear=all i], br[clear=both i] { clear: both; }</pre>

<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; }
Expand All @@ -105786,6 +105787,7 @@ 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, 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="" -->
}

Expand All @@ -105802,6 +105804,23 @@ textarea[dir=auto i], pre[dir=auto i] { unicode-bidi: plaintext; }
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>

Expand Down

0 comments on commit ccd5579

Please sign in to comment.