[Webkit-unassigned] [Bug 7737] Links are invisible (rendered white on white)

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Mar 12 09:42:33 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=7737


opendarwin.org at mitzpettel.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |opendarwin.org at mitzpettel.co
                   |                            |m




------- Comment #4 from opendarwin.org at mitzpettel.com  2006-03-12 09:42 PDT -------
(In reply to comment #3)
> More specifically, the first <body> specifies link="#FF0000" (red), and the
> second specifies link="#FFFFFF" (white).
> 

The parser correctly doesn't overwrite the first <body>'s link attribute with
the second's (it only applies additional attributes). This works well with most
attributes, but with link, alink, vlink and some on* attributes,
HTMLBodyElementImpl::parseMappedAttribute() applies the attributes directly to
the document early on.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list