[webkit-changes] [WebKit/WebKit] 500827: [@page] Add support for jis-b4/jis-b5 sizes
Tim Nguyen
noreply at github.com
Sat Aug 3 21:05:12 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 500827ca66dce441bc5b1e2a8b0ccecfa14417eb
https://github.com/WebKit/WebKit/commit/500827ca66dce441bc5b1e2a8b0ccecfa14417eb
Author: Tim Nguyen <ntim at apple.com>
Date: 2024-08-03 (Sat, 03 Aug 2024)
Changed paths:
A LayoutTests/imported/w3c/web-platform-tests/css/css-page/parsing/size-valid-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/css/css-page/parsing/size-valid.html
M LayoutTests/printing/page-format-data-expected.txt
M LayoutTests/printing/page-format-data.html
M Source/WebCore/css/CSSProperties.json
M Source/WebCore/css/CSSValueKeywords.in
M Source/WebCore/css/parser/CSSPropertyParserHelpers.cpp
M Source/WebCore/style/StyleBuilder.cpp
Log Message:
-----------
[@page] Add support for jis-b4/jis-b5 sizes
https://bugs.webkit.org/show_bug.cgi?id=277597
rdar://133138325
Reviewed by Darin Adler.
https://drafts.csswg.org/css-page/#typedef-page-size-page-size
* LayoutTests/imported/w3c/web-platform-tests/css/css-page/parsing/size-valid-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-page/parsing/size-valid.html: Added.
* LayoutTests/printing/page-format-data-expected.txt:
* LayoutTests/printing/page-format-data.html:
* Source/WebCore/css/CSSProperties.json:
* Source/WebCore/css/CSSValueKeywords.in:
* Source/WebCore/css/parser/CSSPropertyParserHelpers.cpp:
(WebCore::CSSPropertyParserHelpers::consumeSize):
(WebCore::CSSPropertyParserHelpers::consumePageSize): Deleted.
* Source/WebCore/style/StyleBuilder.cpp:
(WebCore::Style::pageSizeFromName):
Canonical link: https://commits.webkit.org/281814@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