remove duplicated attribute names

This commit is contained in:
Kyo Nagashima
2012-05-26 17:32:02 +09:00
parent 1be3fc610d
commit 9416edfb3b
2 changed files with 2 additions and 2 deletions

View File

@@ -104,6 +104,7 @@ HISTORY
* Add CSS Grid Layout features
* Add `gr` unit
* Follow spec updates
* Some minor bug fixes
### v0.4
@@ -112,7 +113,7 @@ HISTORY
* Fix a problem on media type and expression
* Add CSS Values and Units Module Level 3 features
* Follow spec updates
* Some minor big fixes
* Some minor bug fixes
### v0.3

View File

@@ -5,4 +5,3 @@ syn match cssUIProp contained "\<nav-\(index\|up\|right\|down\|left\)"
syn match cssUIProp contained "\<outline\(-\(color\|offset\|style\|width\)\)\="
syn match cssUIProp contained "\<text-overflow\>"
syn keyword cssUIAttr contained active inactive disabled root horizontal vertical clip ellipsis
syn match cssUIAttr contained "\<\(content\|border\)-box\>"