Skip to content

Commit

Permalink
Regenerate
Browse files Browse the repository at this point in the history
* New global attributes: `is`, `slot`.
* New element: `slot`, with attributes: `name`;
* New on `a`, `area`, `iframe`, `img`, `link`: `referrerpolicy`;
* New on `iframe`: `allowusermedia`;
* New on `link`, `script`: `integrity`;
* New on `link`: `as`, nonce`;
* New on `video`: `playsinline`.
  • Loading branch information
wooorm committed Nov 7, 2016
1 parent 84b3099 commit 55d854c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@
"dropzone",
"hidden",
"id",
"is",
"itemid",
"itemprop",
"itemref",
"itemscope",
"itemtype",
"lang",
"slot",
"spellcheck",
"style",
"tabindex",
Expand Down Expand Up @@ -109,6 +111,7 @@
"hreflang",
"name",
"ping",
"referrerpolicy",
"rel",
"rev",
"shape",
Expand All @@ -123,6 +126,7 @@
"hreflang",
"nohref",
"ping",
"referrerpolicy",
"rel",
"shape",
"target",
Expand Down Expand Up @@ -185,12 +189,14 @@
"iframe": [
"align",
"allowfullscreen",
"allowusermedia",
"frameborder",
"height",
"longdesc",
"marginheight",
"marginwidth",
"name",
"referrerpolicy",
"sandbox",
"scrolling",
"src",
Expand All @@ -207,6 +213,7 @@
"ismap",
"longdesc",
"name",
"referrerpolicy",
"sizes",
"src",
"srcset",
Expand Down Expand Up @@ -325,11 +332,15 @@
"vlink"
],
"link": [
"as",
"charset",
"crossorigin",
"href",
"hreflang",
"integrity",
"media",
"nonce",
"referrerpolicy",
"rel",
"rev",
"sizes",
Expand All @@ -341,6 +352,7 @@
"charset",
"crossorigin",
"defer",
"integrity",
"language",
"nonce",
"src",
Expand Down Expand Up @@ -497,6 +509,7 @@
"loop",
"mediagroup",
"muted",
"playsinline",
"poster",
"preload",
"src",
Expand Down Expand Up @@ -568,5 +581,8 @@
],
"dialog": [
"open"
],
"slot": [
"name"
]
}

0 comments on commit 55d854c

Please sign in to comment.