Add css-round-display-1.vim

See also: http://www.w3.org/TR/2015/WD-css-round-display-1-20150922/
This commit is contained in:
Kyo Nagashima
2015-09-23 15:02:12 +09:00
parent a801b7b72c
commit 9e0ef247ce
4 changed files with 27 additions and 0 deletions

View File

@@ -377,6 +377,15 @@
display: avoid-region;
}
@media (device-radius: 50%) {
.round-display-1 {
shape-inside: outside-shape;
border-boundary: shape-box;
polar-angle: parent;
polar-distance: polar;
}
}
.ruby {
ruby-position: ruby-base-container;
ruby-merge: ruby-text-container;

View File

@@ -416,6 +416,16 @@
}
</style>
<style>
@media (device-radius: 50%) {
.round-display-1 {
shape-inside: outside-shape;
border-boundary: shape-box;
polar-angle: parent;
polar-distance: polar;
}
}
</style>
<style>
.ruby {
ruby-position: ruby-base-container;
ruby-merge: ruby-text-container;