Skip to content

Commit

Permalink
[ac] (0) Introduce <meta name=author>; specify that name=application-…
Browse files Browse the repository at this point in the history
…name and name=description can't be duplicated; minor editorial tweaks.

git-svn-id: http://svn.whatwg.org/webapps@4237 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 21, 2009
1 parent 70ba33a commit 4382644
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 39 deletions.
34 changes: 21 additions & 13 deletions complete.html
Expand Up @@ -11189,31 +11189,39 @@ <h5 id=standard-metadata-names><span class=secno>4.2.5.1 </span>Standard metadat
<p>Names are case-insensitive<span class=impl>, and must be compared
in an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> manner</span>.</p>

<dl><dt><dfn id=meta-application-name title=meta-application-name>application-name</dfn></dt>
<dl><dt><dfn id=meta-application-name title=meta-application-name><code>application-name</code></dfn></dt>

<dd><p>The value must be a short free-form string giving the name
of the Web application that the page represents. If the page is not
a Web application, the <code title=meta-application-name><a href=#meta-application-name>application-name</a></code> metadata name
must not be used. <span class=impl>User agents may use the
application name in UI in preference to the page's
<code><a href=#the-title-element-0>title</a></code>, since the title might include status messages
and the like relevant to the status of the page at a particular
moment in time instead of just being the name of the
application.</span></dd>
must not be used. There must not be more than one <code><a href=#meta>meta</a></code>
element with its <code title=attr-meta-name><a href=#attr-meta-name>name</a></code> attribute
set to the value <code title=meta-application-name><a href=#meta-application-name>application-name</a></code> per
document. <span class=impl>User agents may use the application
name in UI in preference to the page's <code><a href=#the-title-element-0>title</a></code>, since
the title might include status messages and the like relevant to
the status of the page at a particular moment in time instead of
just being the name of the application.</span></dd>

<dt><dfn id=meta-description title=meta-description>description</dfn></dt>
<dt><dfn id=meta-author title=meta-author><code>author</code></dfn></dt>

<dd><p>The value must be a free-form string giving the name of one
of the page's authors.</dd>

<dt><dfn id=meta-description title=meta-description><code>description</code></dfn></dt>

<dd><p>The value must be a free-form string that describes the
page. The value must be appropriate for use in a directory of
pages, e.g. in a search engine.</dd>
pages, e.g. in a search engine. There must not be more than one
<code><a href=#meta>meta</a></code> element with its <code title=attr-meta-name><a href=#attr-meta-name>name</a></code> attribute set to the value <code title=meta-description><a href=#meta-description>description</a></code> per document.</dd>

<dt><dfn id=meta-generator title=meta-generator>generator</dfn></dt>
<dt><dfn id=meta-generator title=meta-generator><code>generator</code></dfn></dt>

<dd>

<p>The value must be a free-form string that identifies the
software used to generate the document. This value must not be
used on hand-authored pages.</p>
<p>The value must be a free-form string that identifies one of the
software packages used to generate the document. This value must
not be used on hand-authored pages.</p>

<div class=example>

Expand Down
34 changes: 21 additions & 13 deletions index
Expand Up @@ -11019,31 +11019,39 @@ gave me some of the songs they wrote. I love sharing my music.&lt;/p&gt;
<p>Names are case-insensitive<span class=impl>, and must be compared
in an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> manner</span>.</p>

<dl><dt><dfn id=meta-application-name title=meta-application-name>application-name</dfn></dt>
<dl><dt><dfn id=meta-application-name title=meta-application-name><code>application-name</code></dfn></dt>

