- From: Anne van Kesteren via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 31 Aug 2010 14:24:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv1518
Modified Files:
Overview.html Overview.src.html
Log Message:
make some minor changes to clarify a few things
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- Overview.html 31 Aug 2010 14:15:13 -0000 1.106
+++ Overview.html 31 Aug 2010 14:24:47 -0000 1.107
@@ -704,7 +704,10 @@
<li>
<p>A new <code>placeholder</code> attribute can be specified on the
<code>input</code> and <code>textarea</code> elements. It represents a
- hint intended to aid the user with data entry.
+ hint intended to aid the user with data entry.</p>
+
+ <pre
+ class=example><code><input type=email placeholder="a@b.com"></code></pre>
<li>
<p>The new <code>form</code> attribute for <code>input</code>,
@@ -777,8 +780,8 @@
<p>The <code>link</code> element has a new attribute called
<code>sizes</code>. It can be used in conjunction with the
<code>icon</code> relationship (set through the <code>rel</code>
- attribute) to indicate the size of the referenced icon. Thus allowing
- for icons of distinct dimensions.
+ attribute; can be used for e.g. favicons) to indicate the size of the
+ referenced icon. Thus allowing for icons of distinct dimensions.
<li>
<p>The <code>ol</code> element has a new attribute called
@@ -1886,9 +1889,10 @@
Jürgen Jeka, Krijn Hoetmer, Leif Halvard Silli, Maciej Stachowiak,
Marcos Caceres, Mark Pilgrim, Martijn Wargers, Martyn Haigh, Masataka
Yakura, Michael Smith, Olivier Gendrin, Øistein E. Andersen, Philip
- Taylor, Simon Pieters, Toby Inkster, and Yngve Spjeld Landro for their
- contributions to this document as well as to all the people who have
- contributed to HTML5 over the years for improving the Web!
+ Jägenstedt, Philip Taylor, Simon Pieters, Toby Inkster, and Yngve
+ Spjeld Landro for their contributions to this document as well as to all
+ the people who have contributed to HTML5 over the years for improving the
+ Web!
<h2 class=no-num id=references>References</h2>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- Overview.src.html 31 Aug 2010 14:15:13 -0000 1.84
+++ Overview.src.html 31 Aug 2010 14:24:47 -0000 1.85
@@ -535,9 +535,12 @@
user experience as the user can turn it off if the user does not like
it, for instance.
- <li><p>A new <code>placeholder</code> attribute can be specified on
+ <li>
+ <p>A new <code>placeholder</code> attribute can be specified on
the <code>input</code> and <code>textarea</code> elements. It
- represents a hint intended to aid the user with data entry.</p></li>
+ represents a hint intended to aid the user with data entry.</p>
+ <pre class="example"><code><input type=email placeholder="a@b.com"></code></pre>
+ </li>
<li>
<p>The new <code>form</code> attribute for <code>input</code>,
@@ -603,8 +606,8 @@
<li><p>The <code>link</code> element has a new attribute called
<code>sizes</code>. It can be used in conjunction with the
<code>icon</code> relationship (set through the <code>rel</code>
- attribute) to indicate the size of the referenced icon. Thus allowing
- for icons of distinct dimensions.
+ attribute; can be used for e.g. favicons) to indicate the size of the
+ referenced icon. Thus allowing for icons of distinct dimensions.
<li><p>The <code>ol</code> element has a new attribute called
<code>reversed</code>. When present, it indicates that the list order
@@ -1553,6 +1556,7 @@
Michael Smith,
Olivier Gendrin,
Øistein E. Andersen,
+ Philip Jägenstedt,
Philip Taylor,
Simon Pieters,
Toby Inkster, and
Received on Tuesday, 31 August 2010 14:24:53 UTC