Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 7e36e3eaa9f9033aaadcfa471d6fdabcd55a5d39 https://github.com/WebKit/WebKit/commit/7e36e3eaa9f9033aaadcfa471d6fdabcd55a5d39 Author: Tim Nguyen <n...@apple.com> Date: 2023-11-20 (Mon, 20 Nov 2023)
Changed paths: M Source/WebCore/CMakeLists.txt M Source/WebCore/DerivedSources-input.xcfilelist M Source/WebCore/DerivedSources.make A Source/WebCore/css/viewTransitions.css M Source/WebCore/style/InspectorCSSOMWrappers.cpp M Source/WebCore/style/UserAgentStyle.cpp M Source/WebCore/style/UserAgentStyle.h Log Message: ----------- [view-transitions] Add UA stylesheet https://bugs.webkit.org/show_bug.cgi?id=265171 rdar://118667044 Reviewed by Cameron McCormack. https://drafts.csswg.org/css-view-transitions-1/#ua-styles * Source/WebCore/CMakeLists.txt: * Source/WebCore/DerivedSources-input.xcfilelist: * Source/WebCore/DerivedSources.make: * Source/WebCore/css/viewTransitions.css: Added. (:root): (:root::view-transition): (:root::view-transition-group(*)): (:root::view-transition-image-pair(*)): (:root::view-transition-old(*),): (@keyframes -ua-view-transition-fade-out): (@keyframes -ua-view-transition-fade-in): (@keyframes -ua-mix-blend-mode-plus-lighter): (to): * Source/WebCore/style/InspectorCSSOMWrappers.cpp: (WebCore::Style::InspectorCSSOMWrappers::collectDocumentWrappers): * Source/WebCore/style/UserAgentStyle.cpp: (WebCore::Style::UserAgentStyle::ensureDefaultStyleSheetsForElement): * Source/WebCore/style/UserAgentStyle.h: Canonical link: https://commits.webkit.org/271000@main _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes