- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 10 Feb 2009 02:42:09 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv11883 Modified Files: Overview.html Log Message: Filling in the rendering section: printing. (whatwg r2772) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1941 retrieving revision 1.1942 diff -u -d -r1.1941 -r1.1942 --- Overview.html 10 Feb 2009 01:19:25 -0000 1.1941 +++ Overview.html 10 Feb 2009 02:42:06 -0000 1.1942 @@ -29364,9 +29364,9 @@ user aborts, then the method must return null; otherwise, the method must return the string that the user responded with.<h4 id=printing><span class=secno>5.6.2 </span>Printing</h4><p>The <dfn id=dom-print title=dom-print><code>print()</code></dfn> method, when invoked, must run the <a href=#printing-steps>printing steps</a>.<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>The <dfn id=printing-steps>printing steps</dfn> are as follows:<ol><li> + 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>The <dfn id=printing-steps>printing steps</dfn> are as follows:<ol><li> <p>The user agent may display a message to the user and/or may abort these steps.</p> @@ -47656,10 +47656,15 @@ attribute has a value that is not the empty string, it is expected that the user agent will expose the contents of that attribute as a tooltip.<p>U+000A LINE FEED (LF) characters are expected to cause line - breaks in the tooltip.<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.<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 + breaks in the tooltip.<h3 id=print-media><span class=secno>10.7 </span>Print media</h3><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>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.<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 this section --><p class=XXX>Must define that in CSS, tag and attribute names in HTML documents, and class names in quirks mode documents, are case-insensitive, as well as saying which attribute values must
Received on Tuesday, 10 February 2009 02:42:21 UTC