- From: poot <cvsmail@w3.org>
- Date: Wed, 23 Jul 2008 11:31:10 +0900 (JST)
- To: public-html-diffs@w3.org
typos (credit: ms) (whatwg r1908) (changed by: Ian Hickson)
Diffs for this change per section:
8.2.7 Coercing an HTML DOM into an infoset
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1097.html#coercing
Current content per affected section:
http://dev.w3.org/html5/spec/Overview.html#coercing
Previously published WD content per affected section:
http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#coercing
Cumulative diff: http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1096&r2=1.1097&f=h
http://html5.org/tools/web-apps-tracker?from=1907&to=1908
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1096
retrieving revision 1.1097
diff -u -d -r1.1096 -r1.1097
--- Overview.html 23 Jul 2008 02:02:55 -0000 1.1096
+++ Overview.html 23 Jul 2008 02:28:06 -0000 1.1097
@@ -51093,7 +51093,7 @@
any problematic characteristics.
<p>Tools that cannot convey the out-of-band information using out-of-band
- mechanisms, or that cannot convey the DOM exact as prescribed by this
+ mechanisms, or that cannot convey the DOM exactly as prescribed by this
specification, may either ignore the offending information or DOM feature,
or may represent it internally in the DOM using the conventions described
below.
@@ -51160,9 +51160,9 @@
LOW LINE (_) character, dropping any attributes where doing this would
cause an attribute name clash.
- <dt>Form controls being associated with forms that aren't their nearest
- ancestor (use of the <a href="#form-element"><code>form</code> element
- pointer</a>
+ <dt>Form controls associated with forms that aren't their nearest ancestor
+ (use of the <a href="#form-element"><code>form</code> element
+ pointer</a>)
<dd>Create an attribute <code title="">__formid__</code> on the form, with
a value unique amongst <code title="">__formid__</code> attributes in the
Received on Wednesday, 23 July 2008 02:31:47 UTC