[html5] r1540 - /
whatwg at whatwg.org
whatwg at whatwg.org
Tue May 6 19:25:24 PDT 2008
Author: ianh
Date: 2008-05-06 19:25:23 -0700 (Tue, 06 May 2008)
New Revision: 1540
Modified:
index
source
Log:
[] (0) Define <meta name=description> and <meta name=application-name>.
Modified: index
===================================================================
--- index 2008-05-07 02:21:35 UTC (rev 1539)
+++ index 2008-05-07 02:25:23 UTC (rev 1540)
@@ -7834,6 +7834,27 @@
<code><a href="#meta0">meta</a></code> element.
<dl>
+ <dt><dfn id=application-name
+ title=meta-application-name>application-name</dfn>
+
+ <dd>
+ <p>The value must be a short free-form string that 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="#application-name">application-name</a></code> metadata name must
+ not be used. User agents may use the application name in UI in
+ preference to the page's <code><a href="#title1">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.
+
+ <dt><dfn id=description title=meta-description>description</dfn>
+
+ <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.
+
<dt><dfn id=generator title=meta-generator>generator</dfn>
<dd>
Modified: source
===================================================================
--- source 2008-05-07 02:21:35 UTC (rev 1539)
+++ source 2008-05-07 02:25:23 UTC (rev 1540)
@@ -6229,6 +6229,24 @@
<dl>
+ <dt><dfn title="meta-application-name">application-name</dfn></dt>
+
+ <dd><p>The value must be a short free-form string that 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. 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.</p></dd>
+
+ <dt><dfn title="meta-description">description</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>
+
<dt><dfn title="meta-generator">generator</dfn></dt>
<dd><p>The value must be a free-form string that identifies the
More information about the Commit-Watchers
mailing list