Short URL: http://html5.org/r/2772
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 2772 | Filling in the rendering section: printing. | 2009-02-10 02:41 |
Index: source =================================================================== --- source (revision 2771) +++ source (revision 2772) @@ -40796,9 +40796,9 @@ when invoked, must run the <span>printing steps</span>.</p> <p>User agents should also run the <span>printing steps</span> - whenever the user attempts to obtain a physical form (e.g. printed - copy), or the representation of a physical form (e.g. PDF copy), of - a document.</p> + whenever the user asks for the opportunity to <span>obtain a + physical form</span> (e.g. printed copy), or the representation of a + physical form (e.g. PDF copy), of a document.</p> <p>The <dfn>printing steps</dfn> are as follows:</p> @@ -63437,12 +63437,19 @@ <h3>Print media</h3> - <p class="XXX"> must define letting the user "<dfn>obtain a - physical form</dfn> (or a representation of a physical form)" of a - document (printing) and what this means for the UA, in particular - creating a new view for the print media.</p> + <p>User agents are expected to allow the user to request the + opportunity to <dfn>obtain a physical form</dfn> (or a + representation of a physical form) of a <code>Document</code>. For + example, selecting the option to print a page or convert it to PDF + format.</p> + <p>When the user actually <span title="obtain a physical + form">obtains a physical form</span> (or a representation of a + physical form) of a <code>Document</code>, the user agent is + expected to create a new view with the print media, render the + result, and the discard the view.</p> + <h3>Interaction with CSS</h3> <!-- XXX this should be normative, so we'll have to move it out of