forked from whatwg/xref
-
Notifications
You must be signed in to change notification settings - Fork 1
/
references.json
621 lines (621 loc) · 19.2 KB
/
references.json
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
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
{
"ABOUT" :
{
"href" : "http://tools.ietf.org/html/draft-ietf-appsawg-about-uri-scheme",
"title" : "The 'about' URI scheme",
"authors" : ["Lachlan Hunt", "Mykyta Yevstifeyev"],
"publisher" : "IETF"
},
"ASCII": {
"title": "ASCII format for Network Interchange",
"href": "http://tools.ietf.org/html/rfc20",
"authors": ["Vint Cerf"],
"publisher": "IETF"
},
"BIDI":
{
"href": "http://www.unicode.org/reports/tr9/",
"title": "Unicode Bidirectional Algorithm",
"authors": ["Mark Davis"],
"publisher" : "Unicode Consortium"
},
"CONFUSED" : {
"href" : "http://www.cis.upenn.edu/~KeyKOS/ConfusedDeputy.html",
"title" : "The Confused Deputy",
"authors" : ["Norm Hardy"]
},
"COOKIES" :
{
"href" : "http://tools.ietf.org/html/rfc6265",
"title" : "HTTP State Management Mechanism",
"authors" : ["Adam Barth"],
"publisher" : "IETF"
},
"CORS" : {
"href" : "http://www.w3.org/TR/cors/",
"title" : "CORS (obsolete)",
"authors" : ["Anne van Kesteren"],
"publisher" : "W3C"
},
"FETCH" :
{
"href" : "https://fetch.spec.whatwg.org/",
"title" : "Fetch",
"authors" : ["Anne van Kesteren"],
"publisher" : "WHATWG"
},
"CSP" : {
"href" : "https://w3c.github.io/webappsec/specs/content-security-policy/",
"title" : "Content Security Policy",
"authors": ["Mike West", "Adam Barth", "Dan Veditz"],
"publisher" : "W3C"
},
"CSRF" :
{
"href" : "http://marc.info/?l=bugtraq&m=99263135911884&w=2",
"title": "Cross-Site Request Forgeries",
"authors": ["Peter Watkins"]
},
"CSS" : {
"href" : "http://www.w3.org/TR/CSS2/",
"title" : "CSS",
"authors" : ["Bert Bos", "Tantek Çelik", "Ian Hickson", "Håkon Wium Lie"],
"publisher" : "W3C"
},
"CSSBGB" :
{
"href" : "http://dev.w3.org/csswg/css-backgrounds/",
"title" : "CSS Backgrounds and Borders Module",
"authors" : ["Bert Bos", "Elika J. Etemad", "Brad Kemper"],
"publisher" : "W3C"
},
"CSSBOX" : {
"href" : "http://dev.w3.org/csswg/css-box/",
"title" : "CSS basic box model",
"authors" : ["Bert Bos", "Anton Prowse"],
"publisher" : "W3C"
},
"CSSCASCADE" : {
"href" : "http://dev.w3.org/csswg/css-cascade/",
"title" : "CSS Cascading and Inheritance",
"authors" : ["Håkon Wium Lie", "fantasai", "Tab Atkins Jr."]
},
"CSSCONDITIONAL" : {
"href" : "http://dev.w3.org/csswg/css-conditional/",
"title" : "CSS Conditional Rules Module",
"authors" : ["L. David Baron"]
},
"CSSDEVICEADAPT" : {
"href" : "http://dev.w3.org/csswg/css-device-adapt/",
"title" : "CSS Device Adaptation",
"authors" : ["Rune Lillesveen", "Øyvind Stenhaug", "Florian Rivoal"]
},
"CSSINTRINSIC" : {
"href" : "http://dbaron.org/css/intrinsic/",
"title" : "More Precise Definitions of Intrinsic Widths and Table Layout (Proposal)",
"authors" : ["L. David Baron"]
},
"CSSMULTICOL" : {
"href" : "http://dev.w3.org/csswg/css-multicol/",
"title" : "CSS Multi-column Layout Module",
"authors" : ["Håkon Wium Lie"],
"publisher" : "W3C"
},
"CSSNAMESPACES" :
{
"href" : "http://dev.w3.org/csswg/css-namespaces/",
"title" : "CSS Namespaces Module",
"authors" : ["Elika J. Etemad", "Anne van Kesteren"],
"publisher" : "W3C"
},
"CSSOM" :
{
"href" : "http://dev.w3.org/csswg/cssom/",
"title" : "CSS Object Model (CSSOM)",
"authors" : ["Simon Pieters", "Glenn Adams"],
"publisher" : "W3C"
},
"CSSOMVIEW" :
{
"href" : "http://dev.w3.org/csswg/cssom-view/",
"title" : "CSSOM View Module",
"authors" : ["Simon Pieters", "Glenn Adams"],
"publisher" : "W3C"
},
"CSSOMVALUES" :
{
"href" : "http://dev.w3.org/csswg/cssom-values/",
"title" : "CSSOM Values Module",
"authors" : ["Simon Pieters", "Glenn Adams"],
"publisher" : "W3C"
},
"CSSOVERFLOW" :
{
"href" : "http://dev.w3.org/csswg/css-overflow/",
"title" : "CSS Overflow Module",
"authors" : ["L. David Baron"],
"publisher" : "W3C"
},
"CSSPAGE" :
{
"href" : "http://dev.w3.org/csswg/css-page/",
"title" : "CSS Paged Media Module",
"authors" : ["Melinda Grant", "Håkon Wium Lie", "Elika J. Etemad", "Simon Sapin"],
"publisher" : "W3C"
},
"CSSSYNTAX" : {
"href" : "http://dev.w3.org/csswg/css-syntax/",
"title" : "CSS Syntax Module",
"authors" : ["Tab Atkins Jr."],
"publisher" : "W3C"
},
"CSSLIST" : {
"href" : "http://dev.w3.org/csswg/css-lists/",
"title" : "CSS Lists and Counters Module",
"authors" : ["Tab Atkins Jr."],
"publisher" : "W3C"
},
"CSSTRANSFORMS" : {
"href" : "http://dev.w3.org/csswg/css-transforms/",
"title" : "CSS Transforms",
"authors" : ["Simon Fraser", "Dean Jackson", "Edward O'Connor", "Dirk Schulze", "Aryeh Gregor"],
"publisher" : "W3C"
},
"CSSUI" : {
"href" : "http://dev.w3.org/csswg/css-ui/",
"title" : "CSS Basic User Interface Module",
"authors" : ["Tantek Çelik"],
"publisher" : "W3C"
},
"CSSVALUES" : {
"href" : "http://dev.w3.org/csswg/css-values/",
"title" : "CSS Values and Units Module",
"authors" : ["Håkon Wium Lie", "Tab Atkins Jr.", "Elika J. Etemad"],
"publisher" : "W3C"
},
"CSSVARIABLES" : {
"href" : "http://dev.w3.org/csswg/css-variables/",
"title" : "CSS Custom Properties for Cascading Variables Module",
"authors" : ["Tab Atkins Jr."],
"publisher" : "W3C"
},
"CSSWRITINGMODES" :
{
"href" : "http://dev.w3.org/csswg/css-writing-modes/",
"title" : "CSS Writing Modes Module",
"authors" : ["Elika J. Etemad", "Koji Ishii"],
"publisher" : "W3C"
},
"DATAURL" : {
"href" : "http://simonsapin.github.io/data-urls/",
"title" : "The data URL scheme",
"authors" : ["Simon Sapin"]
},
"DOCTYPE" : {
"href" : "https://hsivonen.fi/doctype/",
"title" : "Activating Browser Modes with Doctype",
"authors" : ["Henri Sivonen"]
},
"DOM2HTML" : {
"href" : "http://www.w3.org/TR/DOM-Level-2-HTML/",
"title" : "Document Object Model (DOM) Level 2 HTML Specification",
"authors" : ["Johnny Stenback", "Philippe Le Hégaret", "Arnaud Le Hors"],
"publisher" : "W3C"
},
"DOM2STYLE" : {
"href" : "http://www.w3.org/TR/DOM-Level-2-Style/",
"title" : "Document Object Model (DOM) Level 2 Style Specification",
"authors" : ["Chris Wilson", "Philippe Le Hégaret", "Vidur Apparao"],
"publisher" : "W3C"
},
"DOM2TR" : {
"href" : "http://www.w3.org/TR/DOM-Level-2-Traversal-Range/",
"title" : "Document Object Model (DOM) Level 2 Traversal and Range Specification",
"authors" : ["Joe Kesselman", "Jonathan Robie", "Mike Champion", "Peter Sharpe", "Vidur Apparao", "Lauren Wood"],
"publisher" : "W3C"
},
"DOM3CORE" :
{
"href" : "http://www.w3.org/TR/DOM-Level-3-Core/",
"title" : "Document Object Model (DOM) Level 3 Core Specification",
"authors" : ["Arnaud Le Hors", "Philippe Le Hégaret", "Lauren Wood", "Gavin Nicol", "Jonathan Robie", "Mike Champion", "Steve Byrne"],
"publisher" : "W3C"
},
"DOM3EVENTS" :
{
"href" : "https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3-Events.html",
"title" : "Document Object Model (DOM) Level 3 Events Specification",
"authors" : ["Gary Kacmarcik", "Travis Leithead"],
"publisher" : "W3C"
},
"DOM" :
{
"href" : "https://dom.spec.whatwg.org/",
"oldhref" : "http://www.w3.org/TR/domcore/",
"title" : "DOM",
"authors" : ["Anne van Kesteren", "Aryeh Gregor", "Ms2ger"],
"publisher" : "WHATWG"
},
"DOMPS" :
{
"href" : "https://dvcs.w3.org/hg/innerhtml/raw-file/tip/index.html",
"title" : "DOM Parsing and Serialization",
"authors" : ["Travis Leithead"],
"publisher" : "W3C"
},
"ECMASCRIPT" :
{
"href" : "http://www.ecma-international.org/publications/standards/Ecma-262.htm",
"title" : "ECMAScript Language Specification",
"publisher" : "ECMA"
},
"EDITING" :
{
"href" : "http://dvcs.w3.org/hg/editing/raw-file/tip/editing.html",
"title" : "HTML Editing APIs",
"authors" : ["Aryeh Gregor"]
},
"ELEMENTTRAVERSAL" : {
"href" : "http://www.w3.org/TR/ElementTraversal/",
"title" : "Element Traversal Specification",
"authors" : ["Doug Schepers"],
"publisher" : "W3C"
},
"ENCODING" : {
"href" : "https://encoding.spec.whatwg.org/",
"title" : "Encoding",
"authors" : ["Anne van Kesteren"],
"publisher" : "WHATWG"
},
"EVENTSOURCE" :
{
"href" : "http://dev.w3.org/html5/eventsource/",
"title" : "Server-Sent Events",
"authors" : ["Ian Hickson"],
"publisher" : "W3C"
},
"ES6" :
{
"href" : "http://people.mozilla.org/~jorendorff/es6-draft.html",
"title" : "ECMA-262 6th Edition / Draft",
"publisher" : "ECMA / Jason Orendorff"
},
"FILEAPI" :
{
"href" : "http://dev.w3.org/2006/webapi/FileAPI/",
"title" : "File API",
"authors" : ["Arun Ranganathan", "Jonas Sicking"],
"publisher" : "W3C"
},
"FTP": {
"title": "File Transfer Protocol",
"href": "http://tools.ietf.org/html/rfc959",
"authors": ["J. Postel", "J. Reynolds"],
"publisher": "IETF"
},
"GEOMETRY": {
"title": "Geometry Interfaces Module",
"href": "http://dev.w3.org/fxtf/geometry/",
"authors": ["Simon Pieters", "Dirk Schulze", "Rik Cabanier"],
"publisher": "W3C"
},
"HSTS" : {
"title" : "HTTP Strict Transport Security",
"href" : "http://tools.ietf.org/html/rfc6797",
"authors" : ["Jeff Hodges", "Collin Jackson", "Adam Barth"],
"publisher" : "IETF"
},
"HTML" :
{
"href" : "https://html.spec.whatwg.org/multipage/",
"title" : "HTML",
"authors" : ["Ian Hickson"],
"publisher" : "WHATWG"
},
"HTML4" : {
"href" : "http://www.w3.org/TR/html4/",
"title" : "HTML 4.01 Specification",
"authors" : ["Dave Raggett", "Arnaud Le Hors", "Ian Jacobs"],
"publisher" : "W3C"
},
"HTML5" : {
"href" : "http://www.w3.org/html/wg/drafts/html/CR/",
"title" : "HTML5",
"authors" : ["Robin Berjon", "Steve Faulkner", "Travis Leithead", "Erika Doyle Navara", "Edward O'Connor", "Silvia Pfeiffer"],
"publisher" : "W3C"
},
"HTML5NIGHTLY" : {
"href" : "http://www.w3.org/html/wg/drafts/html/master/",
"title" : "HTML 5.1 Nightly",
"authors" : ["Robin Berjon", "Steve Faulkner", "Travis Leithead", "Erika Doyle Navara", "Edward O'Connor", "Silvia Pfeiffer"],
"publisher" : "W3C"
},
"HTTP" :
{
"href" : "http://tools.ietf.org/html/rfc2616",
"title" : "Hypertext Transfer Protocol -- HTTP/1.1",
"authors" : ["Roy Fielding", "James Gettys", "Jeffrey Mogul", "Henrik Frystyk", "Larry Masinter", "Paul Leach", "Tim Berners-Lee"],
"publisher" : "IETF"
},
"HTTPAUTH" :
{
"href" : "http://tools.ietf.org/html/rfc2617",
"title" : "HTTP Authentication: Basic and Digest Access Authentication",
"authors" : ["J. Franks", "Phillip Hallam-Baker", "J. Hostetler", "S. Lawrence", "Paul Leach", "A. Luotonen", "L. Stewart"],
"publisher" : "IETF"
},
"HTTPVERBSEC":
[{
"href": "http://www.kb.cert.org/vuls/id/867593",
"title": "Multiple vendors' web servers enable HTTP TRACE method by default",
"publisher": "US-CERT"
},
{
"href": "http://www.kb.cert.org/vuls/id/288308",
"title": "Microsoft Internet Information Server (IIS) vulnerable to cross-site scripting via HTTP TRACK method",
"publisher": "US-CERT"
},
{
"href": "http://www.kb.cert.org/vuls/id/150227",
"title": "HTTP proxy default configurations allow arbitrary TCP connections",
"publisher": "US-CERT"
}],
"IANACHARSET" :
{
"href": "http://www.iana.org/assignments/character-sets",
"title": "Character Sets",
"publisher": "IANA"
},
"IDNA": {
"title": "Unicode IDNA Compatibility Processing",
"href": "http://www.unicode.org/reports/tr46/",
"publisher":"Unicode Consortium",
"authors": ["Mark Davis", "Michel Suignard"]
},
"IPV6": {
"title": "IP Version 6 Addressing Architecture",
"href": "http://tools.ietf.org/html/rfc4291",
"authors": ["R. Hinden", "Steve Deering"],
"publisher": "IETF"
},
"IPV6TEXT": {
"title": "A Recommendation for IPv6 Address Text Representation",
"href": "http://tools.ietf.org/html/rfc5952",
"authors": ["S. Kawamura", "M. Kawashima"],
"publisher": "IETF"
},
"IRI" :
{
"href" : "http://tools.ietf.org/html/rfc3987",
"title" : "Internationalized Resource Identifiers (IRIs)",
"authors" : ["Martin Dürst", "Michel Suignard"],
"publisher" : "IETF"
},
"JSONP" : {
"href" : "http://bob.pythonmac.org/archives/2005/12/05/remote-json-jsonp/",
"title" : "JSONP",
"authors": ["Bob Ippolito"]
},
"LANG":
{
"href" : "http://tools.ietf.org/html/bcp47",
"title": "Tags for Identifying Languages; Matching of Language Tags",
"authors": ["Addison Phillips", "Mark Davis"],
"publisher": "IETF"
},
"MATHML" :
{
"href" : "http://www.w3.org/TR/MathML/",
"title" : "Mathematical Markup Language (MathML)",
"authors" : ["David Carlisle", "Patrick Ion", "Robert Miner"],
"publisher" : "W3C"
},
"MIMESNIFF" :
{
"href": "https://mimesniff.spec.whatwg.org/",
"title": "MIME Sniffing",
"authors": ["Gordon P. Hemsley"],
"publisher": "WHATWG"
},
"MIMETYPE" :
{
"href" : "http://tools.ietf.org/html/rfc2046",
"title" : "Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types",
"authors" : ["Ned Freed", "Nathaniel Borenstein"],
"publisher" : "IETF"
},
"MIX" : {
"href" : "https://w3c.github.io/webappsec/specs/mixedcontent/",
"title" : "Mixed Content",
"authors" : ["Mike West"],
"publisher" : "W3C"
},
"OAUTH" : {
"href" : "http://tools.ietf.org/html/rfc5849",
"title" : "The OAuth 1.0 Protocol",
"authors" : ["Eran Hammer-Lahav"],
"publisher" : "IETF"
},
"ORIGIN" :
{
"href" : "http://tools.ietf.org/html/rfc6454",
"title" : "The Web Origin Concept",
"authors" : ["Adam Barth"],
"publisher" : "IETF"
},
"PROMGUIDE" :
{
"href" : "http://www.w3.org/2001/tag/doc/promises-guide",
"title" : "Writing Promise-Using Specifications",
"authors" : [ "Domenic Denicola" ],
"publisher" : "W3C"
},
"PSL" : {
"href" : "http://publicsuffix.org/",
"title" : "Public Suffix List",
"publisher" : "Mozilla"
},
"REFERRER" : {
"href" : "https://w3c.github.io/webappsec/specs/referrer-policy/",
"title" : "Referrer Policy",
"authors" : ["Jochen Eisinger", "Mike West"],
"publisher" : "W3C"
},
"RFC2119" :
{
"href" : "http://tools.ietf.org/html/rfc2119",
"title" : "Key words for use in RFCs to Indicate Requirement Levels",
"authors" : ["Scott Bradner"],
"publisher" : "IETF"
},
"RFC2781": {
"title": "UTF-16, an encoding of ISO 10646",
"href": "http://tools.ietf.org/html/rfc2781",
"authors": ["Paul Hoffman", "Francois Yergeau"],
"publisher": "IETF"
},
"RFC2388": {
"title": "Returning Values from Forms: multipart/form-data",
"href": "http://tools.ietf.org/html/rfc2388",
"authors": ["L. Masinter"],
"publisher": "IETF"
},
"RFC3023": {
"title": "XML Media Types",
"href": "http://tools.ietf.org/html/rfc3023",
"authors": ["M. Murata", "S. St. Laurent", "D. Kohn"],
"publisher": "IETF"
},
"SECCONTSNIFF" : {
"href" : "http://www.adambarth.com/papers/2009/barth-caballero-song.pdf",
"title" : "Secure Content Sniffing for Web Browsers, or How to Stop Papers from Reviewing Themselves",
"authors" : ["Adam Barth", "Juan Caballero", "Dawn Song"]
},
"SELECTORS" : {
"href" : "http://dev.w3.org/csswg/selectors/",
"title" : "Selectors",
"authors" : ["Elika J. Etemad", "Tab Atkins Jr."],
"publisher" : "W3C"
},
"SELECTORSAPI" : {
"href" : "http://dev.w3.org/2006/webapi/selectors-api2/",
"title" : "Selectors API Level 2",
"authors" : ["Lachlan Hunt"],
"publisher" : "W3C"
},
"SW" : {
"href" : "https://slightlyoff.github.io/ServiceWorker/spec/service_worker/",
"title" : "Service Workers",
"authors" : ["Alex Russell", "Jungkee Song"],
"publisher" : "W3C"
},
"SVG" :
{
"href" : "http://www.w3.org/TR/SVG/",
"title" : "Scalable Vector Graphics (SVG)",
"authors" : ["O. Andersson", "R. Berjon", "E. Dahlström", "A. Emmons",
"J. Ferraiolo", "A. Grasso", "V. Hardy", "S. Hayman",
"D. Jackson", "C. Lilley", "C. McCormack", "A. Neumann",
"C. Northway", "A. Quint", "N. Ramani", "Doug Schepers",
"A. Shellshear"],
"publisher" : "W3C"
},
"TLS": {
"title": "The Transport Layer Security (TLS) Protocol Version 1.2",
"href": "http://tools.ietf.org/html/rfc5246",
"authors": ["T. Dierks", "E. Rescorla"],
"publisher": "IETF"
},
"TYPEDARRAY" : {
"title": "Typed Array",
"href": "http://www.khronos.org/registry/typedarray/specs/latest/",
"authors": ["David Herman", "Kenneth Russel"],
"publisher": "Khronos"
},
"UIEVENTS" : {
"href" : "https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm",
"title" : "UI Events",
"authors" : ["Gary Kacmarcik", "Travis Leithead"],
"publisher" : "W3C"
},
"UNICODE" : {
"href" : "http://www.unicode.org/versions/latest/",
"title" : "Unicode Standard",
"publisher" : "Unicode Consortium"
},
"URI" :
{
"href" : "http://tools.ietf.org/html/rfc3986",
"title" : "Uniform Resource Identifier (URI): Generic Syntax",
"authors" : ["Tim Berners-Lee", "Roy Fielding", "Larry Masinter"],
"publisher" : "IETF"
},
"URL" :
{
"href": "https://url.spec.whatwg.org/",
"title": "URL",
"authors": ["Anne van Kesteren"],
"publisher": "WHATWG"
},
"VIBRATION" :
{
"href": "http://dev.w3.org/2009/dap/vibration/",
"title" : "Vibration API",
"authors" : ["Anssi Kostiainen"],
"publisher" : "W3C"
},
"WEBIDL" :
{
"href" : "http://heycam.github.io/webidl/",
"title" : "Web IDL",
"authors" : ["Cameron McCormack"],
"publisher" : "W3C"
},
"XBL" :
{
"href" : "http://dev.w3.org/2006/xbl2/",
"title" : "XBL",
"authors" : ["Ian Hickson"],
"publisher" : "W3C"
},
"XHR" :
{
"href" : "https://xhr.spec.whatwg.org/",
"title" : "XMLHttpRequest",
"authors" : ["Anne van Kesteren"],
"publisher" : "WHATWG"
},
"XHTML1" : {
"href" : "http://www.w3.org/TR/xhtml11/",
"title" : "XHTML™ 1.1 - Module-based XHTML - Second Edition",
"authors" : ["Murray Altheim", "Shane McCarron"]
},
"XML" :
{
"href" : "http://www.w3.org/TR/xml/",
"title" : "Extensible Markup Language",
"authors" : ["Tim Bray", "Jean Paoli", "C. M. Sperberg-McQueen", "Eve Maler", "François Yergeau"],
"publisher" : "W3C"
},
"XMLID" :
{
"href" : "http://www.w3.org/TR/xml-id/",
"title" : "xml:id",
"authors" : ["Jonathan Marsh", "Daniel Veillard", "Norman Walsh"],
"publisher" : "W3C"
},
"XMLNS" :
{
"href" : "http://www.w3.org/TR/xml-names/",
"title" : "Namespaces in XML",
"authors" : ["Tim Bray", "Dave Hollander", "Andrew Layman", "Richard Tobin", "Henry S. Thompson"],
"publisher" : "W3C"
},
"XMLSS" :
{
"href" : "http://www.w3.org/TR/xml-stylesheet/",
"title" : "Associating Style Sheets with XML documents 1.0 (Second Edition)",
"authors" : ["James Clark", "Simon Pieters", "Henry S. Thompson"],
"publisher" : "W3C"
}
}