hixie: Use 'and' instead of 'or' here. (whatwg r4526)

hixie: Use 'and' instead of 'or' here. (whatwg r4526)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3622&r2=1.3623&f=h
http://html5.org/tools/web-apps-tracker?from=4525&to=4526

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3622
retrieving revision 1.3623
diff -u -d -r1.3622 -r1.3623
--- Overview.html 6 Jan 2010 11:55:57 -0000 1.3622
+++ Overview.html 6 Jan 2010 12:06:03 -0000 1.3623
@@ -6647,9 +6647,9 @@
   (by this specification) to have certain meanings (semantics). For
   example, the <code><a href="#the-ol-element">ol</a></code> element represents an ordered list, and
   the <code title="attr-lang"><a href="#attr-lang">lang</a></code> attribute represents the
-  language of the content.<p>Authors must not use elements, attributes, and attribute values
+  language of the content.<p>Authors must not use elements, attributes, or attribute values
   for purposes other than their appropriate intended semantic
-  purpose. Authors must not use elements, attributes, and attribute
+  purpose. Authors must not use elements, attributes, or attribute
   values that are not permitted by this specification or <a href="#other-applicable-specifications">other
   applicable specifications</a>.<div class="example">
    <p>For example, the following document is non-conforming, despite

Received on Wednesday, 6 January 2010 12:06:42 UTC