- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 18 Jan 2011 09:46:40 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8724
Modified Files:
association-of-controls-and-forms.html infrastructure.html
spec.html
Log Message:
clarify this note's implications. (whatwg r5787)
[updated by splitter]
Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec/infrastructure.html,v
retrieving revision 1.1046
retrieving revision 1.1047
diff -u -d -r1.1046 -r1.1047
--- infrastructure.html 14 Jan 2011 21:46:46 -0000 1.1046
+++ infrastructure.html 18 Jan 2011 09:46:37 -0000 1.1047
@@ -490,7 +490,9 @@
interacting with plugins, as it is expected to be user-agent- and
platform-specific. Some UAs might opt to support a plugin mechanism
such as the Netscape Plugin API; others might use remote content
- converters or have built-in support for certain types. <a href="references.html#refsNPAPI">[NPAPI]</a></p><div class="impl">
+ converters or have built-in support for certain types. Indeed, this
+ specification doesn't require user agents to support plugins at all.
+ <a href="references.html#refsNPAPI">[NPAPI]</a></p><div class="impl">
<p class="warning">Browsers should take extreme care when
interacting with external content intended for <a href="#plugin" title="plugin">plugins</a>. When third-party software is run with
Index: association-of-controls-and-forms.html
===================================================================
RCS file: /sources/public/html5/spec/association-of-controls-and-forms.html,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- association-of-controls-and-forms.html 13 Jan 2011 00:47:04 -0000 1.60
+++ association-of-controls-and-forms.html 18 Jan 2011 09:46:37 -0000 1.61
@@ -1298,7 +1298,7 @@
</div><div class="impl">
- <h5 id="form-submission-algorithm"><span class="secno">4.10.22.3 </span>Form submission algorithm</h5><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/138">ISSUE-138</a> (mutate-action) blocks progress to Last Call</span></p>
+ <h5 id="form-submission-algorithm"><span class="secno">4.10.22.3 </span>Form submission algorithm</h5>
<p>When a <code><a href="forms.html#the-form-element">form</a></code> element <var title="">form</var> is <dfn id="concept-form-submit" title="concept-form-submit">submitted</dfn> from an element <var title="">submitter</var> (typically a button), optionally with a
<var title="">scripted-submit</var> flag set, the user agent must
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1373
retrieving revision 1.1374
diff -u -d -r1.1373 -r1.1374
--- spec.html 14 Jan 2011 21:46:46 -0000 1.1373
+++ spec.html 18 Jan 2011 09:46:37 -0000 1.1374
@@ -329,7 +329,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-14-january-2011">Editor's Draft 14 January 2011</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-18-january-2011">Editor's Draft 18 January 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>
@@ -351,7 +351,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.4649.
+This is revision 1.4650.
</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
@@ -464,7 +464,7 @@
Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation
track.
- This specification is the 14 January 2011 Editor's Draft.
+ This specification is the 18 January 2011 Editor's Draft.
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><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 --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
Received on Tuesday, 18 January 2011 09:46:41 UTC