[webkit-changes] [WebKit/WebKit] f5656e: [@property] Fix the test to allow 'default' as an ...

Antti Koivisto noreply at github.com
Fri Jan 13 11:48:23 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f5656e4975af3dd4265d6f41f353319606d22459
      https://github.com/WebKit/WebKit/commit/f5656e4975af3dd4265d6f41f353319606d22459
  Author: Antti Koivisto <antti at apple.com>
  Date:   2023-01-13 (Fri, 13 Jan 2023)

  Changed paths:
    M LayoutTests/imported/w3c/web-platform-tests/css/css-properties-values-api/register-property-syntax-parsing-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/css/css-properties-values-api/register-property-syntax-parsing.html

  Log Message:
  -----------
  [@property] Fix the test to allow 'default' as an initial value for '*' syntax
https://bugs.webkit.org/show_bug.cgi?id=250571
rdar://104223391

Reviewed by Simon Fraser.

Value 'default' is not legal as a custom identifier but it is not a css-wide keyword (https://www.w3.org/TR/css-values-3/#custom-idents).
With '*' syntax the value is just a pile of parser tokens and shouldn't be interpreted until someone tries to use it, beyond
recognizing the css-wide keywords.

* LayoutTests/imported/w3c/web-platform-tests/css/css-properties-values-api/register-property-syntax-parsing-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/css/css-properties-values-api/register-property-syntax-parsing.html:

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




More information about the webkit-changes mailing list