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 """> <!-- quotation mark, U+0022 ISOnum --> 1.29 +<!ENTITY amp "&#38;"> <!-- ampersand, U+0026 ISOnum --> 1.30 +<!ENTITY lt "&#60;"> <!-- less-than sign, U+003C ISOnum --> 1.31 +<!ENTITY gt ">"> <!-- greater-than sign, U+003E ISOnum --> 1.32 +<!ENTITY apos "'"> <!-- apostrophe = APL quote, U+0027 ISOnum --> 1.33 + 1.34 +<!-- Latin Extended-A --> 1.35 +<!ENTITY OElig "Œ"> <!-- latin capital ligature OE, 1.36 + U+0152 ISOlat2 --> 1.37 +<!ENTITY oelig "œ"> <!-- 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 "Š"> <!-- latin capital letter S with caron, 1.40 + U+0160 ISOlat2 --> 1.41 +<!ENTITY scaron "š"> <!-- latin small letter s with caron, 1.42 + U+0161 ISOlat2 --> 1.43 +<!ENTITY Yuml "Ÿ"> <!-- latin capital letter Y with diaeresis, 1.44 + U+0178 ISOlat2 --> 1.45 + 1.46 +<!-- Spacing Modifier Letters --> 1.47 +<!ENTITY circ "ˆ"> <!-- modifier letter circumflex accent, 1.48 + U+02C6 ISOpub --> 1.49 +<!ENTITY tilde "˜"> <!-- small tilde, U+02DC ISOdia --> 1.50 + 1.51 +<!-- General Punctuation --> 1.52 +<!ENTITY ensp " "> <!-- en space, U+2002 ISOpub --> 1.53 +<!ENTITY emsp " "> <!-- em space, U+2003 ISOpub --> 1.54 +<!ENTITY thinsp " "> <!-- thin space, U+2009 ISOpub --> 1.55 +<!ENTITY zwnj "‌"> <!-- zero width non-joiner, 1.56 + U+200C NEW RFC 2070 --> 1.57 +<!ENTITY zwj "‍"> <!-- zero width joiner, U+200D NEW RFC 2070 --> 1.58 +<!ENTITY lrm "‎"> <!-- left-to-right mark, U+200E NEW RFC 2070 --> 1.59 +<!ENTITY rlm "‏"> <!-- right-to-left mark, U+200F NEW RFC 2070 --> 1.60 +<!ENTITY ndash "–"> <!-- en dash, U+2013 ISOpub --> 1.61 +<!ENTITY mdash "—"> <!-- em dash, U+2014 ISOpub --> 1.62 +<!ENTITY lsquo "‘"> <!-- left single quotation mark, 1.63 + U+2018 ISOnum --> 1.64 +<!ENTITY rsquo "’"> <!-- right single quotation mark, 1.65 + U+2019 ISOnum --> 1.66 +<!ENTITY sbquo "‚"> <!-- single low-9 quotation mark, U+201A NEW --> 1.67 +<!ENTITY ldquo "“"> <!-- left double quotation mark, 1.68 + U+201C ISOnum --> 1.69 +<!ENTITY rdquo "”"> <!-- right double quotation mark, 1.70 + U+201D ISOnum --> 1.71 +<!ENTITY bdquo "„"> <!-- double low-9 quotation mark, U+201E NEW --> 1.72 +<!ENTITY dagger "†"> <!-- dagger, U+2020 ISOpub --> 1.73 +<!ENTITY Dagger "‡"> <!-- double dagger, U+2021 ISOpub --> 1.74 +<!ENTITY permil "‰"> <!-- per mille sign, U+2030 ISOtech --> 1.75 +<!ENTITY lsaquo "‹"> <!-- 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 "›"> <!-- 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 "€"> <!-- euro sign, U+20AC NEW -->