From 84d24f86ab9bffabd9921f8fe21e73a5c0f92e6f Mon Sep 17 00:00:00 2001 From: Titus Date: Thu, 27 Jun 2019 09:09:14 +0200 Subject: [PATCH] Update GitHub schema Closes GH-15. Closes GH-16. Reviewed-by: Christian Murphy --- lib/github.json | 35 +++++++++++++++++++++++++++-------- 1 file changed, 27 insertions(+), 8 deletions(-) diff --git a/lib/github.json b/lib/github.json index c3f758f..27bdbb7 100644 --- a/lib/github.json +++ b/lib/github.json @@ -35,7 +35,10 @@ "href": [ "http", "https", - "mailto" + "mailto", + "xmpp", + "irc", + "ircs" ], "cite": [ "http", @@ -101,6 +104,18 @@ "strike", "summary", "details", + "caption", + "figure", + "figcaption", + "abbr", + "bdo", + "cite", + "dfn", + "mark", + "small", + "span", + "time", + "wbr", "input" ], "attributes": { @@ -142,12 +157,16 @@ "action", "align", "alt", + "ariaDescribedBy", + "ariaHidden", + "ariaLabel", + "ariaLabelledBy", "axis", "border", "cellPadding", "cellSpacing", "char", - "charoff", + "charOff", "charSet", "checked", "clear", @@ -165,7 +184,7 @@ "headers", "height", "hrefLang", - "hspace", + "hSpace", "isMap", "id", "label", @@ -175,9 +194,9 @@ "method", "multiple", "name", - "nohref", - "noshade", - "nowrap", + "noHref", + "noShade", + "noWrap", "open", "prompt", "readOnly", @@ -198,9 +217,9 @@ "title", "type", "useMap", - "valign", + "vAlign", "value", - "vspace", + "vSpace", "width", "itemProp" ]