- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 05 Jun 2008 23:57:25 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8261
Modified Files:
Overview.html
Log Message:
Examples for previous checkin, more notes regarding printing. (whatwg r1725)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.913
retrieving revision 1.914
diff -u -d -r1.913 -r1.914
--- Overview.html 5 Jun 2008 23:47:00 -0000 1.913
+++ Overview.html 5 Jun 2008 23:57:22 -0000 1.914
@@ -30255,6 +30255,10 @@
href="#nested0" title="nested browsing context">nested browsing
contexts</a> in it.</p>
+ <p class=example>The <code title=event-onbeforeprint>onbeforeprint</code>
+ event can be used to annotate the printed copy, for instance adding the
+ time at which the document was printed.</p>
+
<li>
<p>The user agent should offer the user the opportunity to <a
href="#obtain">obtain a physical form</a> (or the representation of a
@@ -30272,6 +30276,13 @@
<code>Document</code> that is being printed, as well as any <a
href="#nested0" title="nested browsing context">nested browsing
contexts</a> in it.</p>
+
+ <p class=example>The <code title=event-onafterprint>onafterprint</code>
+ event can be used to revert annotations added in the earlier event, as
+ well as showing post-printing UI. For instance, if a page is walking the
+ user through the steps of applying for a home loan, the script could
+ automatically advance to the next step after having printed a form or
+ other.</p>
</ol>
<h4 id=dialogs><span class=secno>4.5.3 </span>Dialogs implemented using
@@ -51513,9 +51524,10 @@
-->
- <p class=big-issue> must define letting the user <dfn id=obtain>obtain a
- physical form</dfn> of a document (printing) and what this means for the
- UA
+ <p class=big-issue> must define letting the user "<dfn id=obtain>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 class=big-issue>Must define that in CSS, tag names in HTML documents,
and class names in quirks mode documents, are case-insensitive.
Received on Thursday, 5 June 2008 23:58:04 UTC