- From: Manu Sporny via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 31 Dec 2011 03:17:14 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/rdfa/DTD
In directory hutz:/tmp/cvs-serv15632/DTD
Modified Files:
html401-rdfa11-1.dtd
Added Files:
html401-rdfalite11-1.dtd
Log Message:
Added RDFa Lite dependency to HTML+RDFa, updated to reflect RDFWAWG resolutions.
Index: html401-rdfa11-1.dtd
===================================================================
RCS file: /sources/public/html5/rdfa/DTD/html401-rdfa11-1.dtd,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- html401-rdfa11-1.dtd 4 Dec 2010 20:19:41 -0000 1.5
+++ html401-rdfa11-1.dtd 31 Dec 2011 03:17:12 -0000 1.6
@@ -201,9 +201,9 @@
datatype %TERMorCURIEorAbsURI; #IMPLIED
typeof %TERMorCURIEorAbsURIs; #IMPLIED
prefix CDATA #IMPLIED
- profile %URIs; #IMPLIED
property %TERMorCURIEorAbsURIs; #IMPLIED
href %URI; #IMPLIED
+ inlist CDATA #IMPLIED
rel %TERMorCURIEorAbsURIs; #IMPLIED
rev %TERMorCURIEorAbsURIs; #IMPLIED
resource %SafeCURIEorCURIEorURI; #IMPLIED
--- NEW FILE: html401-rdfalite11-1.dtd ---
<!--
This is the HTML 4.01 + RDFa 1.1 DTD, which includes
presentation attributes and elements that W3C expects to phase out
as support for style sheets matures. Authors should use the Strict
DTD when possible, but may use the Transitional DTD when support
for presentation attribute and elements is required.
HTML 4 includes mechanisms for style sheets, scripting,
embedding objects, improved support for right to left and mixed
direction text, and enhancements to forms for improved
accessibility for people with disabilities.
Draft: $Date: 2011/12/31 03:17:12 $
Editors:
Shane McCarron <shane@aptest.com>
Manu Sporny <msporny@digitalbazaar.com>
Original Authors:
[...1054 lines suppressed...]
for %URI; #IMPLIED -- reserved for possible future use --
>
<!ELEMENT NOSCRIPT - - (%flow;)*
-- alternate content container for non script-based rendering -->
<!ATTLIST NOSCRIPT
%attrs; -- %coreattrs, %i18n, %events --
>
<!--================ Document Structure ==================================-->
<![ %HTML.Frameset; [
<!ENTITY % html.content "HEAD, FRAMESET">
]]>
<!ENTITY % html.content "HEAD, BODY">
<!ELEMENT HTML O O (%html.content;) -- document root element -->
<!ATTLIST HTML
%attrs;
>
Received on Saturday, 31 December 2011 03:17:16 UTC