- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Jan 2010 12:06:06 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv15787
Modified Files:
Overview.html
Log Message:
Use 'and' instead of 'or' here. (whatwg r4526)
Index: Overview.html
===================================================================
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:08 UTC