|
248 | 248 |
|
249 | 249 | <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p> |
250 | 250 | <hgroup><h1 class=allcaps>HTML</h1> |
251 | | - <h2 class="no-num no-toc">Living Standard — Last Updated 30 December 2012</h2> |
| 251 | + <h2 class="no-num no-toc">Living Standard — Last Updated 31 December 2012</h2> |
252 | 252 | </hgroup><dl><dt><strong>Web developer edition:</strong></dt> |
253 | 253 | <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd> |
254 | 254 | <dt>Multiple-page version:</dt> |
@@ -12103,13 +12103,11 @@ <h6 id=heading-content-0><span class=secno>3.2.5.1.4 </span>Heading content</h6> |
12103 | 12103 | content can only contain elements that are themselves categorized as |
12104 | 12104 | phrasing content, not any flow content.</p> |
12105 | 12105 |
|
12106 | | - <p><dfn id=text-content title="text content">Text</dfn>, in the context of content |
12107 | | - models, means <code><a href=#text>Text</a></code> nodes. <a href=#text-content title="text |
12108 | | - content">Text</a> is sometimes used as a content model on its |
12109 | | - own, but is also <a href=#phrasing-content>phrasing content</a>, and can be |
12110 | | - <a href=#inter-element-whitespace>inter-element whitespace</a> (if the <code><a href=#text>Text</a></code> |
12111 | | - nodes are empty or contain just <a href=#space-character title="space character">space |
12112 | | - characters</a>).</p> |
| 12106 | + <p><dfn id=text-content title="text content">Text</dfn>, in the context of content models, means either nothing, |
| 12107 | + or <code><a href=#text>Text</a></code> nodes. <a href=#text-content title="text content">Text</a> is sometimes used as a content |
| 12108 | + model on its own, but is also <a href=#phrasing-content>phrasing content</a>, and can be <a href=#inter-element-whitespace>inter-element |
| 12109 | + whitespace</a> (if the <code><a href=#text>Text</a></code> nodes are empty or contain just <a href=#space-character title="space |
| 12110 | + character">space characters</a>).</p> |
12113 | 12111 |
|
12114 | 12112 | <p><code><a href=#text>Text</a></code> nodes and attribute values must consist of |
12115 | 12113 | <a href=#unicode-character title="Unicode character">Unicode characters</a>, must not |
@@ -13932,6 +13930,12 @@ <h4 id=the-title-element><span class=secno>4.2.2 </span>The <dfn><code>title</co |
13932 | 13930 | <p>There must be no more than one <code><a href=#the-title-element>title</a></code> element per |
13933 | 13931 | document.</p> |
13934 | 13932 |
|
| 13933 | + <p>The <code><a href=#the-title-element>title</a></code> element must not be empty.</p> |
| 13934 | + |
| 13935 | + <p class=note>If it's reasonable for the <code><a href=#document>Document</a></code> to have no title, then the |
| 13936 | + <code><a href=#the-title-element>title</a></code> element is probably not required. See the <code><a href=#the-head-element>head</a></code> element's content |
| 13937 | + model for a description of when the element is required.</p> |
| 13938 | + |
13935 | 13939 | <!--TOPIC:DOM APIs--> |
13936 | 13940 | <dl class=domintro><dt><var title="">title</var> . <code title=dom-title-text><a href=#dom-title-text>text</a></code> [ = <var title="">value</var> ]</dt> |
13937 | 13941 |
|
@@ -52823,6 +52827,9 @@ <h4 id=the-option-element><span class=secno>4.10.12 </span>The <dfn><code>option |
52823 | 52827 | element is the value of the <code title=attr-option-label><a href=#attr-option-label>label</a></code> content attribute, if there |
52824 | 52828 | is one, or, if there is not, the value of the element's <code title=dom-option-text><a href=#dom-option-text>text</a></code> IDL attribute.</p> |
52825 | 52829 |
|
| 52830 | + <p>The <code title=attr-option-label><a href=#attr-option-label>label</a></code> content attribute, if specified, must not be |
| 52831 | + empty. If the attribute is not specified, then the element itself must not be empty.</p> |
| 52832 | + |
52826 | 52833 | <p>The <dfn id=attr-option-value title=attr-option-value><code>value</code></dfn> |
52827 | 52834 | attribute provides a value for element. The <dfn id=concept-option-value title=concept-option-value>value</dfn> of an <code><a href=#the-option-element>option</a></code> |
52828 | 52835 | element is the value of the <code title=attr-option-value><a href=#attr-option-value>value</a></code> content attribute, if there |
@@ -101705,7 +101712,7 @@ <h3 class=no-num id=elements-1>Elements</h3> |
101705 | 101712 | <td><code><a href=#the-select-element>select</a></code>; |
101706 | 101713 | <code><a href=#the-datalist-element>datalist</a></code>; |
101707 | 101714 | <code><a href=#the-optgroup-element>optgroup</a></code></td> |
101708 | | - <td><a href=#text-content title="text content">text</a></td> |
| 101715 | + <td><a href=#text-content title="text content">text</a>*</td> |
101709 | 101716 | <td><a href=#global-attributes title="global attributes">globals</a>; |
101710 | 101717 | <code title=attr-option-disabled><a href=#attr-option-disabled>disabled</a></code>; |
101711 | 101718 | <code title=attr-option-label><a href=#attr-option-label>label</a></code>; |
@@ -102020,7 +102027,7 @@ <h3 class=no-num id=elements-1>Elements</h3> |
102020 | 102027 | <td>Document title</td> |
102021 | 102028 | <td><a href=#metadata-content title="Metadata content">metadata</a></td> |
102022 | 102029 | <td><code><a href=#the-head-element>head</a></code></td> |
102023 | | - <td><a href=#text-content title="text content">text</a></td> |
| 102030 | + <td><a href=#text-content title="text content">text</a>*</td> |
102024 | 102031 | <td><a href=#global-attributes title="global attributes">globals</a></td> |
102025 | 102032 | <td><code><a href=#htmltitleelement>HTMLTitleElement</a></code></td> |
102026 | 102033 | <tr><th><code><a href=#the-tr-element>tr</a></code></th> |
|
0 commit comments