- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 12 Oct 2011 19:46:27 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv2132
Modified Files:
history.html iana.html index.html rendering.html spec.html
timers.html
Log Message:
typo (whatwg r6674)
[updated by splitter]
Index: history.html
===================================================================
RCS file: /sources/public/html5/spec/history.html,v
retrieving revision 1.1082
retrieving revision 1.1083
diff -u -d -r1.1082 -r1.1083
--- history.html 11 Oct 2011 23:46:28 -0000 1.1082
+++ history.html 12 Oct 2011 19:46:24 -0000 1.1083
@@ -1704,7 +1704,7 @@
<h4 id="read-text"><span class="secno">5.5.4 </span><dfn title="navigate-text">Page load processing model for text files</dfn></h4>
<p>When a plain text document is to be loaded in a <a href="browsers.html#browsing-context">browsing
- context</a>, the user agent should <a href="webappapis.html#queue-a-task">queue a task</a> to
+ context</a>, the user agent must <a href="webappapis.html#queue-a-task">queue a task</a> to
<a href="#create-a-document-object">create a <code>Document</code> object</a>, mark it as being
an <a href="infrastructure.html#html-documents" title="HTML documents">HTML document</a>, set its <a href="infrastructure.html#concept-document-media-type" title="concept-document-media-type">media type</a> to "<code title="">text/plain</code>", create an <a href="parsing.html#html-parser">HTML parser</a>,
associate it with the document, act as if the tokenizer had emitted
Index: rendering.html
===================================================================
RCS file: /sources/public/html5/spec/rendering.html,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -d -r1.119 -r1.120
--- rendering.html 11 Oct 2011 23:46:28 -0000 1.119
+++ rendering.html 12 Oct 2011 19:46:24 -0000 1.120
@@ -978,6 +978,7 @@
border-spacing: 2px;
border-collapse: separate;
border-style: outset;
+ border-width: 0;
text-indent: initial;
}
Index: timers.html
===================================================================
RCS file: /sources/public/html5/spec/timers.html,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- timers.html 11 Oct 2011 00:48:10 -0000 1.65
+++ timers.html 12 Oct 2011 19:46:25 -0000 1.66
@@ -1264,18 +1264,21 @@
<p>The following <a href="infrastructure.html#mime-type" title="MIME type">MIME types</a> are in
the <dfn id="type-blacklist">type blacklist</dfn>:</p>
- <ul class="brief"><li><code><a href="iana.html#text-cache-manifest">text/cache-manifest</a></code></li>
- <li><code>text/css</code></li>
- <li><code><a href="iana.html#text-html">text/html</a></code></li>
- <li><code>text/ping</code></li>
- <li><code>text/plain</code></li>
- <li><code><a href="iana.html#application-x-www-form-urlencoded">application/x-www-form-urlencoded</a></code></li>
+ <ul class="brief"><li><code><a href="iana.html#application-x-www-form-urlencoded">application/x-www-form-urlencoded</a></code></li>
+ <li><code><a href="iana.html#application-xhtml-xml">application/xhtml+xml</a></code></li>
+ <li><code>application/xml</code></li>
<li><code>image/gif</code></li>
<li><code>image/jpeg</code></li>
<li><code>image/png</code></li>
+ <li><code>image/svg+xml</code></li>
<li><code><a href="iana.html#multipart-x-mixed-replace">multipart/x-mixed-replace</a></code></li>
- <li>All <a href="infrastructure.html#xml-mime-type" title="XML MIME type">XML MIME types</a></li>
- <li>All types that the user agent supports displaying natively in a <a href="browsers.html#browsing-context">browsing context</a> during <a href="history.html#navigate" title="navigate">navigation</a></li>
+ <li><code><a href="iana.html#text-cache-manifest">text/cache-manifest</a></code></li>
+ <li><code>text/css</code></li>
+ <li><code><a href="iana.html#text-html">text/html</a></code></li>
+ <li><code>text/ping</code></li>
+ <li><code>text/plain</code></li>
+ <li><code>text/xml</code></li>
+ <li>All types that the user agent supports displaying natively in a <a href="browsers.html#browsing-context">browsing context</a> during <a href="history.html#navigate" title="navigate">navigation</a>, except for <code>application/rss+xml</code> and <code>application/atom+xml</code></li>
</ul><p class="note">This list can be changed. If there are schemes
that should be added, please send feedback.</p>
Index: iana.html
===================================================================
RCS file: /sources/public/html5/spec/iana.html,v
retrieving revision 1.368
retrieving revision 1.369
diff -u -d -r1.368 -r1.369
--- iana.html 11 Oct 2011 00:48:02 -0000 1.368
+++ iana.html 12 Oct 2011 19:46:24 -0000 1.369
@@ -516,7 +516,7 @@
<dd>
Labeling a resource with the <code><a href="#application-xhtml-xml">application/xhtml+xml</a></code>
type asserts that the resource is an XML document that likely has
- a root element from the <a href="namespaces.html#html-namespace-0">HTML namespace</a>. As such, the
+ a root element from the <a href="namespaces.html#html-namespace-0">HTML namespace</a>. Thus, the
relevant specifications are the XML specification, the Namespaces
in XML specification, and this specification. <a href="references.html#refsXML">[XML]</a> <a href="references.html#refsXMLNS">[XMLNS]</a>
</dd>
Index: index.html
===================================================================
RCS file: /sources/public/html5/spec/index.html,v
retrieving revision 1.1078
retrieving revision 1.1079
diff -u -d -r1.1078 -r1.1079
--- index.html 5 Oct 2011 23:46:30 -0000 1.1078
+++ index.html 12 Oct 2011 19:46:24 -0000 1.1079
@@ -1858,7 +1858,7 @@
</td></tr><tr><th> <code title="">action</code>
</th><td> <code title="attr-fs-action"><a href="association-of-controls-and-forms.html#attr-fs-action">form</a></code>
</td><td> <a href="urls.html#url">URL</a> to use for <a href="association-of-controls-and-forms.html#form-submission">form submission</a>
- </td><td> <a href="urls.html#valid-url-potentially-surrounded-by-spaces">Valid URL potentially surrounded by spaces</a>
+ </td><td> <a href="urls.html#valid-non-empty-url-potentially-surrounded-by-spaces">Valid non-empty URL potentially surrounded by spaces</a>
</td></tr><tr><th> <code title="">alt</code>
</th><td> <code title="attr-area-alt"><a href="the-map-element.html#attr-area-alt">area</a></code>;
<code title="attr-img-alt"><a href="embedded-content-1.html#attr-img-alt">img</a></code>;
@@ -1934,7 +1934,7 @@
</td><td> <a href="elements.html#attribute-text">Text</a>*
</td></tr><tr><th> <code title="">contenteditable</code>
</th><td> <a href="editing.html#attr-contenteditable" title="attr-contenteditable">HTML elements</a>
- </td><td> Whether the element is an editable
+ </td><td> Whether the element is editable
</td><td> "<code title="">true</code>"; "<code title="">false</code>"
</td></tr><tr><th> <code title="">contextmenu</code>
</th><td> <a href="interactive-elements.html#attr-contextmenu" title="attr-contextmenu">HTML elements</a>
@@ -2033,7 +2033,7 @@
</th><td> <code title="attr-fs-formaction"><a href="association-of-controls-and-forms.html#attr-fs-formaction">button</a></code>;
<code title="attr-fs-formaction"><a href="association-of-controls-and-forms.html#attr-fs-formaction">input</a></code>
</td><td> <a href="urls.html#url">URL</a> to use for <a href="association-of-controls-and-forms.html#form-submission">form submission</a>
- </td><td> <a href="urls.html#valid-url-potentially-surrounded-by-spaces">Valid URL potentially surrounded by spaces</a>
+ </td><td> <a href="urls.html#valid-non-empty-url-potentially-surrounded-by-spaces">Valid non-empty URL potentially surrounded by spaces</a>
</td></tr><tr><th> <code title="">formenctype</code>
</th><td> <code title="attr-fs-formenctype"><a href="association-of-controls-and-forms.html#attr-fs-formenctype">button</a></code>;
<code title="attr-fs-formenctype"><a href="association-of-controls-and-forms.html#attr-fs-formenctype">input</a></code>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1715
retrieving revision 1.1716
diff -u -d -r1.1715 -r1.1716
--- spec.html 12 Oct 2011 00:46:31 -0000 1.1715
+++ spec.html 12 Oct 2011 19:46:24 -0000 1.1716
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor-s-draft-11-october-2011">Editor's Draft 11 October 2011</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-12-october-2011">Editor's Draft 12 October 2011</h2>
<dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -349,7 +349,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.5347.
+This is revision 1.5353.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2011 <a href="http://www.w3.org/"><abbr title="World Wide
@@ -470,7 +470,7 @@
Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation
track.
- This specification is the 11 October 2011 Editor's Draft.
+ This specification is the 12 October 2011 Editor's Draft.
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
Received on Wednesday, 12 October 2011 19:46:30 UTC