[Webkit-unassigned] [Bug 133796] ASSERT_NOT_REACHED() in WebCore::fontWeightIsBold

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 16 11:01:25 PDT 2014


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





--- Comment #21 from Darin Adler <darin at apple.com>  2014-07-16 11:01:40 PST ---
There are really two different bugs here.

One bug is that the CSS machinery is allowing these invalid values (bolder and lighter) to become property values on actual elements and in actual stylesheets. That should be fixed by rejecting these values the same way we’d reject any other illegal keywords.

A second possible bug is that the editing code may not handle lighter and bolder correctly in the process of doing editing operations.

Both would result in hitting this assertion.

The existing patch is not the correct fix for either of these problems.

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