We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58bd3c9 commit c6c908bCopy full SHA for c6c908b
css-gcpm-3/Overview.bs
@@ -736,8 +736,14 @@ NOT TRUE; NEED TO DESCRIBE
736
CSS:
737
738
<pre>
739
-div { page: A }
740
-child { page: B }
+div {
+ page: A;
741
+ break-before: always;
742
+}
743
+child {
744
+ page: B;
745
746
747
</pre>
748
<figure>
749
<img src="images/PageGroups.001.jpg" width="480" alt=""/>
@@ -784,11 +790,13 @@ And CSS:
784
790
785
791
786
792
div.chapter {
787
-page: body;
793
+ page: body;
794
788
795
}
789
796
797
table.broadside {
-page: broadside;
798
+ page: broadside;
799
800
801
802
0 commit comments