Home | History | Annotate | Download | only in test

Lines Matching refs:dtd

220         # from http://www.w3.org/QA/2002/04/valid-dtd-list.html
222 ('HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" '
223 '"http://www.w3.org/TR/html4/strict.dtd"'),
224 ('HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" '
225 '"http://www.w3.org/TR/html4/loose.dtd"'),
226 ('html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" '
227 '"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"'),
228 ('html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" '
229 '"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"'),
230 ('math PUBLIC "-//W3C//DTD MathML 2.0//EN" '
231 '"http://www.w3.org/Math/DTD/mathml2/mathml2.dtd"'),
232 ('html PUBLIC "-//W3C//DTD '
234 '"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd"'),
235 ('svg PUBLIC "-//W3C//DTD SVG 1.1//EN" '
236 '"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"'),
237 'html PUBLIC "-//IETF//DTD HTML 2.0//EN"',
238 'html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"']
239 for dtd in dtds:
240 self._run_check("<!DOCTYPE %s>" % dtd,
241 [('decl', 'DOCTYPE ' + dtd)])