follow WD-css3-regions-20130528

This commit is contained in:
Kyo Nagashima
2013-05-30 02:51:23 +09:00
parent f395b2637e
commit dbf17e8e12
2 changed files with 8 additions and 5 deletions

View File

@@ -327,10 +327,13 @@
presentation-level: increment;
}
@region .regions {
.regions:region(p),
.regions::region(p) {
flow-from: break;
flow-into: region;
region-overflow: avoid-region;
region-fragment: avoid-region;
display: element;
display: content;
}
.ruby {