Skip to content

Commit

Permalink
[giow] (3) Hopefully final fix for automatic directionality.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17835
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8033 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 3, 2013
1 parent af9ba6e commit 773c6d1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 15 deletions.
8 changes: 3 additions & 5 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -9865,12 +9865,10 @@ <h5 id=the-dir-attribute><span class=secno>3.2.3.6 </span>The <dfn title=attr-di
<p>If such a character is found and it is of bidirectional character type L, <a href=#the-directionality>the
directionality</a> of the element is '<a href=#concept-ltr title=concept-ltr>ltr</a>'.</p>

<!--CLEANUP-->
<p>Otherwise, if the element is a <a href=#root-element>root element</a>,
<a href=#the-directionality>the directionality</a> of the element is '<a href=#concept-ltr title=concept-ltr>ltr</a>'.</p>
<p>Otherwise, if the element is empty and is not a <a href=#root-element>root element</a>, <a href=#the-directionality>the
directionality</a> of the element is the same as the element's parent element's <a href=#the-directionality title="the directionality">directionality</a>.</p>

<p>Otherwise, <a href=#the-directionality>the directionality</a> of the element is the same as the element's parent
element's <a href=#the-directionality title="the directionality">directionality</a>.</p>
<p>Otherwise, <a href=#the-directionality>the directionality</a> of the element is '<a href=#concept-ltr title=concept-ltr>ltr</a>'.</p>

</dd>

Expand Down
8 changes: 3 additions & 5 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -9865,12 +9865,10 @@ Transport Protocol"&gt;HTTP&lt;/abbr&gt; today.&lt;/p&gt;</pre> <!-- DO NOT REWR
<p>If such a character is found and it is of bidirectional character type L, <a href=#the-directionality>the
directionality</a> of the element is '<a href=#concept-ltr title=concept-ltr>ltr</a>'.</p>

<!--CLEANUP-->
<p>Otherwise, if the element is a <a href=#root-element>root element</a>,
<a href=#the-directionality>the directionality</a> of the element is '<a href=#concept-ltr title=concept-ltr>ltr</a>'.</p>
<p>Otherwise, if the element is empty and is not a <a href=#root-element>root element</a>, <a href=#the-directionality>the
directionality</a> of the element is the same as the element's parent element's <a href=#the-directionality title="the directionality">directionality</a>.</p>

<p>Otherwise, <a href=#the-directionality>the directionality</a> of the element is the same as the element's parent
element's <a href=#the-directionality title="the directionality">directionality</a>.</p>
<p>Otherwise, <a href=#the-directionality>the directionality</a> of the element is '<a href=#concept-ltr title=concept-ltr>ltr</a>'.</p>

</dd>

Expand Down
10 changes: 5 additions & 5 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -9798,12 +9798,12 @@ Transport Protocol">HTTP&lt;/abbr> today.&lt;/p></pre> <!-- DO NOT REWRAP THIS L
<p>If such a character is found and it is of bidirectional character type L, <span>the
directionality</span> of the element is '<span title="concept-ltr">ltr</span>'.</p>

<!--CLEANUP-->
<p>Otherwise, if the element is a <span>root element</span>,
<span>the directionality</span> of the element is '<span title="concept-ltr">ltr</span>'.</p>
<p>Otherwise, if the element is empty and is not a <span>root element</span>, <span>the
directionality</span> of the element is the same as the element's parent element's <span
title="the directionality">directionality</span>.</p>

<p>Otherwise, <span>the directionality</span> of the element is the same as the element's parent
element's <span title="the directionality">directionality</span>.</p>
<p>Otherwise, <span>the directionality</span> of the element is '<span
title="concept-ltr">ltr</span>'.</p>

</dd>

Expand Down

0 comments on commit 773c6d1

Please sign in to comment.