html5/markup/src documents.html,1.1,1.2

Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv9086/src

Modified Files:
	documents.html 
Log Message:
pull latest upstream schema changes; <table summary>, <img border>, <a name>, <script language> now conformant (with datatype-checking on border value and assertions-checking on language value); also, define the terms "document" and "HTML language".


Index: documents.html
===================================================================
RCS file: /sources/public/html5/markup/src/documents.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- documents.html	14 Jul 2009 16:30:15 -0000	1.1
+++ documents.html	15 Jul 2009 07:02:12 -0000	1.2
@@ -2,11 +2,18 @@
   xmlns="http://www.w3.org/1999/xhtml">
   <h2>Documents</h2>
   <div class="toc"/>
-  <p>The HTML vocabulary is an abstract language that applications
-  can potentially represent in memory in any number of possible
-  ways, and that can be transmitted using any number of possible
-  concrete syntaxes. This specification makes reference to 
-  two particular concrete syntaxes: One syntax which
+  <p>The term
+  <dfn id="document"
+    title="document">document</dfn> is used in this specification
+  to mean an instance of the HTML language. The
+  <dfn id="html-language"
+    title="html-language">HTML language</dfn> is the language
+  described in this specification; it is an abstract language that
+  applications can potentially represent in memory in any number
+  of possible ways, and that can be transmitted using any number
+  of possible concrete syntaxes. This specification makes
+  reference to two particular concrete syntaxes for the 
+  <a href="#html-language">HTML language</a>: One syntax which
   is referred to throughout this specification as
   <a href="#html-syntax">the HTML syntax</a>,
   and another syntax, which is referred to throughout this

Received on Wednesday, 15 July 2009 07:02:24 UTC