Summary: | Fails in parsing list-style shorthand css property | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Andrea Iacovitti <aiacovitti> |
Component: | khtml | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 4.13.2 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdelibs/142995d3754efc2d504d9e8d18e63ca108e2e617 | Version Fixed In: | 4.13.3 |
Sentry Crash Report: | |||
Attachments: | list-style shorthand testcase |
Description
Andrea Iacovitti
2014-06-10 13:01:17 UTC
Git commit 142995d3754efc2d504d9e8d18e63ca108e2e617 by Andrea Iacovitti. Committed on 10/06/2014 at 13:22. Pushed by aiacovitti into branch 'KDE/4.13'. Fix 'list-style' shorthand property parsing. Use a dedicated function to able to solve the 'none' value ambiguity: 'none' is a valid value for both 'list-style-type' and 'list-style-image' subproperties. FIXED-IN: 4.13.3 M +101 -3 khtml/css/cssparser.cpp M +1 -0 khtml/css/cssparser.h http://commits.kde.org/kdelibs/142995d3754efc2d504d9e8d18e63ca108e2e617 |