Compare commits

..

2 Commits

Author SHA1 Message Date
Kyo Nagashima
b095d6836f Version 0.22.1 2017-04-29 09:38:11 +09:00
Kyo Nagashima
709783ff3c Follow HTML5 spec update
See also: https://html.spec.whatwg.org/multipage/scripting.html#the-slot-element
2017-04-29 09:36:02 +09:00
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;
} }