source: branches/2.2/filemanager/tp/dompdf/www/test/special.html @ 3019

Revision 3019, 13.5 KB checked in by amuller, 14 years ago (diff)

Ticket #1135 - Corrigindo CSS e adicionando filemanager

Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
2   "http://www.w3.org/TR/REC-html40/strict.dtd">
3<html lang=en>
4<head>
5<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6<title>HTML 4.0 Special Entities</title>
7<link rev=Made href="mailto:liam@htmlhelp.com">
8<link rel=Start href="../index.html">
9<link rel=Prev href="symbols.html">
10<style>
11body {
12  background: white;
13  color: black;
14  font-family: sans-serif;
15}
16
17h1 {
18  color: #c33;
19  background: none;
20  font-weight: bold;
21  text-align: center
22}
23
24h2 {
25  color: #00008b;
26  background: none;
27  font-weight: bold
28}
29
30h3 {
31  color: #006400;
32  background: none;
33  margin-left: 4%;
34  margin-right: 4%;
35  font-weight: bold
36}
37
38h4 {
39  margin-left: 6%;
40  margin-right: 6%;
41  font-weight: bold
42}
43
44h5 {
45  margin-left: 6%;
46  margin-right: 6%;
47  font-weight: bold
48}
49
50ul, ol, dl, p {
51  margin-left: 6%;
52  margin-right: 6%
53}
54
55ul ul, table ol, table ul, dl ol, dl ul {
56  margin-left: 1.2em;
57  margin-right: 1%;
58  padding-left: 0
59}
60
61pre {
62  margin-left: 10%;
63  white-space: pre
64}
65
66table caption {
67  font-size: larger;
68  font-weight: bolder
69}
70
71table p, table dl, ol p, ul p, dl p, blockquote p, .note p, .note ul, .note ol, .note dl, li pre, dd pre {
72  margin-left: 0;
73  margin-right: 0
74}
75
76p.top {
77  margin-left: 1%;
78  margin-right: 1%
79}
80
81blockquote {
82  margin-left: 8%;
83  margin-right: 8%;
84  border: thin ridge #dc143c
85}
86
87blockquote pre {
88  margin-left: 1%;
89  margin-right: 1%
90}
91
92dt a {
93  font-weight: bold;
94  margin-top: .8em
95}
96
97a:link {
98  color: #00f;
99  background: none;
100}
101
102a:visited {
103  color: #800080;
104  background: none;
105}
106
107a:active {
108  color: green;
109  background: #FFD700
110}
111
112.html {
113  color: #000080;
114  background: none
115}
116
117.css {
118  color: #800000;
119  background: none
120}
121
122.javascript {
123  color: #008000;
124  background: none
125}
126
127.example { margin-left: 10% }
128
129dfn {
130  font-style: normal;
131  font-weight: bolder
132}
133
134var sub { font-style: normal }
135
136.note {
137  font-size: 85%;
138  margin-left: 10%
139}
140
141.SMA {
142  color: fuchsia;
143  background: none;
144  font-family: Kids, "Comic Sans MS", Jester
145}
146
147.oops {
148  font-family: Jester, "Comic Sans MS"
149}
150
151.author {
152  font-style: italic
153}
154
155.copyright {
156  font-size: smaller;
157  text-align: right;
158  clear: right
159}
160
161.toolbar {
162  text-align: center
163}
164
165.toolbar IMG {
166  float: right
167}
168
169.error {
170  color: #DC143C;
171  background: none;
172  text-decoration: none
173}
174
175.warning {
176  color: #FF4500;
177  background: none;
178  text-decoration: none
179}
180
181.error strong {
182  color: #DC143C;
183  background: #FFD700;
184  text-decoration: none
185}
186
187.warning strong {
188  color: #FF4500;
189  background: #FFD700;
190  text-decoration: none
191}
192
193.warning a:link, .warning a:visited, .warning a:active {
194  color: #FF4500;
195  background: none;
196  text-decoration: underline
197}
198
199.error a:link, .error a:visited, .error a:active {
200  color: #DC143C;
201  background: none;
202  text-decoration: underline
203}
204
205.error strong a:link, .error strong a:visited, .error strong a:active {
206  color: #DC143C;
207  background: #FFD700
208}
209
210.warning strong a:link, .warning strong a:visited, .warning strong a:active {
211  color: #FF4500;
212  background: #FFD700
213}
214
215colgroup.entity { text-align: center }
216
217.default { text-decoration: underline; font-style: normal }
218.required { font-weight: bold }
219td li.transitional, .elements li.transitional {
220  font-weight: lighter;
221  color: #696969;
222  background: none
223}
224td li.frameset, .elements li.frameset {
225  font-weight: lighter;
226  color: #808080;
227  background: none
228}
229
230.footer, .checkedDocument {
231  margin-top: 2em;
232  padding-top: 1em;
233  border-top: solid thin black
234}
235
236strong.legal {
237  font-weight: normal;
238  text-transform: uppercase
239}
240
241@media print {
242  input#toggler, .toolbar { display: none }
243}
244
245table { border-collapse: collapse; width: 100%; }
246td { border: 0.5pt solid black; }
247
248</style>
249<meta name="author" content="Liam Quinn">
250<meta name="description" content="A table of the HTML 4.0 entities for markup-significant and internationalization characters.">
251<meta name="keywords" content="internationalization, internationalisation, i18n, I18N, entities, characters, character set, HTML, HyperText Markup Language, HTML 4.0, HTML4, character entity reference, decimal, hexadecimal, hex, browser test, WDG, Web Design Group">
252<body>
253<h1>Special Entities</h1>
254<p>The following table gives the character entity reference, decimal character reference, and hexadecimal character reference for markup-significant and internationalization characters, as well as the rendering of each in your browser. <a href="http://www.unicode.org/charts/">Glyphs</a> of the characters are available at the <a href="http://www.unicode.org/">Unicode Consortium</a>.</p>
255<p>With the exception of <a href="http://www.w3.org/MarkUp/html-spec/">HTML 2.0</a>'s <strong class=html>&amp;quot;</strong>, <strong class=html>&amp;amp;</strong>, <strong class=html>&amp;lt;</strong>, and <strong class=html>&amp;gt;</strong>, browser support for these entities is generally quite poor, but recent browsers support some of the character entity references and decimal character references.</p>
256<table>
257  <thead>
258    <tr>
259      <th scope=col rowspan=2>Character</th>
260      <th scope=col rowspan=2>Entity</th>
261      <th scope=col rowspan=2>Decimal</th>
262      <th scope=col rowspan=2>Hex</th>
263      <th scope=colgroup colspan=3>Rendering in Your Browser</th>
264    </tr>
265    <tr>
266      <th scope=col>Entity</th>
267      <th scope=col>Decimal</th>
268      <th scope=col>Hex</th>
269    </tr>
270  </thead>
271  <tbody>
272    <tr>
273      <td scope=row>quotation mark = APL quote</td>
274      <td>&amp;quot;</td>
275      <td>&amp;#34;</td>
276      <td>&amp;#x22;</td>
277      <td>&quot;</td>
278      <td>&#34;</td>
279      <td>&#x22;</td>
280    </tr>
281    <tr>
282      <td scope=row>ampersand</td>
283      <td>&amp;amp;</td>
284      <td>&amp;#38;</td>
285      <td>&amp;#x26;</td>
286      <td>&amp;</td>
287      <td>&#38;</td>
288      <td>&#x26;</td>
289    </tr>
290    <tr>
291      <td scope=row>less-than sign</td>
292      <td>&amp;lt;</td>
293      <td>&amp;#60;</td>
294      <td>&amp;#x3C;</td>
295      <td>&lt;</td>
296      <td>&#60;</td>
297      <td>&#x3C;</td>
298    </tr>
299    <tr>
300      <td scope=row>greater-than sign</td>
301      <td>&amp;gt;</td>
302      <td>&amp;#62;</td>
303      <td>&amp;#x3E;</td>
304      <td>&gt;</td>
305      <td>&#62;</td>
306      <td>&#x3E;</td>
307    </tr>
308    <tr>
309      <td scope=row>Latin capital ligature OE</td>
310      <td>&amp;OElig;</td>
311      <td>&amp;#338;</td>
312      <td>&amp;#x152;</td>
313      <td>&OElig;</td>
314      <td>&#338;</td>
315      <td>&#x152;</td>
316    </tr>
317    <tr>
318      <td scope=row>Latin small ligature oe</td>
319      <td>&amp;oelig;</td>
320      <td>&amp;#339;</td>
321      <td>&amp;#x153;</td>
322      <td>&oelig;</td>
323      <td>&#339;</td>
324      <td>&#x153;</td>
325    </tr>
326    <tr>
327      <td scope=row>Latin capital letter S with caron</td>
328      <td>&amp;Scaron;</td>
329      <td>&amp;#352;</td>
330      <td>&amp;#x160;</td>
331      <td>&Scaron;</td>
332      <td>&#352;</td>
333      <td>&#x160;</td>
334    </tr>
335    <tr>
336      <td scope=row>Latin small letter s with caron</td>
337      <td>&amp;scaron;</td>
338      <td>&amp;#353;</td>
339      <td>&amp;#x161;</td>
340      <td>&scaron;</td>
341      <td>&#353;</td>
342      <td>&#x161;</td>
343    </tr>
344    <tr>
345      <td scope=row>Latin capital letter Y with diaeresis</td>
346      <td>&amp;Yuml;</td>
347      <td>&amp;#376;</td>
348      <td>&amp;#x178;</td>
349      <td>&Yuml;</td>
350      <td>&#376;</td>
351      <td>&#x178;</td>
352    </tr>
353    <tr>
354      <td scope=row>modifier letter circumflex accent</td>
355      <td>&amp;circ;</td>
356      <td>&amp;#710;</td>
357      <td>&amp;#x2C6;</td>
358      <td>&circ;</td>
359      <td>&#710;</td>
360      <td>&#x2C6;</td>
361    </tr>
362    <tr>
363      <td scope=row>small tilde</td>
364      <td>&amp;tilde;</td>
365      <td>&amp;#732;</td>
366      <td>&amp;#x2DC;</td>
367      <td>&tilde;</td>
368      <td>&#732;</td>
369      <td>&#x2DC;</td>
370    </tr>
371    <tr>
372      <td scope=row>en space</td>
373      <td>&amp;ensp;</td>
374      <td>&amp;#8194;</td>
375      <td>&amp;#x2002;</td>
376      <td>&ensp;</td>
377      <td>&#8194;</td>
378      <td>&#x2002;</td>
379    </tr>
380    <tr>
381      <td scope=row>em space</td>
382      <td>&amp;emsp;</td>
383      <td>&amp;#8195;</td>
384      <td>&amp;#x2003;</td>
385      <td>&emsp;</td>
386      <td>&#8195;</td>
387      <td>&#x2003;</td>
388    </tr>
389    <tr>
390      <td scope=row>thin space</td>
391      <td>&amp;thinsp;</td>
392      <td>&amp;#8201;</td>
393      <td>&amp;#x2009;</td>
394      <td>&thinsp;</td>
395      <td>&#8201;</td>
396      <td>&#x2009;</td>
397    </tr>
398    <tr>
399      <td scope=row>zero width non-joiner</td>
400      <td>&amp;zwnj;</td>
401      <td>&amp;#8204;</td>
402      <td>&amp;#x200C;</td>
403      <td>&zwnj;</td>
404      <td>&#8204;</td>
405      <td>&#x200C;</td>
406    </tr>
407    <tr>
408      <td scope=row>zero width joiner</td>
409      <td>&amp;zwj;</td>
410      <td>&amp;#8205;</td>
411      <td>&amp;#x200D;</td>
412      <td>&zwj;</td>
413      <td>&#8205;</td>
414      <td>&#x200D;</td>
415    </tr>
416    <tr>
417      <td scope=row>left-to-right mark</td>
418      <td>&amp;lrm;</td>
419      <td>&amp;#8206;</td>
420      <td>&amp;#x200E;</td>
421      <td>&lrm;</td>
422      <td>&#8206;</td>
423      <td>&#x200E;</td>
424    </tr>
425    <tr>
426      <td scope=row>right-to-left mark</td>
427      <td>&amp;rlm;</td>
428      <td>&amp;#8207;</td>
429      <td>&amp;#x200F;</td>
430      <td>&rlm;</td>
431      <td>&#8207;</td>
432      <td>&#x200F;</td>
433    </tr>
434    <tr>
435      <td scope=row>en dash</td>
436      <td>&amp;ndash;</td>
437      <td>&amp;#8211;</td>
438      <td>&amp;#x2013;</td>
439      <td>&ndash;</td>
440      <td>&#8211;</td>
441      <td>&#x2013;</td>
442    </tr>
443    <tr>
444      <td scope=row>em dash</td>
445      <td>&amp;mdash;</td>
446      <td>&amp;#8212;</td>
447      <td>&amp;#x2014;</td>
448      <td>&mdash;</td>
449      <td>&#8212;</td>
450      <td>&#x2014;</td>
451    </tr>
452    <tr>
453      <td scope=row>left single quotation mark</td>
454      <td>&amp;lsquo;</td>
455      <td>&amp;#8216;</td>
456      <td>&amp;#x2018;</td>
457      <td>&lsquo;</td>
458      <td>&#8216;</td>
459      <td>&#x2018;</td>
460    </tr>
461    <tr>
462      <td scope=row>right single quotation mark</td>
463      <td>&amp;rsquo;</td>
464      <td>&amp;#8217;</td>
465      <td>&amp;#x2019;</td>
466      <td>&rsquo;</td>
467      <td>&#8217;</td>
468      <td>&#x2019;</td>
469    </tr>
470    <tr>
471      <td scope=row>single low-9 quotation mark</td>
472      <td>&amp;sbquo;</td>
473      <td>&amp;#8218;</td>
474      <td>&amp;#x201A;</td>
475      <td>&sbquo;</td>
476      <td>&#8218;</td>
477      <td>&#x201A;</td>
478    </tr>
479    <tr>
480      <td scope=row>left double quotation mark</td>
481      <td>&amp;ldquo;</td>
482      <td>&amp;#8220;</td>
483      <td>&amp;#x201C;</td>
484      <td>&ldquo;</td>
485      <td>&#8220;</td>
486      <td>&#x201C;</td>
487    </tr>
488    <tr>
489      <td scope=row>right double quotation mark</td>
490      <td>&amp;rdquo;</td>
491      <td>&amp;#8221;</td>
492      <td>&amp;#x201D;</td>
493      <td>&rdquo;</td>
494      <td>&#8221;</td>
495      <td>&#x201D;</td>
496    </tr>
497    <tr>
498      <td scope=row>double low-9 quotation mark</td>
499      <td>&amp;bdquo;</td>
500      <td>&amp;#8222;</td>
501      <td>&amp;#x201E;</td>
502      <td>&bdquo;</td>
503      <td>&#8222;</td>
504      <td>&#x201E;</td>
505    </tr>
506    <tr>
507      <td scope=row>dagger</td>
508      <td>&amp;dagger;</td>
509      <td>&amp;#8224;</td>
510      <td>&amp;#x2020;</td>
511      <td>&dagger;</td>
512      <td>&#8224;</td>
513      <td>&#x2020;</td>
514    </tr>
515    <tr>
516      <td scope=row>double dagger</td>
517      <td>&amp;Dagger;</td>
518      <td>&amp;#8225;</td>
519      <td>&amp;#x2021;</td>
520      <td>&Dagger;</td>
521      <td>&#8225;</td>
522      <td>&#x2021;</td>
523    </tr>
524    <tr>
525      <td scope=row>per mille sign</td>
526      <td>&amp;permil;</td>
527      <td>&amp;#8240;</td>
528      <td>&amp;#x2030;</td>
529      <td>&permil;</td>
530      <td>&#8240;</td>
531      <td>&#x2030;</td>
532    </tr>
533    <tr>
534      <td scope=row>single left-pointing angle quotation mark</td>
535      <td>&amp;lsaquo;</td>
536      <td>&amp;#8249;</td>
537      <td>&amp;#x2039;</td>
538      <td>&lsaquo;</td>
539      <td>&#8249;</td>
540      <td>&#x2039;</td>
541    </tr>
542    <tr>
543      <td scope=row>single right-pointing angle quotation mark</td>
544      <td>&amp;rsaquo;</td>
545      <td>&amp;#8250;</td>
546      <td>&amp;#x203A;</td>
547      <td>&rsaquo;</td>
548      <td>&#8250;</td>
549      <td>&#x203A;</td>
550    </tr>
551    <tr>
552      <td scope=row>euro sign</td>
553      <td>&amp;euro;</td>
554      <td>&amp;#8364;</td>
555      <td>&amp;#x20AC;</td>
556      <td>&euro;</td>
557      <td>&#8364;</td>
558      <td>&#x20AC;</td>
559    </tr>
560  </tbody>
561</table>
562
563<div class=footer>
564<address>Maintained by <a href="http://www.htmlhelp.com/%7Eliam/">Liam Quinn</a> &lt;<a href="mailto:liam@htmlhelp.com">liam@htmlhelp.com</a>&gt;</address>
565<p class=toolbar><a href="../index.html" rel=Start>HTML&#160;4.0&#160;Reference</a>&#160;~ <a href="latin1.html">Latin-1&#160;Characters</a>&#160;~ <a href="symbols.html" rel=Prev>Symbols&#160;and&#160;Greek&#160;Letters</a></p>
566<p class=copyright>Copyright &copy; 1998 by <a href="http://www.htmlhelp.com/%7Eliam/">Liam Quinn</a>. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at <a href="http://www.opencontent.org/openpub/">http://www.opencontent.org/openpub/</a>).</p>
567<p class=copyright>Modfications made by Benj Carson <a>benjcarson@digitaljunkies.ca</a> for dompdf, Jan 5, 2006.</p>
568</div>
569</body>
570</html>
Note: See TracBrowser for help on using the repository browser.