- From: poot <cvsmail@w3.org>
- Date: Tue, 5 Oct 2010 08:49:13 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Try to clarify that <title> directionality affects the use of the title outside the document. (whatwg r5579) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4457&r2=1.4458&f=h http://html5.org/tools/web-apps-tracker?from=5578&to=5579 =================================================================== 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:50:08 UTC