RESOLVED FIXED 247498
StyleProperties::fontValue needs to return emptyString in many more cases where font sub properties have unusual values
https://bugs.webkit.org/show_bug.cgi?id=247498
Summary StyleProperties::fontValue needs to return emptyString in many more cases whe...
Darin Adler
Reported 2022-11-04 12:27:18 PDT
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.
Attachments
Darin Adler
Comment 1 2022-11-04 12:27:39 PDT
A significant part of the work here is to add test cases, preferably WPT tests.
Darin Adler
Comment 2 2022-11-05 09:56:33 PDT
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?
Radar WebKit Bug Importer
Comment 3 2022-11-11 11:28:23 PST
Tim Nguyen (:ntim)
Comment 4 2022-11-11 22:18:06 PST
> 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
Darin Adler
Comment 5 2022-11-12 07:54:29 PST
I am working on a patch for this right now. Tim, hope you weren’t already working on it.
Darin Adler
Comment 6 2022-11-12 07:55:40 PST
The part I was not clear on was the "implicit" flag bit.
Darin Adler
Comment 7 2022-11-12 09:21:21 PST
EWS
Comment 8 2022-11-13 23:53:58 PST
Committed 256635@main (d3d6e16bf1f0): <https://commits.webkit.org/256635@main> Reviewed commits have been landed. Closing PR #6426 and removing active labels.
Tim Nguyen (:ntim)
Comment 9 2022-11-14 01:27:55 PST
*** Bug 169259 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.