Skip to content

Commit

Permalink
[giow] (0) Add <bdi> to the list of elements dir=auto will ignore.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10808

git-svn-id: http://svn.whatwg.org/webapps@5690 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 30, 2010
1 parent 7b92867 commit 6512da9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion complete.html
Expand Up @@ -9737,7 +9737,8 @@ <h5 id=the-dir-attribute><span class=secno>3.2.3.5 </span>The <dfn title=attr-di
element that is a descendant of the element whose <a href=#the-directionality title="the directionality">directionality</a> is being
determined and that is either:</p>

<ul class=brief><li>A <code><a href=#script>script</a></code> element.
<ul class=brief><li>A <code><a href=#the-bdi-element>bdi</a></code> element.
<li>A <code><a href=#script>script</a></code> element.
<li>A <code><a href=#the-style-element>style</a></code> element.
<li>An element with a <code title=attr-dir><a href=#the-dir-attribute>dir</a></code> attribute in a defined state.
</ul></li>
Expand Down
3 changes: 2 additions & 1 deletion index
Expand Up @@ -9714,7 +9714,8 @@ Transport Protocol"&gt;HTTP&lt;/abbr&gt; today.&lt;/p&gt;</pre>
element that is a descendant of the element whose <a href=#the-directionality title="the directionality">directionality</a> is being
determined and that is either:</p>

<ul class=brief><li>A <code><a href=#script>script</a></code> element.
<ul class=brief><li>A <code><a href=#the-bdi-element>bdi</a></code> element.
<li>A <code><a href=#script>script</a></code> element.
<li>A <code><a href=#the-style-element>style</a></code> element.
<li>An element with a <code title=attr-dir><a href=#the-dir-attribute>dir</a></code> attribute in a defined state.
</ul></li>
Expand Down
1 change: 1 addition & 0 deletions source
Expand Up @@ -9880,6 +9880,7 @@ Transport Protocol">HTTP&lt;/abbr> today.&lt;/p></pre>
determined and that is either:</p>

<ul class="brief">
<li>A <code>bdi</code> element.
<li>A <code>script</code> element.
<li>A <code>style</code> element.
<li>An element with a <code title="attr-dir">dir</code> attribute in a defined state.
Expand Down

0 comments on commit 6512da9

Please sign in to comment.