- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 05 Jul 2010 07:17:57 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements In directory hutz:/tmp/cvs-serv12926/elements Modified Files: a.html Log Message: added examples to section for <a> element Index: a.html =================================================================== RCS file: /sources/public/html5/markup/elements/a.html,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- a.html 3 Jul 2010 02:26:32 -0000 1.18 +++ a.html 5 Jul 2010 07:17:55 -0000 1.19 @@ -99,4 +99,13 @@ if its parent element is is allowed to contain <a href="#flow-content">flow content</a>.</p> </div> + <div id="examples"> + <div>valid/a-elem-1</div> + <div>obsolete/a-elem-1</div> + <div>valid/a-elem-2</div> + <div>valid/a-elem-3</div> + <div>invalid/a-elem-1</div> + <div>valid/a-elem-4</div> + <div>valid/a-elem-5</div> + </div> </div>
Received on Monday, 5 July 2010 07:18:00 UTC