Skip to content

Commit dd1e063

Browse files
author
Daniel Glazman
committed
[css4-page] strictly editorial
1 parent 6185fa8 commit dd1e063

2 files changed

Lines changed: 25 additions & 21 deletions

File tree

css4-page/Overview.html

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -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

css4-page/Overview.src.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -263,16 +263,21 @@ <h2 id="conformance">Conformance </h2>
263263
<h2>The CSS 3 Page Model</h2>
264264
<p>This section is informative.</p>
265265
<p> </p>
266-
<figure class="floating-right-image"><img alt="CSS 3 Paged Media's page model"
267-
src="PageBox.png"><legend>The CSS3 Page Model</legend></figure>
268266
The current Page Model, as described in <cite>CSS3 Module: Paged Media </cite>[[!CSS3PAGE]],
269267
is the following one: the printable area of a page, the <dfn id="page-box">page
270268
box</dfn>, is made of one page box itself divided in four areas:
269+
<figure><img alt="CSS 3 Paged Media's page model" src="file:///Users/glazou/Workspace/csswg/css4-page/PageBox.png"><legend>The
270+
CSS3 Page Model</legend></figure>
271271
<p></p>
272272
<ol>
273273
<li>the <dfn id="page-margin">page margin</dfn>; that area is itself
274274
divided into 16 <dfn id="page-margin-boxes">page-margin boxes</dfn>
275-
(@top-left-corner, @top-left, @top-center, etc. )</li>
275+
(@top-left-corner, @top-left, @top-center, etc. )
276+
<figure><img alt="CSS 3 page-margin boxes" src="file:///Users/glazou/Workspace/csswg/css4-page/RightMarginBoxes.png"><legend>The
277+
16 page-margin boxes<br>
278+
(with highlight of 3 of them)<br>
279+
</legend></figure>
280+
</li>
276281
<li>the <dfn id="page-border">page border</dfn></li>
277282
<li>the <dfn id="page-padding">page padding</dfn></li>
278283
<li>and finally the <dfn id="page-area">page area</dfn> containing the
@@ -281,10 +286,6 @@ <h2>The CSS 3 Page Model</h2>
281286
<p>It's is possible to flow content, for instance page headers and footers
282287
or footnotes, into a page-margin box using features introduced by the <cite>CSS
283288
Generated Content for Paged Media Module </cite>[[!CSS3GCPM]].</p>
284-
<figure class="floating-right-image"><img alt="CSS 3 page-margin boxes" src="RightMarginBoxes.png"><legend>The
285-
16 page-margin boxes<br>
286-
(with highlight of 3 of them)<br>
287-
</legend></figure>
288289
<p>It is also possible to define multiple page templates for a single
289290
document using the <span class="css">@page</span> at-rule that allows
290291
to select the first page, left pages, right pages or named pages of a

0 commit comments

Comments
 (0)