- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 04 Oct 2010 23:49:03 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv26265
Modified Files:
Overview.html
Log Message:
Try to clarify that <title> directionality affects the use of the title outside the document. (whatwg r5579)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4457
retrieving revision 1.4458
diff -u -d -r1.4457 -r1.4458
--- Overview.html 4 Oct 2010 23:36:29 -0000 1.4457
+++ Overview.html 4 Oct 2010 23:49:00 -0000 1.4458
@@ -10705,10 +10705,16 @@
...
<h1>The Dances</h1></pre>
- </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><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>
+ </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.<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>
<dd><a href="#metadata-content">Metadata content</a>.</dd>
<dt>Contexts in which this element can be used:</dt>
<dd>In a <code><a href="#the-head-element-0">head</a></code> element containing no other <code><a href="#the-base-element">base</a></code> elements.</dd>
Received on Monday, 4 October 2010 23:49:05 UTC