- From: Sam Ruby via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 11 Sep 2012 17:44:05 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv5916 Modified Files: single-page.html spec.html the-img-element.html the-meta-element.html Log Message: commit 151feec6e34378f13edd279a0c9f7392016dfd24 Author: Travis Leithead <travil@microsoft.com> Date: Tue Sep 11 10:24:22 2012 -0700 [HTML5 ISSUE-206, Bug 9212] WG Decision Applied: Meta Generator Per the change proposal: http://www.w3.org/html/wg/wiki/ChangeProposals/Issue31cMetaGeneratorUpdated ... removes text related to the meta-generator in section 4.2.5.1 ("The value must not be used on hand-authored pages") and in section 4.8.1.1.13 ("[...] validators are required to not show an error in this case [...]") In the spirit of this change, but not explicitly called out in the Change Proposal, I also removed the Note in section 4.2.5.1, which references that "generator" causes conformance checkers to silently ignore certain errors... and which contained the link to the list in 4.8.1.1.13 since it no longer applies after this change. Index: the-meta-element.html =================================================================== RCS file: /sources/public/html5/spec/the-meta-element.html,v retrieving revision 1.175 retrieving revision 1.176 diff -u -d -r1.175 -r1.176 --- the-meta-element.html 11 Sep 2012 14:14:32 -0000 1.175 +++ the-meta-element.html 11 Sep 2012 17:44:03 -0000 1.176 @@ -467,8 +467,7 @@ <dd> <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> + software packages used to generate the document.</p> <div class="example"> @@ -480,14 +479,6 @@ </div> - <p class="note">This metadata name causes conformance checkers to - <a href="the-img-element.html#guidance-for-conformance-checkers">silently ignore</a> - certain conformance errors that are inevitable when using - state-of-the-art editing software, to discourage such editors from - replacing those errors with even more incorrect markup that - state-of-the-art automated conformance checkers cannot distinguish - from valid markup.</p> - </dd> <dt><dfn id="meta-keywords" title="meta-keywords"><code>keywords</code></dfn></dt> Index: single-page.html =================================================================== RCS file: /sources/public/html5/spec/single-page.html,v retrieving revision 1.107 retrieving revision 1.108 diff -u -d -r1.107 -r1.108 --- single-page.html 11 Sep 2012 15:13:41 -0000 1.107 +++ single-page.html 11 Sep 2012 17:44:01 -0000 1.108 @@ -14449,8 +14449,7 @@ <dd> <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> + software packages used to generate the document.</p> <div class=example> @@ -14462,14 +14461,6 @@ </div> - <p class=note>This metadata name causes conformance checkers to - <a href=#guidance-for-conformance-checkers>silently ignore</a> - certain conformance errors that are inevitable when using - state-of-the-art editing software, to discourage such editors from - replacing those errors with even more incorrect markup that - state-of-the-art automated conformance checkers cannot distinguish - from valid markup.</p> - </dd> <dt><dfn id=meta-keywords title=meta-keywords><code>keywords</code></dfn></dt> @@ -24380,14 +24371,6 @@ <!--FORK--> - <li>The document has a <code><a href=#the-meta-element>meta</a></code> element with a <code title=attr-meta-name><a href=#attr-meta-name>name</a></code> attribute whose value is an - <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the string "<code title=meta-generator><a href=#meta-generator>generator</a></code>". (This case does not - represent a case where the document is conforming, only that the - generator could not determine appropriate alternative text — - validators are required to not show an error in this case to - discourage markup generators from including bogus alternative text - purely in an attempt to silence validators.)</li> - </ul></div> Index: the-img-element.html =================================================================== RCS file: /sources/public/html5/spec/the-img-element.html,v retrieving revision 1.172 retrieving revision 1.173 diff -u -d -r1.172 -r1.173 --- the-img-element.html 11 Sep 2012 14:14:31 -0000 1.172 +++ the-img-element.html 11 Sep 2012 17:44:03 -0000 1.173 @@ -1906,14 +1906,6 @@ <!--FORK--> - <li>The document has a <code><a href="the-meta-element.html#the-meta-element">meta</a></code> element with a <code title="attr-meta-name"><a href="the-meta-element.html#attr-meta-name">name</a></code> attribute whose value is an - <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<code title="meta-generator"><a href="the-meta-element.html#meta-generator">generator</a></code>". (This case does not - represent a case where the document is conforming, only that the - generator could not determine appropriate alternative text — - validators are required to not show an error in this case to - discourage markup generators from including bogus alternative text - purely in an attempt to silence validators.)</li> - </ul></div>
Received on Tuesday, 11 September 2012 17:44:07 UTC