- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 01 Nov 2011 15:46:28 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv731
Modified Files:
dnd.html spec.html text-level-semantics.html
Log Message:
typo (whatwg r6803)
[updated by splitter]
Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec/text-level-semantics.html,v
retrieving revision 1.1065
retrieving revision 1.1066
diff -u -d -r1.1065 -r1.1066
--- text-level-semantics.html 1 Nov 2011 05:46:26 -0000 1.1065
+++ text-level-semantics.html 1 Nov 2011 15:46:25 -0000 1.1066
@@ -1051,7 +1051,7 @@
attribute must be present. Its value must be a representation of the
element's contents in a machine-readable format.</p><p>The element can be used for several purposes.</p><p>When combined with microformats or the <a href="#microdata">microdata attributes</a> defined in this
specification, the element serves to provide both a machine-readable
- value for the purposes of data procesors, and a human-readable value
+ value for the purposes of data processors, and a human-readable value
for the purposes of rendering in a Web browser. In this case, the
format to be used in the <code title="attr-data-value"><a href="#attr-data-value">value</a></code>
attribute is determined by the microformats or microdata
Index: dnd.html
===================================================================
RCS file: /sources/public/html5/spec/dnd.html,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- dnd.html 1 Nov 2011 06:46:23 -0000 1.84
+++ dnd.html 1 Nov 2011 15:46:25 -0000 1.85
@@ -1896,7 +1896,7 @@
<dd><p>The user agent should delete the dragged selection from
the relevant text field.</p></dd>
- <dt>If the <var title="">dropped</var> is false or it the
+ <dt>If <var title="">dropped</var> is false or if the
<a href="#current-drag-operation">current drag operation</a> is "<code title="">none</code>"</dt>
<dd><p>The drag was canceled. If the platform conventions
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1768
retrieving revision 1.1769
diff -u -d -r1.1768 -r1.1769
--- spec.html 1 Nov 2011 06:46:23 -0000 1.1768
+++ spec.html 1 Nov 2011 15:46:25 -0000 1.1769
@@ -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.5442.
+This is revision 1.5444.
</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
Received on Tuesday, 1 November 2011 15:46:33 UTC