[webkit-changes] [WebKit/WebKit] 3a25c2: Add missing hyphens to 'webkit's in <width-or-heig...

Sam Weinig noreply at github.com
Sat Nov 26 12:57:51 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3a25c2011c312e9f6eaf96ada1c8dd78c98b088c
      https://github.com/WebKit/WebKit/commit/3a25c2011c312e9f6eaf96ada1c8dd78c98b088c
  Author: Sam Weinig <weinig at apple.com>
  Date:   2022-11-26 (Sat, 26 Nov 2022)

  Changed paths:
    M Source/WebCore/css/CSSProperties.json

  Log Message:
  -----------
  Add missing hyphens to 'webkit's in <width-or-height-keyword> grammar
https://bugs.webkit.org/show_bug.cgi?id=248363
rdar://102682234

Reviewed by Darin Adler and Tim Nguyen.

Pointed out post merge for https://bugs.webkit.org/show_bug.cgi?id=248275,
this updates a few uses of "webkit" rather than "-webkit" in the grammar
for the <width-or-height-keyword> shared rule. This doesn't actually have
any observable effect on code generation, as both will translate to the
same CSSValueID, but it would be quite confusing to someone in the future.

* Source/WebCore/css/CSSProperties.json:

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




More information about the webkit-changes mailing list