- From: Dmitry Turin <html60@narod.ru>
- Date: Mon, 19 Nov 2007 12:46:20 +0200
- To: public-html@w3.org
Good day,
Can i speak with person (maybe representative of company "Opera"),
who sent me the following code
during discussion in topic "<pages> <page>...<page> </pages>"
<html>
<head>
<title>Blank page</title>
<style type="text/css">
@media projection {
.slide {page-break-after:always;}
div {padding: 3em;}
}
</style>
</head>
<body>
<div class="slide">
<h1>Text input</h1>
<input type="text">
<p>You could have more stuff here, of course</p>
</div>
<div class="slide">
<h1>A date input</h1>
<input type="date">
<p>Just because I like some of the things in Web Forms 2</p>
</div>
<div class="slide">
<h1>A range input</h1>
<input type="range">
</div>
<div>
<h1>A final section</h1>
<textarea>
</textarea>
<p>OK, so I am not very imaginative</p>
</div>
</body></html>
Dmitry Turin
HTML6 (6.5.0) http://html60.euro.ru
SQL5 (5.8.2) http://sql50.euro.ru
Unicode7 (7.2.1) http://unicode70.euro.ru
Computer2 (2.0.2) http://computer20.euro.ru
Received on Monday, 19 November 2007 10:47:00 UTC