Follow HTML5 spec update

See also: https://html.spec.whatwg.org/multipage/scripting.html#the-slot-element
This commit is contained in:
Kyo Nagashima
2017-04-29 09:36:02 +09:00
parent 0ce18a4fd7
commit 709783ff3c
3 changed files with 3 additions and 1 deletions

View File

@@ -1 +1 @@
syn keyword cssTagName picture rb rtc template syn keyword cssTagName picture rb rtc slot template

View File

@@ -818,6 +818,7 @@
picture, picture,
rb, rb,
rtc, rtc,
slot,
template { template {
display: auto; display: auto;
} }

View File

@@ -901,6 +901,7 @@
picture, picture,
rb, rb,
rtc, rtc,
slot,
template { template {
display: auto; display: auto;
} }