- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 13 Apr 2011 22:46:51 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8386
Modified Files:
acknowledgements.html infrastructure.html semantics.html
spec.html video.html
Log Message:
pipeline update (whatwg r6003)
[updated by splitter]
Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec/infrastructure.html,v
retrieving revision 1.1062
retrieving revision 1.1063
diff -u -d -r1.1062 -r1.1063
--- infrastructure.html 13 Apr 2011 19:46:53 -0000 1.1062
+++ infrastructure.html 13 Apr 2011 22:46:48 -0000 1.1063
@@ -534,7 +534,7 @@
<i title="">Unicode scalar value</i> (i.e. any Unicode code point
that is not a surrogate code point). <a href="references.html#refsUNICODE">[UNICODE]</a></p><h3 id="conformance-requirements"><span class="secno">2.2 </span>Conformance requirements</h3><p>All diagrams, examples, and notes in this specification are
non-normative, as are all sections explicitly marked non-normative.
- Everything else in this specification is normative.</p><p>The key words "MUST", "MUST NOT", "REQUIRED", <!-- NOT",--> "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and
+ Everything else in this specification is normative.</p><p>The key words "MUST", "MUST NOT", "REQUIRED", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and
"OPTIONAL" in the normative parts of this document are to be
interpreted as described in RFC2119. For readability, these words do
not appear in all uppercase letters in this specification. <a href="references.html#refsRFC2119">[RFC2119]</a></p><div class="impl">
Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec/acknowledgements.html,v
retrieving revision 1.1071
retrieving revision 1.1072
diff -u -d -r1.1071 -r1.1072
--- acknowledgements.html 13 Apr 2011 19:46:47 -0000 1.1071
+++ acknowledgements.html 13 Apr 2011 22:46:48 -0000 1.1072
@@ -919,9 +919,7 @@
canvas feature was designed.</p><p>Special thanks also to the Microsoft employees who first
implemented the event-based drag-and-drop mechanism, <code title="attr-contenteditable"><a href="editing.html#attr-contenteditable">contenteditable</a></code>, and other
features first widely deployed by the Windows Internet Explorer
- browser.</p><p>Thanks to the participants of the microdata usability study for
- allowing us to use their mistakes as a guide for designing the
- microdata feature.</p><div class="impl">
+ browser.</p><div class="impl">
<p>Special thanks and $10,000 to David Hyatt who came up with a
broken implementation of the <a href="tree-construction.html#adoptionAgency">adoption
Index: video.html
===================================================================
RCS file: /sources/public/html5/spec/video.html,v
retrieving revision 1.937
retrieving revision 1.938
diff -u -d -r1.937 -r1.938
--- video.html 13 Apr 2011 19:46:58 -0000 1.937
+++ video.html 13 Apr 2011 22:46:49 -0000 1.938
@@ -416,8 +416,7 @@
is created or when the <code title="attr-video-poster"><a href="#attr-video-poster">poster</a></code>
attribute is set, changed, or removed, the user agent must run the
following steps to determine the element's <dfn id="poster-frame">poster
- frame</dfn>:</p> <!-- URL. -->
-
+ frame</dfn>:</p>
<ol><li><p>If there is an existing instance of this algorithm running
for this <code><a href="#video">video</a></code> element, abort that instance of this
algorithm without changing the <a href="#poster-frame">poster frame</a>.</p></li>
Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec/semantics.html,v
retrieving revision 1.1047
retrieving revision 1.1048
diff -u -d -r1.1047 -r1.1048
--- semantics.html 13 Apr 2011 19:46:55 -0000 1.1047
+++ semantics.html 13 Apr 2011 22:46:48 -0000 1.1048
@@ -1902,8 +1902,7 @@
getting, and forward the new value to that same attribute on
setting.</p>
- <!-- API -->
-
+
<p id="alternate-style-sheets">The rules for handling alternative
style sheets are defined in the CSS object model specification. <a href="references.html#refsCSSOM">[CSSOM]</a></p>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1437
retrieving revision 1.1438
diff -u -d -r1.1437 -r1.1438
--- spec.html 13 Apr 2011 19:46:56 -0000 1.1437
+++ spec.html 13 Apr 2011 22:46:49 -0000 1.1438
@@ -367,7 +367,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.4824.
+This is revision 1.4826.
</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
Received on Wednesday, 13 April 2011 22:46:53 UTC