[html5] r5579 - [giow] (2) Try to clarify that <title> directionality affects the use of the tit [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Oct 4 16:48:55 PDT 2010
Author: ianh
Date: 2010-10-04 16:48:54 -0700 (Mon, 04 Oct 2010)
New Revision: 5579
Modified:
complete.html
index
source
Log:
[giow] (2) Try to clarify that <title> directionality affects the use of the title outside the document.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10817
Modified: complete.html
===================================================================
--- complete.html 2010-10-04 23:36:24 UTC (rev 5578)
+++ complete.html 2010-10-04 23:48:54 UTC (rev 5579)
@@ -12335,12 +12335,20 @@
</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>
<dl class=element><dt>Categories</dt>
Modified: index
===================================================================
--- index 2010-10-04 23:36:24 UTC (rev 5578)
+++ index 2010-10-04 23:48:54 UTC (rev 5579)
@@ -12312,12 +12312,20 @@
</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>
<dl class=element><dt>Categories</dt>
Modified: source
===================================================================
--- source 2010-10-04 23:36:24 UTC (rev 5578)
+++ source 2010-10-04 23:48:54 UTC (rev 5579)
@@ -12858,12 +12858,20 @@
</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>
<dl class="element">
More information about the Commit-Watchers
mailing list