Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 06c48275c9f75e05f1fefa4fb068657fab6ac597
      
https://github.com/WebKit/WebKit/commit/06c48275c9f75e05f1fefa4fb068657fab6ac597
  Author: Antoine Quint <[email protected]>
  Date:   2025-02-27 (Thu, 27 Feb 2025)

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

  Log Message:
  -----------
  [web-animations] initial value for `animation-duration` is incorrect in 
`CSSProperties.json`
https://bugs.webkit.org/show_bug.cgi?id=288658

Reviewed by Tim Nguyen.

We added support for `animation-duration: auto` in 283499@main but failed to 
update the
`initial` value for it in `CSSProperties.json`. We correct this, although it 
does not
change any behavior since `Animation::initialDuration()` returns an 
`std::nullopt`
values, which represents `auto`.

* Source/WebCore/css/CSSProperties.json:

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to