RESOLVED FIXED 240447
[css-ui] Unexpose attachment and borderless-attachment appearance values
https://bugs.webkit.org/show_bug.cgi?id=240447
Summary [css-ui] Unexpose attachment and borderless-attachment appearance values
Tim Nguyen (:ntim)
Reported 2022-05-16 01:25:05 PDT
borderless-attachment should be restricted behind useSystemAppearance. Although I wonder if we could make this work through appearance: auto + borderless attribute, so we can stop exposing the CSS value altogether, though that would require consumers of <attachment> + appearance: borderless-attachment to change to <attachment borderless>. attachment is implemented via appearance: auto, so we shouldn't need to keep the CSS value around.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-05-16 01:25:14 PDT
Tim Horton
Comment 2 2022-05-16 11:48:31 PDT
> behind useSystemAppearance Please use attachmentElementEnabled instead.
Tim Nguyen (:ntim)
Comment 3 2022-05-16 14:37:45 PDT
EWS
Comment 4 2022-05-16 15:25:44 PDT
Committed r294267 (250615@main): <https://commits.webkit.org/250615@main> Reviewed commits have been landed. Closing PR #649 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.