RESOLVED FIXED303078
[appearance: base] Add -internal-auto-base() and resolve it by substitution
https://bugs.webkit.org/show_bug.cgi?id=303078
Summary [appearance: base] Add -internal-auto-base() and resolve it by substitution
Said Abou-Hallawa
Reported 2025-11-24 21:23:22 PST
To add support for `appearance: base` a new internal function `-internal-auto-base()` is added. This functional will resolve and substitute itself with one of two values depending on whether the style has `appearance: base` or not. For example, this CSS defines the border style of the radio button if it has `appearance: base`. Otherwise its value is unset. input[type=radio] { border-radius: -internal-auto-base(unset, 100%); border: -internal-auto-base(unset, 0.4em solid currentColor); }
Attachments
Radar WebKit Bug Importer
Comment 1 2025-11-24 21:23:29 PST
Said Abou-Hallawa
Comment 2 2025-11-24 21:53:13 PST
EWS
Comment 3 2025-12-01 12:38:41 PST
Committed 303693@main (04ea7c36cab8): <https://commits.webkit.org/303693@main> Reviewed commits have been landed. Closing PR #54435 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.