Skip to content

Commit

Permalink
[giow] (2) Try to clarify that <title> directionality affects the use…
Browse files Browse the repository at this point in the history
… of the title outside the document.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10817

git-svn-id: http://svn.whatwg.org/webapps@5579 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 4, 2010
1 parent 2cac023 commit 9cedba4
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 12 deletions.
16 changes: 12 additions & 4 deletions complete.html
Expand Up @@ -12335,10 +12335,18 @@ <h4 id=the-title-element-0><span class=secno>4.2.2 </span>The <dfn><code>title</

</div>

<p>The string to use as the document's title is given by the <code title=dom-document-title><a href=#document.title>document.title</a></code> IDL
attribute. <span class=impl>User agents should use the document's
title when referring to the document in their user
interface.</span></p>
<p>The string to use as the document's title is given by the <code title=dom-document-title><a href=#document.title>document.title</a></code> IDL attribute.</p>

<div class=impl>

<p>User agents should use the document's title when referring to the
document in their user interface. When the contents of a
<code><a href=#the-title-element-0>title</a></code> element are used in this way, <a href=#the-directionality>the
directionality</a> of that <code><a href=#the-title-element-0>title</a></code> element should be
used to set the directionality of the document's title in the user
interface.</p>

</div>


<h4 id=the-base-element><span class=secno>4.2.3 </span>The <dfn><code>base</code></dfn> element</h4>
Expand Down
16 changes: 12 additions & 4 deletions index
Expand Up @@ -12312,10 +12312,18 @@ gave me some of the songs they wrote. I love sharing my music.&lt;/p&gt;

</div>

<p>The string to use as the document's title is given by the <code title=dom-document-title><a href=#document.title>document.title</a></code> IDL
attribute. <span class=impl>User agents should use the document's
title when referring to the document in their user
interface.</span></p>
<p>The string to use as the document's title is given by the <code title=dom-document-title><a href=#document.title>document.title</a></code> IDL attribute.</p>

<div class=impl>

<p>User agents should use the document's title when referring to the
document in their user interface. When the contents of a
<code><a href=#the-title-element-0>title</a></code> element are used in this way, <a href=#the-directionality>the
directionality</a> of that <code><a href=#the-title-element-0>title</a></code> element should be
used to set the directionality of the document's title in the user
interface.</p>

</div>


<h4 id=the-base-element><span class=secno>4.2.3 </span>The <dfn><code>base</code></dfn> element</h4>
Expand Down
16 changes: 12 additions & 4 deletions source
Expand Up @@ -12858,10 +12858,18 @@ gave me some of the songs they wrote. I love sharing my music.&lt;/p>
</div>

<p>The string to use as the document's title is given by the <code
title="dom-document-title">document.title</code> IDL
attribute. <span class="impl">User agents should use the document's
title when referring to the document in their user
interface.</span></p>
title="dom-document-title">document.title</code> IDL attribute.</p>

<div class="impl">

<p>User agents should use the document's title when referring to the
document in their user interface. When the contents of a
<code>title</code> element are used in this way, <span>the
directionality</span> of that <code>title</code> element should be
used to set the directionality of the document's title in the user
interface.</p>

</div>


<h4>The <dfn><code>base</code></dfn> element</h4>
Expand Down

0 comments on commit 9cedba4

Please sign in to comment.