forked from w3c/csswg-drafts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreferences.json
More file actions
69 lines (69 loc) · 2.34 KB
/
references.json
File metadata and controls
69 lines (69 loc) · 2.34 KB
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
{
"CSS" : {
"href" : "http://www.w3.org/TR/CSS2/",
"title" : "CSS",
"authors" : ["Bert Bos", "Tantek Çelik", "Ian Hickson", "Håkon Wium Lie"],
"publisher" : "W3C"
},
"CSSOM" : {
"href" : "https://dvcs.w3.org/hg/csswg/raw-file/tip/cssom/Overview.html",
"title" : "CSS Object Model (CSSOM)",
"authors" : ["Glenn Adams", "Simon Pieters", "Shane Stephens", "Ian Hickson"],
"publisher" : "W3C"
},
"DOM" : {
"href" : "http://dom.spec.whatwg.org/",
"oldhref" : "http://www.w3.org/TR/domcore/",
"title" : "DOM",
"authors" : ["Anne van Kesteren", "Aryeh Gregor", "Ms2ger"],
"publisher" : "WHATWG"
},
"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"
},
"HTML" : {
"href" : "http://www.whatwg.org/specs/web-apps/current-work/multipage/",
"title" : "HTML",
"authors" : ["Ian Hickson"],
"publisher" : "WHATWG"
},
"RFC2119" : {
"href" : "http://tools.ietf.org/html/rfc2119",
"title" : "Key words for use in RFCs to Indicate Requirement Levels",
"authors" : ["Scott Bradner"],
"publisher" : "IETF"
},
"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"
},
"WEBIDL" :
{
"href" : "http://dev.w3.org/2006/webapi/WebIDL/",
"title" : "Web IDL",
"authors" : ["Cameron McCormack"],
"publisher" : "W3C"
},
"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"
},
"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"
}
}