-
Notifications
You must be signed in to change notification settings - Fork 0
/
references.html
510 lines (474 loc) · 67.2 KB
/
references.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
<!DOCTYPE html>
<html lang="en"><head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>HTML 5.1: References</title>
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta content="WD" name="w3c-status">
<link href="../default.css" rel="stylesheet" type="text/css">
<link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
<link href="styles/styles-html.css" rel="stylesheet" type="text/css">
<link href="https://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<meta content="Bikeshed 1.0.0" name="generator">
<style>.highlight .hll { background-color: #ffffcc }
.highlight { background: #ffffff; }
.highlight .c { color: #708090 } /* Comment */
.highlight .k { color: #990055 } /* Keyword */
.highlight .l { color: #000000 } /* Literal */
.highlight .n { color: #0077aa } /* Name */
.highlight .o { color: #999999 } /* Operator */
.highlight .p { color: #999999 } /* Punctuation */
.highlight .cm { color: #708090 } /* Comment.Multiline */
.highlight .cp { color: #708090 } /* Comment.Preproc */
.highlight .c1 { color: #708090 } /* Comment.Single */
.highlight .cs { color: #708090 } /* Comment.Special */
.highlight .kc { color: #990055 } /* Keyword.Constant */
.highlight .kd { color: #990055 } /* Keyword.Declaration */
.highlight .kn { color: #990055 } /* Keyword.Namespace */
.highlight .kp { color: #990055 } /* Keyword.Pseudo */
.highlight .kr { color: #990055 } /* Keyword.Reserved */
.highlight .kt { color: #990055 } /* Keyword.Type */
.highlight .ld { color: #000000 } /* Literal.Date */
.highlight .m { color: #000000 } /* Literal.Number */
.highlight .s { color: #a67f59 } /* Literal.String */
.highlight .na { color: #0077aa } /* Name.Attribute */
.highlight .nc { color: #0077aa } /* Name.Class */
.highlight .no { color: #0077aa } /* Name.Constant */
.highlight .nd { color: #0077aa } /* Name.Decorator */
.highlight .ni { color: #0077aa } /* Name.Entity */
.highlight .ne { color: #0077aa } /* Name.Exception */
.highlight .nf { color: #0077aa } /* Name.Function */
.highlight .nl { color: #0077aa } /* Name.Label */
.highlight .nn { color: #0077aa } /* Name.Namespace */
.highlight .py { color: #0077aa } /* Name.Property */
.highlight .nt { color: #669900 } /* Name.Tag */
.highlight .nv { color: #0077aa } /* Name.Variable */
.highlight .ow { color: #999999 } /* Operator.Word */
.highlight .mb { color: #000000 } /* Literal.Number.Bin */
.highlight .mf { color: #000000 } /* Literal.Number.Float */
.highlight .mh { color: #000000 } /* Literal.Number.Hex */
.highlight .mi { color: #000000 } /* Literal.Number.Integer */
.highlight .mo { color: #000000 } /* Literal.Number.Oct */
.highlight .sb { color: #a67f59 } /* Literal.String.Backtick */
.highlight .sc { color: #a67f59 } /* Literal.String.Char */
.highlight .sd { color: #a67f59 } /* Literal.String.Doc */
.highlight .s2 { color: #a67f59 } /* Literal.String.Double */
.highlight .se { color: #a67f59 } /* Literal.String.Escape */
.highlight .sh { color: #a67f59 } /* Literal.String.Heredoc */
.highlight .si { color: #a67f59 } /* Literal.String.Interpol */
.highlight .sx { color: #a67f59 } /* Literal.String.Other */
.highlight .sr { color: #a67f59 } /* Literal.String.Regex */
.highlight .s1 { color: #a67f59 } /* Literal.String.Single */
.highlight .ss { color: #a67f59 } /* Literal.String.Symbol */
.highlight .vc { color: #0077aa } /* Name.Variable.Class */
.highlight .vg { color: #0077aa } /* Name.Variable.Global */
.highlight .vi { color: #0077aa } /* Name.Variable.Instance */
.highlight .il { color: #000000 } /* Literal.Number.Integer.Long */
.highlight { background: hsl(24, 20%, 95%); }
code.highlight { padding: .1em; border-radius: .3em; }
pre.highlight, pre > code.highlight { display: block; padding: 1em; margin: .5em 0; overflow: auto; border-radius: 0; }
</style>
</head>
<body class="h-entry">
<div class="head">
<header>
<p data-fill-with="logo"><a href="http://www.w3.org/"><img alt="W3C" height="48" src="https://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1 class="p-name no-ref allcaps" id="title">HTML 5.1</h1>
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">W3C Working Draft, <time class="dt-updated" datetime="2016-01-20">20 January 2016</time></span></h2>
</header>
</div>
<nav class="prev_next"> — ← <a href="index.html#index"><span class="secno"></span> <span class="content">Index</span></a> — <a href="index.html#contents">Table of contents</a> →<a href="property-index.html#property-index"><span class="secno"></span> <span class="content">Property Index</span></a></nav><nav data-fill-with="table-of-contents" id="toc">
<h2 class="no-num no-toc no-ref" id="contents">Table of Contents</h2>
<ol class="toc" role="directory">
<li>
<a href="references.html#references"><span class="secno"></span> <span class="content">References</span></a>
<ol class="toc">
<li><a href="references.html#normative"><span class="secno"></span> <span class="content">Normative References</span></a>
</li><li><a href="references.html#informative"><span class="secno"></span> <span class="content">Informative References</span></a>
</li></ol>
</li></ol>
</nav>
<main>
<section><h2 class="no-num heading settled" id="references"><span class="content">References</span><a class="self-link" href="references.html#references"></a></h2><h3 class="no-num heading settled" id="normative"><span class="content">Normative References</span><a class="self-link" href="references.html#normative"></a></h3><dl>
<dt id="biblio-abnf"><a class="self-link" href="references.html#biblio-abnf"></a>[ABNF]
</dt><dd>D. Crocker, Ed.; P. Overell. <a href="https://tools.ietf.org/html/rfc5234">Augmented BNF for Syntax Specifications: ABNF</a>. January 2008. Internet Standard. URL: <a href="https://tools.ietf.org/html/rfc5234">https://tools.ietf.org/html/rfc5234</a>
</dd><dt id="biblio-bcp47"><a class="self-link" href="references.html#biblio-bcp47"></a>[BCP47]
</dt><dd>A. Phillips; M. Davis. <a href="https://tools.ietf.org/html/bcp47">Tags for Identifying Languages</a>. September 2009. IETF Best Current Practice. URL: <a href="https://tools.ietf.org/html/bcp47">https://tools.ietf.org/html/bcp47</a>
</dd><dt id="biblio-bidi"><a class="self-link" href="references.html#biblio-bidi"></a>[BIDI]
</dt><dd>Mark Davis; Aharon Lanin; Andrew Glass. <a href="http://www.unicode.org/reports/tr9/">Unicode Bidirectional Algorithm</a>. 5 June 2014. Unicode Standard Annex #9. URL: <a href="http://www.unicode.org/reports/tr9/">http://www.unicode.org/reports/tr9/</a>
</dd><dt id="biblio-canvas-2d"><a class="self-link" href="references.html#biblio-canvas-2d"></a>[CANVAS-2D]
</dt><dd>Rik Cabanier; et al. <a href="http://www.w3.org/TR/2dcontext/">HTML Canvas 2D Context</a>. 19 November 2015. REC. URL: <a href="http://www.w3.org/TR/2dcontext/">http://www.w3.org/TR/2dcontext/</a>
</dd><dt id="biblio-cldr"><a class="self-link" href="references.html#biblio-cldr"></a>[CLDR]
</dt><dd><cite><a href="http://cldr.unicode.org/">Unicode Common Locale Data Repository</a></cite>. Unicode.
</dd><dt id="biblio-cookies"><a class="self-link" href="references.html#biblio-cookies"></a>[COOKIES]
</dt><dd>A. Barth. <a href="https://tools.ietf.org/html/rfc6265">HTTP State Management Mechanism</a>. April 2011. Proposed Standard. URL: <a href="https://tools.ietf.org/html/rfc6265">https://tools.ietf.org/html/rfc6265</a>
</dd><dt id="biblio-css21"><a class="self-link" href="references.html#biblio-css21"></a>[CSS21]
</dt><dd>Bert Bos; et al. <a href="http://www.w3.org/TR/CSS2">Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification</a>. 7 June 2011. REC. URL: <a href="http://www.w3.org/TR/CSS2">http://www.w3.org/TR/CSS2</a>
</dd><dt id="biblio-css3color"><a class="self-link" href="references.html#biblio-css3color"></a>[CSS3COLOR]
</dt><dd>Tantek Çelik; Chris Lilley; David Baron. <a href="http://www.w3.org/TR/css3-color">CSS Color Module Level 3</a>. 7 June 2011. REC. URL: <a href="http://www.w3.org/TR/css3-color">http://www.w3.org/TR/css3-color</a>
</dd><dt id="biblio-cssui"><a class="self-link" href="references.html#biblio-cssui"></a>[CSSUI]
</dt><dd>Tantek Çelik. <a href="http://www.w3.org/TR/css3-userint">User Interface for CSS3</a>. 2 August 2002. URL: <a href="http://www.w3.org/TR/css3-userint">http://www.w3.org/TR/css3-userint</a>
</dd><dt id="biblio-dom-parsing"><a class="self-link" href="references.html#biblio-dom-parsing"></a>[DOM-Parsing]
</dt><dd>Travis Leithead. <a href="http://www.w3.org/TR/DOM-Parsing/">DOM Parsing and Serialization</a>. 17 June 2014. CR. URL: <a href="http://www.w3.org/TR/DOM-Parsing/">http://www.w3.org/TR/DOM-Parsing/</a>
</dd><dt id="biblio-domparsing"><a class="self-link" href="references.html#biblio-domparsing"></a>[DOMPARSING]
</dt><dd>Ms2ger. <a href="https://domparsing.spec.whatwg.org/">DOM Parsing and Serialization Standard</a>. Living Standard. URL: <a href="https://domparsing.spec.whatwg.org/">https://domparsing.spec.whatwg.org/</a>
</dd><dt id="biblio-ecma-262"><a class="self-link" href="references.html#biblio-ecma-262"></a>[ECMA-262]
</dt><dd><a href="https://tc39.github.io/ecma262/">ECMAScript Language Specification</a>. URL: <a href="https://tc39.github.io/ecma262/">https://tc39.github.io/ecma262/</a>
</dd><dt id="biblio-editing"><a class="self-link" href="references.html#biblio-editing"></a>[EDITING]
</dt><dd><cite><a href="https://dvcs.w3.org/hg/editing/raw-file/tip/editing.html">HTML Editing APIs</a></cite>, A. Gregor. W3C Editing APIs CG.
</dd><dt id="biblio-fetch"><a class="self-link" href="references.html#biblio-fetch"></a>[FETCH]
</dt><dd>Anne van Kesteren. <a href="https://fetch.spec.whatwg.org/">Fetch Standard</a>. Living Standard. URL: <a href="https://fetch.spec.whatwg.org/">https://fetch.spec.whatwg.org/</a>
</dd><dt id="biblio-fileapi"><a class="self-link" href="references.html#biblio-fileapi"></a>[FileAPI]
</dt><dd>Arun Ranganathan; Jonas Sicking. <a href="http://www.w3.org/TR/FileAPI/">File API</a>. 21 April 2015. WD. URL: <a href="http://www.w3.org/TR/FileAPI/">http://www.w3.org/TR/FileAPI/</a>
</dd><dt id="biblio-http"><a class="self-link" href="references.html#biblio-http"></a>[HTTP]
</dt><dd>HTTP is the union of a set of RFCs:[[!RFC7230]], [[!RFC7231]], [[!RFC7232]], [[!RFC7233]], [[!RFC7234]], [[!RFC7235]].
</dd><dt id="biblio-ianapermheaders"><a class="self-link" href="references.html#biblio-ianapermheaders"></a>[IANAPERMHEADERS]
</dt><dd><cite><a href="http://www.iana.org/assignments/message-headers/perm-headers.html">Permanent Message Header Field Names</a></cite>. IANA.
</dd><dt id="biblio-iso3166"><a class="self-link" href="references.html#biblio-iso3166"></a>[ISO3166]
</dt><dd><cite><a href="http://www.iso.org/iso/home/standards/country_codes.htm">ISO 3166: Codes for the representation of names of countries and their subdivisions</a></cite>. ISO.
</dd><dt id="biblio-iso4217"><a class="self-link" href="references.html#biblio-iso4217"></a>[ISO4217]
</dt><dd><cite><a href="http://www.iso.org/iso/home/standards/currency_codes.htm">ISO 4217: Codes for the representation of currencies and funds</a></cite>. ISO.
</dd><dt id="biblio-jpeg"><a class="self-link" href="references.html#biblio-jpeg"></a>[JPEG]
</dt><dd>Eric Hamilton. <a href="http://www.w3.org/Graphics/JPEG/jfif3.pdf">JPEG File Interchange Format</a>. September 1992. URL: <a href="http://www.w3.org/Graphics/JPEG/jfif3.pdf">http://www.w3.org/Graphics/JPEG/jfif3.pdf</a>
</dd><dt id="biblio-mediaq"><a class="self-link" href="references.html#biblio-mediaq"></a>[MEDIAQ]
</dt><dd>Florian Rivoal; et al. <a href="http://www.w3.org/TR/css3-mediaqueries/">Media Queries</a>. 19 June 2012. REC. URL: <a href="http://www.w3.org/TR/css3-mediaqueries/">http://www.w3.org/TR/css3-mediaqueries/</a>
</dd><dt id="biblio-mfrel"><a class="self-link" href="references.html#biblio-mfrel"></a>[MFREL]
</dt><dd><cite><a href="http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions">Microformats Wiki: existing rel values</a></cite>. Microformats.
</dd><dt id="biblio-mimesniff"><a class="self-link" href="references.html#biblio-mimesniff"></a>[MIMESNIFF]
</dt><dd>Gordon P. Hemsley. <a href="https://mimesniff.spec.whatwg.org/">MIME Sniffing Standard</a>. Living Standard. URL: <a href="https://mimesniff.spec.whatwg.org/">https://mimesniff.spec.whatwg.org/</a>
</dd><dt id="biblio-mng"><a class="self-link" href="references.html#biblio-mng"></a>[MNG]
</dt><dd><cite><a href="http://www.libpng.org/pub/mng/spec/">MNG (Multiple-image Network Graphics) Format</a></cite>. G. Randers-Pehrson.
</dd><dt id="biblio-mpeg2ts"><a class="self-link" href="references.html#biblio-mpeg2ts"></a>[MPEG2TS]
</dt><dd><a href="http://www.itu.int/rec/T-REC-H.222.0-201206-I">Information technology -- Generic coding of moving pictures and associated audio information: Systems ITU-T Rec. H.222.0 / ISO/IEC 13818-1:2013</a>. URL: <a href="http://www.itu.int/rec/T-REC-H.222.0-201206-I">http://www.itu.int/rec/T-REC-H.222.0-201206-I</a>
</dd><dt id="biblio-mpeg4"><a class="self-link" href="references.html#biblio-mpeg4"></a>[MPEG4]
</dt><dd><cite>ISO/IEC 14496-12: ISO base media file format</cite>. ISO/IEC.
</dd><dt id="biblio-mpegdash"><a class="self-link" href="references.html#biblio-mpegdash"></a>[MPEGDASH]
</dt><dd><a href="http://standards.iso.org/ittf/PubliclyAvailableStandards/c065274_ISO_IEC_23009-1_2014.zip">ISO/IEC 23009-1:2014 Information technology -- Dynamic adaptive streaming over HTTP (DASH) -- Part 1: Media presentation description and segment formats</a>. URL: <a href="http://standards.iso.org/ittf/PubliclyAvailableStandards/c065274_ISO_IEC_23009-1_2014.zip">http://standards.iso.org/ittf/PubliclyAvailableStandards/c065274_ISO_IEC_23009-1_2014.zip</a>
</dd><dt id="biblio-mathml"><a class="self-link" href="references.html#biblio-mathml"></a>[MathML]
</dt><dd>Patrick D F Ion; Robert R Miner. <a href="http://www.w3.org/TR/MathML/">Mathematical Markup Language (MathML) 1.01 Specification</a>. 7 July 1999. REC. URL: <a href="http://www.w3.org/TR/MathML/">http://www.w3.org/TR/MathML/</a>
</dd><dt id="biblio-oggskeleton"><a class="self-link" href="references.html#biblio-oggskeleton"></a>[OGGSKELETON]
</dt><dd><a href="http://wiki.xiph.org/SkeletonHeaders">Ogg Skeleton 4 Message Headers</a>. 17 March 2014. URL: <a href="http://wiki.xiph.org/SkeletonHeaders">http://wiki.xiph.org/SkeletonHeaders</a>
</dd><dt id="biblio-opensearch"><a class="self-link" href="references.html#biblio-opensearch"></a>[OPENSEARCH]
</dt><dd><cite><a href="http://www.opensearch.org/Specifications/OpenSearch/1.1#Autodiscovery_in_HTML.2FXHTML">Autodiscovery in HTML/XHTML</a></cite>. In <cite>OpenSearch 1.1 Draft 4</cite>, Section 4.6.2. OpenSearch.org.
</dd><dt id="biblio-origin"><a class="self-link" href="references.html#biblio-origin"></a>[ORIGIN]
</dt><dd>A. Barth. <a href="https://tools.ietf.org/html/rfc6454">The Web Origin Concept</a>. December 2011. Proposed Standard. URL: <a href="https://tools.ietf.org/html/rfc6454">https://tools.ietf.org/html/rfc6454</a>
</dd><dt id="biblio-png"><a class="self-link" href="references.html#biblio-png"></a>[PNG]
</dt><dd>Tom Lane. <a href="http://www.w3.org/TR/PNG">Portable Network Graphics (PNG) Specification (Second Edition)</a>. 10 November 2003. REC. URL: <a href="http://www.w3.org/TR/PNG">http://www.w3.org/TR/PNG</a>
</dd><dt id="biblio-psl"><a class="self-link" href="references.html#biblio-psl"></a>[PSL]
</dt><dd><cite><a href="https://publicsuffix.org/">Public Suffix List</a></cite>. Mozilla Foundation.
</dd><dt id="biblio-srgb"><a class="self-link" href="references.html#biblio-srgb"></a>[SRGB]
</dt><dd><a href="http://www.iec.ch/nr1899.htm"><cite>Multimedia systems and equipment - Colour measurement and management - Part 2-1: Colour management - Default RGB colour space - sRGB.</cite></a> IEC 61966-2-1 (1999-10). ISBN: 2-8318-4989-6 - ICS codes: 33.160.60, 37.080 - TC 100 - 51 pp. URL: <a href="http://www.iec.ch/nr1899.htm">http://www.iec.ch/nr1899.htm</a>
</dd><dt id="biblio-svg"><a class="self-link" href="references.html#biblio-svg"></a>[SVG]
</dt><dd>Jon Ferraiolo. <a href="http://www.w3.org/TR/SVG/">Scalable Vector Graphics (SVG) 1.0 Specification</a>. 4 September 2001. REC. URL: <a href="http://www.w3.org/TR/SVG/">http://www.w3.org/TR/SVG/</a>
</dd><dt id="biblio-svg11"><a class="self-link" href="references.html#biblio-svg11"></a>[SVG11]
</dt><dd>Erik Dahlström; et al. <a href="http://www.w3.org/TR/SVG11/">Scalable Vector Graphics (SVG) 1.1 (Second Edition)</a>. 16 August 2011. REC. URL: <a href="http://www.w3.org/TR/SVG11/">http://www.w3.org/TR/SVG11/</a>
</dd><dt id="biblio-svg2"><a class="self-link" href="references.html#biblio-svg2"></a>[SVG2]
</dt><dd>Nikos Andronikos; et al. <a href="http://www.w3.org/TR/SVG2/">Scalable Vector Graphics (SVG) 2</a>. 15 September 2015. WD. URL: <a href="http://www.w3.org/TR/SVG2/">http://www.w3.org/TR/SVG2/</a>
</dd><dt id="biblio-svgtiny12"><a class="self-link" href="references.html#biblio-svgtiny12"></a>[SVGTiny12]
</dt><dd>Ola Andersson; et al. <a href="http://www.w3.org/TR/SVGTiny12/">Scalable Vector Graphics (SVG) Tiny 1.2 Specification</a>. 22 December 2008. REC. URL: <a href="http://www.w3.org/TR/SVGTiny12/">http://www.w3.org/TR/SVGTiny12/</a>
</dd><dt id="biblio-undo"><a class="self-link" href="references.html#biblio-undo"></a>[UNDO]
</dt><dd>Ryosuke Niwa. <a href="https://dvcs.w3.org/hg/undomanager/raw-file/tip/undomanager.html">UndoManager and DOM Transaction</a>. ED. URL: <a href="https://dvcs.w3.org/hg/undomanager/raw-file/tip/undomanager.html">https://dvcs.w3.org/hg/undomanager/raw-file/tip/undomanager.html</a>
</dd><dt id="biblio-unicode"><a class="self-link" href="references.html#biblio-unicode"></a>[UNICODE]
</dt><dd><a href="http://www.unicode.org/versions/latest/">The Unicode Standard</a>. URL: <a href="http://www.unicode.org/versions/latest/">http://www.unicode.org/versions/latest/</a>
</dd><dt id="biblio-urn"><a class="self-link" href="references.html#biblio-urn"></a>[URN]
</dt><dd>R. Moats. <a href="https://tools.ietf.org/html/rfc2141">URN Syntax</a>. May 1997. Proposed Standard. URL: <a href="https://tools.ietf.org/html/rfc2141">https://tools.ietf.org/html/rfc2141</a>
</dd><dt id="biblio-uts10"><a class="self-link" href="references.html#biblio-uts10"></a>[UTS10]
</dt><dd>Mark Davis; Ken Whistler; Markus Scherer. <a href="http://www.unicode.org/reports/tr10/tr10-30.html">Unicode Collation Algorithm</a>. 9 June 2014. Unicode Technical Standard #10. URL: <a href="http://www.unicode.org/reports/tr10/tr10-30.html">http://www.unicode.org/reports/tr10/tr10-30.html</a>
</dd><dt id="biblio-webgl"><a class="self-link" href="references.html#biblio-webgl"></a>[WEBGL]
</dt><dd>Chris Marrin (Apple Inc.). <a href="https://www.khronos.org/registry/webgl/specs/1.0/">WebGL Specification, Version 1.0</a>. 10 February 2011. URL: <a href="https://www.khronos.org/registry/webgl/specs/1.0/">https://www.khronos.org/registry/webgl/specs/1.0/</a>
</dd><dt id="biblio-webworkers"><a class="self-link" href="references.html#biblio-webworkers"></a>[WEBWORKERS]
</dt><dd>Ian Hickson. <a href="http://www.w3.org/TR/workers/">Web Workers</a>. 24 September 2015. WD. URL: <a href="http://www.w3.org/TR/workers/">http://www.w3.org/TR/workers/</a>
</dd><dt id="biblio-whatwgwiki"><a class="self-link" href="references.html#biblio-whatwgwiki"></a>[WHATWGWIKI]
</dt><dd><cite><a href="https://wiki.whatwg.org/">The WHATWG Wiki</a></cite>. WHATWG.
</dd><dt id="biblio-webidl"><a class="self-link" href="references.html#biblio-webidl"></a>[WebIDL]
</dt><dd>Cameron McCormack; Boris Zbarsky. <a href="http://www.w3.org/TR/WebIDL-1/">WebIDL Level 1</a>. 4 August 2015. WD. URL: <a href="http://www.w3.org/TR/WebIDL-1/">http://www.w3.org/TR/WebIDL-1/</a>
</dd><dt id="biblio-webm"><a class="self-link" href="references.html#biblio-webm"></a>[WebM]
</dt><dd><a href="http://www.webmproject.org/code/specs/container/">WebM Container Guidelines</a>. 28 April 2014. URL: <a href="http://www.webmproject.org/code/specs/container/">http://www.webmproject.org/code/specs/container/</a>
</dd><dt id="biblio-x690"><a class="self-link" href="references.html#biblio-x690"></a>[X690]
</dt><dd><cite><a href="http://www.itu.int/ITU-T/studygroups/com17/languages/X.690-0207.pdf">Recommendation X.690 — Information Technology — ASN.1 Encoding Rules — Specification of Basic Encoding Rules (BER), Canonical Encoding Rules (CER), and Distinguished Encoding Rules (DER)</a></cite>. International Telecommunication Union.
</dd><dt id="biblio-xhr"><a class="self-link" href="references.html#biblio-xhr"></a>[XHR]
</dt><dd>Anne van Kesteren. <a href="https://xhr.spec.whatwg.org/">XMLHttpRequest Standard</a>. Living Standard. URL: <a href="https://xhr.spec.whatwg.org/">https://xhr.spec.whatwg.org/</a>
</dd><dt id="biblio-aria-in-html"><a class="self-link" href="references.html#biblio-aria-in-html"></a>[ARIA-IN-HTML]
</dt><dd>Steve Faulkner; Hans Hillen; David MacDonald. <a href="http://www.w3.org/TR/aria-in-html/">Notes on Using ARIA in HTML</a>. 21 May 2015. WD. URL: <a href="http://www.w3.org/TR/aria-in-html/">http://www.w3.org/TR/aria-in-html/</a>
</dd><dt id="biblio-becss"><a class="self-link" href="references.html#biblio-becss"></a>[BECSS]
</dt><dd>Ian Hickson. <a href="http://www.w3.org/TR/becss">Behavioral Extensions to CSS</a>. 14 October 2014. NOTE. URL: <a href="http://www.w3.org/TR/becss">http://www.w3.org/TR/becss</a>
</dd><dt id="biblio-css-2015"><a class="self-link" href="references.html#biblio-css-2015"></a>[CSS-2015]
</dt><dd>Tab Atkins Jr.; Elika Etemad; Florian Rivoal. <a href="https://www.w3.org/TR/css-2015/">CSS Snapshot 2015</a>. 13 October 2015. NOTE. URL: <a href="https://www.w3.org/TR/css-2015/">https://www.w3.org/TR/css-2015/</a>
</dd><dt id="biblio-css-backgrounds-3"><a class="self-link" href="references.html#biblio-css-backgrounds-3"></a>[CSS-BACKGROUNDS-3]
</dt><dd>CSS Backgrounds and Borders Module Level 3 URL: <a href="http://www.w3.org/TR/css3-background/">http://www.w3.org/TR/css3-background/</a>
</dd><dt id="biblio-css-cascade-4"><a class="self-link" href="references.html#biblio-css-cascade-4"></a>[CSS-CASCADE-4]
</dt><dd>Elika Etemad; Tab Atkins Jr.. <a href="http://www.w3.org/TR/css-cascade-4/">CSS Cascading and Inheritance Level 4</a>. 8 September 2015. WD. URL: <a href="http://www.w3.org/TR/css-cascade-4/">http://www.w3.org/TR/css-cascade-4/</a>
</dd><dt id="biblio-css-color-3"><a class="self-link" href="references.html#biblio-css-color-3"></a>[CSS-COLOR-3]
</dt><dd>CSS Color Module Level 3 URL: <a href="http://www.w3.org/TR/css3-color/">http://www.w3.org/TR/css3-color/</a>
</dd><dt id="biblio-css-color-4"><a class="self-link" href="references.html#biblio-css-color-4"></a>[CSS-COLOR-4]
</dt><dd>CSS Color Module Level 4 URL: <a href="https://drafts.csswg.org/css-color-4/">https://drafts.csswg.org/css-color-4/</a>
</dd><dt id="biblio-css-content-3"><a class="self-link" href="references.html#biblio-css-content-3"></a>[CSS-CONTENT-3]
</dt><dd>CSS Generated Content Module Level 3 URL: <a href="https://drafts.csswg.org/css-content-3/">https://drafts.csswg.org/css-content-3/</a>
</dd><dt id="biblio-css-display-3"><a class="self-link" href="references.html#biblio-css-display-3"></a>[CSS-DISPLAY-3]
</dt><dd>Tab Atkins Jr.; Elika Etemad. <a href="http://www.w3.org/TR/css-display-3/">CSS Display Module Level 3</a>. 15 October 2015. WD. URL: <a href="http://www.w3.org/TR/css-display-3/">http://www.w3.org/TR/css-display-3/</a>
</dd><dt id="biblio-css-font-loading-3"><a class="self-link" href="references.html#biblio-css-font-loading-3"></a>[CSS-FONT-LOADING-3]
</dt><dd>Tab Atkins Jr.. <a href="http://www.w3.org/TR/css-font-loading-3/">CSS Font Loading Module Level 3</a>. 22 May 2014. LCWD. URL: <a href="http://www.w3.org/TR/css-font-loading-3/">http://www.w3.org/TR/css-font-loading-3/</a>
</dd><dt id="biblio-css-fonts-3"><a class="self-link" href="references.html#biblio-css-fonts-3"></a>[CSS-FONTS-3]
</dt><dd>John Daggett. <a href="http://www.w3.org/TR/css-fonts-3/">CSS Fonts Module Level 3</a>. 3 October 2013. CR. URL: <a href="http://www.w3.org/TR/css-fonts-3/">http://www.w3.org/TR/css-fonts-3/</a>
</dd><dt id="biblio-css-images-4"><a class="self-link" href="references.html#biblio-css-images-4"></a>[CSS-IMAGES-4]
</dt><dd>CSS Image Values and Replaced Content Module Level 4 URL: <a href="http://www.w3.org/TR/css4-images/">http://www.w3.org/TR/css4-images/</a>
</dd><dt id="biblio-css-lists-3"><a class="self-link" href="references.html#biblio-css-lists-3"></a>[CSS-LISTS-3]
</dt><dd>Tab Atkins Jr.. <a href="http://www.w3.org/TR/css-lists-3/">CSS Lists and Counters Module Level 3</a>. 20 March 2014. WD. URL: <a href="http://www.w3.org/TR/css-lists-3/">http://www.w3.org/TR/css-lists-3/</a>
</dd><dt id="biblio-css-overflow-3"><a class="self-link" href="references.html#biblio-css-overflow-3"></a>[CSS-OVERFLOW-3]
</dt><dd>David Baron. <a href="http://www.w3.org/TR/css-overflow-3/">CSS Overflow Module Level 3</a>. 18 April 2013. WD. URL: <a href="http://www.w3.org/TR/css-overflow-3/">http://www.w3.org/TR/css-overflow-3/</a>
</dd><dt id="biblio-css-position-3"><a class="self-link" href="references.html#biblio-css-position-3"></a>[CSS-POSITION-3]
</dt><dd>CSS Positioned Layout Module Level 3 URL: <a href="http://www.w3.org/TR/css3-positioning/">http://www.w3.org/TR/css3-positioning/</a>
</dd><dt id="biblio-css-ruby-1"><a class="self-link" href="references.html#biblio-css-ruby-1"></a>[CSS-RUBY-1]
</dt><dd>Elika Etemad; Koji Ishii. <a href="http://www.w3.org/TR/css-ruby-1/">CSS Ruby Layout Module Level 1</a>. 5 August 2014. WD. URL: <a href="http://www.w3.org/TR/css-ruby-1/">http://www.w3.org/TR/css-ruby-1/</a>
</dd><dt id="biblio-css-scoping-1"><a class="self-link" href="references.html#biblio-css-scoping-1"></a>[CSS-SCOPING-1]
</dt><dd>Tab Atkins Jr.; Elika Etemad. <a href="http://www.w3.org/TR/css-scoping-1/">CSS Scoping Module Level 1</a>. 3 April 2014. WD. URL: <a href="http://www.w3.org/TR/css-scoping-1/">http://www.w3.org/TR/css-scoping-1/</a>
</dd><dt id="biblio-css-sizing-3"><a class="self-link" href="references.html#biblio-css-sizing-3"></a>[CSS-SIZING-3]
</dt><dd>CSS Intrinsic & Extrinsic Sizing Module Level 3 URL: <a href="http://www.w3.org/TR/css3-sizing/">http://www.w3.org/TR/css3-sizing/</a>
</dd><dt id="biblio-css-style-attr"><a class="self-link" href="references.html#biblio-css-style-attr"></a>[CSS-STYLE-ATTR]
</dt><dd>Tantek Çelik; Elika Etemad. <a href="http://www.w3.org/TR/css-style-attr">CSS Style Attributes</a>. 7 November 2013. REC. URL: <a href="http://www.w3.org/TR/css-style-attr">http://www.w3.org/TR/css-style-attr</a>
</dd><dt id="biblio-css-syntax-3"><a class="self-link" href="references.html#biblio-css-syntax-3"></a>[CSS-SYNTAX-3]
</dt><dd>Tab Atkins Jr.; Simon Sapin. <a href="http://www.w3.org/TR/css-syntax-3/">CSS Syntax Module Level 3</a>. 20 February 2014. CR. URL: <a href="http://www.w3.org/TR/css-syntax-3/">http://www.w3.org/TR/css-syntax-3/</a>
</dd><dt id="biblio-css-text-3"><a class="self-link" href="references.html#biblio-css-text-3"></a>[CSS-TEXT-3]
</dt><dd>Elika Etemad; Koji Ishii. <a href="http://www.w3.org/TR/css-text-3/">CSS Text Module Level 3</a>. 10 October 2013. LCWD. URL: <a href="http://www.w3.org/TR/css-text-3/">http://www.w3.org/TR/css-text-3/</a>
</dd><dt id="biblio-css-transitions-1"><a class="self-link" href="references.html#biblio-css-transitions-1"></a>[CSS-TRANSITIONS-1]
</dt><dd>CSS Transitions Module Level 1 URL: <a href="http://www.w3.org/TR/css3-transitions/">http://www.w3.org/TR/css3-transitions/</a>
</dd><dt id="biblio-css-ui-3"><a class="self-link" href="references.html#biblio-css-ui-3"></a>[CSS-UI-3]
</dt><dd>Tantek Çelik; Florian Rivoal. <a href="http://www.w3.org/TR/css-ui-3/">CSS Basic User Interface Module Level 3 (CSS3 UI)</a>. 7 July 2015. CR. URL: <a href="http://www.w3.org/TR/css-ui-3/">http://www.w3.org/TR/css-ui-3/</a>
</dd><dt id="biblio-css-ui-4"><a class="self-link" href="references.html#biblio-css-ui-4"></a>[CSS-UI-4]
</dt><dd>Florian Rivoal. <a href="http://www.w3.org/TR/css-ui-4/">CSS Basic User Interface Module Level 4</a>. 22 September 2015. WD. URL: <a href="http://www.w3.org/TR/css-ui-4/">http://www.w3.org/TR/css-ui-4/</a>
</dd><dt id="biblio-css-values"><a class="self-link" href="references.html#biblio-css-values"></a>[CSS-VALUES]
</dt><dd>Tab Atkins Jr.; Elika Etemad. <a href="http://www.w3.org/TR/css-values/">CSS Values and Units Module Level 3</a>. 11 June 2015. CR. URL: <a href="http://www.w3.org/TR/css-values/">http://www.w3.org/TR/css-values/</a>
</dd><dt id="biblio-css-writing-modes-3"><a class="self-link" href="references.html#biblio-css-writing-modes-3"></a>[CSS-WRITING-MODES-3]
</dt><dd>Elika Etemad; Koji Ishii. <a href="http://www.w3.org/TR/css-writing-modes-3/">CSS Writing Modes Level 3</a>. 15 December 2015. CR. URL: <a href="http://www.w3.org/TR/css-writing-modes-3/">http://www.w3.org/TR/css-writing-modes-3/</a>
</dd><dt id="biblio-css3-content"><a class="self-link" href="references.html#biblio-css3-content"></a>[CSS3-CONTENT]
</dt><dd>Ian Hickson. <a href="http://www.w3.org/TR/css3-content">CSS3 Generated and Replaced Content Module</a>. 14 May 2003. WD. URL: <a href="http://www.w3.org/TR/css3-content">http://www.w3.org/TR/css3-content</a>
</dd><dt id="biblio-css3-fonts"><a class="self-link" href="references.html#biblio-css3-fonts"></a>[CSS3-FONTS]
</dt><dd>John Daggett. <a href="http://www.w3.org/TR/css-fonts-3/">CSS Fonts Module Level 3</a>. 3 October 2013. CR. URL: <a href="http://www.w3.org/TR/css-fonts-3/">http://www.w3.org/TR/css-fonts-3/</a>
</dd><dt id="biblio-css3-images"><a class="self-link" href="references.html#biblio-css3-images"></a>[CSS3-IMAGES]
</dt><dd>Elika Etemad; Tab Atkins Jr.. <a href="http://www.w3.org/TR/css3-images/">CSS Image Values and Replaced Content Module Level 3</a>. 17 April 2012. CR. URL: <a href="http://www.w3.org/TR/css3-images/">http://www.w3.org/TR/css3-images/</a>
</dd><dt id="biblio-css3-ruby"><a class="self-link" href="references.html#biblio-css3-ruby"></a>[CSS3-RUBY]
</dt><dd>Elika Etemad; Koji Ishii. <a href="http://www.w3.org/TR/css-ruby-1/">CSS Ruby Layout Module Level 1</a>. 5 August 2014. WD. URL: <a href="http://www.w3.org/TR/css-ruby-1/">http://www.w3.org/TR/css-ruby-1/</a>
</dd><dt id="biblio-css3-selectors"><a class="self-link" href="references.html#biblio-css3-selectors"></a>[CSS3-SELECTORS]
</dt><dd>Tantek Çelik; et al. <a href="http://www.w3.org/TR/css3-selectors/">Selectors Level 3</a>. 29 September 2011. REC. URL: <a href="http://www.w3.org/TR/css3-selectors/">http://www.w3.org/TR/css3-selectors/</a>
</dd><dt id="biblio-css3-syntax"><a class="self-link" href="references.html#biblio-css3-syntax"></a>[CSS3-SYNTAX]
</dt><dd>Tab Atkins Jr.; Simon Sapin. <a href="http://www.w3.org/TR/css-syntax-3/">CSS Syntax Module Level 3</a>. 20 February 2014. CR. URL: <a href="http://www.w3.org/TR/css-syntax-3/">http://www.w3.org/TR/css-syntax-3/</a>
</dd><dt id="biblio-cssom"><a class="self-link" href="references.html#biblio-cssom"></a>[CSSOM]
</dt><dd>Simon Pieters; Glenn Adams. <a href="http://www.w3.org/TR/cssom/">CSS Object Model (CSSOM)</a>. 5 December 2013. WD. URL: <a href="http://www.w3.org/TR/cssom/">http://www.w3.org/TR/cssom/</a>
</dd><dt id="biblio-cssom-view"><a class="self-link" href="references.html#biblio-cssom-view"></a>[CSSOM-VIEW]
</dt><dd>Simon Pieters; Glenn Adams. <a href="http://www.w3.org/TR/cssom-view/">CSSOM View Module</a>. 17 December 2013. WD. URL: <a href="http://www.w3.org/TR/cssom-view/">http://www.w3.org/TR/cssom-view/</a>
</dd><dt id="biblio-dom"><a class="self-link" href="references.html#biblio-dom"></a>[DOM]
</dt><dd>Anne van Kesteren; et al. <a href="http://www.w3.org/TR/dom/">W3C DOM4</a>. 19 November 2015. REC. URL: <a href="http://www.w3.org/TR/dom/">http://www.w3.org/TR/dom/</a>
</dd><dt id="biblio-dom-ls"><a class="self-link" href="references.html#biblio-dom-ls"></a>[DOM-LS]
</dt><dd>Document Object Model URL: <a href="https://dom.spec.whatwg.org/">https://dom.spec.whatwg.org/</a>
</dd><dt id="biblio-encoding"><a class="self-link" href="references.html#biblio-encoding"></a>[ENCODING]
</dt><dd>Anne van Kesteren; Joshua Bell; Addison Phillips. <a href="http://www.w3.org/TR/encoding/">Encoding</a>. 20 October 2015. CR. URL: <a href="http://www.w3.org/TR/encoding/">http://www.w3.org/TR/encoding/</a>
</dd><dt id="biblio-eventsource"><a class="self-link" href="references.html#biblio-eventsource"></a>[EVENTSOURCE]
</dt><dd>Ian Hickson. <a href="http://www.w3.org/TR/eventsource/">Server-Sent Events</a>. 3 February 2015. REC. URL: <a href="http://www.w3.org/TR/eventsource/">http://www.w3.org/TR/eventsource/</a>
</dd><dt id="biblio-fullscreen"><a class="self-link" href="references.html#biblio-fullscreen"></a>[FULLSCREEN]
</dt><dd>Anne van Kesteren; Tantek Çelik. <a href="http://www.w3.org/TR/fullscreen/">Fullscreen</a>. 18 November 2014. NOTE. URL: <a href="http://www.w3.org/TR/fullscreen/">http://www.w3.org/TR/fullscreen/</a>
</dd><dt id="biblio-geometry-1"><a class="self-link" href="references.html#biblio-geometry-1"></a>[GEOMETRY-1]
</dt><dd>Simon Pieters; Dirk Schulze; Rik Cabanier. <a href="http://www.w3.org/TR/geometry-1/">Geometry Interfaces Module Level 1</a>. 25 November 2014. CR. URL: <a href="http://www.w3.org/TR/geometry-1/">http://www.w3.org/TR/geometry-1/</a>
</dd><dt id="biblio-hr-time-2"><a class="self-link" href="references.html#biblio-hr-time-2"></a>[HR-TIME-2]
</dt><dd>Ilya Grigorik; James Simonsen; Jatinder Mann. <a href="http://www.w3.org/TR/hr-time-2/">High Resolution Time Level 2</a>. 16 November 2015. WD. URL: <a href="http://www.w3.org/TR/hr-time-2/">http://www.w3.org/TR/hr-time-2/</a>
</dd><dt id="biblio-html-aapi"><a class="self-link" href="references.html#biblio-html-aapi"></a>[HTML-AAPI]
</dt><dd>Steve Faulkner; et al. <a href="http://www.w3.org/TR/html-aapi/">HTML to Platform Accessibility APIs Implementation Guide</a>. 29 September 2015. NOTE. URL: <a href="http://www.w3.org/TR/html-aapi/">http://www.w3.org/TR/html-aapi/</a>
</dd><dt id="biblio-jlreq"><a class="self-link" href="references.html#biblio-jlreq"></a>[JLREQ]
</dt><dd>Yasuhiro Anan; et al. <a href="http://www.w3.org/TR/jlreq/">Requirements for Japanese Text Layout</a>. 3 April 2012. NOTE. URL: <a href="http://www.w3.org/TR/jlreq/">http://www.w3.org/TR/jlreq/</a>
</dd><dt id="biblio-media-frags"><a class="self-link" href="references.html#biblio-media-frags"></a>[MEDIA-FRAGS]
</dt><dd>Raphaël Troncy; et al. <a href="http://www.w3.org/TR/media-frags/">Media Fragments URI 1.0 (basic)</a>. 25 September 2012. REC. URL: <a href="http://www.w3.org/TR/media-frags/">http://www.w3.org/TR/media-frags/</a>
</dd><dt id="biblio-media-source"><a class="self-link" href="references.html#biblio-media-source"></a>[MEDIA-SOURCE]
</dt><dd>Matthew Wolenetz; et al. <a href="http://www.w3.org/TR/media-source/">Media Source Extensions</a>. 12 November 2015. CR. URL: <a href="http://www.w3.org/TR/media-source/">http://www.w3.org/TR/media-source/</a>
</dd><dt id="biblio-mediacapture-streams"><a class="self-link" href="references.html#biblio-mediacapture-streams"></a>[MEDIACAPTURE-STREAMS]
</dt><dd>Daniel Burnett; et al. <a href="http://www.w3.org/TR/mediacapture-streams/">Media Capture and Streams</a>. 14 April 2015. LCWD. URL: <a href="http://www.w3.org/TR/mediacapture-streams/">http://www.w3.org/TR/mediacapture-streams/</a>
</dd><dt id="biblio-mediaqueries-4"><a class="self-link" href="references.html#biblio-mediaqueries-4"></a>[MEDIAQUERIES-4]
</dt><dd>Florian Rivoal; Tab Atkins Jr.. <a href="http://www.w3.org/TR/mediaqueries-4/">Media Queries Level 4</a>. 5 June 2014. WD. URL: <a href="http://www.w3.org/TR/mediaqueries-4/">http://www.w3.org/TR/mediaqueries-4/</a>
</dd><dt id="biblio-pointerlock"><a class="self-link" href="references.html#biblio-pointerlock"></a>[POINTERLOCK]
</dt><dd>Vincent Scheib. <a href="http://www.w3.org/TR/pointerlock/">Pointer Lock</a>. 17 December 2013. CR. URL: <a href="http://www.w3.org/TR/pointerlock/">http://www.w3.org/TR/pointerlock/</a>
</dd><dt id="biblio-rfc1034"><a class="self-link" href="references.html#biblio-rfc1034"></a>[RFC1034]
</dt><dd>P.V. Mockapetris. <a href="https://tools.ietf.org/html/rfc1034">Domain names - concepts and facilities</a>. November 1987. Internet Standard. URL: <a href="https://tools.ietf.org/html/rfc1034">https://tools.ietf.org/html/rfc1034</a>
</dd><dt id="biblio-rfc1123"><a class="self-link" href="references.html#biblio-rfc1123"></a>[RFC1123]
</dt><dd>R. Braden, Ed.. <a href="https://tools.ietf.org/html/rfc1123">Requirements for Internet Hosts - Application and Support</a>. October 1989. Internet Standard. URL: <a href="https://tools.ietf.org/html/rfc1123">https://tools.ietf.org/html/rfc1123</a>
</dd><dt id="biblio-rfc2046"><a class="self-link" href="references.html#biblio-rfc2046"></a>[RFC2046]
</dt><dd>N. Freed; N. Borenstein. <a href="https://tools.ietf.org/html/rfc2046">Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types</a>. November 1996. Draft Standard. URL: <a href="https://tools.ietf.org/html/rfc2046">https://tools.ietf.org/html/rfc2046</a>
</dd><dt id="biblio-rfc2119"><a class="self-link" href="references.html#biblio-rfc2119"></a>[RFC2119]
</dt><dd>S. Bradner. <a href="https://tools.ietf.org/html/rfc2119">Key words for use in RFCs to Indicate Requirement Levels</a>. March 1997. Best Current Practice. URL: <a href="https://tools.ietf.org/html/rfc2119">https://tools.ietf.org/html/rfc2119</a>
</dd><dt id="biblio-rfc2318"><a class="self-link" href="references.html#biblio-rfc2318"></a>[RFC2318]
</dt><dd>H. Lie; B. Bos; C. Lilley. <a href="https://tools.ietf.org/html/rfc2318">The text/css Media Type</a>. March 1998. Informational. URL: <a href="https://tools.ietf.org/html/rfc2318">https://tools.ietf.org/html/rfc2318</a>
</dd><dt id="biblio-rfc2388"><a class="self-link" href="references.html#biblio-rfc2388"></a>[RFC2388]
</dt><dd>L. Masinter. <a href="https://tools.ietf.org/html/rfc2388">Returning Values from Forms: multipart/form-data</a>. August 1998. Proposed Standard. URL: <a href="https://tools.ietf.org/html/rfc2388">https://tools.ietf.org/html/rfc2388</a>
</dd><dt id="biblio-rfc2397"><a class="self-link" href="references.html#biblio-rfc2397"></a>[RFC2397]
</dt><dd>L. Masinter. <a href="https://tools.ietf.org/html/rfc2397">The "data" URL scheme</a>. August 1998. Proposed Standard. URL: <a href="https://tools.ietf.org/html/rfc2397">https://tools.ietf.org/html/rfc2397</a>
</dd><dt id="biblio-rfc2483"><a class="self-link" href="references.html#biblio-rfc2483"></a>[RFC2483]
</dt><dd>M. Mealling; R. Daniel. <a href="https://tools.ietf.org/html/rfc2483">URI Resolution Services Necessary for URN Resolution</a>. January 1999. Experimental. URL: <a href="https://tools.ietf.org/html/rfc2483">https://tools.ietf.org/html/rfc2483</a>
</dd><dt id="biblio-rfc3279"><a class="self-link" href="references.html#biblio-rfc3279"></a>[RFC3279]
</dt><dd>L. Bassham; W. Polk; R. Housley. <a href="https://tools.ietf.org/html/rfc3279">Algorithms and Identifiers for the Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</a>. April 2002. Proposed Standard. URL: <a href="https://tools.ietf.org/html/rfc3279">https://tools.ietf.org/html/rfc3279</a>
</dd><dt id="biblio-rfc3447"><a class="self-link" href="references.html#biblio-rfc3447"></a>[RFC3447]
</dt><dd>J. Jonsson; B. Kaliski. <a href="https://tools.ietf.org/html/rfc3447">Public-Key Cryptography Standards (PKCS) #1: RSA Cryptography Specifications Version 2.1</a>. February 2003. Informational. URL: <a href="https://tools.ietf.org/html/rfc3447">https://tools.ietf.org/html/rfc3447</a>
</dd><dt id="biblio-rfc4648"><a class="self-link" href="references.html#biblio-rfc4648"></a>[RFC4648]
</dt><dd>S. Josefsson. <a href="https://tools.ietf.org/html/rfc4648">The Base16, Base32, and Base64 Data Encodings</a>. October 2006. Proposed Standard. URL: <a href="https://tools.ietf.org/html/rfc4648">https://tools.ietf.org/html/rfc4648</a>
</dd><dt id="biblio-rfc5280"><a class="self-link" href="references.html#biblio-rfc5280"></a>[RFC5280]
</dt><dd>D. Cooper; et al. <a href="https://tools.ietf.org/html/rfc5280">Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</a>. May 2008. Proposed Standard. URL: <a href="https://tools.ietf.org/html/rfc5280">https://tools.ietf.org/html/rfc5280</a>
</dd><dt id="biblio-rfc5322"><a class="self-link" href="references.html#biblio-rfc5322"></a>[RFC5322]
</dt><dd>P. Resnick, Ed.. <a href="https://tools.ietf.org/html/rfc5322">Internet Message Format</a>. October 2008. Draft Standard. URL: <a href="https://tools.ietf.org/html/rfc5322">https://tools.ietf.org/html/rfc5322</a>
</dd><dt id="biblio-rfc5724"><a class="self-link" href="references.html#biblio-rfc5724"></a>[RFC5724]
</dt><dd>E. Wilde; A. Vaha-Sipila. <a href="https://tools.ietf.org/html/rfc5724">URI Scheme for Global System for Mobile Communications (GSM) Short Message Service (SMS)</a>. January 2010. Proposed Standard. URL: <a href="https://tools.ietf.org/html/rfc5724">https://tools.ietf.org/html/rfc5724</a>
</dd><dt id="biblio-rfc5988"><a class="self-link" href="references.html#biblio-rfc5988"></a>[RFC5988]
</dt><dd>M. Nottingham. <a href="https://tools.ietf.org/html/rfc5988">Web Linking</a>. October 2010. Proposed Standard. URL: <a href="https://tools.ietf.org/html/rfc5988">https://tools.ietf.org/html/rfc5988</a>
</dd><dt id="biblio-rfc6068"><a class="self-link" href="references.html#biblio-rfc6068"></a>[RFC6068]
</dt><dd>M. Duerst; L. Masinter; J. Zawinski. <a href="https://tools.ietf.org/html/rfc6068">The 'mailto' URI Scheme</a>. October 2010. Proposed Standard. URL: <a href="https://tools.ietf.org/html/rfc6068">https://tools.ietf.org/html/rfc6068</a>
</dd><dt id="biblio-rfc6265"><a class="self-link" href="references.html#biblio-rfc6265"></a>[RFC6265]
</dt><dd>A. Barth. <a href="https://tools.ietf.org/html/rfc6265">HTTP State Management Mechanism</a>. April 2011. Proposed Standard. URL: <a href="https://tools.ietf.org/html/rfc6265">https://tools.ietf.org/html/rfc6265</a>
</dd><dt id="biblio-rfc6266"><a class="self-link" href="references.html#biblio-rfc6266"></a>[RFC6266]
</dt><dd>J. Reschke. <a href="https://tools.ietf.org/html/rfc6266">Use of the Content-Disposition Header Field in the Hypertext Transfer Protocol (HTTP)</a>. June 2011. Proposed Standard. URL: <a href="https://tools.ietf.org/html/rfc6266">https://tools.ietf.org/html/rfc6266</a>
</dd><dt id="biblio-rfc6350"><a class="self-link" href="references.html#biblio-rfc6350"></a>[RFC6350]
</dt><dd>S. Perreault. <a href="https://tools.ietf.org/html/rfc6350">vCard Format Specification</a>. August 2011. Proposed Standard. URL: <a href="https://tools.ietf.org/html/rfc6350">https://tools.ietf.org/html/rfc6350</a>
</dd><dt id="biblio-rfc6381"><a class="self-link" href="references.html#biblio-rfc6381"></a>[RFC6381]
</dt><dd>R. Gellens; D. Singer; P. Frojdh. <a href="https://tools.ietf.org/html/rfc6381">The 'Codecs' and 'Profiles' Parameters for "Bucket" Media Types</a>. August 2011. Proposed Standard. URL: <a href="https://tools.ietf.org/html/rfc6381">https://tools.ietf.org/html/rfc6381</a>
</dd><dt id="biblio-rfc6455"><a class="self-link" href="references.html#biblio-rfc6455"></a>[RFC6455]
</dt><dd>I. Fette; A. Melnikov. <a href="https://tools.ietf.org/html/rfc6455">The WebSocket Protocol</a>. December 2011. Proposed Standard. URL: <a href="https://tools.ietf.org/html/rfc6455">https://tools.ietf.org/html/rfc6455</a>
</dd><dt id="biblio-rfc6694"><a class="self-link" href="references.html#biblio-rfc6694"></a>[RFC6694]
</dt><dd>S. Moonesamy, Ed.. <a href="https://tools.ietf.org/html/rfc6694">The "about" URI Scheme</a>. August 2012. Informational. URL: <a href="https://tools.ietf.org/html/rfc6694">https://tools.ietf.org/html/rfc6694</a>
</dd><dt id="biblio-rfc7230"><a class="self-link" href="references.html#biblio-rfc7230"></a>[RFC7230]
</dt><dd>R. Fielding, Ed.; J. Reschke, Ed.. <a href="https://tools.ietf.org/html/rfc7230">Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing</a>. June 2014. Proposed Standard. URL: <a href="https://tools.ietf.org/html/rfc7230">https://tools.ietf.org/html/rfc7230</a>
</dd><dt id="biblio-rfc7231"><a class="self-link" href="references.html#biblio-rfc7231"></a>[RFC7231]
</dt><dd>R. Fielding, Ed.; J. Reschke, Ed.. <a href="https://tools.ietf.org/html/rfc7231">Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</a>. June 2014. Proposed Standard. URL: <a href="https://tools.ietf.org/html/rfc7231">https://tools.ietf.org/html/rfc7231</a>
</dd><dt id="biblio-rfc7232"><a class="self-link" href="references.html#biblio-rfc7232"></a>[RFC7232]
</dt><dd>R. Fielding, Ed.; J. Reschke, Ed.. <a href="https://tools.ietf.org/html/rfc7232">Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests</a>. June 2014. Proposed Standard. URL: <a href="https://tools.ietf.org/html/rfc7232">https://tools.ietf.org/html/rfc7232</a>
</dd><dt id="biblio-rfc7234"><a class="self-link" href="references.html#biblio-rfc7234"></a>[RFC7234]
</dt><dd>R. Fielding, Ed.; M. Nottingham, Ed.; J. Reschke, Ed.. <a href="https://tools.ietf.org/html/rfc7234">Hypertext Transfer Protocol (HTTP/1.1): Caching</a>. June 2014. Proposed Standard. URL: <a href="https://tools.ietf.org/html/rfc7234">https://tools.ietf.org/html/rfc7234</a>
</dd><dt id="biblio-rfc7303"><a class="self-link" href="references.html#biblio-rfc7303"></a>[RFC7303]
</dt><dd>H. Thompson; C. Lilley. <a href="https://tools.ietf.org/html/rfc7303">XML Media Types</a>. July 2014. Proposed Standard. URL: <a href="https://tools.ietf.org/html/rfc7303">https://tools.ietf.org/html/rfc7303</a>
</dd><dt id="biblio-rfc7595"><a class="self-link" href="references.html#biblio-rfc7595"></a>[RFC7595]
</dt><dd>D. Thaler, Ed.; T. Hansen; T. Hardie. <a href="https://tools.ietf.org/html/rfc7595">Guidelines and Registration Procedures for URI Schemes</a>. June 2015. Best Current Practice. URL: <a href="https://tools.ietf.org/html/rfc7595">https://tools.ietf.org/html/rfc7595</a>
</dd><dt id="biblio-selectors-4"><a class="self-link" href="references.html#biblio-selectors-4"></a>[SELECTORS-4]
</dt><dd>Selectors Level 4 URL: <a href="http://www.w3.org/TR/selectors4/">http://www.w3.org/TR/selectors4/</a>
</dd><dt id="biblio-service-workers"><a class="self-link" href="references.html#biblio-service-workers"></a>[SERVICE-WORKERS]
</dt><dd>Alex Russell; Jungkee Song; Jake Archibald. <a href="http://www.w3.org/TR/service-workers/">Service Workers</a>. 25 June 2015. WD. URL: <a href="http://www.w3.org/TR/service-workers/">http://www.w3.org/TR/service-workers/</a>
</dd><dt id="biblio-touch-events"><a class="self-link" href="references.html#biblio-touch-events"></a>[TOUCH-EVENTS]
</dt><dd>Doug Schepers; et al. <a href="http://www.w3.org/TR/touch-events/">Touch Events</a>. 10 October 2013. REC. URL: <a href="http://www.w3.org/TR/touch-events/">http://www.w3.org/TR/touch-events/</a>
</dd><dt id="biblio-typedarray"><a class="self-link" href="references.html#biblio-typedarray"></a>[TYPEDARRAY]
</dt><dd>David Herman; Kenneth Russell. <a href="https://www.khronos.org/registry/typedarray/specs/latest/">Typed Array Specification</a>. 26 June 2013. Khronos Working Draft. URL: <a href="https://www.khronos.org/registry/typedarray/specs/latest/">https://www.khronos.org/registry/typedarray/specs/latest/</a>
</dd><dt id="biblio-uievents"><a class="self-link" href="references.html#biblio-uievents"></a>[UIEVENTS]
</dt><dd>Gary Kacmarcik; Travis Leithead. <a href="http://www.w3.org/TR/uievents/">UI Events Specification</a>. 15 December 2015. WD. URL: <a href="http://www.w3.org/TR/uievents/">http://www.w3.org/TR/uievents/</a>
</dd><dt id="biblio-url"><a class="self-link" href="references.html#biblio-url"></a>[URL]
</dt><dd>Anne van Kesteren; Sam Ruby. <a href="http://www.w3.org/TR/url-1/">URL</a>. 9 December 2014. WD. URL: <a href="http://www.w3.org/TR/url-1/">http://www.w3.org/TR/url-1/</a>
</dd><dt id="biblio-wai-aria"><a class="self-link" href="references.html#biblio-wai-aria"></a>[WAI-ARIA]
</dt><dd>James Craig; Michael Cooper; et al. <a href="http://www.w3.org/TR/wai-aria/">Accessible Rich Internet Applications (WAI-ARIA) 1.0</a>. 20 March 2014. REC. URL: <a href="http://www.w3.org/TR/wai-aria/">http://www.w3.org/TR/wai-aria/</a>
</dd><dt id="biblio-wai-aria-implementation"><a class="self-link" href="references.html#biblio-wai-aria-implementation"></a>[WAI-ARIA-IMPLEMENTATION]
</dt><dd>Joseph Scheuhammer; Michael Cooper. <a href="http://www.w3.org/TR/wai-aria-implementation/">WAI-ARIA 1.0 User Agent Implementation Guide</a>. 20 March 2014. REC. URL: <a href="http://www.w3.org/TR/wai-aria-implementation/">http://www.w3.org/TR/wai-aria-implementation/</a>
</dd><dt id="biblio-websockets"><a class="self-link" href="references.html#biblio-websockets"></a>[WEBSOCKETS]
</dt><dd>Ian Hickson. <a href="http://www.w3.org/TR/websockets/">The WebSocket API</a>. 20 September 2012. CR. URL: <a href="http://www.w3.org/TR/websockets/">http://www.w3.org/TR/websockets/</a>
</dd><dt id="biblio-webstorage"><a class="self-link" href="references.html#biblio-webstorage"></a>[WEBSTORAGE]
</dt><dd>Ian Hickson. <a href="http://www.w3.org/TR/webstorage/">Web Storage (Second Edition)</a>. 26 November 2015. PR. URL: <a href="http://www.w3.org/TR/webstorage/">http://www.w3.org/TR/webstorage/</a>
</dd><dt id="biblio-workers"><a class="self-link" href="references.html#biblio-workers"></a>[WORKERS]
</dt><dd>Ian Hickson. <a href="http://www.w3.org/TR/workers/">Web Workers</a>. 24 September 2015. WD. URL: <a href="http://www.w3.org/TR/workers/">http://www.w3.org/TR/workers/</a>
</dd><dt id="biblio-worklets-1"><a class="self-link" href="references.html#biblio-worklets-1"></a>[WORKLETS-1]
</dt><dd>Worklets Level 1 URL: <a href="https://drafts.css-houdini.org/worklets/">https://drafts.css-houdini.org/worklets/</a>
</dd><dt id="biblio-xml"><a class="self-link" href="references.html#biblio-xml"></a>[XML]
</dt><dd>Tim Bray; et al. <a href="http://www.w3.org/TR/xml">Extensible Markup Language (XML) 1.0 (Fifth Edition)</a>. 26 November 2008. REC. URL: <a href="http://www.w3.org/TR/xml">http://www.w3.org/TR/xml</a>
</dd><dt id="biblio-xml-names"><a class="self-link" href="references.html#biblio-xml-names"></a>[XML-NAMES]
</dt><dd>Tim Bray; et al. <a href="http://www.w3.org/TR/xml-names">Namespaces in XML 1.0 (Third Edition)</a>. 8 December 2009. REC. URL: <a href="http://www.w3.org/TR/xml-names">http://www.w3.org/TR/xml-names</a>
</dd><dt id="biblio-xml-stylesheet"><a class="self-link" href="references.html#biblio-xml-stylesheet"></a>[XML-STYLESHEET]
</dt><dd>James Clark; Simon Pieters; Henry Thompson. <a href="http://www.w3.org/TR/xml-stylesheet">Associating Style Sheets with XML documents 1.0 (Second Edition)</a>. 28 October 2010. REC. URL: <a href="http://www.w3.org/TR/xml-stylesheet">http://www.w3.org/TR/xml-stylesheet</a>
</dd><dt id="biblio-xmlbase"><a class="self-link" href="references.html#biblio-xmlbase"></a>[XMLBASE]
</dt><dd>Jonathan Marsh. <a href="http://www.w3.org/TR/xmlbase/">XML Base (Second Edition)</a>. 28 January 2009. REC. URL: <a href="http://www.w3.org/TR/xmlbase/">http://www.w3.org/TR/xmlbase/</a>
</dd><dt id="biblio-xpath"><a class="self-link" href="references.html#biblio-xpath"></a>[XPATH]
</dt><dd>James Clark; Steven DeRose. <a href="http://www.w3.org/TR/xpath">XML Path Language (XPath) Version 1.0</a>. 16 November 1999. REC. URL: <a href="http://www.w3.org/TR/xpath">http://www.w3.org/TR/xpath</a>
</dd><dt id="biblio-xptr-xmlns"><a class="self-link" href="references.html#biblio-xptr-xmlns"></a>[XPTR-XMLNS]
</dt><dd>Steven DeRose; et al. <a href="http://www.w3.org/TR/xptr-xmlns/">XPointer xmlns() Scheme</a>. 25 March 2003. REC. URL: <a href="http://www.w3.org/TR/xptr-xmlns/">http://www.w3.org/TR/xptr-xmlns/</a>
</dd></dl><h3 class="no-num heading settled" id="informative"><span class="content">Informative References</span><a class="self-link" href="references.html#informative"></a></h3><dl>
<dt id="biblio-apng"><a class="self-link" href="references.html#biblio-apng"></a>[APNG]
</dt><dd><cite><a href="https://wiki.mozilla.org/APNG_Specification">APNG Specification</a></cite>. S. Parmenter, V. Vukicevic, A. Smith. Mozilla.
</dd><dt id="biblio-atag20"><a class="self-link" href="references.html#biblio-atag20"></a>[ATAG20]
</dt><dd>Jan Richards; Jeanne F Spellman; Jutta Treviranus. <a href="http://www.w3.org/TR/ATAG20/">Authoring Tool Accessibility Guidelines (ATAG) 2.0</a>. 24 September 2015. REC. URL: <a href="http://www.w3.org/TR/ATAG20/">http://www.w3.org/TR/ATAG20/</a>
</dd><dt id="biblio-bocu1"><a class="self-link" href="references.html#biblio-bocu1"></a>[BOCU1]
</dt><dd><cite><a href="http://www.unicode.org/notes/tn6/">UTN #6: BOCU-1: MIME-Compatible Unicode Compression</a></cite>, M. Scherer, M. Davis. Unicode Consortium.
</dd><dt id="biblio-cesu8"><a class="self-link" href="references.html#biblio-cesu8"></a>[CESU8]
</dt><dd><cite><a href="http://www.unicode.org/reports/tr26/">UTR #26: Compatibility Encoding Scheme For UTF-16: 8-BIT (CESU-8)</a></cite>, T. Phipps. Unicode Consortium.
</dd><dt id="biblio-computable"><a class="self-link" href="references.html#biblio-computable"></a>[COMPUTABLE]
</dt><dd><cite><a href="http://www.turingarchive.org/browse.php/B/12">On computable numbers, with an application to the Entscheidungsproblem</a></cite>, A. Turing. In <cite>Proceedings of the London Mathematical Society</cite>, series 2, volume 42, pages 230-265. London Mathematical Society, 1937.
</dd><dt id="biblio-cp50220"><a class="self-link" href="references.html#biblio-cp50220"></a>[CP50220]
</dt><dd><cite><a href="http://www.iana.org/assignments/charset-reg/CP50220">CP50220</a></cite>, Y. Naruse. IANA.
</dd><dt id="biblio-csp"><a class="self-link" href="references.html#biblio-csp"></a>[CSP]
</dt><dd>Brandon Sterne; Adam Barth. <a href="http://www.w3.org/TR/CSP1/">Content Security Policy 1.0</a>. 19 February 2015. NOTE. URL: <a href="http://www.w3.org/TR/CSP1/">http://www.w3.org/TR/CSP1/</a>
</dd><dt id="biblio-dot"><a class="self-link" href="references.html#biblio-dot"></a>[DOT]
</dt><dd><cite><a href="http://www.graphviz.org/content/dot-language">The DOT Language</a></cite>. Graphviz.
</dd><dt id="biblio-gif"><a class="self-link" href="references.html#biblio-gif"></a>[GIF]
</dt><dd><a href="http://www.w3.org/Graphics/GIF/spec-gif89a.txt">Graphics Interchange Format</a>. 31 July 1990. URL: <a href="http://www.w3.org/Graphics/GIF/spec-gif89a.txt">http://www.w3.org/Graphics/GIF/spec-gif89a.txt</a>
</dd><dt id="biblio-graphics"><a class="self-link" href="references.html#biblio-graphics"></a>[GRAPHICS]
</dt><dd><cite>Computer Graphics: Principles and Practice in C</cite>, Second Edition, J. Foley, A. van Dam, S. Feiner, J. Hughes. Addison-Wesley. ISBN 0-201-84840-6.
</dd><dt id="biblio-gregorian"><a class="self-link" href="references.html#biblio-gregorian"></a>[GREGORIAN]
</dt><dd><cite>Inter Gravissimas</cite>, A. Lilius, C. Clavius. Gregory XIII Papal Bull, February 1582.
</dd><dt id="biblio-http11"><a class="self-link" href="references.html#biblio-http11"></a>[HTTP11]
</dt><dd>R. Fielding, Ed.; J. Reschke, Ed.. <a href="https://tools.ietf.org/html/rfc7230">Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing</a>. June 2014. Proposed Standard. URL: <a href="https://tools.ietf.org/html/rfc7230">https://tools.ietf.org/html/rfc7230</a>
</dd><dt id="biblio-inbandtracks"><a class="self-link" href="references.html#biblio-inbandtracks"></a>[INBANDTRACKS]
</dt><dd><cite><a href="http://dev.w3.org/html5/html-sourcing-inband-tracks/">Sourcing In-band Media Resource Tracks from Media Containers into HTML</a> (URL: <a href="http://dev.w3.org/html5/html-sourcing-inband-tracks/">http://dev.w3.org/html5/html-sourcing-inband-tracks/</a>)</cite>, S. Pfeiffer, B. Lund. W3C.
</dd><dt id="biblio-iso8601"><a class="self-link" href="references.html#biblio-iso8601"></a>[ISO8601]
</dt><dd><cite>Representation of dates and times.</cite> International Organization for Standardization. 2004. ISO 8601:2004. URL: <a href="http://www.iso.org/iso/catalogue_detail?csnumber=40874">http://www.iso.org/iso/catalogue_detail?csnumber=40874</a>
</dd><dt id="biblio-npapi"><a class="self-link" href="references.html#biblio-npapi"></a>[NPAPI]
</dt><dd><cite><a href="https://developer.mozilla.org/en-US/Add-ons/Plugins/Gecko_Plugin_API_Reference">Gecko Plugin API Reference</a></cite>. Mozilla.
</dd><dt id="biblio-pdf"><a class="self-link" href="references.html#biblio-pdf"></a>[PDF]
</dt><dd><cite><a href="http://www.adobe.com/devnet/acrobat/pdfs/PDF32000_2008.pdf">Document management — Portable document format — Part 1: PDF</a></cite>. ISO.
</dd><dt id="biblio-pputf8"><a class="self-link" href="references.html#biblio-pputf8"></a>[PPUTF8]
</dt><dd><cite><a href="http://www.sw.it.aoyama.ac.jp/2012/pub/IUC11-UTF-8.pdf">The Properties and Promises of UTF-8</a></cite>, M. Dürst. University of Zürich. In <cite>Proceedings of the 11th International Unicode Conference</cite>.
</dd><dt id="biblio-ruby-uc"><a class="self-link" href="references.html#biblio-ruby-uc"></a>[RUBY-UC]
</dt><dd>Richard Ishida. <a href="http://www.w3.org/TR/ruby-use-cases/">Use Cases & Exploratory Approaches for Ruby Markup</a>. 8 October 2013. NOTE. URL: <a href="http://www.w3.org/TR/ruby-use-cases/">http://www.w3.org/TR/ruby-use-cases/</a>
</dd><dt id="biblio-scsu"><a class="self-link" href="references.html#biblio-scsu"></a>[SCSU]
</dt><dd><cite><a href="http://www.unicode.org/reports/tr6/">UTR #6: A Standard Compression Scheme For Unicode</a></cite>, M. Wolf, K. Whistler, C. Wicksteed, M. Davis, A. Freytag, M. Scherer. Unicode Consortium.
</dd><dt id="biblio-tor"><a class="self-link" href="references.html#biblio-tor"></a>[TOR]
</dt><dd><cite><a href="https://www.torproject.org/">Tor</a></cite>.
</dd><dt id="biblio-tzdatabase"><a class="self-link" href="references.html#biblio-tzdatabase"></a>[TZDATABASE]
</dt><dd><cite><a href="http://www.iana.org/time-zones">Time Zone Database</a></cite>. IANA.
</dd><dt id="biblio-uaag20"><a class="self-link" href="references.html#biblio-uaag20"></a>[UAAG20]
</dt><dd>James Allan; et al. <a href="http://www.w3.org/TR/UAAG20/">User Agent Accessibility Guidelines (UAAG) 2.0</a>. 15 December 2015. NOTE. URL: <a href="http://www.w3.org/TR/UAAG20/">http://www.w3.org/TR/UAAG20/</a>
</dd><dt id="biblio-unicode-security"><a class="self-link" href="references.html#biblio-unicode-security"></a>[UNICODE-SECURITY]
</dt><dd>Mark Davis; Michel Suignard. <a href="http://www.unicode.org/reports/tr36/">Unicode Security Considerations</a>. URL: <a href="http://www.unicode.org/reports/tr36/">http://www.unicode.org/reports/tr36/</a>
</dd><dt id="biblio-univchardet"><a class="self-link" href="references.html#biblio-univchardet"></a>[UNIVCHARDET]
</dt><dd><cite><a href="http://www-archive.mozilla.org/projects/intl/UniversalCharsetDetection.html">A composite approach to language/encoding detection</a></cite>, S. Li, K. Momoi. Netscape. In <cite>Proceedings of the 19th International Unicode Conference</cite>.
</dd><dt id="biblio-utf8det"><a class="self-link" href="references.html#biblio-utf8det"></a>[UTF8DET]
</dt><dd><cite><a href="http://www.w3.org/International/questions/qa-forms-utf-8">Multilingual form encoding</a></cite>, M. Dürst. W3C.
</dd><dt id="biblio-wcag"><a class="self-link" href="references.html#biblio-wcag"></a>[WCAG]
</dt><dd>Wendy Chisholm; Gregg Vanderheiden; Ian Jacobs. <a href="http://www.w3.org/TR/WAI-WEBCONTENT">Web Content Accessibility Guidelines 1.0</a>. 5 May 1999. REC. URL: <a href="http://www.w3.org/TR/WAI-WEBCONTENT">http://www.w3.org/TR/WAI-WEBCONTENT</a>
</dd><dt id="biblio-webvtt"><a class="self-link" href="references.html#biblio-webvtt"></a>[WEBVTT]
</dt><dd>Simon Pieters. <a href="http://www.w3.org/TR/webvtt1/">WebVTT: The Web Video Text Tracks Format</a>. 8 December 2015. WD. URL: <a href="http://www.w3.org/TR/webvtt1/">http://www.w3.org/TR/webvtt1/</a>
</dd><dt id="biblio-xmlentity"><a class="self-link" href="references.html#biblio-xmlentity"></a>[XMLENTITY]
</dt><dd>D. Carlisle; P. Ion.. <a href="http://www.w3.org/2003/entities/2007doc/">XML Entity Definitions for Characters</a>. WD. URL: <a href="http://www.w3.org/2003/entities/2007doc/">http://www.w3.org/2003/entities/2007doc/</a>
</dd><dt id="biblio-charmod"><a class="self-link" href="references.html#biblio-charmod"></a>[CHARMOD]
</dt><dd>Martin Dürst; et al. <a href="http://www.w3.org/TR/charmod/">Character Model for the World Wide Web 1.0: Fundamentals</a>. 15 February 2005. REC. URL: <a href="http://www.w3.org/TR/charmod/">http://www.w3.org/TR/charmod/</a>
</dd><dt id="biblio-css3-animations"><a class="self-link" href="references.html#biblio-css3-animations"></a>[CSS3-ANIMATIONS]
</dt><dd>Dean Jackson; et al. <a href="http://www.w3.org/TR/css3-animations/">CSS Animations</a>. 19 February 2013. WD. URL: <a href="http://www.w3.org/TR/css3-animations/">http://www.w3.org/TR/css3-animations/</a>
</dd><dt id="biblio-css3-transitions"><a class="self-link" href="references.html#biblio-css3-transitions"></a>[CSS3-TRANSITIONS]
</dt><dd>Dean Jackson; et al. <a href="http://www.w3.org/TR/css3-transitions/">CSS Transitions</a>. 19 November 2013. WD. URL: <a href="http://www.w3.org/TR/css3-transitions/">http://www.w3.org/TR/css3-transitions/</a>
</dd><dt id="biblio-html-polyglot"><a class="self-link" href="references.html#biblio-html-polyglot"></a>[HTML-POLYGLOT]
</dt><dd>Eliot Graff; Leif Halvard Silli. <a href="http://www.w3.org/TR/html-polyglot/">Polyglot Markup: A robust profile of the HTML5 vocabulary</a>. 29 September 2015. NOTE. URL: <a href="http://www.w3.org/TR/html-polyglot/">http://www.w3.org/TR/html-polyglot/</a>
</dd><dt id="biblio-html5-diff"><a class="self-link" href="references.html#biblio-html5-diff"></a>[HTML5-DIFF]
</dt><dd>Simon Pieters. <a href="http://www.w3.org/TR/html5-diff/">HTML5 Differences from HTML4</a>. 9 December 2014. NOTE. URL: <a href="http://www.w3.org/TR/html5-diff/">http://www.w3.org/TR/html5-diff/</a>
</dd><dt id="biblio-page-visibility"><a class="self-link" href="references.html#biblio-page-visibility"></a>[PAGE-VISIBILITY]
</dt><dd>Jatinder Mann; Arvind Jain. <a href="http://www.w3.org/TR/page-visibility/">Page Visibility (Second Edition)</a>. 29 October 2013. REC. URL: <a href="http://www.w3.org/TR/page-visibility/">http://www.w3.org/TR/page-visibility/</a>
</dd><dt id="biblio-rdfa-lite"><a class="self-link" href="references.html#biblio-rdfa-lite"></a>[RDFA-LITE]
</dt><dd>Manu Sporny. <a href="http://www.w3.org/TR/rdfa-lite/">RDFa Lite 1.1 - Second Edition</a>. 17 March 2015. REC. URL: <a href="http://www.w3.org/TR/rdfa-lite/">http://www.w3.org/TR/rdfa-lite/</a>
</dd><dt id="biblio-rfc1345"><a class="self-link" href="references.html#biblio-rfc1345"></a>[RFC1345]
</dt><dd>K. Simonsen. <a href="https://tools.ietf.org/html/rfc1345">Character Mnemonics and Character Sets</a>. June 1992. Informational. URL: <a href="https://tools.ietf.org/html/rfc1345">https://tools.ietf.org/html/rfc1345</a>
</dd><dt id="biblio-rfc1468"><a class="self-link" href="references.html#biblio-rfc1468"></a>[RFC1468]
</dt><dd>J. Murai; M. Crispin; E. van der Poel. <a href="https://tools.ietf.org/html/rfc1468">Japanese Character Encoding for Internet Messages</a>. June 1993. Informational. URL: <a href="https://tools.ietf.org/html/rfc1468">https://tools.ietf.org/html/rfc1468</a>
</dd><dt id="biblio-rfc1554"><a class="self-link" href="references.html#biblio-rfc1554"></a>[RFC1554]
</dt><dd>M. Ohta; K. Handa. <a href="https://tools.ietf.org/html/rfc1554">ISO-2022-JP-2: Multilingual Extension of ISO-2022-JP</a>. December 1993. Informational. URL: <a href="https://tools.ietf.org/html/rfc1554">https://tools.ietf.org/html/rfc1554</a>
</dd><dt id="biblio-rfc1557"><a class="self-link" href="references.html#biblio-rfc1557"></a>[RFC1557]
</dt><dd>U. Choi; K. Chon; H. Park. <a href="https://tools.ietf.org/html/rfc1557">Korean Character Encoding for Internet Messages</a>. December 1993. Informational. URL: <a href="https://tools.ietf.org/html/rfc1557">https://tools.ietf.org/html/rfc1557</a>
</dd><dt id="biblio-rfc1842"><a class="self-link" href="references.html#biblio-rfc1842"></a>[RFC1842]
</dt><dd>Y. Wei; et al. <a href="https://tools.ietf.org/html/rfc1842">ASCII Printable Characters-Based Chinese Character Encoding for Internet Messages</a>. August 1995. Informational. URL: <a href="https://tools.ietf.org/html/rfc1842">https://tools.ietf.org/html/rfc1842</a>
</dd><dt id="biblio-rfc1922"><a class="self-link" href="references.html#biblio-rfc1922"></a>[RFC1922]
</dt><dd>HF. Zhu; et al. <a href="https://tools.ietf.org/html/rfc1922">Chinese Character Encoding for Internet Messages</a>. March 1996. Informational. URL: <a href="https://tools.ietf.org/html/rfc1922">https://tools.ietf.org/html/rfc1922</a>
</dd><dt id="biblio-rfc2152"><a class="self-link" href="references.html#biblio-rfc2152"></a>[RFC2152]
</dt><dd>D. Goldsmith; M. Davis. <a href="https://tools.ietf.org/html/rfc2152">UTF-7 A Mail-Safe Transformation Format of Unicode</a>. May 1997. Informational. URL: <a href="https://tools.ietf.org/html/rfc2152">https://tools.ietf.org/html/rfc2152</a>
</dd><dt id="biblio-rfc2237"><a class="self-link" href="references.html#biblio-rfc2237"></a>[RFC2237]
</dt><dd>K. Tamaru. <a href="https://tools.ietf.org/html/rfc2237">Japanese Character Encoding for Internet Messages</a>. November 1997. Informational. URL: <a href="https://tools.ietf.org/html/rfc2237">https://tools.ietf.org/html/rfc2237</a>
</dd><dt id="biblio-rfc4287"><a class="self-link" href="references.html#biblio-rfc4287"></a>[RFC4287]
</dt><dd>M. Nottingham, Ed.; R. Sayre, Ed.. <a href="https://tools.ietf.org/html/rfc4287">The Atom Syndication Format</a>. December 2005. Proposed Standard. URL: <a href="https://tools.ietf.org/html/rfc4287">https://tools.ietf.org/html/rfc4287</a>
</dd><dt id="biblio-rfc4329"><a class="self-link" href="references.html#biblio-rfc4329"></a>[RFC4329]
</dt><dd>B. Hoehrmann. <a href="https://tools.ietf.org/html/rfc4329">Scripting Media Types</a>. April 2006. Informational. URL: <a href="https://tools.ietf.org/html/rfc4329">https://tools.ietf.org/html/rfc4329</a>
</dd><dt id="biblio-timezone"><a class="self-link" href="references.html#biblio-timezone"></a>[TIMEZONE]
</dt><dd>Addison Phillips; et al. <a href="http://www.w3.org/TR/timezone">Working with Time Zones</a>. 5 July 2011. NOTE. URL: <a href="http://www.w3.org/TR/timezone">http://www.w3.org/TR/timezone</a>
</dd><dt id="biblio-xslt"><a class="self-link" href="references.html#biblio-xslt"></a>[XSLT]
</dt><dd>James Clark. <a href="http://www.w3.org/TR/xslt">XSL Transformations (XSLT) Version 1.0</a>. 16 November 1999. REC. URL: <a href="http://www.w3.org/TR/xslt">http://www.w3.org/TR/xslt</a>
</dd></dl></section></main>
<nav class="prev_next"> — ← <a href="index.html#index"><span class="secno"></span> <span class="content">Index</span></a> — <a href="index.html#contents">Table of contents</a> →<a href="property-index.html#property-index"><span class="secno"></span> <span class="content">Property Index</span></a></nav></body></html>