OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: State of the art in anchors?


Lots of templates in the XSL stylesheets attempt to generate
<a name="xxx"> where it would be more convenient to just output
IDs. 

For example:

<ul>
<li id="itemid"><p>Some content</p></li>
</ul>

instead of

<ul>
<li><p><a name="itemid">Some content</p></li>
</ul>

Are IDs on any (X)HTML element considered widely enough supported
now to rely on only the ID attribute markup? 

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | It is not impossibilities which
http://www.oasis-open.org/docbook/ | fill us with the deepest despair,
Chair, DocBook Technical Committee | but possibilities which we have
                                   | failed to realize.--Robert Mallet

PGP signature



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]