[Webkit-unassigned] [Bug 42799] pixelWidth/posWidth are processed incorrectly
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Sep 26 00:17:33 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=42799
--- Comment #16 from Johnny Ding <jnd at chromium.org> 2010-09-26 00:17:33 PST ---
(In reply to comment #15)
> But such properties belong to Style object, not Element/Node. Logically, such CSSOM properties should belong to bindings object (i.e. JSCSSStyleDeclaration), although it makes the logic in it more complex.
It looks like those properties which have pixel/pos prefix are designed to be compatible with IE. So far those properties are not part of CSSOM spec, but the question is do we consider treating them as part of CSSOM?
If yes, according to DOM spec, the access interface of those properties ought to be language independent, the logic can be inside of the CSSStyleDeclaration's native implementation, and all language bindings can access those properties via the unified implementation. But currently the logic is only implemented in js binding. So I agree with Darin's comment.
--
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