[html5] r2772 - [] (0) Filling in the rendering section: printing.
whatwg at whatwg.org
whatwg at whatwg.org
Mon Feb 9 18:41:57 PST 2009
Author: ianh
Date: 2009-02-09 18:41:56 -0800 (Mon, 09 Feb 2009)
New Revision: 2772
Modified:
index
source
Log:
[] (0) Filling in the rendering section: printing.
Modified: index
===================================================================
--- index 2009-02-10 01:19:20 UTC (rev 2771)
+++ index 2009-02-10 02:41:56 UTC (rev 2772)
@@ -35902,9 +35902,9 @@
when invoked, must run the <a href=#printing-steps>printing steps</a>.</p>
<p>User agents should also run the <a href=#printing-steps>printing steps</a>
- 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 <a href=#obtain-a-physical-form>obtain a
+ physical form</a> (e.g. printed copy), or the representation of a
+ physical form (e.g. PDF copy), of a document.</p>
<p>The <dfn id=printing-steps>printing steps</dfn> are as follows:</p>
@@ -57891,12 +57891,19 @@
<h3 id=print-media><span class=secno>10.7 </span>Print media</h3>
- <p class=XXX> must define letting the user "<dfn id=obtain-a-physical-form>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 id=obtain-a-physical-form>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 <a href=#obtain-a-physical-form title="obtain a physical
+ form">obtains a physical form</a> (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 id=interaction-with-css><span class=secno>10.8 </span>Interaction with CSS</h3>
<!-- XXX this should be normative, so we'll have to move it out of
Modified: source
===================================================================
--- source 2009-02-10 01:19:20 UTC (rev 2771)
+++ source 2009-02-10 02:41:56 UTC (rev 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
More information about the Commit-Watchers
mailing list