Skip to content

Commit

Permalink
[] (0) Filling in the rendering section: printing.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2772 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 10, 2009
1 parent fceda3f commit 46bfae8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 14 deletions.
21 changes: 14 additions & 7 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -35902,9 +35902,9 @@ interface <dfn id=function>Function</dfn> {
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>

Expand Down Expand Up @@ -57891,10 +57891,17 @@ textarea { binding: <i title="">textarea</i>; }</pre>

<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>
Expand Down
21 changes: 14 additions & 7 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -40796,9 +40796,9 @@ interface <dfn>Function</dfn> {
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>

Expand Down Expand Up @@ -63437,10 +63437,17 @@ textarea { binding: <i title="">textarea</i>; }</pre>

<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>
Expand Down

0 comments on commit 46bfae8

Please sign in to comment.