mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
Follow CR-html5-20140429.
Now interactive elements are omitted from HTML5 and postponed to HTML 5.1. Stay tuned. See also: http://www.w3.org/TR/2014/CR-html5-20140429/ Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
This commit is contained in:
@@ -15,8 +15,5 @@ syn keyword cssTagName embed video audio source track
|
|||||||
" Forms
|
" Forms
|
||||||
syn keyword cssTagName datalist keygen output progress meter
|
syn keyword cssTagName datalist keygen output progress meter
|
||||||
|
|
||||||
" Interactive elements
|
|
||||||
syn keyword cssTagName details summary dialog
|
|
||||||
|
|
||||||
" Scripting
|
" Scripting
|
||||||
syn keyword cssTagName template canvas
|
syn keyword cssTagName template canvas
|
||||||
|
|||||||
@@ -602,9 +602,6 @@ keygen,
|
|||||||
output,
|
output,
|
||||||
progress,
|
progress,
|
||||||
meter,
|
meter,
|
||||||
details,
|
|
||||||
summary,
|
|
||||||
dialog,
|
|
||||||
template,
|
template,
|
||||||
canvas {
|
canvas {
|
||||||
display: auto;
|
display: auto;
|
||||||
|
|||||||
@@ -610,9 +610,6 @@
|
|||||||
output,
|
output,
|
||||||
progress,
|
progress,
|
||||||
meter,
|
meter,
|
||||||
details,
|
|
||||||
summary,
|
|
||||||
dialog,
|
|
||||||
template,
|
template,
|
||||||
canvas {
|
canvas {
|
||||||
display: auto;
|
display: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user