[Bug 15135] The anchor in tag <a> with property "name" is very useful. Don't remove it form HTML5 please!

https://www.w3.org/Bugs/Public/show_bug.cgi?id=15135

Marat Tanalin | tanalin.com <mtanalin@yandex.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mtanalin@yandex.ru

--- Comment #2 from Marat Tanalin | tanalin.com <mtanalin@yandex.ru> 2011-12-10 17:30:39 UTC ---
(In reply to comment #0)

To make an anchor, just use 'id' attribute:

    <a href="#h-example">Link to a block</>

    <h2 id="h-example">Example block</h2>

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Saturday, 10 December 2011 17:30:41 UTC