Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (2) Set 'unicode-bidi: embed' on non-inline elements to preser…
…ve bidi behaviour when setting them to inline.

git-svn-id: http://svn.whatwg.org/webapps@5284 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 12, 2010
1 parent 8333cfd commit 6fa6a42
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 38 deletions.
26 changes: 13 additions & 13 deletions complete.html
Expand Up @@ -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 &mdash; 11 August 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -86475,24 +86475,24 @@ <h4 id=display-types><span class=secno>14.2.2 </span>Display types</h4>
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; }

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; }
section, summary, ul, xmp { display: block; unicode-bidi: embed; }

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>
Expand Down
26 changes: 13 additions & 13 deletions index
Expand Up @@ -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 &mdash; 11 August 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -79585,24 +79585,24 @@ param, rp, script, source, style, track, title { /* <a href=#case-insensitive-se
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; }

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; }
section, summary, ul, xmp { display: block; unicode-bidi: embed; }

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>
Expand Down
24 changes: 12 additions & 12 deletions source
Expand Up @@ -98632,24 +98632,24 @@ param, rp, script, source, style, track, title { /* <a href="#case-insensitive-s
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; }

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; }
section, summary, ul, xmp { display: block; unicode-bidi: embed; }

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>
Expand Down

0 comments on commit 6fa6a42

Please sign in to comment.