@@ -374,21 +374,29 @@ <h2 id=the-css-3-page-model><span class=secno>3. </span>The CSS 3 Page
374374
375375 < p > This section is informative.
376376
377- < p >
378- < figure class =floating-right-image > < img
379- alt ="CSS 3 Paged Media's page model " src =PageBox.png >
380- < legend > The CSS3 Page Model</ legend >
381- </ figure > The current Page Model, as described in < cite > CSS3 Module: Paged
382- Media </ cite > < a href ="#CSS3PAGE "
377+ < p > </ p >
378+ The current Page Model, as described in < cite > CSS3 Module: Paged Media
379+ </ cite > < a href ="#CSS3PAGE "
383380 rel =biblioentry > [CSS3PAGE]<!--{{!CSS3PAGE}}--> </ a > , is the following one:
384381 the printable area of a page, the < dfn id =page-box > page box</ dfn > , is made
385- of one page box itself divided in four areas:
382+ of one page box itself divided in four areas: < figure > < img
383+ alt ="CSS 3 Paged Media's page model "
384+ src ="file:///Users/glazou/Workspace/csswg/css4-page/PageBox.png ">
385+ < legend > The CSS3 Page Model</ legend >
386+ </ figure >
386387 < p >
387388
388389 < ol >
389390 < li > the < dfn id =page-margin > page margin</ dfn > ; that area is itself
390391 divided into 16 < dfn id =page-margin-boxes > page-margin boxes</ dfn >
391- (@top-left-corner, @top-left, @top-center, etc. )
392+ (@top-left-corner, @top-left, @top-center, etc. ) < figure > < img
393+ alt ="CSS 3 page-margin boxes "
394+ src ="file:///Users/glazou/Workspace/csswg/css4-page/RightMarginBoxes.png ">
395+
396+ < legend > The 16 page-margin boxes< br >
397+ (with highlight of 3 of them)< br >
398+ </ legend >
399+ </ figure >
392400
393401 < li > the < dfn id =page-border > page border</ dfn >
394402
@@ -402,12 +410,7 @@ <h2 id=the-css-3-page-model><span class=secno>3. </span>The CSS 3 Page
402410 or footnotes, into a page-margin box using features introduced by the
403411 < cite > CSS Generated Content for Paged Media Module </ cite > < a
404412 href ="#CSS3GCPM " rel =biblioentry > [CSS3GCPM]<!--{{!CSS3GCPM}}--> </ a > .
405- < figure class =floating-right-image > < img alt ="CSS 3 page-margin boxes "
406- src =RightMarginBoxes.png >
407- < legend > The 16 page-margin boxes< br >
408- (with highlight of 3 of them)< br >
409- </ legend >
410- </ figure >
413+
411414 < p > It is also possible to define multiple page templates for a single
412415 document using the < span class =css > @page</ span > at-rule that allows to
413416 select the first page, left pages, right pages or named pages of a
0 commit comments