Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f1e11b2d0edbc78fdcd8f41e10bd345a2d95940f
      
https://github.com/WebKit/WebKit/commit/f1e11b2d0edbc78fdcd8f41e10bd345a2d95940f
  Author: Rob Buis <[email protected]>
  Date:   2025-09-29 (Mon, 29 Sep 2025)

  Changed paths:
    M 
LayoutTests/editing/pasteboard/data-transfer-get-data-on-drop-rich-text-expected.txt
    M LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt
    M 
LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
    M 
LayoutTests/fast/events/before-input-events-prevent-drag-and-drop-expected.txt
    M LayoutTests/fast/events/input-events-paste-rich-datatransfer-expected.txt
    M LayoutTests/fast/events/ondrop-text-html-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/css/css-break/inheritance-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/css/cssom/cssom-getPropertyValue-common-checks-expected.txt
    M 
LayoutTests/platform/glib/fast/events/input-events-paste-rich-datatransfer-expected.txt
    M LayoutTests/platform/mac/fast/events/ondrop-text-html-expected.txt
    M LayoutTests/svg/css/getComputedStyle-basic-expected.txt
    M Source/WebCore/css/CSSProperties.json
    M Source/WebCore/style/StyleExtractorCustom.h

  Log Message:
  -----------
  Implement `orphans` and `widows` computed values
https://bugs.webkit.org/show_bug.cgi?id=299374

Reviewed by Sam Weinig.

The `orphans` and `widows` computed values should not reflect the internal auto 
value.

* 
LayoutTests/editing/pasteboard/data-transfer-get-data-on-drop-rich-text-expected.txt:
* LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt:
* 
LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* 
LayoutTests/fast/events/before-input-events-prevent-drag-and-drop-expected.txt:
* LayoutTests/fast/events/input-events-paste-rich-datatransfer-expected.txt:
* LayoutTests/fast/events/ondrop-text-html-expected.txt:
* 
LayoutTests/imported/w3c/web-platform-tests/css/css-break/inheritance-expected.txt:
* 
LayoutTests/imported/w3c/web-platform-tests/css/cssom/cssom-getPropertyValue-common-checks-expected.txt:
* 
LayoutTests/platform/glib/fast/events/input-events-paste-rich-datatransfer-expected.txt:
* LayoutTests/platform/mac/fast/events/ondrop-text-html-expected.txt:
* LayoutTests/svg/css/getComputedStyle-basic-expected.txt:
* Source/WebCore/css/CSSProperties.json:
* Source/WebCore/style/StyleExtractorCustom.h:
(WebCore::Style::PropertyExtractorAdaptor<CSSPropertyWidows>::computedValue 
const):
(WebCore::Style::PropertyExtractorAdaptor<CSSPropertyOrphans>::computedValue 
const):
(WebCore::Style::ExtractorCustom::extractWidows):
(WebCore::Style::ExtractorCustom::extractOrphans):
(WebCore::Style::ExtractorCustom::extractWidowsSerialization):
(WebCore::Style::ExtractorCustom::extractOrphansSerialization):

Canonical link: https://commits.webkit.org/300690@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