<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Writing-mode-dependent properties don't apply if their value is a variable"
href="https://bugs.webkit.org/show_bug.cgi?id=158449#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Writing-mode-dependent properties don't apply if their value is a variable"
href="https://bugs.webkit.org/show_bug.cgi?id=158449">bug 158449</a>
from <span class="vcard"><a class="email" href="mailto:thorton@apple.com" title="Tim Horton <thorton@apple.com>"> <span class="fn">Tim Horton</span></a>
</span></b>
<pre>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?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>