Bug 61489

Summary: EditingStyle needs a way to convert any length to pixel value
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: eric, hyatt, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 12319    

Ryosuke Niwa
Reported 2011-05-25 17:22:54 PDT
In getPropertiesNotIn, we need to be able to compare values ignoring units because the lengths in computed style are always in pixels whereas the user applied by a user / script could be in em, pt, etc... It's particularly challenging here because we don't have access to RenderStyle.
Attachments
Note You need to log in before you can comment on or make changes to this bug.