- From: Sam Ruby via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 28 Sep 2012 20:44:06 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv4164
Modified Files:
infrastructure.html single-page.html spec.html
Log Message:
commit 0e60cc1562662bd2aa4fede3d6ede16932438ee4
Author: Erika Doyle Navara <erika.doyle@microsoft.com>
Date: Fri Sep 28 13:41:59 2012 -0700
[HTML5 Bug 18918] typos/grammar nits in section 2.2.3 Extensibility
Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec/infrastructure.html,v
retrieving revision 1.1317
retrieving revision 1.1318
diff -u -d -r1.1317 -r1.1318
--- infrastructure.html 28 Sep 2012 05:13:48 -0000 1.1317
+++ infrastructure.html 28 Sep 2012 20:44:03 -0000 1.1318
@@ -1616,7 +1616,7 @@
specification</dfn>.
</p><p>The conformance terminology for documents depends on the nature
- of the changes introduced by such applicable specificactions, and on
+ of the changes introduced by such applicable specifications, and on
the content and intended interpretation of the document. Applicable
specifications MAY define new document content (e.g. a foobar
element), MAY prohibit certain otherwise conforming content (e.g.
@@ -1625,7 +1625,7 @@
specification. Whether a document is or is not a <a href="#conforming-documents">conforming HTML5 document</a> does not
depend on the use of applicable specifications: if the syntax and
semantics of a given <a href="#conforming-documents">conforming
- HTML5 document </a>document is unchanged by the use of applicable
+ HTML5 document</a> is unchanged by the use of applicable
specification(s), then that document remains a <a href="#conforming-documents">conforming HTML5 document</a>. If the
semantics or processing of a given (otherwise conforming) document
is changed by use of applicable specification(s), then it is not a
Index: single-page.html
===================================================================
RCS file: /sources/public/html5/spec/single-page.html,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -d -r1.142 -r1.143
--- single-page.html 28 Sep 2012 06:13:37 -0000 1.142
+++ single-page.html 28 Sep 2012 20:44:03 -0000 1.143
@@ -4223,7 +4223,7 @@
specification</dfn>.
</p><p>The conformance terminology for documents depends on the nature
- of the changes introduced by such applicable specificactions, and on
+ of the changes introduced by such applicable specifications, and on
the content and intended interpretation of the document. Applicable
specifications MAY define new document content (e.g. a foobar
element), MAY prohibit certain otherwise conforming content (e.g.
@@ -4232,7 +4232,7 @@
specification. Whether a document is or is not a <a href=#conforming-documents>conforming HTML5 document</a> does not
depend on the use of applicable specifications: if the syntax and
semantics of a given <a href=#conforming-documents>conforming
- HTML5 document </a>document is unchanged by the use of applicable
+ HTML5 document</a> is unchanged by the use of applicable
specification(s), then that document remains a <a href=#conforming-documents>conforming HTML5 document</a>. If the
semantics or processing of a given (otherwise conforming) document
is changed by use of applicable specification(s), then it is not a
Received on Friday, 28 September 2012 20:44:07 UTC