Closed
Bug 756
Opened 26 years ago
Closed 26 years ago
ABBR not handled correctly
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
M4
People
(Reporter: braden, Assigned: troy)
References
()
Details
Not sure if this is a parser or a content model problem, but ABBR seems to hose
things. NGLayout inserts a newline before any ABBR content, and may hose nearby
inline markup.
What about all the attributes:
class
dir (ltr, rtl)
id
lang
style
title
I think the issue here is to make sure that the attributes are being dealt with
properly. Can you verify (in your copious spare time?)
Copious....now that's amusing, Rick.
I can't do any verification of the TITLE attribute because the "tooltip" issue
is still being resolved. Once the TITLE attribute brings up a tooltip for ABBR
that contains the contents of TITLE, then that will be fixed. Regarding the
other attributes...I'll see what I can do. I'm not really a programmer...just an
HTML hacker and I'm not sure what some of these should do. Dave Raggett, author
of the HTML 4.0 recommendation, has been fairly cooperative with ideas.
Status: NEW → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: FIXED → DUPLICATE
I assume this bug is assigned to me because it has the word tooltip in it
someplace? That's why I'm marking it a DUP. If that's not the case, then the bug
does not belong to me
*** This bug has been marked as a duplicate of 1358 ***
You need to log in
before you can comment on or make changes to this bug.
Description
•