Add css-will-change-1.vim and test

See Also: http://www.w3.org/TR/2014/WD-css-will-change-1-20140429/
This commit is contained in:
Kyo Nagashima
2014-04-30 08:46:34 +09:00
parent d452be0885
commit b19fbc8f33
4 changed files with 12 additions and 0 deletions

View File

@@ -551,6 +551,10 @@
var-foo: var(foo);
}
.will-change {
will-change: scroll-position;
}
.writing-modes {
text-orientation: before;
text-combine-horizontal: after;