Skip to content

Commit 99583cc

Browse files
committed
Follow changes in CR-css-backgrounds-3-20171017
No changes, but renamed, see also: http://www.w3.org/TR/2017/CR-css-backgrounds-3-20171017/
1 parent af13585 commit 99583cc

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
" TODO: create cssBackgroundProp group and cssBackgroundAttr group
21
syn match cssFontProp contained "\<background-\(clip\|origin\|size\)\>"
32
syn match cssFontProp contained "\<border-image\(-\(source\|slice\|width\|outset\|repeat\)\)\=\>"
43
syn match cssFontProp contained "\<border-\(\(top-right\|bottom-right\|bottom-left\|top-left\)-\)\=radius\>"

after/syntax/html.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
syn include @htmlCss syntax/css/compositing-1.vim
22
syn include @htmlCss syntax/css/css-align-3.vim
3+
syn include @htmlCss syntax/css/css-backgrounds-3.vim
34
syn include @htmlCss syntax/css/css-backgrounds-4.vim
45
syn include @htmlCss syntax/css/css-break-3.vim
56
syn include @htmlCss syntax/css/css-cascade-3.vim
@@ -53,7 +54,6 @@ syn include @htmlCss syntax/css/css-variables-1.vim
5354
syn include @htmlCss syntax/css/css-will-change-1.vim
5455
syn include @htmlCss syntax/css/css-writing-modes-3.vim
5556
syn include @htmlCss syntax/css/css3-animations.vim
56-
syn include @htmlCss syntax/css/css3-background.vim
5757
syn include @htmlCss syntax/css/css3-box.vim
5858
syn include @htmlCss syntax/css/css3-color.vim
5959
syn include @htmlCss syntax/css/css3-conditional.vim

test/test.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
animation-timing-function: auto;
2929
}
3030

31-
.background {
31+
.backgrounds-3 {
3232
background-clip: space;
3333
background-origin: round;
3434
background-size: local;

test/test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
}
4141
</style>
4242
<style>
43-
.background {
43+
.backgrounds-3 {
4444
background-clip: space;
4545
background-origin: round;
4646
background-size: local;

0 commit comments

Comments
 (0)