- From: Lachlan Hunt via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 12 Jun 2008 16:30:42 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-author In directory hutz:/tmp/cvs-serv5416 Modified Files: Overview.html Overview.src.html Log Message: Fixed mistake in attribute example Index: Overview.html =================================================================== RCS file: /sources/public/html5/html-author/Overview.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- Overview.html 12 Jun 2008 16:11:42 -0000 1.11 +++ Overview.html 12 Jun 2008 16:30:39 -0000 1.12 @@ -656,7 +656,7 @@ <p>The previous example is equivalent to specifying the attribute with an empty string as the value.</p> - <pre><code><input disabled="">...</div></code></pre> + <pre><code><img src="decoration.png" alt=""></code></pre> </div> <div class=example> Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/html-author/Overview.src.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- Overview.src.html 12 Jun 2008 16:11:42 -0000 1.11 +++ Overview.src.html 12 Jun 2008 16:30:39 -0000 1.12 @@ -480,7 +480,7 @@ <p>The previous example is equivalent to specifying the attribute with an empty string as the value.</p> - <pre><code><input disabled="">...</div></code></pre> + <pre><code><img src="decoration.png" alt=""></code></pre> </div> <div class="example">
Received on Thursday, 12 June 2008 16:31:16 UTC