[Webkit-unassigned] [Bug 147932] Browser does not fall back to SVG attribute value when CSS style value is invalid or not supported

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 24 08:46:05 PST 2015


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

--- Comment #6 from Antoine Quint <graouts at webkit.org> ---
However, still in StyleResolver::applyCascadedProperties(), the cascaded properties don't have the expected values, so my guess is that something is going wrong when setting up the cascade in StyleResolver::applyMatchedProperties():

    CascadedProperties cascade(direction, writingMode);
    cascade.addMatches(matchResult, false, 0, matchResult.matchedProperties().size() - 1, applyInheritedOnly);
    cascade.addMatches(matchResult, true, matchResult.ranges.firstAuthorRule, matchResult.ranges.lastAuthorRule, applyInheritedOnly);
    cascade.addMatches(matchResult, true, matchResult.ranges.firstUserRule, matchResult.ranges.lastUserRule, applyInheritedOnly);
    cascade.addMatches(matchResult, true, matchResult.ranges.firstUARule, matchResult.ranges.lastUARule, applyInheritedOnly);

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151124/bbf8f32f/attachment.html>


More information about the webkit-unassigned mailing list