[Webkit-unassigned] [Bug 158449] Writing-mode-dependent properties don't apply if their value is a variable
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 6 16:54:21 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=158449
--- Comment #1 from Tim Horton <thorton at apple.com> ---
I did some debugging, and found the point where this goes wrong, but Iâm not sure how to fix it.
Once we get into CSSParser::parseVariableDependentValue, our propID is the resolved one (PaddingLeft, for example). The CSSVariableDependentValue still has the unresolved propID (WebkitPaddingStart), though, so the comparison (property.id() == propID) fails, and we end up returning nullptr.
Iâm not sure if/when we should be doing the resolution, though. Inside parseVariableDependentValue?
--
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/20160606/29798199/attachment.html>
More information about the webkit-unassigned
mailing list