[webkit-changes] [WebKit/WebKit] 4b3c4d: [CSS-Typed-OM] Reification of CSSValues should sto...

Chris Dumez noreply at github.com
Thu Dec 15 09:48:01 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4b3c4dd4592939184e8a0f1ae9132f6572f38510
      https://github.com/WebKit/WebKit/commit/4b3c4dd4592939184e8a0f1ae9132f6572f38510
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2022-12-15 (Thu, 15 Dec 2022)

  Changed paths:
    M LayoutTests/imported/w3c/web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/animation-name-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-family-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/list-style-type-expected.txt
    M Source/WebCore/css/typedom/CSSStyleValueFactory.cpp

  Log Message:
  -----------
  [CSS-Typed-OM] Reification of CSSValues should stop converting string values to CSSKeywordValues
https://bugs.webkit.org/show_bug.cgi?id=249331

Reviewed by Simon Fraser.

Reification of CSSValues should stop converting string values to CSSKeywordValues. Only known
keywords / identifiers should get converted to CSSKeywordValue, other strings should use get
converted to the generic CSSStyleValue instead.

* LayoutTests/imported/w3c/web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/animation-name-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/font-family-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/list-style-type-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/quotes-expected.txt:
* Source/WebCore/css/typedom/CSSStyleValueFactory.cpp:
(WebCore::CSSStyleValueFactory::reifyValue):

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




More information about the webkit-changes mailing list