|
Starhugger -> RE: Titles in named anchors (3/29/2008 17:30:20)
|
In this case, it's just an internal anchor tag. If it was a link, I could at least see its purpose, even if there are more efficient ways to serve the same purpose. I'm assuming it was the CMS system that created this stuff. I just wasn't sure if there was some accessibility advantage in it somehow. It's the only rational explanation I could think of, other than it just being dirty code. Sounds like it's just the latter. How does the ID work in a named anchor tag? Does it replace the name (e.g. < a id = "blahblah" > ) or is it in addition to the name? (e.g. < a id = "blahblah" name = "blahblahblah" > ) If in addition to, what is the advantage of using both? Thanks Tail! SH
|
|
|
|