StyleProperties::fontValue needs to return emptyString in many more cases where font subproperties have values other than their initial values. We already do this in the fontShorthandValue function for computed style, but we need it for specified style too.
A significant part of the work here is to add test cases, preferably WPT tests.
I’m not actually sure what the desired behavior is here. I might need someone’s help to write the tests before changing any of the code. Tim, what do you think?
<rdar://problem/102248342>
> I’m not actually sure what the desired behavior is here. https://github.com/w3c/csswg-drafts/issues/8062 The font shorthand serialization should be empty when the subproperties are not representable by the shorthand. We seem to have similar issues with other props too, see bug 247810
I am working on a patch for this right now. Tim, hope you weren’t already working on it.
The part I was not clear on was the "implicit" flag bit.
Pull request: https://github.com/WebKit/WebKit/pull/6426
Committed 256635@main (d3d6e16bf1f0): <https://commits.webkit.org/256635@main> Reviewed commits have been landed. Closing PR #6426 and removing active labels.
*** Bug 169259 has been marked as a duplicate of this bug. ***