- From: poot <cvsmail@w3.org>
- Date: Fri, 20 May 2011 16:54:12 -0400
- To: public-html-diffs@w3.org
simon: typo http://dev.w3.org/cvsweb/html5/html4-differences/Overview.html?r1=1.158&r2=1.159&f=h =================================================================== RCS file: /sources/public/html5/html4-differences/Overview.html,v retrieving revision 1.158 retrieving revision 1.159 diff -u -d -r1.158 -r1.159 --- Overview.html 19 May 2011 12:02:43 -0000 1.158 +++ Overview.html 20 May 2011 20:51:45 -0000 1.159 @@ -752,7 +752,7 @@ <pre><code><label>Email: <input type=email <strong>form=foo</strong> name=email> </label> -<form <strong>id=test</strong>></form></code></pre> +<form <strong>id=foo</strong>></form></code></pre> <li> <p>The new <code>required</code> attribute applies to <code>input</code> Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/html4-differences/Overview.src.html,v retrieving revision 1.135 retrieving revision 1.136 diff -u -d -r1.135 -r1.136 --- Overview.src.html 19 May 2011 12:02:43 -0000 1.135 +++ Overview.src.html 20 May 2011 20:51:45 -0000 1.136 @@ -565,7 +565,7 @@ <pre><code><label>Email: <input type=email <strong>form=foo</strong> name=email> </label> -<form <strong>id=test</strong>></form></code></pre> +<form <strong>id=foo</strong>></form></code></pre> </div> </li>
Received on Friday, 20 May 2011 20:54:15 UTC