dom/tests/mochitest/dom-level1-core/files/xhtml-special.ent

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/xhtml-special.ent	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,80 @@
     1.4 +<!-- Special characters for XHTML -->
     1.5 +
     1.6 +<!-- Character entity set. Typical invocation:
     1.7 +     <!ENTITY % HTMLspecial PUBLIC
     1.8 +        "-//W3C//ENTITIES Special for XHTML//EN"
     1.9 +        "http://www.w3.org/TR/xhtml1/DTD/xhtml-special.ent">
    1.10 +     %HTMLspecial;
    1.11 +-->
    1.12 +
    1.13 +<!-- Portions (C) International Organization for Standardization 1986:
    1.14 +     Permission to copy in any form is granted for use with
    1.15 +     conforming SGML systems and applications as defined in
    1.16 +     ISO 8879, provided this notice is included in all copies.
    1.17 +-->
    1.18 +
    1.19 +<!-- Relevant ISO entity set is given unless names are newly introduced.
    1.20 +     New names (i.e., not in ISO 8879 list) do not clash with any
    1.21 +     existing ISO 8879 entity names. ISO 10646 character numbers
    1.22 +     are given for each character, in hex. values are decimal
    1.23 +     conversions of the ISO 10646 values and refer to the document
    1.24 +     character set. Names are Unicode names. 
    1.25 +-->
    1.26 +
    1.27 +<!-- C0 Controls and Basic Latin -->
    1.28 +<!ENTITY quot    "&#34;"> <!--  quotation mark, U+0022 ISOnum -->
    1.29 +<!ENTITY amp     "&#38;#38;"> <!--  ampersand, U+0026 ISOnum -->
    1.30 +<!ENTITY lt      "&#38;#60;"> <!--  less-than sign, U+003C ISOnum -->
    1.31 +<!ENTITY gt      "&#62;"> <!--  greater-than sign, U+003E ISOnum -->
    1.32 +<!ENTITY apos	 "&#39;"> <!--  apostrophe = APL quote, U+0027 ISOnum -->
    1.33 +
    1.34 +<!-- Latin Extended-A -->
    1.35 +<!ENTITY OElig   "&#338;"> <!--  latin capital ligature OE,
    1.36 +                                    U+0152 ISOlat2 -->
    1.37 +<!ENTITY oelig   "&#339;"> <!--  latin small ligature oe, U+0153 ISOlat2 -->
    1.38 +<!-- ligature is a misnomer, this is a separate character in some languages -->
    1.39 +<!ENTITY Scaron  "&#352;"> <!--  latin capital letter S with caron,
    1.40 +                                    U+0160 ISOlat2 -->
    1.41 +<!ENTITY scaron  "&#353;"> <!--  latin small letter s with caron,
    1.42 +                                    U+0161 ISOlat2 -->
    1.43 +<!ENTITY Yuml    "&#376;"> <!--  latin capital letter Y with diaeresis,
    1.44 +                                    U+0178 ISOlat2 -->
    1.45 +
    1.46 +<!-- Spacing Modifier Letters -->
    1.47 +<!ENTITY circ    "&#710;"> <!--  modifier letter circumflex accent,
    1.48 +                                    U+02C6 ISOpub -->
    1.49 +<!ENTITY tilde   "&#732;"> <!--  small tilde, U+02DC ISOdia -->
    1.50 +
    1.51 +<!-- General Punctuation -->
    1.52 +<!ENTITY ensp    "&#8194;"> <!-- en space, U+2002 ISOpub -->
    1.53 +<!ENTITY emsp    "&#8195;"> <!-- em space, U+2003 ISOpub -->
    1.54 +<!ENTITY thinsp  "&#8201;"> <!-- thin space, U+2009 ISOpub -->
    1.55 +<!ENTITY zwnj    "&#8204;"> <!-- zero width non-joiner,
    1.56 +                                    U+200C NEW RFC 2070 -->
    1.57 +<!ENTITY zwj     "&#8205;"> <!-- zero width joiner, U+200D NEW RFC 2070 -->
    1.58 +<!ENTITY lrm     "&#8206;"> <!-- left-to-right mark, U+200E NEW RFC 2070 -->
    1.59 +<!ENTITY rlm     "&#8207;"> <!-- right-to-left mark, U+200F NEW RFC 2070 -->
    1.60 +<!ENTITY ndash   "&#8211;"> <!-- en dash, U+2013 ISOpub -->
    1.61 +<!ENTITY mdash   "&#8212;"> <!-- em dash, U+2014 ISOpub -->
    1.62 +<!ENTITY lsquo   "&#8216;"> <!-- left single quotation mark,
    1.63 +                                    U+2018 ISOnum -->
    1.64 +<!ENTITY rsquo   "&#8217;"> <!-- right single quotation mark,
    1.65 +                                    U+2019 ISOnum -->
    1.66 +<!ENTITY sbquo   "&#8218;"> <!-- single low-9 quotation mark, U+201A NEW -->
    1.67 +<!ENTITY ldquo   "&#8220;"> <!-- left double quotation mark,
    1.68 +                                    U+201C ISOnum -->
    1.69 +<!ENTITY rdquo   "&#8221;"> <!-- right double quotation mark,
    1.70 +                                    U+201D ISOnum -->
    1.71 +<!ENTITY bdquo   "&#8222;"> <!-- double low-9 quotation mark, U+201E NEW -->
    1.72 +<!ENTITY dagger  "&#8224;"> <!-- dagger, U+2020 ISOpub -->
    1.73 +<!ENTITY Dagger  "&#8225;"> <!-- double dagger, U+2021 ISOpub -->
    1.74 +<!ENTITY permil  "&#8240;"> <!-- per mille sign, U+2030 ISOtech -->
    1.75 +<!ENTITY lsaquo  "&#8249;"> <!-- single left-pointing angle quotation mark,
    1.76 +                                    U+2039 ISO proposed -->
    1.77 +<!-- lsaquo is proposed but not yet ISO standardized -->
    1.78 +<!ENTITY rsaquo  "&#8250;"> <!-- single right-pointing angle quotation mark,
    1.79 +                                    U+203A ISO proposed -->
    1.80 +<!-- rsaquo is proposed but not yet ISO standardized -->
    1.81 +
    1.82 +<!-- Currency Symbols -->
    1.83 +<!ENTITY euro   "&#8364;"> <!--  euro sign, U+20AC NEW -->

mercurial