[html5] r4237 - [ac] (0) Introduce <meta name=author>; specify that name=application-name and na [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Oct 21 00:51:23 PDT 2009


Author: ianh
Date: 2009-10-21 00:51:16 -0700 (Wed, 21 Oct 2009)
New Revision: 4237

Modified:
   complete.html
   index
   source
Log:
[ac] (0) Introduce <meta name=author>; specify that name=application-name and name=description can't be duplicated; minor editorial tweaks.

Modified: complete.html
===================================================================
--- complete.html	2009-10-21 07:44:26 UTC (rev 4236)
+++ complete.html	2009-10-21 07:51:16 UTC (rev 4237)
@@ -11189,31 +11189,39 @@
   <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>
 

Modified: index
===================================================================
--- index	2009-10-21 07:44:26 UTC (rev 4236)
+++ index	2009-10-21 07:51:16 UTC (rev 4237)
@@ -11019,31 +11019,39 @@
   <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>
 

Modified: source
===================================================================
--- source	2009-10-21 07:44:26 UTC (rev 4236)
+++ source	2009-10-21 07:51:16 UTC (rev 4237)
@@ -11564,32 +11564,43 @@
 
   <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">
 




More information about the Commit-Watchers mailing list