dom/tests/mochitest/dom-level1-core/files/xhtml1-strict.dtd

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/tests/mochitest/dom-level1-core/files/xhtml1-strict.dtd	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,65 @@
     1.4 +<!--
     1.5 +
     1.6 +Copyright (c) 2001-2004 World Wide Web Consortium, 
     1.7 +(Massachusetts Institute of Technology, Institut National de
     1.8 +Recherche en Informatique et en Automatique, Keio University).  All 
     1.9 +Rights Reserved.  This program is distributed under the W3C's Software
    1.10 +Intellectual Property License.  This program is distributed in the 
    1.11 +hope that it will be useful, but WITHOUT ANY WARRANTY; without even
    1.12 +the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
    1.13 +PURPOSE.  
    1.14 +
    1.15 +See W3C License http://www.w3.org/Consortium/Legal/ for more details.
    1.16 +
    1.17 +-->
    1.18 +
    1.19 +<!--
    1.20 +
    1.21 +This is a radically simplified DTD for use in the DOM Test Suites
    1.22 +due to a XML non-conformance of one implementation in processing
    1.23 +parameter entities.  When that non-conformance is resolved,
    1.24 +this DTD can be replaced by the normal DTD for XHTML.
    1.25 +
    1.26 +-->
    1.27 +
    1.28 +
    1.29 +<!ELEMENT html (head, body)>
    1.30 +<!ATTLIST html xmlns CDATA #IMPLIED>
    1.31 +<!ELEMENT head (meta,title,script*)>
    1.32 +<!ELEMENT meta EMPTY>
    1.33 +<!ATTLIST meta 
    1.34 +	http-equiv CDATA #IMPLIED
    1.35 +	content CDATA #IMPLIED>
    1.36 +<!ELEMENT title (#PCDATA)>
    1.37 +<!ELEMENT body (p*)>
    1.38 +<!ATTLIST body onload CDATA #IMPLIED>
    1.39 +<!ELEMENT p (#PCDATA|em|strong|code|sup|var|acronym|abbr)*>
    1.40 +<!ATTLIST p 
    1.41 +  xmlns:dmstc CDATA #IMPLIED
    1.42 +  xmlns:nm CDATA #IMPLIED
    1.43 +  xmlns:emp2 CDATA #IMPLIED
    1.44 +  id ID #IMPLIED  
    1.45 +>
    1.46 +<!ELEMENT em (#PCDATA)>
    1.47 +<!ELEMENT span (#PCDATA)>
    1.48 +<!ELEMENT strong (#PCDATA)>
    1.49 +<!ELEMENT code (#PCDATA)>
    1.50 +<!ELEMENT sup (#PCDATA)>
    1.51 +<!ELEMENT var (#PCDATA|span)*>
    1.52 +<!ELEMENT acronym (#PCDATA)>
    1.53 +<!ATTLIST acronym
    1.54 +    title CDATA #IMPLIED
    1.55 +    class CDATA #IMPLIED
    1.56 +    id ID #IMPLIED
    1.57 +>
    1.58 +<!ELEMENT abbr (#PCDATA)>
    1.59 +<!ATTLIST abbr
    1.60 +    title CDATA #IMPLIED
    1.61 +    class CDATA #IMPLIED
    1.62 +    id ID #IMPLIED
    1.63 +>
    1.64 +<!ELEMENT script (#PCDATA)>
    1.65 +<!ATTLIST script 
    1.66 +	type CDATA #IMPLIED
    1.67 +	src CDATA #IMPLIED
    1.68 +	charset CDATA #IMPLIED>          

mercurial