- From: Anas R. <anas.ram@gmail.com>
- Date: Tue, 24 Apr 2012 21:16:16 +0000
- To: public-html5spec@w3.org
Take a look to this example: <nav class="toolbar"> <ul> <lia herf="index.html">Home</a/li> <lia href="about.html">About</a/li> <lia href="downloads.html">Downloads</a/li> <lia href="contact.html">Contact</a/li> <lia href="javascript:bookmark()">Bookmark</a/li> </ul> </nav> Isn't better if it was possible to be written like this: <toolbar> <li herf="index.html">Home</li> <li href="about.html">About</li> <li href="downloads.html">Downloads</li> <li href="contact.html">Contact</li> <li href="javascript:bookmark()">Bookmark</li> </toolbar> or even: <toolbar> <command herf="index.html">Home</command> <command href="about.html">About</command> <command href="downloads.html">Downloads</command> <command href="contact.html">Contact</command> <command href="javascript:bookmark()">Bookmark</command> </toolbar> I mean why should I have to add <a> [...] ---------- This post sent on HTML5 Specifications Community Group 'Let's free A and HREF!' http://www.w3.org/community/html5spec/2012/04/24/lets-free-a-and-href/ Learn more about the HTML5 Specifications Community Group: http://www.w3.org/community/html5spec
Received on Tuesday, 24 April 2012 21:43:12 UTC