spec/Overview.html 1.1942 2772 Filling in the rendering section: printi

Filling in the rendering section: printing. (whatwg r2772)

printing steps
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1942.html#printing-steps
10.7 Print media
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1942.html#print-media
obtain a physical form
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1942.html#obtain-a-physical-form
prompt(message, default)
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1942.html#dom-prompt
5.6.2 Printing
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1942.html#printing
10.6.3 The title attribute
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1942.html#the-title-attribute-0
10.8 Interaction with CSS
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1942.html#interaction-with-css

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1941&r2=1.1942&f=h
http://html5.org/tools/web-apps-tracker?from=2771&to=2772

===================================================================
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:45:35 UTC