Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Stop allowing numbers during parsing of baseline-shift CSS property
https://bugs.webkit.org/show_bug.cgi?id=249482 Reviewed by Sam Weinig. Stop allowing numbers during parsing of baseline-shift CSS property. Per the specification, we should allow <length-percentage>, not <number>: - https://w3c.github.io/csswg-drafts/css-inline/#baseline-shift-property * LayoutTests/imported/w3c/web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/baseline-shift-expected.txt: Rebaseline WPT test now that more checks are passing. * Source/WebCore/css/CSSProperties.json: Drop svg attribute mode since it allows unitless values during parsing. Canonical link: https://commits.webkit.org/258025@main
- Loading branch information