Follow WD-css3-break-20140116

This commit is contained in:
Kyo Nagashima
2014-02-03 15:14:15 +09:00
parent 92ff8d401d
commit 2160b10eaf
3 changed files with 8 additions and 5 deletions

View File

@@ -37,7 +37,6 @@
border-bottom-right-radius: auto;
border-bottom-left-radius: auto;
border-top-left-radius: auto;
box-decoration-break: auto;
box-shadow: auto;
}
@@ -56,9 +55,10 @@
}
.break {
break-after: auto;
break-after: any;
break-before: auto;
break-inside: auto;
box-decoration-break: auto;
}
.cascade {