<dd><p>The value must be a short free-form string giving the name
of the Web application that the page represents. If the page is not
a Web application, the <code title=meta-application-name><a href=#meta-application-name>application-name</a></code> metadata name
must not be used. <span class=impl>User agents may use the
application name in UI in preference to the page's
<code><a href=#the-title-element-0>title</a></code>, since the title might include status messages
and the like relevant to the status of the page at a particular
moment in time instead of just being the name of the
application.</span></dd>
must not be used. There must not be more than one <code><a href=#meta>meta</a></code>
element with its <code title=attr-meta-name><a href=#attr-meta-name>name</a></code> attribute
set to the value <code title=meta-application-name><a href=#meta-application-name>application-name</a></code> per
document. <span class=impl>User agents may use the application
name in UI in preference to the page's <code><a href=#the-title-element-0>title</a></code>, since
the title might include status messages and the like relevant to
the status of the page at a particular moment in time instead of
just being the name of the application.</span></dd>

<dt><dfn id=meta-description title=meta-description>description</dfn></dt>
<dt><dfn id=meta-author title=meta-author><code>author</code></dfn></dt>

<dd><p>The value must be a free-form string giving the name of one
of the page's authors.</dd>

<dt><dfn id=meta-description title=meta-description><code>description</code></dfn></dt>

<dd><p>The value must be a free-form string that describes the
page. The value must be appropriate for use in a directory of
pages, e.g. in a search engine.</dd>
pages, e.g. in a search engine. There must not be more than one
<code><a href=#meta>meta</a></code> element with its <code title=attr-meta-name><a href=#attr-meta-name>name</a></code> attribute set to the value <code title=meta-description><a href=#meta-description>description</a></code> per document.</dd>

<dt><dfn id=meta-generator title=meta-generator>generator</dfn></dt>
<dt><dfn id=meta-generator title=meta-generator><code>generator</code></dfn></dt>

<dd>

<p>The value must be a free-form string that identifies the
software used to generate the document. This value must not be
used on hand-authored pages.</p>
<p>The value must be a free-form string that identifies one of the
software packages used to generate the document. This value must
not be used on hand-authored pages.</p>

<div class=example>

Expand Down
37 changes: 24 additions & 13 deletions source
Expand Up @@ -11564,32 +11564,43 @@ gave me some of the songs they wrote. I love sharing my music.&lt;/p>

<dl>

<dt><dfn title="meta-application-name">application-name</dfn></dt>
<dt><dfn title="meta-application-name"><code>application-name</code></dfn></dt>

<dd><p>The value must be a short free-form string giving the name
of the Web application that the page represents. If the page is not
a Web application, the <code
title="meta-application-name">application-name</code> metadata name
must not be used. <span class="impl">User agents may use the
application name in UI in preference to the page's
<code>title</code>, since the title might include status messages
and the like relevant to the status of the page at a particular
moment in time instead of just being the name of the
application.</span></p></dd>
must not be used. There must not be more than one <code>meta</code>
element with its <code title="attr-meta-name">name</code> attribute
set to the value <code
title="meta-application-name">application-name</code> per
document. <span class="impl">User agents may use the application
name in UI in preference to the page's <code>title</code>, since
the title might include status messages and the like relevant to
the status of the page at a particular moment in time instead of
just being the name of the application.</span></p></dd>

<dt><dfn title="meta-description">description</dfn></dt>
<dt><dfn title="meta-author"><code>author</code></dfn></dt>

<dd><p>The value must be a free-form string giving the name of one
of the page's authors.</p></dd>

<dt><dfn title="meta-description"><code>description</code></dfn></dt>

<dd><p>The value must be a free-form string that describes the
page. The value must be appropriate for use in a directory of
pages, e.g. in a search engine.</p></dd>
pages, e.g. in a search engine. There must not be more than one
<code>meta</code> element with its <code
title="attr-meta-name">name</code> attribute set to the value <code
title="meta-description">description</code> per document.</p></dd>

<dt><dfn title="meta-generator">generator</dfn></dt>
<dt><dfn title="meta-generator"><code>generator</code></dfn></dt>

<dd>

<p>The value must be a free-form string that identifies the
software used to generate the document. This value must not be
used on hand-authored pages.</p>
<p>The value must be a free-form string that identifies one of the
software packages used to generate the document. This value must
not be used on hand-authored pages.</p>

<div class="example">

Expand Down

0 comments on commit 4382644

Please sign in to comment.