[webkit-changes] [WebKit/WebKit] 3e8ac0: Fix default angle cases from at-font-face-descript...

Tim Nguyen noreply at github.com
Fri Oct 28 06:47:09 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3e8ac0a21f3047ebd9add1db025f4c13d287df53
      https://github.com/WebKit/WebKit/commit/3e8ac0a21f3047ebd9add1db025f4c13d287df53
  Author: Tim Nguyen <ntim at apple.com>
  Date:   2022-10-28 (Fri, 28 Oct 2022)

  Changed paths:
    M LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/variations/at-font-face-descriptors-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/variations/at-font-face-descriptors.html

  Log Message:
  -----------
  Fix default angle cases from at-font-face-descriptors.html
https://bugs.webkit.org/show_bug.cgi?id=247172
rdar://101666575

Reviewed by Darin Adler.

The default angle is now 14deg, not 20deg, but even then, I do not think we should treat the default angle specially in this case, given that it changed. We lose information by serializing to the shorter form (did the author intend to mean 20deg or the current default angle?). For clarity, always putting the angle is better.

See: https://github.com/w3c/csswg-drafts/issues/2295

* LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/variations/at-font-face-descriptors-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/variations/at-font-face-descriptors.html:

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




More information about the webkit-changes mailing list