Annotation of html5/spec-author-view/references.html, revision 1.135
1.1 mike 1: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
1.95 mike 2: <!DOCTYPE html>
3: <!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie"><head><title>References — HTML 5</title><style type="text/css">
1.1 mike 4: pre { margin-left: 2em; white-space: pre-wrap; }
5: h2 { margin: 3em 0 1em 0; }
6: h3 { margin: 2.5em 0 1em 0; }
7: h4 { margin: 2.5em 0 0.75em 0; }
8: h5, h6 { margin: 2.5em 0 1em; }
9: h1 + h2, h1 + h2 + h2 { margin: 0.75em 0 0.75em; }
10: h2 + h3, h3 + h4, h4 + h5, h5 + h6 { margin-top: 0.5em; }
11: p { margin: 1em 0; }
12: hr:not(.top) { display: block; background: none; border: none; padding: 0; margin: 2em 0; height: auto; }
13: dl, dd { margin-top: 0; margin-bottom: 0; }
14: dt { margin-top: 0.75em; margin-bottom: 0.25em; clear: left; }
15: dt + dt { margin-top: 0; }
16: dd dt { margin-top: 0.25em; margin-bottom: 0; }
17: dd p { margin-top: 0; }
18: dd dl + p { margin-top: 1em; }
19: dd table + p { margin-top: 1em; }
20: p + * > li, dd li { margin: 1em 0; }
21: dt, dfn { font-weight: bold; font-style: normal; }
22: dt dfn { font-style: italic; }
23: pre, code { font-size: inherit; font-family: monospace; font-variant: normal; }
24: pre strong { color: black; font: inherit; font-weight: bold; background: yellow; }
25: pre em { font-weight: bolder; font-style: normal; }
26: @media screen { code { color: orangered; } code :link, code :visited { color: inherit; } }
27: var sub { vertical-align: bottom; font-size: smaller; position: relative; top: 0.1em; }
28: table { border-collapse: collapse; border-style: hidden hidden none hidden; }
29: table thead { border-bottom: solid; }
30: table tbody th:first-child { border-left: solid; }
31: table td, table th { border-left: solid; border-right: solid; border-bottom: solid thin; vertical-align: top; padding: 0.2em; }
32: blockquote { margin: 0 0 0 2em; border: 0; padding: 0; font-style: italic; }
33:
34: .bad, .bad *:not(.XXX) { color: gray; border-color: gray; background: transparent; }
35: .matrix, .matrix td { border: none; text-align: right; }
36: .matrix { margin-left: 2em; }
37: .dice-example { border-collapse: collapse; border-style: hidden solid solid hidden; border-width: thin; margin-left: 3em; }
38: .dice-example caption { width: 30em; font-size: smaller; font-style: italic; padding: 0.75em 0; text-align: left; }
39: .dice-example td, .dice-example th { border: solid thin; width: 1.35em; height: 1.05em; text-align: center; padding: 0; }
40:
41: .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
42: img.extra { float: right; }
43: pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
44: pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
45: pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
46: pre.css:first-line { color: #AAAA50; }
47: dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #EEFFEE; }
48: hr + dl.domintro, div.impl + dl.domintro { margin-top: 2.5em; margin-bottom: 1.5em; }
49: dl.domintro dt, dl.domintro dt * { color: black; text-decoration: none; }
50: dl.domintro dd { margin: 0.5em 0 1em 2em; padding: 0; }
51: dl.domintro dd p { margin: 0.5em 0; }
52: dl.switch { padding-left: 2em; }
53: dl.switch > dt { text-indent: -1.5em; }
54: dl.switch > dt:before { content: '\21AA'; padding: 0 0.5em 0 0; display: inline-block; width: 1em; text-align: right; line-height: 0.5em; }
55: dl.triple { padding: 0 0 0 1em; }
56: dl.triple dt, dl.triple dd { margin: 0; display: inline }
57: dl.triple dt:after { content: ':'; }
58: dl.triple dd:after { content: '\A'; white-space: pre; }
59: .diff-old { text-decoration: line-through; color: silver; background: transparent; }
60: .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; }
61: a .diff-new { border-bottom: 1px blue solid; }
62:
63: h2 { page-break-before: always; }
64: h1, h2, h3, h4, h5, h6 { page-break-after: avoid; }
65: h1 + h2, hr + h2.no-toc { page-break-before: auto; }
66:
67: p > span:not([title=""]):not([class="XXX"]):not([class="impl"]), li > span:not([title=""]):not([class="XXX"]):not([class="impl"]) { border-bottom: solid #9999CC; }
68:
69: div.head { margin: 0 0 1em; padding: 1em 0 0 0; }
70: div.head p { margin: 0; }
71: div.head h1 { margin: 0; }
72: div.head .logo { float: right; margin: 0 1em; }
73: div.head .logo img { border: none } /* remove border from top image */
74: div.head dl { margin: 1em 0; }
75: p.copyright { font-size: x-small; font-style: oblique; margin: 0; }
76:
77: body > .toc > li { margin-top: 1em; margin-bottom: 1em; }
78: body > .toc.brief > li { margin-top: 0.35em; margin-bottom: 0.35em; }
79: body > .toc > li > * { margin-bottom: 0.5em; }
80: body > .toc > li > * > li > * { margin-bottom: 0.25em; }
81: .toc, .toc li { list-style: none; }
82:
83: .brief { margin-top: 1em; margin-bottom: 1em; line-height: 1.1; }
84: .brief li { margin: 0; padding: 0; }
85: .brief li p { margin: 0; padding: 0; }
86:
87: .category-list { margin-top: -0.75em; margin-bottom: 1em; line-height: 1.5; }
88: .category-list::before { content: '\21D2\A0'; font-size: 1.2em; font-weight: 900; }
89: .category-list li { display: inline; }
90: .category-list li:not(:last-child)::after { content: ', '; }
91: .category-list li > span, .category-list li > a { text-transform: lowercase; }
92: .category-list li * { text-transform: none; } /* don't affect <code> nested in <a> */
93:
94: .XXX { color: #E50000; background: white; border: solid red; padding: 0.5em; margin: 1em 0; }
95: .XXX > :first-child { margin-top: 0; }
96: p .XXX { line-height: 3em; }
97: .annotation { border: solid thin black; background: #0C479D; color: white; position: relative; margin: 8px 0 20px 0; }
98: .annotation:before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; margin: 6px -6px -6px 6px; background: #333333; z-index: -1; content: ''; }
99: .annotation :link, .annotation :visited { color: inherit; }
100: .annotation :link:hover, .annotation :visited:hover { background: transparent; }
101: .annotation span { border: none ! important; }
102: .note { color: green; background: transparent; font-family: sans-serif; }
103: .warning { color: red; background: transparent; }
104: .note, .warning { font-weight: bolder; font-style: italic; }
105: p.note, div.note { padding: 0.5em 2em; }
106: span.note { padding: 0 2em; }
107: .note p:first-child, .warning p:first-child { margin-top: 0; }
108: .note p:last-child, .warning p:last-child { margin-bottom: 0; }
109: .warning:before { font-style: normal; }
110: p.note:before { content: 'Note: '; }
111: p.warning:before { content: '\26A0 Warning! '; }
112:
113: .bookkeeping:before { display: block; content: 'Bookkeeping details'; font-weight: bolder; font-style: italic; }
114: .bookkeeping { font-size: 0.8em; margin: 2em 0; }
115: .bookkeeping p { margin: 0.5em 2em; display: list-item; list-style: square; }
116:
117: h4 { position: relative; z-index: 3; }
118: h4 + .element, h4 + div + .element { margin-top: -2.5em; padding-top: 2em; }
119: .element {
120: background: #EEEEFF;
121: color: black;
122: margin: 0 0 1em 0.15em;
123: padding: 0 1em 0.25em 0.75em;
124: border-left: solid #9999FF 0.25em;
125: position: relative;
126: z-index: 1;
127: }
128: .element:before {
129: position: absolute;
130: z-index: 2;
131: top: 0;
132: left: -1.15em;
133: height: 2em;
134: width: 0.9em;
135: background: #EEEEFF;
136: content: ' ';
137: border-style: none none solid solid;
138: border-color: #9999FF;
139: border-width: 0.25em;
140: }
141:
142: .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
143: td > .example:only-child { margin: 0 0 0 0.1em; }
144:
145: .tall-and-narrow {
146: font-size: 0.6em;
147: column-width: 25em;
148: column-gap: 1em;
149: -moz-column-width: 25em;
150: -moz-column-gap: 1em;
151: -webkit-column-width: 25em;
152: -webkit-column-gap: 1em;
153: }
154:
155: ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
156: ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
157: ul.domTree li li { list-style: none; }
158: ul.domTree li:first-child::before { position: absolute; top: 0; height: 0.6em; left: -0.75em; width: 0.5em; border-style: none none solid solid; content: ''; border-width: 0.1em; }
159: ul.domTree li:not(:last-child)::after { position: absolute; top: 0; bottom: -0.6em; left: -0.75em; width: 0.5em; border-style: none none solid solid; content: ''; border-width: 0.1em; }
160: ul.domTree span { font-style: italic; font-family: serif; }
161: ul.domTree .t1 code { color: purple; font-weight: bold; }
162: ul.domTree .t2 { font-style: normal; font-family: monospace; }
163: ul.domTree .t2 .name { color: black; font-weight: bold; }
164: ul.domTree .t2 .value { color: blue; font-weight: normal; }
165: ul.domTree .t3 code, .domTree .t4 code, .domTree .t5 code { color: gray; }
166: ul.domTree .t7 code, .domTree .t8 code { color: green; }
167: ul.domTree .t10 code { color: teal; }
168:
1.104 mike 169: </style><style type="text/css">
170:
1.129 mike 171: .applies thead th > * { display: block; }
172: .applies thead code { display: block; }
173: .applies tbody th { whitespace: nowrap; }
174: .applies td { text-align: center; }
175: .applies .yes { background: yellow; }
176:
1.104 mike 177: .matrix, .matrix td { border: none; text-align: right; }
178: .matrix { margin-left: 2em; }
179:
180: .dice-example { border-collapse: collapse; border-style: hidden solid solid hidden; border-width: thin; margin-left: 3em; }
181: .dice-example caption { width: 30em; font-size: smaller; font-style: italic; padding: 0.75em 0; text-align: left; }
182: .dice-example td, .dice-example th { border: solid thin; width: 1.35em; height: 1.05em; text-align: center; padding: 0; }
183:
184: #table-example-1 { border: solid thin; border-collapse: collapse; margin-left: 3em; }
185: #table-example-1 * { font-family: "Essays1743", serif; line-height: 1.01em; }
186: #table-example-1 caption { padding-bottom: 0.5em; }
187: #table-example-1 thead, #table-example-1 tbody { border: none; }
188: #table-example-1 th, #table-example-1 td { border: solid thin; }
189: #table-example-1 th { font-weight: normal; }
190: #table-example-1 td { border-style: none solid; vertical-align: top; }
191: #table-example-1 th { padding: 0.5em; vertical-align: middle; text-align: center; }
192: #table-example-1 tbody tr:first-child td { padding-top: 0.5em; }
193: #table-example-1 tbody tr:last-child td { padding-bottom: 1.5em; }
194: #table-example-1 tbody td:first-child { padding-left: 2.5em; padding-right: 0; width: 9em; }
195: #table-example-1 tbody td:first-child::after { content: leader(". "); }
196: #table-example-1 tbody td { padding-left: 2em; padding-right: 2em; }
197: #table-example-1 tbody td:first-child + td { width: 10em; }
198: #table-example-1 tbody td:first-child + td ~ td { width: 2.5em; }
199: #table-example-1 tbody td:first-child + td + td + td ~ td { width: 1.25em; }
200:
201: .apple-table-examples { border: none; border-collapse: separate; border-spacing: 1.5em 0em; width: 40em; margin-left: 3em; }
202: .apple-table-examples * { font-family: "Times", serif; }
203: .apple-table-examples td, .apple-table-examples th { border: none; white-space: nowrap; padding-top: 0; padding-bottom: 0; }
204: .apple-table-examples tbody th:first-child { border-left: none; width: 100%; }
205: .apple-table-examples thead th:first-child ~ th { font-size: smaller; font-weight: bolder; border-bottom: solid 2px; text-align: center; }
206: .apple-table-examples tbody th::after, .apple-table-examples tfoot th::after { content: leader(". ") }
207: .apple-table-examples tbody th, .apple-table-examples tfoot th { font: inherit; text-align: left; }
208: .apple-table-examples td { text-align: right; vertical-align: top; }
209: .apple-table-examples.e1 tbody tr:last-child td { border-bottom: solid 1px; }
210: .apple-table-examples.e1 tbody + tbody tr:last-child td { border-bottom: double 3px; }
211: .apple-table-examples.e2 th[scope=row] { padding-left: 1em; }
212: .apple-table-examples sup { line-height: 0; }
213:
1.72 mike 214: </style><link href="data:text/css," rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><!-- ZZZ ED vs WD --><link href="index.html" title="Index" rel="prev">
1.1 mike 215: <link href="Overview.html#contents" title="Table of contents" rel="index">
216: <link href="acknowledgements.html" title="Acknowledgements" rel="next">
217: </head><body onload="fixBrokenLink(); fixBrokenLink()"><div class="head">
218: <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
1.17 mike 219: <h1>HTML5</h1>
1.1 mike 220: <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
1.135 ! mike 221: <p>This is revision 1.3017.</p>
1.1 mike 222: </div><div>
223: <a href="index.html">← Index</a> –
224: <a href="Overview.html#contents">Table of contents</a> –
225: <a href="acknowledgements.html">Acknowledgements →</a>
226: </div>
227:
228: <h2 class="no-num" id="references">References</h2><p class="XXX annotation"><b>Status: </b><i>First draft</i></p><!--REFS--><p>All references are normative unless marked "Non-normative".</p><dl><dt id="refsABNF">[ABNF]</dt>
229: <dd><cite><a href="http://www.ietf.org/rfc/std/std68.txt">Augmented
230: BNF for Syntax Specifications: ABNF</a></cite>, D. Crocker,
231: P. Overell. IETF, January 2008.</dd>
232:
233: <dt id="refsARIA">[ARIA]</dt>
234: <dd><cite><a href="http://www.w3.org/WAI/PF/aria/">Accessible Rich
235: Internet Applications (WAI-ARIA)</a></cite>, J. Craig, M. Cooper, L. Pappas,
236: R. Schwerdtfeger, L. Seeman. W3C, August 2009.</dd>
237:
238: <dt id="refsARIAIMPL">[ARIAIMPL]</dt>
239: <dd><cite><a href="http://www.w3.org/WAI/PF/aria-implementation/">WAI-ARIA 1.0
240: User Agent Implementation Guide</a></cite>, A. Snow-Weaver,
241: M. Cooper. W3C, August 2009.</dd>
242:
1.31 mike 243: <dt id="refsATAG">[ATAG]</dt>
244: <dd>(Non-normative) <cite><a href="http://www.w3.org/TR/ATAG20/">Authoring Tool Accessibility
245: Guidelines (ATAG) 2.0</a></cite>, J. Richards, J. Spellman,
246: J. Treviranus. W3C, May 2009.</dd>
247:
1.1 mike 248: <dt id="refsATOM">[ATOM]</dt>
249: <dd>(Non-normative) <cite><a href="http://www.ietf.org/rfc/rfc4287.txt">The Atom Syndication
250: Format</a></cite>, M. Nottingham, R. Sayre. IETF, December
251: 2005.</dd>
252:
253: <dt id="refsBCP47">[BCP47]</dt>
254: <dd><cite><a href="http://www.ietf.org/rfc/bcp/bcp47.txt">Tags for
255: Identifying Languages; Matching of Language Tags</a></cite>,
256: A. Phillips, M. Davis. IETF, September 2006.</dd>
257:
258: <dt id="refsBECSS">[BECSS]</dt>
259: <dd><cite><a href="http://www.w3.org/TR/becss/">Behavioral
260: Extensions to CSS</a></cite>, I. Hickson. W3C, October 2007.</dd>
261:
262: <dt id="refsBEZIER">[BEZIER]</dt>
263: <dd><cite>Courbes à poles</cite>, P. de Casteljau. INPI, 1959.</dd>
264:
265: <dt id="refsBIDI">[BIDI]</dt>
266: <dd><cite><a href="http://www.unicode.org/reports/tr9/">UAX #9: Unicode
267: Bidirectional Algorithm</a></cite>, M. Davis. Unicode Consortium,
1.36 mike 268: March 2008.</dd>
269:
270: <dt id="refsBIG5">[BIG5]</dt>
271: <dd>(Non-normative) <cite>Chinese Coded Character Set in Computer</cite>. Institute
272: for Information Industry, March 1984.</dd>
273:
274: <dt id="refsBOCU1">[BOCU1]</dt>
275: <dd>(Non-normative) <cite><a href="http://www.unicode.org/notes/tn6/">UTN #6: BOCU-1:
276: MIME-Compatible Unicode Compression</a></cite>, M. Scherer,
277: M. Davis. Unicode Consortium, February 2006.</dd>
278:
279: <dt id="refsCESU8">[CESU8]</dt>
280: <dd>(Non-normative) <cite><a href="http://www.unicode.org/reports/tr26/">UTR #26: Compatibility
281: Encoding Scheme For UTF-16: 8-BIT (CESU-8)</a></cite>,
282: T. Phipps. Unicode Consortium, April 2002.</dd>
283:
284: <dt id="refsCHARMOD">[CHARMOD]</dt>
285: <dd>(Non-normative) <cite><a href="http://www.w3.org/TR/charmod/">Character Model for the World
286: Wide Web 1.0: Fundamentals</a></cite>, M. Dürst, F. Yergeau,
287: R. Ishida, M. Wolf, T. Texin. W3C, February 2005.</dd>
288:
289: <dt id="refsCOMPUTABLE">[COMPUTABLE]</dt>
290: <dd>(Non-normative) <cite><a href="http://www.turingarchive.org/browse.php/B/12">On computable
291: numbers, with an application to the
292: Entscheidungsproblem</a></cite>, A. Turing. In <cite>Proceedings of
293: the London Mathematical Society</cite>, series 2, volume 42, pages
294: 230-265. London Mathematical Society, 1937. Retrieved on
295: 2007-03-03.</dd>
296:
297: <dt id="refsCOOKIES">[COOKIES]</dt>
298: <!--
299: <dd><cite><a href="http://www.ietf.org/rfc/rfc2965.txt">HTTP State Management
300: Mechanism</a></cite>, D. Kristol, L. Montulli. IETF, October 2000.</dd>
301: -->
302: <dd><cite><a href="http://tools.ietf.org/html/draft-abarth-cookie">HTTP State
303: Management Mechanism</a></cite>, A. Barth. IETF, August 2009.</dd>
304:
305: <dt id="refsCORS">[CORS]</dt>
306: <!--
307: <dd><cite><a href="http://www.w3.org/TR/cors/">Cross-Origin
308: Resource Sharing</a></cite>, A. van Kesteren. W3C, March 2009.</dd>
309: -->
310: <dd><cite><a href="http://dev.w3.org/2006/waf/access-control/">Cross-Origin
311: Resource Sharing</a></cite>, A. van Kesteren. W3C, June 2009.</dd>
312:
313: <dt id="refsCSS">[CSS]</dt>
314: <dd><cite><a href="http://www.w3.org/TR/CSS/">Cascading Style Sheets Level 2
315: Revision 1</a></cite>, B. Bos, T. Çelik, I.
316: Hickson, H. Lie. W3C, April 2009.</dd>
317:
318: <dt id="refsCSSCOLOR">[CSSCOLOR]</dt>
319: <!--
320: <dd><cite><a href="http://www.w3.org/TR/css3-color/">CSS Color
321: Module Level 3</a></cite>, T. Çelik, C. Lilley, L.
322: Baron. W3C, July 2008.</dd>
323: -->
324: <dd><cite><a href="http://dev.w3.org/csswg/css3-color/">CSS Color
325: Module Level 3</a></cite>, T. Çelik, C. Lilley, L.
326: Baron. W3C, August 2008.</dd>
327:
328: <dt id="refsCSSFONTS">[CSSFONTS]</dt>
329: <dd><cite><a href="http://www.w3.org/TR/css3-fonts/">CSS Fonts
330: Module Level 3</a></cite>, J. Daggett. W3C, June 2009.</dd>
331:
332: <dt id="refsCSSOM">[CSSOM]</dt>
333: <dd><cite><a href="http://dev.w3.org/csswg/cssom/">Cascading Style Sheets
334: Object Model (CSSOM)</a></cite>, A. van Kesteren. W3C, December 2007.</dd>
335:
336: <dt id="refsCSSUI">[CSSUI]</dt>
337: <dd><cite><a href="http://www.w3.org/TR/css3-ui/">CSS3 Basic User
338: Interface Module</a></cite>, T. Çelik. W3C, May 2004.</dd>
339:
340: <dt id="refsDOM2HTML">[DOM2HTML]</dt>
341: <dd>(Non-normative) <cite><a href="http://www.w3.org/TR/DOM-Level-2-HTML/">Document Object Model
342: (DOM) Level 2 HTML Specification</a></cite>, J. Stenback, P. Le
343: Hegaret, A. Le Hors. W3C, January 2003.</dd>
344:
345: <dt id="refsDOMCORE">[DOMCORE]</dt>
346: <dd><cite><a href="http://www.w3.org/TR/DOM-Level-3-Core/">Document
347: Object Model (DOM) Level 3 Core Specification</a></cite>, A. Le
348: Hors, P. Le Hegaret, L. Wood, G. Nicol, J. Robie, M. Champion,
349: S. Byrnes. W3C, April 2004.</dd>
350: <!--
351: <dd><cite><a href="http://simon.html5.org/specs/web-dom-core">Web
352: DOM Core</a></cite>, S. Pieters. W3C, June 2009.</dd>
353: -->
354:
355: <dt id="refsDOMEVENTS">[DOMEVENTS]</dt>
356: <!--
357: <dd><cite><a
358: href="http://www.w3.org/TR/DOM-Level-3-Events/">Document Object
359: Model (DOM) Level 3 Events Specification</a></cite>,
360: B. Höhrmann, P. Le Hegaret, T. Pixley. W3C, December
361: 2007.</dd>
362: -->
363: <dd><cite><a href="http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html">Document
364: Object Model (DOM) Level 3 Events Specification</a></cite>,
365: D. Schepers. W3C, July 2009.</dd>
366:
367: <dt id="refsDOMRANGE">[DOMRANGE]</dt>
368: <dd><cite><a href="http://www.w3.org/TR/DOM-Level-2-Traversal-Range/">Document
369: Object Model (DOM) Level 2 Traversal and Range
370: Specification</a></cite>, J. Kesselman, J. Robie, M. Champion,
371: P. Sharpe, V. Apparao, L. Wood. W3C, November 2000.</dd>
372:
373: <dt id="refsDOMVIEWS">[DOMVIEWS]</dt>
374: <dd><cite><a href="http://www.w3.org/TR/DOM-Level-2-Views/">Document Object
375: Model (DOM) Level 2 Views Specification</a></cite>, A. Le Hors, L.
376: Cable. W3C, November 2000.</dd>
377:
378: <dt id="refsE163">[E163]</dt>
379: <dd><cite>Recommendation E.163 — Numbering Plan for The International
380: Telephone Service</cite>, CCITT Blue Book, Fascicle II.2, pp. 128-134, November
381: 1988.</dd>
382:
383: <dt id="refsECMA262">[ECMA262]</dt>
384: <dd><cite><a href="http://www.ecma-international.org/publications/standards/Ecma-262.htm">ECMAScript
385: Language Specification</a></cite>. ECMA, December 1999.</dd>
386:
387: <dt id="refsECMA357">[ECMA357]</dt>
388: <dd>(Non-normative) <cite><a href="http://www.ecma-international.org/publications/standards/Ecma-357.htm">ECMAScript
389: for XML (E4X) Specification</a></cite>. ECMA, December 2005.</dd>
390:
391: <dt id="refsEUCKR">[EUCKR]</dt>
392: <dd><cite>Hangul Unix Environment</cite>. Korea Industrial
393: Standards Association, 1992. Ref. No. KS C 5861-1992.</dd>
394:
395: <dt id="refsFILEAPI">[FILEAPI]</dt>
396: <dd><cite><a href="http://dev.w3.org/2006/webapi/FileUpload/publish/FileAPI.html">File
397: API</a></cite>, A. Ranganathan. W3C, August 2009.</dd>
398:
399: <dt id="refsGBK">[GBK]</dt>
400: <dd><cite>Chinese Internal Code Specification</cite>. Chinese IT
401: Standardization Technical Committee, December 1995.</dd>
402: <!-- http://www.iana.org/assignments/charset-reg/GBK -->
403:
404: <dt id="refsGRAPHICS">[GRAPHICS]</dt>
405: <dd>(Non-normative) <cite>Computer Graphics: Principles and
406: Practice in C</cite>, Second Edition, J. Foley, A. van Dam,
407: S. Feiner, J. Hughes. Addison-Wesley, July 1995. ISBN
408: 0-201-84840-6.</dd>
409: <!--
410: If anyone has this book ("Computer Graphics: Principles and Practice in C"),
411: please check page 34 or so and see if it makes any references to literature in
412: the bibliographic section to define the "even-odd" rule for polygon filling and
413: hit testing.
414: -->
415:
416: <dt id="refsGREGORIAN">[GREGORIAN]</dt>
417: <dd>(Non-normative) <cite>Inter Gravissimas</cite>, A. Lilius,
418: C. Clavius. Gregory XIII Papal Bulls, February 1582.</dd>
419:
420: <dt id="refsHTML4">[HTML4]</dt>
421: <dd>(Non-normative) <cite><a href="http://www.w3.org/TR/html4/">HTML 4.01
422: Specification</a></cite>, D. Raggett, A. Le Hors, I. Jacobs. W3C,
423: December 1999.</dd>
424:
425: <dt id="refsHTMLDIFF">[HTMLDIFF]</dt>
426: <!--
427: <dd>(Non-normative) <cite><a
428: href="http://www.w3.org/TR/html5-diff/">HTML5 differences from
429: HTML4</a></cite>, A. van Kesteren. W3C, April 2009.</dd>
430: -->
431: <dd>(Non-normative) <cite><a href="http://dev.w3.org/html5/html4-differences/">HTML5
432: differences from HTML4</a></cite>, A. van Kesteren. W3C, August
433: 2009.</dd>
434:
435: <dt id="refsHTTP">[HTTP]</dt>
436: <dd><cite><a href="http://www.ietf.org/rfc/rfc2616.txt">Hypertext
437: Transfer Protocol — HTTP/1.1</a></cite>, R. Fielding, J. Gettys,
438: J. Mogul, H. Frystyk, L. Masinter, P. Leach, T. Berners-Lee. IETF,
439: June 1999.</dd>
440:
441: <dt id="refsIANACHARSET">[IANACHARSET]</dt>
442: <dd><cite><a href="http://www.iana.org/assignments/character-sets">Character
443: Sets</a></cite>. IANA, May 2007.</dd>
444:
445: <dt id="refsIEEE754">[IEEE754]</dt>
446: <dd><cite><a href="http://ieeexplore.ieee.org/servlet/opac?punumber=4610933">IEEE
447: Standard for Floating-Point Arithmetic (IEEE 754)</a></cite>. IEEE,
448: August 2008. ISBN 978-0-7381-5753-5.</dd>
449:
450: <dt id="refsISO8601">[ISO8601]</dt>
451: <dd><cite><a href="http://isotc.iso.org/livelink/livelink/4021199/ISO_8601_2004_E.zip?func=doc.Fetch&nodeid=4021199">ISO8601: Data elements and interchange formats — Information interchange — Representation of dates and times</a></cite>. ISO, December 2004.</dd>
452:
453: <dt id="refsISO885911">[ISO885911]</dt>
454: <dd><cite><a href="http://anubis.dkuug.dk/jtc1/sc2/open/02n3333.pdf">ISO-8859-11:
455: Information technology — 8-bit single-byte coded graphic
456: character sets — Part 11: Latin/Thai
457: alphabet</a></cite>. ISO, October 1999.</dd>
458:
459: <dt id="refsJSON">[JSON]</dt>
460: <dd><cite><a href="http://www.ietf.org/rfc/rfc4627.txt">The
461: application/json Media Type for JavaScript Object Notation
462: (JSON)</a></cite>, D. Crockford. IETF, July 2006.</dd>
463:
464: <dt id="refsJSURL">[JSURL]</dt>
465: <dd><cite><a href="http://tools.ietf.org/html/draft-hoehrmann-javascript-scheme">The
466: 'javascript' resource identifier scheme</a></cite>,
467: B. Höhrmann. IETF, November 2006.</dd>
468:
469: <dt id="refsMAILTO">[MAILTO]</dt>
470: <dd><cite><a href="http://www.ietf.org/rfc/rfc2368.txt">The mailto URL
471: scheme</a></cite>, P. Hoffman, L. Masinter, J. Zawinski.
472: IETF, July 1998.</dd>
473:
474: <dt id="refsMATHML">[MATHML]</dt>
475: <dd><cite><a href="http://www.w3.org/TR/MathML/">Mathematical
476: Markup Language (MathML)</a></cite>, D. Carlisle, P. Ion, R. Miner,
477: N. Poppelier. W3C, October 2003.</dd>
478:
479: <dt id="refsMIMESNIFF">[MIMESNIFF]</dt>
480: <dd><cite><a href="http://tools.ietf.org/html/draft-abarth-mime-sniff">Content-Type
481: Processing Model</a></cite>, A. Barth, I. Hickson. IETF,
482: May 2009.</dd>
483:
484: <dt id="refsMQ">[MQ]</dt>
485: <!--
486: <dd><cite><a href="http://www.w3.org/TR/css3-mediaqueries/">Media
487: Queries</a></cite>, H. Lie, T. Çelik, D. Glazman, A. van
488: Kesteren. W3C, April 2009.</dd>
489: -->
490: <dd><cite><a href="http://dev.w3.org/csswg/css3-mediaqueries/">Media
491: Queries</a></cite>, H. Lie, T. Çelik, D. Glazman, A. van
492: Kesteren. W3C, July 2009.</dd>
493:
494: <dt id="refsNPAPI">[NPAPI]</dt>
495: <dd>(Non-normative) <cite><a href="http://developer.mozilla.org/en/Gecko_Plugin_API_Reference">Gecko
496: Plugin API Reference</a></cite>. Mozilla, November 2008.</dd>
497:
498: <dt id="refsOPENSEARCH">[OPENSEARCH]</dt>
499: <dd><cite><a href="http://www.opensearch.org/Specifications/OpenSearch/1.1#Autodiscovery_in_HTML.2FXHTML">Autodiscovery
500: in HTML/XHTML</a></cite>. In <cite>OpenSearch 1.1 Draft 4</cite>,
501: Section 4.6.2. OpenSearch.org.</dd>
502:
503: <dt id="refsPINGBACK">[PINGBACK]</dt>
504: <dd><cite><a href="http://www.hixie.ch/specs/pingback/pingback">Pingback
505: 1.0</a></cite>, S. Langridge, I. Hickson. January 2007.</dd>
506:
507: <dt id="refsPNG">[PNG]</dt>
508: <dd><cite><a href="http://www.w3.org/TR/PNG/">Portable Network
509: Graphics (PNG) Specification</a></cite>, D. Duce. W3C, November
510: 2003.</dd>
511:
512: <dt id="refsPORTERDUFF">[PORTERDUFF]</dt>
513: <dd><cite><a href="http://keithp.com/~keithp/porterduff/p253-porter.pdf">Compositing
514: Digital Images</a></cite>, T. Porter, T. Duff. In <cite>Computer
515: graphics</cite>, volume 18, number 3, pp. 253-259. ACM Press, July
516: 1984.</dd>
517:
518: <dt id="refsPROGRESS">[PROGRESS]</dt>
519: <!--
520: <dd><cite><a href="http://www.w3.org/TR/progress-events/">Progress
521: Events</a></cite>, C. McCathieNevile. W3C, May 2008.</dd>
522: -->
523: <dd><cite><a href="http://dev.w3.org/2006/webapi/progress/Progress.html">Progress
524: Events</a></cite>, C. McCathieNevile. W3C, March 2009.</dd>
525:
526: <dt id="refsPSL">[PSL]</dt>
527: <dd><cite><a href="http://publicsuffix.org/">Public Suffix List</a></cite>.
528: Mozilla Foundation.</dd>
529:
530: <dt id="refsRFC1034">[RFC1034]</dt>
531: <dd><cite><a href="http://www.ietf.org/rfc/rfc1034.txt">Domain
532: Names - Concepts and Facilities</a></cite>, P. Mockapetris. IETF,
533: November 1987.</dd>
534:
535: <dt id="refsRFC1345">[RFC1345]</dt>
536: <dd><cite><a href="http://www.ietf.org/rfc/rfc1345.txt">Character Mnemonics
537: and Character Sets</a></cite>, K. Simonsen. IETF, June 1992.</dd>
538:
539: <dt id="refsRFC1468">[RFC1468]</dt>
540: <dd><cite><a href="http://www.ietf.org/rfc/rfc1468.txt">Japanese Character
541: Encoding for Internet Messages</a></cite>, J. Murai, M. Crispin, E. van der
542: Poel. IETF, June 1993.</dd>
543:
544: <dt id="refsRFC1494">[RFC1494]</dt>
545: <dd>(Non-normative) <cite><a href="http://www.ietf.org/rfc/rfc1494.txt">Equivalences between
546: 1988 X.400 and RFC-822 Message Bodies</a></cite>, H. Alvestrand,
547: S. Thompson. IETF, August 1993.</dd>
548:
549: <dt id="refsRFC1554">[RFC1554]</dt>
550: <dd><cite><a href="http://www.ietf.org/rfc/rfc1554.txt">ISO-2022-JP-2:
551: Multilingual Extension of ISO-2022-JP</a></cite>, M. Ohta, K. Handa. IETF,
552: December 1993.</dd>
553:
554: <dt id="refsRFC1557">[RFC1557]</dt>
555: <dd><cite><a href="http://www.ietf.org/rfc/rfc1557.txt">Korean Character
556: Encoding for Internet Messages</a></cite>, U. Choi, K. Chon, H. Park. IETF,
557: December 1993.</dd>
558:
559: <dt id="refsRFC1922">[RFC1922]</dt>
560: <dd><cite><a href="http://www.ietf.org/rfc/rfc1922.txt">Chinese Character
561: Encoding for Internet Messages</a></cite>, HF. Zhu, DY. Hu, ZG. Wang, TC. Kao,
562: WCH. Chang, M. Crispin. IETF, March 1996.</dd>
563:
564: <dt id="refsRFC2045">[RFC2045]</dt>
565: <dd><cite><a href="http://www.ietf.org/rfc/rfc2045.txt">Multipurpose Internet
566: Mail Extensions (MIME) Part One: Format of Internet Message Bodies</a></cite>,
567: N. Freed, N. Borenstein. IETF, November 1996.</dd>
568:
569: <dt id="refsRFC2046">[RFC2046]</dt>
570: <dd><cite><a href="http://www.ietf.org/rfc/rfc2046.txt">Multipurpose Internet
571: Mail Extensions (MIME) Part Two: Media Types</a></cite>, N. Freed,
572: N. Borenstein. IETF, November 1996.</dd> <!-- for text/plain and
573: "Internet Media type"; not for definition of "valid MIME type". -->
574:
575: <dt id="refsRFC2119">[RFC2119]</dt>
576: <dd><cite><a href="http://www.ietf.org/rfc/rfc2119.txt">Key words for use in
577: RFCs to Indicate Requirement Levels</a></cite>, S. Bradner. IETF, March
578: 1997.</dd>
579:
580: <dt id="refsRFC2237">[RFC2237]</dt>
581: <dd><cite><a href="http://www.ietf.org/rfc/rfc2237.txt">Japanese Character
582: Encoding for Internet Messages</a></cite>, K. Tamaru. IETF, November
583: 1997.</dd>
584:
585: <dt id="refsRFC2318">[RFC2318]</dt>
586: <dd><cite><a href="http://www.ietf.org/rfc/rfc2318.txt">The
587: text/css Media Type</a></cite>, H. Lie, B. Bos, C. Lilley. IETF,
588: March 1998.</dd>
589:
590: <dt id="refsRFC2388">[RFC2388]</dt>
591: <dd><cite><a href="http://www.ietf.org/rfc/rfc2388.txt">Returning Values from
592: Forms: multipart/form-data</a></cite>, L. Masinter. IETF, August 1998.</dd>
593:
594: <dt id="refsRFC2426">[RFC2426]</dt>
595: <dd><cite><a href="http://www.ietf.org/rfc/rfc2426.txt">vCard MIME Directory
596: Profile</a></cite>, F. Dawson, T. Howes. IETF, September 1998.</dd>
597:
598: <dt id="refsRFC2445">[RFC2445]</dt>
599: <dd><cite><a href="http://www.ietf.org/rfc/rfc2445.txt">Internet Calendaring
600: and Scheduling Core Object Specification (iCalendar)</a></cite>, F. Dawson, D.
601: Stenerson. IETF, November 1998.</dd>
602:
603: <dt id="refsRFC2483">[RFC2483]</dt>
604: <dd><cite><a href="http://www.ietf.org/rfc/rfc2483.txt">URI Resolution
605: Services Necessary for URN Resolution</a></cite>, M. Mealling, R. Daniel.
606: IETF, January 1999.</dd>
607:
608: <dt id="refsRFC2646">[RFC2646]</dt>
609: <dd><cite><a href="http://www.ietf.org/rfc/rfc2646.txt">The Text/Plain Format
610: Parameter</a></cite>, R. Gellens. IETF, August 1999.</dd>
611:
612: <dt id="refsRFC2806">[RFC2806]</dt>
613: <dd>(Non-normative) <cite><a href="http://www.ietf.org/rfc/rfc2806.txt">URLs for Telephone
614: Calls</a></cite>, A. Vaha-Sipila. IETF, April 2000.</dd>
615:
616: <dt id="refsRFC3023">[RFC3023]</dt>
617: <dd><cite><a href="http://www.ietf.org/rfc/rfc3023.txt">XML Media
618: Types</a></cite>, M. Murata, S. St. Laurent, D. Kohn. IETF, January 2001.</dd>
619:
620: <dt id="refsRFC3279">[RFC3279]</dt>
621: <dd><cite><a href="http://www.ietf.org/rfc/rfc3279.txt">Algorithms
622: and Identifiers for the Internet X.509 Public Key Infrastructure
623: Certificate and Certificate Revocation List (CRL)
624: Profile</a></cite>, W. Polk, R. Housley, L. Bassham. IETF, April
625: 2002.</dd>
626:
627: <dt id="refsRFC3490">[RFC3490]</dt>
628: <dd><cite><a href="http://www.ietf.org/rfc/rfc3490.txt">Internationalizing
629: Domain Names in Applications (IDNA)</a></cite>, P. Faltstrom, P. Hoffman, A.
630: Costello. IETF, March 2003.</dd>
631:
632: <dt id="refsRFC3548">[RFC3548]</dt>
633: <dd><cite><a href="http://www.ietf.org/rfc/rfc3548.txt">The Base16, Base32,
634: and Base64 Data Encodings</a></cite>, S. Josefsson. IETF, July
635: 2003.</dd>
636:
637: <dt id="refsRFC3986">[RFC3986]</dt>
638: <dd><cite><a href="http://www.ietf.org/rfc/rfc3986.txt">Uniform Resource
639: Identifier (URI): Generic Syntax</a></cite>, T. Berners-Lee, R. Fielding, L.
640: Masinter. IETF, January 2005.</dd>
641:
642: <dt id="refsRFC3987">[RFC3987]</dt>
643: <dd><cite><a href="http://www.ietf.org/rfc/rfc3987.txt">Internationalized
644: Resource Identifiers (IRIs)</a></cite>, M. Dürst, M. Suignard. IETF, January
645: 2005.</dd>
646:
647: <dt id="refsRFC4281">[RFC4281]</dt>
648: <dd><cite><a href="http://www.ietf.org/rfc/rfc4281.txt">The Codecs Parameter
649: for "Bucket" Media Types</a></cite>, R. Gellens, D. Singer, P. Frojdh. IETF,
650: November 2005.</dd>
651:
652: <dt id="refsRFC4329">[RFC4329]</dt>
653: <dd>(Non-normative) <cite><a href="http://www.ietf.org/rfc/rfc4329.txt">Scripting Media
654: Types</a></cite>, B. Höhrmann. IETF, April 2006.</dd>
655:
656: <dt id="refsRFC4770">[RFC4770]</dt>
657: <dd><cite><a href="http://www.ietf.org/rfc/rfc4770.txt">vCard Extensions for
658: Instant Messaging (IM)</a></cite>, C. Jennings, J. Reschke. IETF,
659: January 2007.</dd>
660:
661: <dt id="refsRFC5280">[RFC5280]</dt>
662: <dd><cite><a href="http://www.ietf.org/rfc/rfc5280.txt">Internet
663: X.509 Public Key Infrastructure Certificate and Certificate
664: Revocation List (CRL) Profile</a></cite>, D. Cooper, S. Santesson,
665: S. Farrell, S. Boeyen, R. Housley, W. Polk. IETF, May 2008.</dd>
666:
667: <dt id="refsRFC5322">[RFC5322]</dt>
668: <dd><cite><a href="http://www.ietf.org/rfc/rfc5322.txt">Internet Message
669: Format</a></cite>, P. Resnick. IETF, October 2008.</dd>
670:
671: <dt id="refsSCSU">[SCSU]</dt>
672: <dd>(Non-normative) <cite><a href="http://www.unicode.org/reports/tr6/">UTR #6: A Standard
673: Compression Scheme For Unicode</a></cite>, M. Wolf, K. Whistler,
674: C. Wicksteed, M. Davis, A. Freytag, M. Scherer. Unicode Consortium,
675: May 2005.</dd>
676:
677: <dt id="refsSELECTORS">[SELECTORS]</dt>
678: <dd><cite><a href="http://www.w3.org/TR/css3-selectors">Selectors</a></cite>,
679: T. Çelik, E. Etemad, D. Glazman, I. Hickson, P. Linss,
680: J. Williams. W3C, March 2009.</dd>
681:
682: <dt id="refsSHIFTJIS">[SHIFTJIS]</dt>
683: <dd><cite>JIS X0208: 7-bit and 8-bit double byte coded KANJI sets
684: for information interchange</cite>. Japanese Standards Association,
685: 1997.</dd>
686:
687: <dt id="refsSRGB">[SRGB]</dt>
688: <dd><cite><a href="http://webstore.iec.ch/webstore/webstore.nsf/artnum/025408!OpenDocument&Click=">IEC
689: 61966-2-1: Multimedia systems and equipment — Colour measurement
690: and management — Part 2-1: Colour management — Default RGB colour
691: space — sRGB</a></cite>. IEC, October 1999.</dd>
692:
693: <dt id="refsSVG">[SVG]</dt>
694: <dd><cite><a href="http://www.w3.org/TR/SVGTiny12/">Scalable Vector
695: Graphics (SVG) Tiny 1.2 Specification</a></cite>, O. Andersson,
696: R. Berjon, E. Dahltröm, A. Emmons, J. Ferraiolo, A. Grasso,
697: V. Hardy, S. Hayman, D. Jackson, C. Lilley, C. McCormack,
698: A. Neumann, C. Northway, A. Quint, N. Ramani, D. Schepers,
699: A. Shellshear. W3C, December 2008.</dd>
700:
701: <dt id="refsTIS620">[TIS620]</dt>
702: <dd><cite><a href="http://www.nectec.or.th/it-standards/std620/std620.htm">UDC
703: 681.3.04:003.62</a></cite>. Thai Industrial Standards Institute,
704: Ministry of Industry, Royal Thai Government, 1990. ISBN
705: 974-606-153-4.</dd>
706:
707: <dt id="refsUAAG">[UAAG]</dt>
708: <dd>(Non-normative) <cite><a href="http://www.w3.org/TR/UAAG20/">Web Content Accessibility
709: Guidelines (UAAG) 2.0</a></cite>, J. Allan, K. Ford, J. Richards,
710: J. Spellman. W3C, July 2009.</dd>
711:
712: <dt id="refsUNICODE">[UNICODE]</dt>
713: <dd><cite><a href="http://www.unicode.org/versions/">The Unicode Standard</a></cite>. Unicode Consortium, 2007.</dd>
714:
715: <dt id="refsUNIVCHARDET">[UNIVCHARDET]</dt>
716: <dd>(Non-normative) <cite><a href="http://www.mozilla.org/projects/intl/UniversalCharsetDetection.html">A
717: composite approach to language/encoding
718: detection</a></cite>. S. Li, K. Momoi. Netscape, September 2001. In
719: <cite>Proceedings of the 19th International Unicode
720: Conference</cite>.</dd>
721:
722: <dt id="refsUTF7">[UTF7]</dt>
723: <dd><cite><a href="http://www.ietf.org/rfc/rfc2152.txt">UTF-7: A
724: Mail-Safe Transformation Format of Unicode</a></cite>,
725: D. Goldsmith, M. Davis. IETF, May 1997.</dd>
726:
727: <dt id="refsUTR36">[UTR36]</dt>
728: <dd>(Non-normative) <cite><a href="http://www.unicode.org/reports/tr36/">UTR #36: Unicode
729: Security Considerations</a></cite>, M. Davis, M. Suignard. Unicode
730: Consortium, July 2008.</dd>
731:
732: <dt id="refsWCAG">[WCAG]</dt>
733: <dd>(Non-normative) <cite><a href="http://www.w3.org/TR/WCAG20/">Web Content Accessibility
734: Guidelines (WCAG) 2.0</a></cite>, B. Caldwell, M. Cooper, L. Reid,
735: G. Vanderheiden. W3C, December 2008.</dd>
736:
737: <dt id="refsWEBADDRESSES">[WEBADDRESSES]</dt>
738: <dd><cite><a href="http://www.w3.org/html/wg/href/draft">Web
739: addresses in HTML5</a></cite>, D. Connolly,
740: C. Sperberg-McQueen. March 2009.</dd>
741:
742: <dt id="refsWEBIDL">[WEBIDL]</dt>
743: <!--
744: <dd><cite><a href="http://www.w3.org/TR/WebIDL/">Web
745: IDL</a></cite>, C. McCormack. W3C, December 2008.</dd>
746: -->
747: <dd><cite><a href="http://dev.w3.org/2006/webapi/WebIDL/">Web
748: IDL</a></cite>, C. McCormack. W3C, July 2009.</dd>
749:
750: <dt id="refsWEBLINK">[WEBLINK]</dt>
751: <dd><cite><a href="http://tools.ietf.org/html/draft-nottingham-http-link-header">Web
752: Linking</a></cite>, M. Nottingham. IETF, July 2009.</dd>
753:
754: <dt id="refsWHATWGWIKI">[WHATWGWIKI]</dt>
755: <dd><cite><a href="http://wiki.whatwg.org/">The WHATWG Wiki</a></cite>. WHATWG.</dd>
756:
757: <dt id="refsWIN1252">[WIN1252]</dt>
758: <dd><cite><a href="http://www.microsoft.com/globaldev/reference/sbcs/1252.htm">Windows 1252</a></cite>. Microsoft.</dd>
759:
760: <dt id="refsWIN1254">[WIN1254]</dt>
761: <dd><cite><a href="http://www.microsoft.com/globaldev/reference/sbcs/1254.htm">Windows 1254</a></cite>. Microsoft.</dd>
762:
763: <dt id="refsWIN31J">[WIN31J]</dt>
764: <dd><cite><a href="http://www.microsoft.com/globaldev/reference/dbcs/932.mspx">Windows Codepage 932</a></cite>. Microsoft.</dd>
765:
766: <dt id="refsWIN874">[WIN874]</dt>
767: <dd><cite><a href="http://www.microsoft.com/globaldev/reference/sbcs/874.mspx">Windows 874</a></cite>. Microsoft.</dd>
768:
769: <dt id="refsWIN949">[WIN949]</dt>
770: <dd><cite><a href="http://www.microsoft.com/globaldev/reference/dbcs/949.mspx">Windows Codepage 949</a></cite>. Microsoft.</dd>
771:
772: <dt id="refsX121">[X121]</dt>
773: <dd><cite>Recommendation X.121 — International Numbering Plan for
774: Public Data Networks</cite>, CCITT Blue Book, Fascicle VIII.3,
775: pp. 317-332, November 1988.</dd>
776:
777: <dt id="refsX690">[X690]</dt>
778: <dd><cite><a href="http://www.itu.int/ITU-T/studygroups/com17/languages/X.690-0207.pdf">Recommendation
779: X.690 — Information Technology — ASN.1 Encoding Rules —
780: Specification of Basic Encoding Rules (BER), Canonical Encoding
781: Rules (CER), and Distinguished Encoding Rules
782: (DER)</a></cite>. International Telecommunication Union, July
783: 2002.</dd>
784:
785: <dt id="refsXHR">[XHR]</dt>
786: <!--
787: <dd><cite><a href="http://www.w3.org/TR/XMLHttpRequest/">The XMLHttpRequest
788: Object</a></cite>, A. van Kesteren. W3C, April
789: 2008.</dd>
790: -->
791: <dd><cite><a href="http://dev.w3.org/2006/webapi/XMLHttpRequest-2/"><code>XMLHttpRequest</code></a></cite>,
792: A. van Kesteren. W3C, June 2009.</dd>
793:
794: <dt id="refsXHTML1">[XHTML1]</dt>
795: <dd><cite><a href="http://www.w3.org/TR/xhtml1/">XHTML(TM) 1.0 The
796: Extensible HyperText Markup Language (Second Edition)</a></cite>. W3C,
797: August 2002.</dd>
798:
799: <dt id="refsXHTMLMOD">[XHTMLMOD]</dt>
800: <dd><cite><a href="http://www.w3.org/TR/xhtml-modularization">Modularization of
801: XHTML(TM)</a></cite>, M. Altheim, F. Boumphrey, S. Dooley, S.
802: McCarron, S. Schnitzenbaumer, T. Wugofski. W3C, April 2001.</dd>
803:
804: <dt id="refsXML">[XML]</dt>
805: <dd><cite><a href="http://www.w3.org/TR/xml/">Extensible Markup
806: Language</a></cite>, T. Bray, J. Paoli, C. Sperberg-McQueen,
807: E. Maler, F. Yergeau. W3C, November 2008.</dd>
808:
809: <dt id="refsXMLBASE">[XMLBASE]</dt>
810: <dd><cite><a href="http://www.w3.org/TR/xmlbase/">XML
811: Base</a></cite>, J. Marsh, R. Tobin. W3C, January 2009.</dd>
812:
813: <dt id="refsXMLNS">[XMLNS]</dt>
814: <dd><cite><a href="http://www.w3.org/TR/xml-names/">Namespaces in
815: XML</a></cite>, T. Bray, D. Hollander, A. Layman, R. Tobin. W3C,
816: August 2006.</dd>
817:
818: <dt id="refsXPATH10">[XPATH10]</dt>
819: <dd><cite><a href="http://www.w3.org/TR/1999/REC-xpath-19991116">XML Path
820: Language (XPath) Version 1.0</a></cite>, J. Clark, S. DeRose. W3C,
821: November 1999.</dd>
822:
823: <dt id="refsXSLT10">[XSLT10]</dt>
824: <dd><cite><a href="http://www.w3.org/TR/1999/REC-xslt-19991116">XSL
825: Transformations (XSLT) Version 1.0</a></cite>, J. Clark. W3C,
826: November 1999.</dd>
827:
828: </dl></body></html>
Webmaster