html5/rdfa/drafts/ED-rdfa-in-html-20100503/DTD html401-rdfa11-1.dtd,NONE,1.1

Update of /sources/public/html5/rdfa/drafts/ED-rdfa-in-html-20100503/DTD
In directory hutz:/tmp/cvs-serv25050/DTD

Added Files:
	html401-rdfa11-1.dtd 
Log Message:
Added HTML+RDFa ED for May 3rd, 2010.


--- NEW FILE: html401-rdfa11-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: 2010/05/04 00:00:42 $

          Editors:
              Shane McCarron <shane@aptest.com>
              Manu Sporny <msporny@digitalbazaar.com>

          Original Authors:
[...1047 lines suppressed...]
<!ELEMENT NOSCRIPT - - (%flow;)*
  -- alternate content container for non script-based rendering -->
<!ATTLIST NOSCRIPT
  %attrs;                              -- %coreattrs, %i18n, %events --
  >

<!--================ Document Structure ==================================-->
<!ENTITY % version "version CDATA #FIXED '%HTML.Version;'">

<![ %HTML.Frameset; [
<!ENTITY % html.content "HEAD, FRAMESET">
]]>

<!ENTITY % html.content "HEAD, BODY">

<!ELEMENT HTML O O (%html.content;)    -- document root element -->
<!ATTLIST HTML
  %attrs;
  %version;
  >

Received on Tuesday, 4 May 2010 00:00:46 UTC