annevk: make some minor changes to clarify a few things

annevk: make some minor changes to clarify a few things

http://dev.w3.org/cvsweb/html5/html4-differences/Overview.html?r1=1.106&r2=1.107&f=h

===================================================================
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>&lt;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&uuml;rgen Jeka, Krijn Hoetmer, Leif Halvard Silli, Maciej Stachowiak,
    Marcos Caceres, Mark Pilgrim, Martijn Wargers, Martyn Haigh, Masataka
    Yakura, Michael Smith, Olivier Gendrin, &Oslash;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&auml;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>&lt;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,
     &Oslash;istein E. Andersen,
+    Philip J&auml;genstedt,
     Philip Taylor,
     Simon Pieters,
     Toby Inkster, and

Received on Tuesday, 31 August 2010 14:25:30 UTC