Annotation of html5/spec-author-view/references.html, revision 1.200
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.200 ! mike 221: <p>This is revision 1.3102.</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="refsDOMCORE">[DOMCORE]</dt>
341: <dd><cite><a href="http://www.w3.org/TR/DOM-Level-3-Core/">Document
342: Object Model (DOM) Level 3 Core Specification</a></cite>, A. Le
343: Hors, P. Le Hegaret, L. Wood, G. Nicol, J. Robie, M. Champion,
344: S. Byrnes. W3C, April 2004.</dd>
345: <!--
346: <dd><cite><a href="http://simon.html5.org/specs/web-dom-core">Web
347: DOM Core</a></cite>, S. Pieters. W3C, June 2009.</dd>
348: -->
349:
350: <dt id="refsDOMEVENTS">[DOMEVENTS]</dt>
351: <!--
352: <dd><cite><a
353: href="http://www.w3.org/TR/DOM-Level-3-Events/">Document Object
354: Model (DOM) Level 3 Events Specification</a></cite>,
355: B. Höhrmann, P. Le Hegaret, T. Pixley. W3C, December
356: 2007.</dd>
357: -->
358: <dd><cite><a href="http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html">Document
359: Object Model (DOM) Level 3 Events Specification</a></cite>,
360: D. Schepers. W3C, July 2009.</dd>
361:
362: <dt id="refsDOMRANGE">[DOMRANGE]</dt>
363: <dd><cite><a href="http://www.w3.org/TR/DOM-Level-2-Traversal-Range/">Document
364: Object Model (DOM) Level 2 Traversal and Range
365: Specification</a></cite>, J. Kesselman, J. Robie, M. Champion,
366: P. Sharpe, V. Apparao, L. Wood. W3C, November 2000.</dd>
367:
368: <dt id="refsDOMVIEWS">[DOMVIEWS]</dt>
369: <dd><cite><a href="http://www.w3.org/TR/DOM-Level-2-Views/">Document Object
370: Model (DOM) Level 2 Views Specification</a></cite>, A. Le Hors, L.
371: Cable. W3C, November 2000.</dd>
372:
373: <dt id="refsE163">[E163]</dt>
374: <dd><cite>Recommendation E.163 — Numbering Plan for The International
375: Telephone Service</cite>, CCITT Blue Book, Fascicle II.2, pp. 128-134, November
376: 1988.</dd>
377:
378: <dt id="refsECMA262">[ECMA262]</dt>
379: <dd><cite><a href="http://www.ecma-international.org/publications/standards/Ecma-262.htm">ECMAScript
380: Language Specification</a></cite>. ECMA, December 1999.</dd>
381:
382: <dt id="refsECMA357">[ECMA357]</dt>
383: <dd>(Non-normative) <cite><a href="http://www.ecma-international.org/publications/standards/Ecma-357.htm">ECMAScript
384: for XML (E4X) Specification</a></cite>. ECMA, December 2005.</dd>
385:
386: <dt id="refsEUCKR">[EUCKR]</dt>
387: <dd><cite>Hangul Unix Environment</cite>. Korea Industrial
388: Standards Association, 1992. Ref. No. KS C 5861-1992.</dd>
389:
1.169 mike 390: <dt id="refsEVENTSOURCE">[EVENTSOURCE]</dt>
391: <!--
392: <dd><cite><a href="http://www.w3.org/TR/eventsource/">Server-Sent
393: Events</a></cite>, I. Hickson. W3C, April 2009.</dd>
394: -->
395: <dd><cite><a href="http://dev.w3.org/html5/eventsource/">Server-Sent
396: Events</a></cite>, I. Hickson. W3C, July 2009.</dd>
397:
1.36 mike 398: <dt id="refsFILEAPI">[FILEAPI]</dt>
399: <dd><cite><a href="http://dev.w3.org/2006/webapi/FileUpload/publish/FileAPI.html">File
400: API</a></cite>, A. Ranganathan. W3C, August 2009.</dd>
401:
402: <dt id="refsGBK">[GBK]</dt>
403: <dd><cite>Chinese Internal Code Specification</cite>. Chinese IT
404: Standardization Technical Committee, December 1995.</dd>
405: <!-- http://www.iana.org/assignments/charset-reg/GBK -->
406:
407: <dt id="refsGRAPHICS">[GRAPHICS]</dt>
408: <dd>(Non-normative) <cite>Computer Graphics: Principles and
409: Practice in C</cite>, Second Edition, J. Foley, A. van Dam,
410: S. Feiner, J. Hughes. Addison-Wesley, July 1995. ISBN
411: 0-201-84840-6.</dd>
412: <!--
413: If anyone has this book ("Computer Graphics: Principles and Practice in C"),
414: please check page 34 or so and see if it makes any references to literature in
415: the bibliographic section to define the "even-odd" rule for polygon filling and
416: hit testing.
417: -->
418:
419: <dt id="refsGREGORIAN">[GREGORIAN]</dt>
420: <dd>(Non-normative) <cite>Inter Gravissimas</cite>, A. Lilius,
421: C. Clavius. Gregory XIII Papal Bulls, February 1582.</dd>
422:
423: <dt id="refsHTMLDIFF">[HTMLDIFF]</dt>
424: <!--
425: <dd>(Non-normative) <cite><a
426: href="http://www.w3.org/TR/html5-diff/">HTML5 differences from
427: HTML4</a></cite>, A. van Kesteren. W3C, April 2009.</dd>
428: -->
429: <dd>(Non-normative) <cite><a href="http://dev.w3.org/html5/html4-differences/">HTML5
430: differences from HTML4</a></cite>, A. van Kesteren. W3C, August
431: 2009.</dd>
432:
433: <dt id="refsHTTP">[HTTP]</dt>
434: <dd><cite><a href="http://www.ietf.org/rfc/rfc2616.txt">Hypertext
435: Transfer Protocol — HTTP/1.1</a></cite>, R. Fielding, J. Gettys,
436: J. Mogul, H. Frystyk, L. Masinter, P. Leach, T. Berners-Lee. IETF,
437: June 1999.</dd>
438:
439: <dt id="refsIANACHARSET">[IANACHARSET]</dt>
440: <dd><cite><a href="http://www.iana.org/assignments/character-sets">Character
441: Sets</a></cite>. IANA, May 2007.</dd>
442:
443: <dt id="refsIEEE754">[IEEE754]</dt>
444: <dd><cite><a href="http://ieeexplore.ieee.org/servlet/opac?punumber=4610933">IEEE
445: Standard for Floating-Point Arithmetic (IEEE 754)</a></cite>. IEEE,
446: August 2008. ISBN 978-0-7381-5753-5.</dd>
447:
448: <dt id="refsISO8601">[ISO8601]</dt>
449: <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>
450:
451: <dt id="refsISO885911">[ISO885911]</dt>
452: <dd><cite><a href="http://anubis.dkuug.dk/jtc1/sc2/open/02n3333.pdf">ISO-8859-11:
453: Information technology — 8-bit single-byte coded graphic
454: character sets — Part 11: Latin/Thai
455: alphabet</a></cite>. ISO, October 1999.</dd>
456:
457: <dt id="refsJSON">[JSON]</dt>
458: <dd><cite><a href="http://www.ietf.org/rfc/rfc4627.txt">The
459: application/json Media Type for JavaScript Object Notation
460: (JSON)</a></cite>, D. Crockford. IETF, July 2006.</dd>
461:
462: <dt id="refsJSURL">[JSURL]</dt>
463: <dd><cite><a href="http://tools.ietf.org/html/draft-hoehrmann-javascript-scheme">The
464: 'javascript' resource identifier scheme</a></cite>,
465: B. Höhrmann. IETF, November 2006.</dd>
466:
467: <dt id="refsMAILTO">[MAILTO]</dt>
468: <dd><cite><a href="http://www.ietf.org/rfc/rfc2368.txt">The mailto URL
469: scheme</a></cite>, P. Hoffman, L. Masinter, J. Zawinski.
470: IETF, July 1998.</dd>
471:
472: <dt id="refsMATHML">[MATHML]</dt>
473: <dd><cite><a href="http://www.w3.org/TR/MathML/">Mathematical
474: Markup Language (MathML)</a></cite>, D. Carlisle, P. Ion, R. Miner,
475: N. Poppelier. W3C, October 2003.</dd>
476:
477: <dt id="refsMIMESNIFF">[MIMESNIFF]</dt>
478: <dd><cite><a href="http://tools.ietf.org/html/draft-abarth-mime-sniff">Content-Type
479: Processing Model</a></cite>, A. Barth, I. Hickson. IETF,
480: May 2009.</dd>
481:
482: <dt id="refsMQ">[MQ]</dt>
483: <!--
484: <dd><cite><a href="http://www.w3.org/TR/css3-mediaqueries/">Media
485: Queries</a></cite>, H. Lie, T. Çelik, D. Glazman, A. van
486: Kesteren. W3C, April 2009.</dd>
487: -->
488: <dd><cite><a href="http://dev.w3.org/csswg/css3-mediaqueries/">Media
489: Queries</a></cite>, H. Lie, T. Çelik, D. Glazman, A. van
490: Kesteren. W3C, July 2009.</dd>
491:
492: <dt id="refsNPAPI">[NPAPI]</dt>
493: <dd>(Non-normative) <cite><a href="http://developer.mozilla.org/en/Gecko_Plugin_API_Reference">Gecko
494: Plugin API Reference</a></cite>. Mozilla, November 2008.</dd>
495:
496: <dt id="refsOPENSEARCH">[OPENSEARCH]</dt>
497: <dd><cite><a href="http://www.opensearch.org/Specifications/OpenSearch/1.1#Autodiscovery_in_HTML.2FXHTML">Autodiscovery
498: in HTML/XHTML</a></cite>. In <cite>OpenSearch 1.1 Draft 4</cite>,
499: Section 4.6.2. OpenSearch.org.</dd>
500:
501: <dt id="refsPINGBACK">[PINGBACK]</dt>
502: <dd><cite><a href="http://www.hixie.ch/specs/pingback/pingback">Pingback
503: 1.0</a></cite>, S. Langridge, I. Hickson. January 2007.</dd>
504:
505: <dt id="refsPNG">[PNG]</dt>
506: <dd><cite><a href="http://www.w3.org/TR/PNG/">Portable Network
507: Graphics (PNG) Specification</a></cite>, D. Duce. W3C, November
508: 2003.</dd>
509:
510: <dt id="refsPORTERDUFF">[PORTERDUFF]</dt>
511: <dd><cite><a href="http://keithp.com/~keithp/porterduff/p253-porter.pdf">Compositing
512: Digital Images</a></cite>, T. Porter, T. Duff. In <cite>Computer
513: graphics</cite>, volume 18, number 3, pp. 253-259. ACM Press, July
514: 1984.</dd>
515:
516: <dt id="refsPROGRESS">[PROGRESS]</dt>
517: <!--
518: <dd><cite><a href="http://www.w3.org/TR/progress-events/">Progress
519: Events</a></cite>, C. McCathieNevile. W3C, May 2008.</dd>
520: -->
521: <dd><cite><a href="http://dev.w3.org/2006/webapi/progress/Progress.html">Progress
522: Events</a></cite>, C. McCathieNevile. W3C, March 2009.</dd>
523:
524: <dt id="refsPSL">[PSL]</dt>
525: <dd><cite><a href="http://publicsuffix.org/">Public Suffix List</a></cite>.
526: Mozilla Foundation.</dd>
527:
528: <dt id="refsRFC1034">[RFC1034]</dt>
529: <dd><cite><a href="http://www.ietf.org/rfc/rfc1034.txt">Domain
530: Names - Concepts and Facilities</a></cite>, P. Mockapetris. IETF,
531: November 1987.</dd>
532:
533: <dt id="refsRFC1345">[RFC1345]</dt>
534: <dd><cite><a href="http://www.ietf.org/rfc/rfc1345.txt">Character Mnemonics
535: and Character Sets</a></cite>, K. Simonsen. IETF, June 1992.</dd>
536:
537: <dt id="refsRFC1468">[RFC1468]</dt>
538: <dd><cite><a href="http://www.ietf.org/rfc/rfc1468.txt">Japanese Character
539: Encoding for Internet Messages</a></cite>, J. Murai, M. Crispin, E. van der
540: Poel. IETF, June 1993.</dd>
541:
542: <dt id="refsRFC1494">[RFC1494]</dt>
543: <dd>(Non-normative) <cite><a href="http://www.ietf.org/rfc/rfc1494.txt">Equivalences between
544: 1988 X.400 and RFC-822 Message Bodies</a></cite>, H. Alvestrand,
545: S. Thompson. IETF, August 1993.</dd>
546:
547: <dt id="refsRFC1554">[RFC1554]</dt>
548: <dd><cite><a href="http://www.ietf.org/rfc/rfc1554.txt">ISO-2022-JP-2:
549: Multilingual Extension of ISO-2022-JP</a></cite>, M. Ohta, K. Handa. IETF,
550: December 1993.</dd>
551:
552: <dt id="refsRFC1557">[RFC1557]</dt>
553: <dd><cite><a href="http://www.ietf.org/rfc/rfc1557.txt">Korean Character
554: Encoding for Internet Messages</a></cite>, U. Choi, K. Chon, H. Park. IETF,
555: December 1993.</dd>
556:
557: <dt id="refsRFC1922">[RFC1922]</dt>
558: <dd><cite><a href="http://www.ietf.org/rfc/rfc1922.txt">Chinese Character
559: Encoding for Internet Messages</a></cite>, HF. Zhu, DY. Hu, ZG. Wang, TC. Kao,
560: WCH. Chang, M. Crispin. IETF, March 1996.</dd>
561:
562: <dt id="refsRFC2045">[RFC2045]</dt>
563: <dd><cite><a href="http://www.ietf.org/rfc/rfc2045.txt">Multipurpose Internet
564: Mail Extensions (MIME) Part One: Format of Internet Message Bodies</a></cite>,
565: N. Freed, N. Borenstein. IETF, November 1996.</dd>
566:
567: <dt id="refsRFC2046">[RFC2046]</dt>
568: <dd><cite><a href="http://www.ietf.org/rfc/rfc2046.txt">Multipurpose Internet
569: Mail Extensions (MIME) Part Two: Media Types</a></cite>, N. Freed,
570: N. Borenstein. IETF, November 1996.</dd> <!-- for text/plain and
571: "Internet Media type"; not for definition of "valid MIME type". -->
572:
573: <dt id="refsRFC2119">[RFC2119]</dt>
574: <dd><cite><a href="http://www.ietf.org/rfc/rfc2119.txt">Key words for use in
575: RFCs to Indicate Requirement Levels</a></cite>, S. Bradner. IETF, March
576: 1997.</dd>
577:
578: <dt id="refsRFC2237">[RFC2237]</dt>
579: <dd><cite><a href="http://www.ietf.org/rfc/rfc2237.txt">Japanese Character
580: Encoding for Internet Messages</a></cite>, K. Tamaru. IETF, November
581: 1997.</dd>
582:
583: <dt id="refsRFC2318">[RFC2318]</dt>
584: <dd><cite><a href="http://www.ietf.org/rfc/rfc2318.txt">The
585: text/css Media Type</a></cite>, H. Lie, B. Bos, C. Lilley. IETF,
586: March 1998.</dd>
587:
588: <dt id="refsRFC2388">[RFC2388]</dt>
589: <dd><cite><a href="http://www.ietf.org/rfc/rfc2388.txt">Returning Values from
590: Forms: multipart/form-data</a></cite>, L. Masinter. IETF, August 1998.</dd>
591:
592: <dt id="refsRFC2426">[RFC2426]</dt>
593: <dd><cite><a href="http://www.ietf.org/rfc/rfc2426.txt">vCard MIME Directory
594: Profile</a></cite>, F. Dawson, T. Howes. IETF, September 1998.</dd>
595:
596: <dt id="refsRFC2445">[RFC2445]</dt>
597: <dd><cite><a href="http://www.ietf.org/rfc/rfc2445.txt">Internet Calendaring
598: and Scheduling Core Object Specification (iCalendar)</a></cite>, F. Dawson, D.
599: Stenerson. IETF, November 1998.</dd>
600:
601: <dt id="refsRFC2483">[RFC2483]</dt>
602: <dd><cite><a href="http://www.ietf.org/rfc/rfc2483.txt">URI Resolution
603: Services Necessary for URN Resolution</a></cite>, M. Mealling, R. Daniel.
604: IETF, January 1999.</dd>
605:
606: <dt id="refsRFC2646">[RFC2646]</dt>
607: <dd><cite><a href="http://www.ietf.org/rfc/rfc2646.txt">The Text/Plain Format
608: Parameter</a></cite>, R. Gellens. IETF, August 1999.</dd>
609:
610: <dt id="refsRFC2806">[RFC2806]</dt>
611: <dd>(Non-normative) <cite><a href="http://www.ietf.org/rfc/rfc2806.txt">URLs for Telephone
612: Calls</a></cite>, A. Vaha-Sipila. IETF, April 2000.</dd>
613:
614: <dt id="refsRFC3023">[RFC3023]</dt>
615: <dd><cite><a href="http://www.ietf.org/rfc/rfc3023.txt">XML Media
616: Types</a></cite>, M. Murata, S. St. Laurent, D. Kohn. IETF, January 2001.</dd>
617:
618: <dt id="refsRFC3279">[RFC3279]</dt>
619: <dd><cite><a href="http://www.ietf.org/rfc/rfc3279.txt">Algorithms
620: and Identifiers for the Internet X.509 Public Key Infrastructure
621: Certificate and Certificate Revocation List (CRL)
622: Profile</a></cite>, W. Polk, R. Housley, L. Bassham. IETF, April
623: 2002.</dd>
624:
625: <dt id="refsRFC3490">[RFC3490]</dt>
626: <dd><cite><a href="http://www.ietf.org/rfc/rfc3490.txt">Internationalizing
627: Domain Names in Applications (IDNA)</a></cite>, P. Faltstrom, P. Hoffman, A.
628: Costello. IETF, March 2003.</dd>
629:
630: <dt id="refsRFC3548">[RFC3548]</dt>
631: <dd><cite><a href="http://www.ietf.org/rfc/rfc3548.txt">The Base16, Base32,
632: and Base64 Data Encodings</a></cite>, S. Josefsson. IETF, July
633: 2003.</dd>
634:
635: <dt id="refsRFC3986">[RFC3986]</dt>
636: <dd><cite><a href="http://www.ietf.org/rfc/rfc3986.txt">Uniform Resource
637: Identifier (URI): Generic Syntax</a></cite>, T. Berners-Lee, R. Fielding, L.
638: Masinter. IETF, January 2005.</dd>
639:
640: <dt id="refsRFC3987">[RFC3987]</dt>
641: <dd><cite><a href="http://www.ietf.org/rfc/rfc3987.txt">Internationalized
642: Resource Identifiers (IRIs)</a></cite>, M. Dürst, M. Suignard. IETF, January
643: 2005.</dd>
644:
645: <dt id="refsRFC4281">[RFC4281]</dt>
646: <dd><cite><a href="http://www.ietf.org/rfc/rfc4281.txt">The Codecs Parameter
647: for "Bucket" Media Types</a></cite>, R. Gellens, D. Singer, P. Frojdh. IETF,
648: November 2005.</dd>
649:
650: <dt id="refsRFC4329">[RFC4329]</dt>
651: <dd>(Non-normative) <cite><a href="http://www.ietf.org/rfc/rfc4329.txt">Scripting Media
652: Types</a></cite>, B. Höhrmann. IETF, April 2006.</dd>
653:
654: <dt id="refsRFC4770">[RFC4770]</dt>
655: <dd><cite><a href="http://www.ietf.org/rfc/rfc4770.txt">vCard Extensions for
656: Instant Messaging (IM)</a></cite>, C. Jennings, J. Reschke. IETF,
657: January 2007.</dd>
658:
659: <dt id="refsRFC5280">[RFC5280]</dt>
660: <dd><cite><a href="http://www.ietf.org/rfc/rfc5280.txt">Internet
661: X.509 Public Key Infrastructure Certificate and Certificate
662: Revocation List (CRL) Profile</a></cite>, D. Cooper, S. Santesson,
663: S. Farrell, S. Boeyen, R. Housley, W. Polk. IETF, May 2008.</dd>
664:
665: <dt id="refsRFC5322">[RFC5322]</dt>
666: <dd><cite><a href="http://www.ietf.org/rfc/rfc5322.txt">Internet Message
667: Format</a></cite>, P. Resnick. IETF, October 2008.</dd>
668:
669: <dt id="refsSCSU">[SCSU]</dt>
670: <dd>(Non-normative) <cite><a href="http://www.unicode.org/reports/tr6/">UTR #6: A Standard
671: Compression Scheme For Unicode</a></cite>, M. Wolf, K. Whistler,
672: C. Wicksteed, M. Davis, A. Freytag, M. Scherer. Unicode Consortium,
673: May 2005.</dd>
674:
675: <dt id="refsSELECTORS">[SELECTORS]</dt>
676: <dd><cite><a href="http://www.w3.org/TR/css3-selectors">Selectors</a></cite>,
677: T. Çelik, E. Etemad, D. Glazman, I. Hickson, P. Linss,
678: J. Williams. W3C, March 2009.</dd>
679:
680: <dt id="refsSHIFTJIS">[SHIFTJIS]</dt>
681: <dd><cite>JIS X0208: 7-bit and 8-bit double byte coded KANJI sets
682: for information interchange</cite>. Japanese Standards Association,
683: 1997.</dd>
684:
685: <dt id="refsSRGB">[SRGB]</dt>
686: <dd><cite><a href="http://webstore.iec.ch/webstore/webstore.nsf/artnum/025408!OpenDocument&Click=">IEC
687: 61966-2-1: Multimedia systems and equipment — Colour measurement
688: and management — Part 2-1: Colour management — Default RGB colour
689: space — sRGB</a></cite>. IEC, October 1999.</dd>
690:
691: <dt id="refsSVG">[SVG]</dt>
692: <dd><cite><a href="http://www.w3.org/TR/SVGTiny12/">Scalable Vector
693: Graphics (SVG) Tiny 1.2 Specification</a></cite>, O. Andersson,
1.182 mike 694: R. Berjon, E. Dahlström, A. Emmons, J. Ferraiolo, A. Grasso,
1.36 mike 695: V. Hardy, S. Hayman, D. Jackson, C. Lilley, C. McCormack,
696: A. Neumann, C. Northway, A. Quint, N. Ramani, D. Schepers,
697: A. Shellshear. W3C, December 2008.</dd>
698:
699: <dt id="refsTIS620">[TIS620]</dt>
700: <dd><cite><a href="http://www.nectec.or.th/it-standards/std620/std620.htm">UDC
701: 681.3.04:003.62</a></cite>. Thai Industrial Standards Institute,
702: Ministry of Industry, Royal Thai Government, 1990. ISBN
703: 974-606-153-4.</dd>
704:
705: <dt id="refsUAAG">[UAAG]</dt>
706: <dd>(Non-normative) <cite><a href="http://www.w3.org/TR/UAAG20/">Web Content Accessibility
707: Guidelines (UAAG) 2.0</a></cite>, J. Allan, K. Ford, J. Richards,
708: J. Spellman. W3C, July 2009.</dd>
709:
710: <dt id="refsUNICODE">[UNICODE]</dt>
711: <dd><cite><a href="http://www.unicode.org/versions/">The Unicode Standard</a></cite>. Unicode Consortium, 2007.</dd>
712:
713: <dt id="refsUNIVCHARDET">[UNIVCHARDET]</dt>
714: <dd>(Non-normative) <cite><a href="http://www.mozilla.org/projects/intl/UniversalCharsetDetection.html">A
715: composite approach to language/encoding
716: detection</a></cite>. S. Li, K. Momoi. Netscape, September 2001. In
717: <cite>Proceedings of the 19th International Unicode
718: Conference</cite>.</dd>
719:
720: <dt id="refsUTF7">[UTF7]</dt>
721: <dd><cite><a href="http://www.ietf.org/rfc/rfc2152.txt">UTF-7: A
722: Mail-Safe Transformation Format of Unicode</a></cite>,
723: D. Goldsmith, M. Davis. IETF, May 1997.</dd>
724:
725: <dt id="refsUTR36">[UTR36]</dt>
726: <dd>(Non-normative) <cite><a href="http://www.unicode.org/reports/tr36/">UTR #36: Unicode
727: Security Considerations</a></cite>, M. Davis, M. Suignard. Unicode
728: Consortium, July 2008.</dd>
729:
730: <dt id="refsWCAG">[WCAG]</dt>
731: <dd>(Non-normative) <cite><a href="http://www.w3.org/TR/WCAG20/">Web Content Accessibility
732: Guidelines (WCAG) 2.0</a></cite>, B. Caldwell, M. Cooper, L. Reid,
733: G. Vanderheiden. W3C, December 2008.</dd>
734:
735: <dt id="refsWEBADDRESSES">[WEBADDRESSES]</dt>
736: <dd><cite><a href="http://www.w3.org/html/wg/href/draft">Web
737: addresses in HTML5</a></cite>, D. Connolly,
738: C. Sperberg-McQueen. March 2009.</dd>
739:
740: <dt id="refsWEBIDL">[WEBIDL]</dt>
741: <!--
742: <dd><cite><a href="http://www.w3.org/TR/WebIDL/">Web
743: IDL</a></cite>, C. McCormack. W3C, December 2008.</dd>
744: -->
745: <dd><cite><a href="http://dev.w3.org/2006/webapi/WebIDL/">Web
746: IDL</a></cite>, C. McCormack. W3C, July 2009.</dd>
747:
748: <dt id="refsWEBLINK">[WEBLINK]</dt>
749: <dd><cite><a href="http://tools.ietf.org/html/draft-nottingham-http-link-header">Web
750: Linking</a></cite>, M. Nottingham. IETF, July 2009.</dd>
751:
1.169 mike 752: <dt id="refsWEBSOCKET">[WEBSOCKET]</dt>
753: <!--
754: <dd><cite><a href="http://www.w3.org/TR/websockets/">The Web Sockets
755: API</a></cite>, I. Hickson. W3C, April
756: 2009.</dd>
757: -->
758: <dd><cite><a href="http://dev.w3.org/html5/websockets/">The Web Sockets
759: API</a></cite>, I. Hickson. W3C, August
760: 2009.</dd>
761:
1.36 mike 762: <dt id="refsWHATWGWIKI">[WHATWGWIKI]</dt>
763: <dd><cite><a href="http://wiki.whatwg.org/">The WHATWG Wiki</a></cite>. WHATWG.</dd>
764:
1.160 mike 765: <dt id="refsWEBWORKERS">[WEBWORKERS]</dt>
766: <!--
767: <dd><cite><a
768: href="http://www.w3.org/TR/webworkers/">Workers</a></cite>,
769: I. Hickson. W3C, April 2009.</dd>
770: -->
771: <dd><cite><a href="http://dev.w3.org/html5/workers/">Web
772: Workers</a></cite>, I. Hickson. W3C, September 2009.</dd>
773:
1.36 mike 774: <dt id="refsWIN1252">[WIN1252]</dt>
775: <dd><cite><a href="http://www.microsoft.com/globaldev/reference/sbcs/1252.htm">Windows 1252</a></cite>. Microsoft.</dd>
776:
777: <dt id="refsWIN1254">[WIN1254]</dt>
778: <dd><cite><a href="http://www.microsoft.com/globaldev/reference/sbcs/1254.htm">Windows 1254</a></cite>. Microsoft.</dd>
779:
780: <dt id="refsWIN31J">[WIN31J]</dt>
781: <dd><cite><a href="http://www.microsoft.com/globaldev/reference/dbcs/932.mspx">Windows Codepage 932</a></cite>. Microsoft.</dd>
782:
783: <dt id="refsWIN874">[WIN874]</dt>
784: <dd><cite><a href="http://www.microsoft.com/globaldev/reference/sbcs/874.mspx">Windows 874</a></cite>. Microsoft.</dd>
785:
786: <dt id="refsWIN949">[WIN949]</dt>
787: <dd><cite><a href="http://www.microsoft.com/globaldev/reference/dbcs/949.mspx">Windows Codepage 949</a></cite>. Microsoft.</dd>
788:
789: <dt id="refsX121">[X121]</dt>
790: <dd><cite>Recommendation X.121 — International Numbering Plan for
791: Public Data Networks</cite>, CCITT Blue Book, Fascicle VIII.3,
792: pp. 317-332, November 1988.</dd>
793:
794: <dt id="refsX690">[X690]</dt>
795: <dd><cite><a href="http://www.itu.int/ITU-T/studygroups/com17/languages/X.690-0207.pdf">Recommendation
796: X.690 — Information Technology — ASN.1 Encoding Rules —
797: Specification of Basic Encoding Rules (BER), Canonical Encoding
798: Rules (CER), and Distinguished Encoding Rules
799: (DER)</a></cite>. International Telecommunication Union, July
800: 2002.</dd>
801:
802: <dt id="refsXHR">[XHR]</dt>
803: <!--
804: <dd><cite><a href="http://www.w3.org/TR/XMLHttpRequest/">The XMLHttpRequest
805: Object</a></cite>, A. van Kesteren. W3C, April
806: 2008.</dd>
807: -->
808: <dd><cite><a href="http://dev.w3.org/2006/webapi/XMLHttpRequest-2/"><code>XMLHttpRequest</code></a></cite>,
809: A. van Kesteren. W3C, June 2009.</dd>
810:
811: <dt id="refsXML">[XML]</dt>
812: <dd><cite><a href="http://www.w3.org/TR/xml/">Extensible Markup
813: Language</a></cite>, T. Bray, J. Paoli, C. Sperberg-McQueen,
814: E. Maler, F. Yergeau. W3C, November 2008.</dd>
815:
816: <dt id="refsXMLBASE">[XMLBASE]</dt>
817: <dd><cite><a href="http://www.w3.org/TR/xmlbase/">XML
818: Base</a></cite>, J. Marsh, R. Tobin. W3C, January 2009.</dd>
819:
820: <dt id="refsXMLNS">[XMLNS]</dt>
821: <dd><cite><a href="http://www.w3.org/TR/xml-names/">Namespaces in
822: XML</a></cite>, T. Bray, D. Hollander, A. Layman, R. Tobin. W3C,
823: August 2006.</dd>
824:
825: <dt id="refsXPATH10">[XPATH10]</dt>
826: <dd><cite><a href="http://www.w3.org/TR/1999/REC-xpath-19991116">XML Path
827: Language (XPath) Version 1.0</a></cite>, J. Clark, S. DeRose. W3C,
828: November 1999.</dd>
829:
830: <dt id="refsXSLT10">[XSLT10]</dt>
831: <dd><cite><a href="http://www.w3.org/TR/1999/REC-xslt-19991116">XSL
832: Transformations (XSLT) Version 1.0</a></cite>, J. Clark. W3C,
833: November 1999.</dd>
834:
835: </dl></body></html>
Webmaster