Author |
Topic  |
|
Neil Washbrook
New Member

57 Posts |
Posted - 16 July 2003 : 11:17:54
|
Out of a matter of interest why does the snitz code use a constuct like
<a href="/"><acronym title="Homepage">Home</acronym></a> when it could just be
<a href="/" title="HomePage">Home</a>
Is it because of browser compatibilty or the prescence of the OnMouseOver code - or some other reason?
Just curious
Neil
|
|
lofty
Junior Member
 
USA
158 Posts |
Posted - 16 July 2003 : 13:49:35
|
I think some older browsers wouldn't show the title text as a mouseover tip if you just put the title= in the <a href> tag. But most, if not all showed the tip if used in an acronym tag. |
 |
|
goldfish
New Member

82 Posts |
Posted - 28 August 2003 : 09:38:24
|
This sounds like a bodge to me.
At the end of the day, if your old browser doesn't show the text properly, get a decent browser. 
The ACRONYM tag has a specific use for accessibility and plain English purposes.
There's some information here.... http://www.w3.org/WAI/wcag-curric/sam41-0.htm
What happens when users take up the option to automatically expand acronyms in future (current?) browsers...? 
Simon |
 |
|
Roland
Advanced Member
    
Netherlands
9335 Posts |
Posted - 28 August 2003 : 10:14:15
|
technically speaking there shouldn't be any use of <b></b>, <u></u> and <i></i> tags either since those have been depricated/replaced, and the tables are missing summary tags which are more or less required for screen readers. To be honest I don't even think the title tags should be added to links, but as with most things with Snitz, you can make the changes that you feel are necessary without anyone complaining (unless you edit the few parts of the codes that explicitly tell you not to edit). |
 |
|
Gremlin
General Help Moderator
    
New Zealand
7528 Posts |
Posted - 28 August 2003 : 11:02:41
|
quote: At the end of the day, if your old browser doesn't show the text properly, get a decent browser.
I agree, but chances are when that code was first written, the old browsers were actually the "new" browsers of their day. |
Kiwihosting.Net - The Forum Hosting Specialists
|
 |
|
davemaxwell
Access 2000 Support Moderator
    
USA
3020 Posts |
Posted - 28 August 2003 : 11:09:43
|
quote: Originally posted by Gremlin
quote: At the end of the day, if your old browser doesn't show the text properly, get a decent browser.
I agree, but chances are when that code was first written, the old browsers were actually the "new" browsers of their day.
Plus some companies will not allow that option. I'm working in a shop still using IE5.0. Not too far behind, but still behind. I know of some companies still using NS3 and/or IE4 because it works for them... |
Dave Maxwell Barbershop Harmony Freak |
 |
|
Reinsnitz
Snitz Forums Admin
    
USA
3545 Posts |
Posted - 30 August 2003 : 12:57:05
|
quote: Originally posted by lofty
I think some older browsers wouldn't show the title text as a mouseover tip if you just put the title= in the <a href> tag. But most, if not all showed the tip if used in an acronym tag.
This is exactly right. |
Reinsnitz (Mike) |
 |
|
|
Topic  |
|