[webkit-changes] [WebKit/WebKit] cf0f5e: Remove font-palette from font shorthand

Tim Nguyen noreply at github.com
Mon Dec 12 19:07:04 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: cf0f5ed10f296b08e9551a0bfbf7c7cded31649e
      https://github.com/WebKit/WebKit/commit/cf0f5ed10f296b08e9551a0bfbf7c7cded31649e
  Author: Tim Nguyen <ntim at apple.com>
  Date:   2022-12-12 (Mon, 12 Dec 2022)

  Changed paths:
    M LayoutTests/fast/css/font-shorthand-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/font-palette-vs-shorthand-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/font-palette-vs-shorthand.html
    M LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/font-shorthand-serialization-prevention-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/font-shorthand-serialization-prevention.html
    M LayoutTests/imported/w3c/web-platform-tests/css/cssom/cssom-getPropertyValue-common-checks-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/css/cssom/font-shorthand-serialization-expected.txt
    M LayoutTests/platform/win/fast/css/font-shorthand-expected.txt
    M LayoutTests/platform/win/imported/w3c/web-platform-tests/css/css-fonts/font-shorthand-serialization-prevention-expected.txt
    M Source/WebCore/css/CSSProperties.json
    M Source/WebCore/css/ComputedStyleExtractor.cpp
    M Source/WebCore/css/StylePropertyShorthand.h

  Log Message:
  -----------
  Remove font-palette from font shorthand
https://bugs.webkit.org/show_bug.cgi?id=248949
rdar://103119662

Reviewed by Cameron McCormack.

It was resolved in https://github.com/w3c/csswg-drafts/issues/7832 to remove font-palette from the font shorthand.

WPT synced from Mozilla's change: https://phabricator.services.mozilla.com/D164128

* LayoutTests/fast/css/font-shorthand-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/css/cssom/cssom-getPropertyValue-common-checks-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/css/cssom/font-shorthand-serialization-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/font-palette-vs-shorthand-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/font-palette-vs-shorthand.html:
* LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/font-shorthand-serialization-prevention-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/font-shorthand-serialization-prevention.html:
* LayoutTests/platform/win/fast/css/font-shorthand-expected.txt:
* LayoutTests/platform/win/imported/w3c/web-platform-tests/css/css-fonts/font-shorthand-serialization-prevention-expected.txt:
* Source/WebCore/css/CSSProperties.json:
* Source/WebCore/css/ComputedStyleExtractor.cpp:
(WebCore::fontShorthandValue):
* Source/WebCore/css/StylePropertyShorthand.h:

Canonical link: https://commits.webkit.org/257772@main




More information about the webkit-changes mailing list