RESOLVED FIXED277963
[Grid] Make ItemsLayoutRequirements use an OptionsSet
https://bugs.webkit.org/show_bug.cgi?id=277963
Summary [Grid] Make ItemsLayoutRequirements use an OptionsSet
Sammy Gill
Reported 2024-08-12 10:40:34 PDT
Currently ItemsLayoutRequirements is a map from a renderer to a single ItemLayoutRequirement, but I plan on allowing grid items to have multiple layout requirements in order to fix grid-item-inline-contribution-003 so let's change it to an OptionSet<ItemLayoutRequirement>
Attachments
Radar WebKit Bug Importer
Comment 1 2024-08-12 10:40:49 PDT
Sammy Gill
Comment 2 2024-08-12 11:19:36 PDT
EWS
Comment 3 2024-08-12 17:02:38 PDT
Committed 282149@main (eb6c9200a90d): <https://commits.webkit.org/282149@main> Reviewed commits have been landed. Closing PR #32048 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.