Skip to content

Commit 84d24f8

Browse files
authored
Update GitHub schema
Closes GH-15. Closes GH-16. Reviewed-by: Christian Murphy <[email protected]>
1 parent 00af226 commit 84d24f8

File tree

1 file changed

+27
-8
lines changed

1 file changed

+27
-8
lines changed

lib/github.json

+27-8
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@
3535
"href": [
3636
"http",
3737
"https",
38-
"mailto"
38+
"mailto",
39+
"xmpp",
40+
"irc",
41+
"ircs"
3942
],
4043
"cite": [
4144
"http",
@@ -101,6 +104,18 @@
101104
"strike",
102105
"summary",
103106
"details",
107+
"caption",
108+
"figure",
109+
"figcaption",
110+
"abbr",
111+
"bdo",
112+
"cite",
113+
"dfn",
114+
"mark",
115+
"small",
116+
"span",
117+
"time",
118+
"wbr",
104119
"input"
105120
],
106121
"attributes": {
@@ -142,12 +157,16 @@
142157
"action",
143158
"align",
144159
"alt",
160+
"ariaDescribedBy",
161+
"ariaHidden",
162+
"ariaLabel",
163+
"ariaLabelledBy",
145164
"axis",
146165
"border",
147166
"cellPadding",
148167
"cellSpacing",
149168
"char",
150-
"charoff",
169+
"charOff",
151170
"charSet",
152171
"checked",
153172
"clear",
@@ -165,7 +184,7 @@
165184
"headers",
166185
"height",
167186
"hrefLang",
168-
"hspace",
187+
"hSpace",
169188
"isMap",
170189
"id",
171190
"label",
@@ -175,9 +194,9 @@
175194
"method",
176195
"multiple",
177196
"name",
178-
"nohref",
179-
"noshade",
180-
"nowrap",
197+
"noHref",
198+
"noShade",
199+
"noWrap",
181200
"open",
182201
"prompt",
183202
"readOnly",
@@ -198,9 +217,9 @@
198217
"title",
199218
"type",
200219
"useMap",
201-
"valign",
220+
"vAlign",
202221
"value",
203-
"vspace",
222+
"vSpace",
204223
"width",
205224
"itemProp"
206225
]

0 commit comments

Comments
 (0)