From 21be2c48e2d9390b1e661d6f12ac8d81afcf075b Mon Sep 17 00:00:00 2001 From: OGINO Masanori Date: Sun, 4 May 2014 18:18:13 +0900 Subject: [PATCH] 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 --- after/syntax/css/html5-elements.vim | 3 --- test/test.css | 3 --- test/test.html | 3 --- 3 files changed, 9 deletions(-) diff --git a/after/syntax/css/html5-elements.vim b/after/syntax/css/html5-elements.vim index 88f054e..6ccfc9d 100644 --- a/after/syntax/css/html5-elements.vim +++ b/after/syntax/css/html5-elements.vim @@ -15,8 +15,5 @@ syn keyword cssTagName embed video audio source track " Forms syn keyword cssTagName datalist keygen output progress meter -" Interactive elements -syn keyword cssTagName details summary dialog - " Scripting syn keyword cssTagName template canvas diff --git a/test/test.css b/test/test.css index b7a71d9..c8810ea 100644 --- a/test/test.css +++ b/test/test.css @@ -602,9 +602,6 @@ keygen, output, progress, meter, -details, -summary, -dialog, template, canvas { display: auto; diff --git a/test/test.html b/test/test.html index 769eb34..73869aa 100644 --- a/test/test.html +++ b/test/test.html @@ -610,9 +610,6 @@ output, progress, meter, - details, - summary, - dialog, template, canvas { display: auto;