Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c82907a171552bc351a0a59b1c655abd0fc6284a
      
https://github.com/WebKit/WebKit/commit/c82907a171552bc351a0a59b1c655abd0fc6284a
  Author: Sam Weinig <[email protected]>
  Date:   2026-08-10 (Mon, 10 Aug 2026)

  Changed paths:
    M 
LayoutTests/imported/w3c/web-platform-tests/scroll-animations/view-timelines/view-timeline-inset-expected.txt
    M Source/WebCore/Headers.cmake
    M Source/WebCore/SaferCPPExpectations/UncountedCallArgsCheckerExpectations
    M Source/WebCore/Sources.txt
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    M Source/WebCore/animation/TimelineRangeValue.cpp
    M Source/WebCore/animation/TimelineRangeValue.h
    M Source/WebCore/animation/ViewTimeline.cpp
    M Source/WebCore/animation/ViewTimeline.h
    A Source/WebCore/animation/ViewTimelineInsetValue.cpp
    A Source/WebCore/animation/ViewTimelineInsetValue.h
    M Source/WebCore/animation/ViewTimelineOptions.h
    M Source/WebCore/css/parser/CSSPropertyParserConsumer+Timeline.cpp
    M Source/WebCore/css/parser/CSSPropertyParserConsumer+Timeline.h
    A 
Source/WebCore/style/values/primitives/StylePrimitiveNumericTypes+TypedCSSOMConversions.h

  Log Message:
  -----------
  Restrict length values passed via script for the ViewTimelineOptions inset 
member to computationally independent values
https://bugs.webkit.org/show_bug.cgi?id=321294

Reviewed by Darin Adler.

Restrict length values passed via script for the ViewTimelineOptions inset 
member to
computationally independent values.

This is being resolved on by the CSSWG in w3c/csswg-drafts#13852
and has already been changed in WPT web-platform-tests/wpt@d645ced

Made computationally independent conversion from typed CSSOM numeric value to 
style
type generic and moved it to StylePrimitiveNumericTypes+TypedCSSOMConversions.h 
to
share the implementation with TimelineRangeValue conversion.

* 
LayoutTests/imported/w3c/web-platform-tests/scroll-animations/view-timelines/view-timeline-inset-expected.txt:
* Source/WebCore/Headers.cmake:
* Source/WebCore/Sources.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/animation/TimelineRangeValue.cpp:
* Source/WebCore/animation/ViewTimeline.cpp:
* Source/WebCore/animation/ViewTimeline.h:
* Source/WebCore/animation/ViewTimelineInsetValue.cpp: Added.
* Source/WebCore/animation/ViewTimelineInsetValue.h: Added.
* Source/WebCore/animation/ViewTimelineOptions.h:
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Timeline.cpp:
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Timeline.h:
* 
Source/WebCore/style/values/primitives/StylePrimitiveNumericTypes+TypedCSSOMConversions.h:
 Added.

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to