8000 csswg-drafts/css-gcpm/Overview.bs at 276531658d72f0c27452d25f7326af27cbd47c90 · w3c/csswg-drafts · GitHub
Skip to content

Latest commit

 

History

History
< 8000 div data-testid="blob-size" class="CodeSizeDetails-module__Truncate_1__lE93V prc-Truncate-Truncate-2G1eo" data-inline="true" title="35.8 KB" style="--truncate-max-width:100%">1023 lines (736 loc) · 35.8 KB

File metadata and controls

1023 lines (736 loc) · 35.8 KB
Many sections which were in the <a href="https://www.w3.org/TR/2011/WD-css3-gcpm-20111129/">29 November 2011 Working Draft</a> have been moved to other specifications. Here are some notes on where things have moved.
<h3 id=page-marks-and-bleed-area>Page marks and bleed area</h3>
<p class="note">This section has been moved to <a href="https://drafts.csswg.org/css-page/#marks">CSS Paged Media Module Level 3</a>.</p>
<h3 id=cmyk-colors>CMYK colors</h3>
<p class="note">This section has been moved to <a href="https://drafts.csswg.org/css-color/#cmyk-colors">CSS Color Module Level 4</a>.</p>
<h3 id=styling-blank-pages>Styling blank pages</h3>
<p class="note">This section has been moved to <a href="https://drafts.csswg.org/css-page/#blank-pseudo">CSS Paged Media Module Level 3</a></p>
<h3 id=paged-presentations>Paged presentations</h3>
<p class="note">This section has been moved to <a href="https://drafts.csswg.org/css-overflow-3/#paginated-overflow">CSS Overflow Module Level 3</a>.</p>
<h3 id=navigation-between-pages>Navigation between pages</h3>
<p class="note">This is discussed in <a href="http://books.spec.whatwg.org/#spatial-layout-of-pages;-@layout">WHATWG CSS Books</a>.</p>
<h3 id=page-floats>Page floats</h3>
<p class="note">This section has been moved to <a href="https://drafts.csswg.org/css-page-floats/">CSS Page Floats</a>.</p>
<h3 id=selecting-columns-and-pages>Selecting columns and pages</h3>
<p class="note">A brief mention of selecting columns is found in <a href="http://books.spec.whatwg.org/#selecting-columns">WHATWG CSS Books</a>.</p>
<h2 class="no-num" id="ua-stylesheet">Appendix B: Default UA Stylesheet</h2>
<p>This appendix is informative, and is to help UA developers to implement a default stylesheet for HTML, but UA developers are free to ignore or modify as appropriate. </p>
<div class="example">
<pre>
@page {
counter-reset: footnote;
@footnote {
counter-increment: footnote;
float: bottom;
column-span: all;
height: auto;
}
}
::footnote-marker {
content: counter(footnote);
list-style-position: inside;
}
::footnote-marker::after {
content: '. ';
}
::footnote-call {
content: counter(footnote);
vertical-align: super;
font-size: 65%;
}
@supports ( font-variant-position: super ) {
::footnote-call {
content: counter(footnote);
vertical-align: baseline;
font-size: 100%;
line-height: inherit;
font-variant-position: super;
}
}
h1 { bookmark-level: 1 }
h2 { bookmark-level: 2 }
h3 { bookmark-level: 3 }
h4 { bookmark-level: 4 }
h5 { bookmark-level: 5 }
h6 { bookmark-level: 6 }
</pre>
</div>
<h2 class="no-num" id="changes">Appendix C: Changes</h2>
Changes since the <a href="https://hg.csswg.org/drafts/raw-file/6a5c44d11c2b/css-gcpm/Overview.html">24 September 2013 Editor’s Draft</a> are:
<ul>
<li>The spec has a new editor.</li>
<li>All text and examples rewritten.</li>
<li>Added ''attr(&lt;identifier>)'' value to 'string-set' property. This is supported by both Prince and AntennaHouse.</li>
<li>Added 'footnote-policy' property to control rendering of footnotes in difficult situations.</li>
<li>Added 'footnote-display' property to allow inline footnotes.</li>
<li>Removed sidenotes section.</li>
<li>Removed section on selecting elements within pages and columns</li>
<li>Removed page-group property, and added optional argument to nth() page pseudo-class to allow selection within page groups.</li>
</ul>
In addition to the above changes, many other changes have been made since the <a href="https://www.w3.org/TR/2011/WD-css3-gcpm-20111129/">29 November 2011 Working Draft</a>:
<ul>
7D80
<li>
Page Marks and Bleeds section moved to <a href="https://drafts.csswg.org/css-page/#marks">CSS Paged Media Module Level 3</a>
</li>
<li>
CMYK Colors section moved to <a href="https://drafts.csswg.org/css-color/#cmyk-colors">CSS Colors Level 4</a>.
</li>
<li>
Styling Blank Pages section deleted
</li>
<li>
Paged Presentations section moved to <a href="https://drafts.csswg.org/css-overflow-3/#paginated-overflow">CSS Overflow Module Level 3</a>.
</li>
<li>
Navigation Between Pages moved to <a href="http://books.spec.whatwg.org/#spatial-layout-of-pages;-@layout">WHATWG CSS Books</a>
</li>
<li>
Page floats section moved to <a href="https://drafts.csswg.org/css-page-floats/">CSS Page Floats</a>
</li>
<li>
First-page pseudo-element section deleted
</li>
<li>
Selecting Columns and Pages section deleted
</li>
<li>
env() function removed from string-set property
</li>
<li>
alignment values of leaders removed
</li>
<li>
leader specified to occupy only a single line
</li>
<li>
content() value of target-text changed to content(text)
</li>
<li>
target-pull() value of content property removed
</li>
</ul>
<p>Differences with the <a href="http://books.spec.whatwg.org/">WHATWG CSS Books</a> specification:</p>
<ul>
<li>Added ''attr(&lt;identifier>)'' value to 'string-set' property. This is supported by both Prince and AntennaHouse.</li>
<li>
<a href="http://books.spec.whatwg.org/">CSS Books</a> does not have the <a href="#propdef-footnote-display">footnote-display</a> property.</li>
<li>
<a href="http://books.spec.whatwg.org/">CSS Books</a> does not have the <a href="#footnote-policy">footnote-policy</a> property.</li>
<li>
The relationship between the <code>nth()</code> page pseudo-class and the page-group concept is clarified, which may make the page-group property redundant.
</li>
<li>
This specification does not redefine the <code>:first</code> page pseudo-selector to select the first page of a page-group.
</li>
<li>
This specification does not consider:
<ol>
<li>
Named areas
</li>
<li>
Selecting elements within pages
</li>
<li>
The <code>range()</code> page pseudo-class
</li>
<li>
Selecting columns
</li>
<li>
Baseline rhythms
</li>