Closed (fixed)
Project:
Glossary
Version:
6.x-1.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
4 Sep 2008 at 22:48 UTC
Updated:
1 Oct 2008 at 17:23 UTC
Jump to comment: Most recent file
First of all: thank you for the new 6.x-1.6 release.
When I read the 'Removed duplicate title attribute in abbr links.' comment in the release notes I already guessed what happened ;-)
The title attribute in the A element, when using the ABBR element, wasn't a duplicate attribute. Even though the surrounding ABBR element already has one, you'll need the extra one in the A element because IE6 will ignore the ABBR element completely, including the TITLE attribute. For IE6 the one in the A element will be used. The one in the ABBR element is still required because that's the one that will be used by screen readers.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | title.patch | 1.2 KB | Forage |
Comments
Comment #1
Forage commentedHere's the patch fixing the issue.
Comment #2
Forage commentedP.s. I noticed you removed check_plain() from all title attributes. You forgot one which is removed in this patch as well. Is check_plain() not required any more now that you're using filter_xss()?
Comment #3
nancydruYes, filter_xss should take care of it, without producing those pesky HTML entities.
Thanks for the patch and the explanation. Committed on both branches.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.