[Webkit-unassigned] [Bug 125208] New: bgColor, setBgColor, alinkColor, setAlinkColor, and etc... on HTMLBodyElement are useless
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 3 20:50:47 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=125208
Summary: bgColor, setBgColor, alinkColor, setAlinkColor, and
etc... on HTMLBodyElement are useless
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: BlinkMergeCandidate
Severity: Normal
Priority: P2
Component: HTML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: rniwa at webkit.org
CC: andersca at apple.com, koivisto at iki.fi,
benjamin at webkit.org, akling at apple.com
Merge https://chromium.googlesource.com/chromium/blink/+/49b1eeabbbf573d5271288c66d2b566cf33a09cf
No one should ever use the vlink/link/text/alink and other color attribute
methods on HTMLBodyElement in C++ code, and the bindings for HTMLBodyElement
are set to Reflect so they never go through these methods anyway. They only
existed to support the code in HTMLDocument.cpp. Instead we can contain all
the logic there and also simplify these methods greatly letting us delete
a bunch of code.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list