[webkit-changes] [WebKit/WebKit] 4d0826: Fix warnings seen when running process-css-propert...
Sam Weinig
noreply at github.com
Sun Feb 23 17:55:35 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4d082633f9d78ef54c78b7d7d68b4574a51e6a64
https://github.com/WebKit/WebKit/commit/4d082633f9d78ef54c78b7d7d68b4574a51e6a64
Author: Sam Weinig <sam at webkit.org>
Date: 2025-02-23 (Sun, 23 Feb 2025)
Changed paths:
M Source/WebCore/css/CSSProperties.json
M Source/WebCore/css/process-css-properties.py
Log Message:
-----------
Fix warnings seen when running process-css-properties.py
https://bugs.webkit.org/show_bug.cgi?id=288310
Reviewed by Darin Adler.
- Adds missing non-standard "intrinsic" value to the values
array for sizing properties.
- Adds missing non-standard "auto" and "match-element" values
to the values array for view-transition-name.
- Disable warnings for properties that use a non-builtin
reference term in their grammar. These grammars are
incomplete from the generators perspective, so they must
be treated like any other custom parsing.
* Source/WebCore/css/CSSProperties.json:
* Source/WebCore/css/process-css-properties.py:
Canonical link: https://commits.webkit.org/290923@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list