html5/rdfa Overview.html,1.6,1.7

Update of /sources/public/html5/rdfa
In directory hutz:/tmp/cvs-serv25144

Modified Files:
	Overview.html 
Log Message:
Replaced full HTML5+RDFa draft with standalone HTML+RDFa specification.


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/rdfa/Overview.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Overview.html	13 Jul 2009 17:05:11 -0000	1.6
+++ Overview.html	17 Sep 2009 23:07:28 -0000	1.7
@@ -1,86431 +1,353 @@
-<!DOCTYPE html><!-- when publishing, change bits marked ZZZ --><html lang=en-US-x-Hixie><head>
-
-<meta content="text/html; charset=UTF-8" http-equiv=Content-Type>
-
-<title>HTML 5</title><style type=text/css>
-
-   pre { margin-left: 2em; white-space: pre-wrap; }
-
+<!DOCTYPE html><!-- when publishing, change bits marked ZZZ --><html lang=en-US-x-Hixie><head><title>HTML+RDFa</title><style type=text/css>
+ pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
[...159724 lines suppressed...]
+   (using xmlns and xmlns:) is still an open issue. This section may be 
+   further modified before Last Call based on progress made on the 
+   distributed extensibility issue.
+  </p>
 
-</body></html><!--END html5-->
\ No newline at end of file
+  <p>
+    Since RDFa uses attributes starting with <code>xmlns:</code> to 
+    specify CURIE prefixes, it is
+    important that any attribute starting with a case-insensitive match on
+    the text string "<code>xmlns:</code>" be preserved in the DOM or other
+    tree-like model that is passed to the RDFa Processor. While it is specified
+    that HTML5 must preserve these attributes in the DOM, it must also accept 
+    these attributes as conforming in non-XML HTML5. For documents conforming 
+    to this specification, attributes with names that have the case 
+    insensitive prefix "<code>xmlns:</code>" are conforming in both HTML5 and
+    XHTML5.
+  </p></body></html>
\ No newline at end of file

Received on Thursday, 17 September 2009 23:08:00 UTC