- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 14 Feb 2010 10:48:00 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv32588 Modified Files: Overview.html semantics.html spec.html Log Message: Make <title> optional in HTML e-mails and other such situations. (whatwg r4730) [updated by splitter] Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.684 retrieving revision 1.685 diff -u -d -r1.684 -r1.685 --- Overview.html 14 Feb 2010 10:27:04 -0000 1.684 +++ Overview.html 14 Feb 2010 10:47:57 -0000 1.685 @@ -302,7 +302,7 @@ </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>. -This is revision 1.3777. +This is revision 1.3778. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2009 <a href="http://www.w3.org/"><abbr title="World Wide Index: semantics.html =================================================================== RCS file: /sources/public/html5/spec-author-view/semantics.html,v retrieving revision 1.567 retrieving revision 1.568 diff -u -d -r1.567 -r1.568 --- semantics.html 6 Feb 2010 02:07:08 -0000 1.567 +++ semantics.html 14 Feb 2010 10:47:57 -0000 1.568 @@ -341,7 +341,7 @@ <dt>Contexts in which this element may be used:</dt> <dd>As the first element in an <code><a href="#the-html-element-0">html</a></code> element.</dd> <dt>Content model:</dt> - <dd>If the document is <a href="the-iframe-element.html#an-iframe-srcdoc-document">an <code>iframe</code> <code title="attr-iframe-srcdoc">srcdoc</code> document</a>: Zero or more elements of <a href="content-models.html#metadata-content">metadata content</a>.</dd> + <dd>If the document is <a href="the-iframe-element.html#an-iframe-srcdoc-document">an <code>iframe</code> <code title="attr-iframe-srcdoc">srcdoc</code> document</a> or if title information is available from a higher-level protocol: Zero or more elements of <a href="content-models.html#metadata-content">metadata content</a>.</dd> <dd>Otherwise: One or more elements of <a href="content-models.html#metadata-content">metadata content</a>, of which exactly one is a <code><a href="#the-title-element-0">title</a></code> element.</dd> <dt>Content attributes:</dt> <dd><a href="elements.html#global-attributes">Global attributes</a></dd> @@ -379,7 +379,11 @@ <BODY> ...</pre> - </div><h4 id="the-title-element-0"><span class="secno">4.2.2 </span>The <dfn><code>title</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> + </div><p class="note">The <code><a href="#the-title-element-0">title</a></code> element is a required child + in most situations, but when a higher-level protocol provides title + information, e.g. in the Subject line of an e-mail when HTML is used + as an e-mail authoring format, the <code><a href="#the-title-element-0">title</a></code> element can be + omitted.</p><h4 id="the-title-element-0"><span class="secno">4.2.2 </span>The <dfn><code>title</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#metadata-content">Metadata content</a>.</dd> <dt>Contexts in which this element may be used:</dt> <dd>In a <code><a href="#the-head-element-0">head</a></code> element containing no other <code><a href="#the-title-element-0">title</a></code> elements.</dd> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.689 retrieving revision 1.690 diff -u -d -r1.689 -r1.690 --- spec.html 14 Feb 2010 10:27:05 -0000 1.689 +++ spec.html 14 Feb 2010 10:47:57 -0000 1.690 @@ -300,7 +300,7 @@ </dl><p>This specification is available in the following formats: <a href=spec.html>single page HTML</a>, <a href=Overview.html>multipage HTML</a>. -This is revision 1.3777. +This is revision 1.3778. </p> <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2009 <a href=http://www.w3.org/><abbr title="World Wide @@ -4110,7 +4110,7 @@ <dt>Contexts in which this element may be used:</dt> <dd>As the first element in an <code><a href=#the-html-element-0>html</a></code> element.</dd> <dt>Content model:</dt> - <dd>If the document is <a href=#an-iframe-srcdoc-document>an <code>iframe</code> <code title=attr-iframe-srcdoc>srcdoc</code> document</a>: Zero or more elements of <a href=#metadata-content>metadata content</a>.</dd> + <dd>If the document is <a href=#an-iframe-srcdoc-document>an <code>iframe</code> <code title=attr-iframe-srcdoc>srcdoc</code> document</a> or if title information is available from a higher-level protocol: Zero or more elements of <a href=#metadata-content>metadata content</a>.</dd> <dd>Otherwise: One or more elements of <a href=#metadata-content>metadata content</a>, of which exactly one is a <code><a href=#the-title-element-0>title</a></code> element.</dd> <dt>Content attributes:</dt> <dd><a href=#global-attributes>Global attributes</a></dd> @@ -4148,7 +4148,11 @@ <BODY> ...</pre> - </div><h4 id=the-title-element-0><span class=secno>4.2.2 </span>The <dfn><code>title</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class=element><dt>Categories</dt> + </div><p class=note>The <code><a href=#the-title-element-0>title</a></code> element is a required child + in most situations, but when a higher-level protocol provides title + information, e.g. in the Subject line of an e-mail when HTML is used + as an e-mail authoring format, the <code><a href=#the-title-element-0>title</a></code> element can be + omitted.</p><h4 id=the-title-element-0><span class=secno>4.2.2 </span>The <dfn><code>title</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class=element><dt>Categories</dt> <dd><a href=#metadata-content>Metadata content</a>.</dd> <dt>Contexts in which this element may be used:</dt> <dd>In a <code><a href=#the-head-element-0>head</a></code> element containing no other <code><a href=#the-title-element-0>title</a></code> elements.</dd>
Received on Sunday, 14 February 2010 10:48:02 UTC