Thierry Koblentz wrote:
Rev. Kalle Räisänen wrote:

I'll give you a point on better backwards (though not forwards)
compatibility, but why would name attributes offer "richer" anchor
names? What does name give you that id doesn't?

For example one can use:
<a name="1st_Section"></a>
but not:
<a id="1st_Section"></a>

Yes, you can. id is a perfectly valid attribute for a (id is a standard attribute that, AFAIK, can be applied to any tag). Doesn't make much sense when used as you do there (as someone said up-thread: use <hN id="1st_Section">...</hN> instead), but there's nothing in the standard(s) to stop you.

        // Kalle Räisänen.

--
We have become so accustomed to our illusions that we mistake them
for reality. We demand them. And we demand that there always be more of
them, bigger and better and more vivid.
        -- Daniel Boorstin, The Image.


******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to