- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 11 Mar 2010 23:37:26 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv31835 Modified Files: Overview.html semantics.html spec.html Log Message: Explicitly fire 'error' on <img src=''> (blank src) (whatwg r4841) [updated by splitter] Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.770 retrieving revision 1.771 diff -u -d -r1.770 -r1.771 --- Overview.html 11 Mar 2010 04:57:03 -0000 1.770 +++ Overview.html 11 Mar 2010 23:37:23 -0000 1.771 @@ -306,7 +306,7 @@ </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>. -This is revision 1.3877. +This is revision 1.3878. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide Index: semantics.html =================================================================== RCS file: /sources/public/html5/spec-author-view/semantics.html,v retrieving revision 1.576 retrieving revision 1.577 diff -u -d -r1.576 -r1.577 --- semantics.html 9 Mar 2010 00:37:14 -0000 1.576 +++ semantics.html 11 Mar 2010 23:37:23 -0000 1.577 @@ -671,7 +671,7 @@ described in the following sections. If a <code><a href="#meta">meta</a></code> element has no <code title="attr-meta-content"><a href="#attr-meta-content">content</a></code> attribute, then the value part of the metadata name/value pair is the empty - string.</p><h5 id="standard-metadata-names"><span class="secno">4.2.5.1 </span>Standard metadata names</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/79">ISSUE-79</a> (meta-keywords) blocks progress to Last Call</span></p><p>This specification defines a few names for the <code title="attr-meta-name"><a href="#attr-meta-name">name</a></code> attribute of the + string.</p><h5 id="standard-metadata-names"><span class="secno">4.2.5.1 </span>Standard metadata names</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>This specification defines a few names for the <code title="attr-meta-name"><a href="#attr-meta-name">name</a></code> attribute of the <code><a href="#meta">meta</a></code> element.</p><p>Names are case-insensitive.</p><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 Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.776 retrieving revision 1.777 diff -u -d -r1.776 -r1.777 --- spec.html 11 Mar 2010 04:57:03 -0000 1.776 +++ spec.html 11 Mar 2010 23:37:23 -0000 1.777 @@ -304,7 +304,7 @@ </dl><p>This specification is available in the following formats: <a href=spec.html>single page HTML</a>, <a href=Overview.html>multipage HTML</a>. -This is revision 1.3877. +This is revision 1.3878. </p> <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2010 <a href=http://www.w3.org/><abbr title="World Wide @@ -4460,7 +4460,7 @@ described in the following sections. If a <code><a href=#meta>meta</a></code> element has no <code title=attr-meta-content><a href=#attr-meta-content>content</a></code> attribute, then the value part of the metadata name/value pair is the empty - string.</p><h5 id=standard-metadata-names><span class=secno>4.2.5.1 </span>Standard metadata names</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href=http://www.w3.org/html/wg/tracker/issues/79>ISSUE-79</a> (meta-keywords) blocks progress to Last Call</span></p><p>This specification defines a few names for the <code title=attr-meta-name><a href=#attr-meta-name>name</a></code> attribute of the + string.</p><h5 id=standard-metadata-names><span class=secno>4.2.5.1 </span>Standard metadata names</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>This specification defines a few names for the <code title=attr-meta-name><a href=#attr-meta-name>name</a></code> attribute of the <code><a href=#meta>meta</a></code> element.</p><p>Names are case-insensitive.</p><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
Received on Thursday, 11 March 2010 23:37:28 UTC