[Webkit-unassigned] [Bug 42799] pixelWidth/posWidth are processed incorrectly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 26 22:08:16 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=42799





--- Comment #18 from Darin Adler <darin at apple.com>  2010-09-26 22:08:16 PST ---
The principle here: Language bindings should provide only the binding to the language. Features needed for the language bindings go into the core DOM code. Whether such features are in the DOM or CSS standard is irrelevant to this basic factoring decision. Code inside the language binding should be kept to a minimum. The only things that should go there are things that require binding-specific logic for speed or the parts of the binding that have to do something that we can’t express in a language-independent IDL file.

-- 
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