Skip to content

Commit

Permalink
Update GitHub schema
Browse files Browse the repository at this point in the history
Closes GH-15.
Closes GH-16.

Reviewed-by: Christian Murphy <christian.murphy.42@gmail.com>
  • Loading branch information
wooorm authored Jun 27, 2019
1 parent 00af226 commit 84d24f8
Showing 1 changed file with 27 additions and 8 deletions.
35 changes: 27 additions & 8 deletions lib/github.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@
"href": [
"http",
"https",
"mailto"
"mailto",
"xmpp",
"irc",
"ircs"
],
"cite": [
"http",
Expand Down Expand Up @@ -101,6 +104,18 @@
"strike",
"summary",
"details",
"caption",
"figure",
"figcaption",
"abbr",
"bdo",
"cite",
"dfn",
"mark",
"small",
"span",
"time",
"wbr",
"input"
],
"attributes": {
Expand Down Expand Up @@ -142,12 +157,16 @@
"action",
"align",
"alt",
"ariaDescribedBy",
"ariaHidden",
"ariaLabel",
"ariaLabelledBy",
"axis",
"border",
"cellPadding",
"cellSpacing",
"char",
"charoff",
"charOff",
"charSet",
"checked",
"clear",
Expand All @@ -165,7 +184,7 @@
"headers",
"height",
"hrefLang",
"hspace",
"hSpace",
"isMap",
"id",
"label",
Expand All @@ -175,9 +194,9 @@
"method",
"multiple",
"name",
"nohref",
"noshade",
"nowrap",
"noHref",
"noShade",
"noWrap",
"open",
"prompt",
"readOnly",
Expand All @@ -198,9 +217,9 @@
"title",
"type",
"useMap",
"valign",
"vAlign",
"value",
"vspace",
"vSpace",
"width",
"itemProp"
]
Expand Down

0 comments on commit 84d24f8

Please sign in to comment.