Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | <?xml version="1.0"?><?TEST-STYLE PIDATA?> |
michael@0 | 2 | <!DOCTYPE svg |
michael@0 | 3 | PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
michael@0 | 4 | "xhtml1-strict.dtd" [ |
michael@0 | 5 | <!ENTITY alpha "α"> |
michael@0 | 6 | <!ENTITY beta "β"> |
michael@0 | 7 | <!ENTITY gamma "γ"> |
michael@0 | 8 | <!ENTITY delta "δ"> |
michael@0 | 9 | <!ENTITY epsilon "ε"> |
michael@0 | 10 | <!ENTITY alpha "ζ"> |
michael@0 | 11 | <!NOTATION notation1 PUBLIC "notation1File"> |
michael@0 | 12 | <!NOTATION notation2 SYSTEM "notation2File"> |
michael@0 | 13 | <!ATTLIST acronym dir CDATA "ltr"> |
michael@0 | 14 | <!ATTLIST head xmlns CDATA #IMPLIED> |
michael@0 | 15 | <!ATTLIST body xmlns CDATA #IMPLIED> |
michael@0 | 16 | <!ELEMENT svg (rect, script, head, body)> |
michael@0 | 17 | <!ATTLIST svg xmlns CDATA #IMPLIED> |
michael@0 | 18 | <!ELEMENT rect EMPTY> |
michael@0 | 19 | <!ATTLIST rect |
michael@0 | 20 | x CDATA #IMPLIED |
michael@0 | 21 | y CDATA #IMPLIED |
michael@0 | 22 | width CDATA #IMPLIED |
michael@0 | 23 | height CDATA #IMPLIED> |
michael@0 | 24 | <!ENTITY svgunit SYSTEM "svgunit.js"> |
michael@0 | 25 | <!ENTITY svgtest SYSTEM "svgtest.js"> |
michael@0 | 26 | ]> |
michael@0 | 27 | <!-- This is comment number 1.--> |
michael@0 | 28 | <svg xmlns='http://www.w3.org/2000/svg'><rect x="0" y="0" width="100" height="100"/><script type="text/ecmascript">&svgtest;&svgunit;</script><head xmlns='http://www.w3.org/1999/xhtml'><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/><title>hc_staff</title></head><body xmlns='http://www.w3.org/1999/xhtml'> |
michael@0 | 29 | <p> |
michael@0 | 30 | <em>EMP0001</em> |
michael@0 | 31 | <strong>Margaret Martin</strong> |
michael@0 | 32 | <code>Accountant</code> |
michael@0 | 33 | <sup>56,000</sup> |
michael@0 | 34 | <var>Female</var> |
michael@0 | 35 | <acronym title="Yes">1230 North Ave. Dallas, Texas 98551</acronym> |
michael@0 | 36 | </p> |
michael@0 | 37 | <p> |
michael@0 | 38 | <em>EMP0002</em> |
michael@0 | 39 | <strong>Martha RaynoldsThis is a CDATASection with EntityReference number 2 &ent2; |
michael@0 | 40 | This is an adjacent CDATASection with a reference to a tab &tab;</strong> |
michael@0 | 41 | <code>Secretary</code> |
michael@0 | 42 | <sup>35,000</sup> |
michael@0 | 43 | <var>Female</var> |
michael@0 | 44 | <acronym title="Yes" class="Yes">β Dallas, γ |
michael@0 | 45 | 98554</acronym> |
michael@0 | 46 | </p> |
michael@0 | 47 | <p> |
michael@0 | 48 | <em>EMP0003</em> |
michael@0 | 49 | <strong>Roger |
michael@0 | 50 | Jones</strong> |
michael@0 | 51 | <code>Department Manager</code> |
michael@0 | 52 | <sup>100,000</sup> |
michael@0 | 53 | <var>δ</var> |
michael@0 | 54 | <acronym title="Yes" class="No">PO Box 27 Irving, texas 98553</acronym> |
michael@0 | 55 | </p> |
michael@0 | 56 | <p> |
michael@0 | 57 | <em>EMP0004</em> |
michael@0 | 58 | <strong>Jeny Oconnor</strong> |
michael@0 | 59 | <code>Personnel Director</code> |
michael@0 | 60 | <sup>95,000</sup> |
michael@0 | 61 | <var>Female</var> |
michael@0 | 62 | <acronym title="Yes" class="Yα">27 South Road. Dallas, Texas 98556</acronym> |
michael@0 | 63 | </p> |
michael@0 | 64 | <p> |
michael@0 | 65 | <em>EMP0005</em> |
michael@0 | 66 | <strong>Robert Myers</strong> |
michael@0 | 67 | <code>Computer Specialist</code> |
michael@0 | 68 | <sup>90,000</sup> |
michael@0 | 69 | <var>male</var> |
michael@0 | 70 | <acronym title="Yes">1821 Nordic. Road, Irving Texas 98558</acronym> |
michael@0 | 71 | </p> |
michael@0 | 72 | </body></svg> |