Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2e79c586fcacf5abedd1f46ea69c0dcf70e1d914
      
https://github.com/WebKit/WebKit/commit/2e79c586fcacf5abedd1f46ea69c0dcf70e1d914
  Author: Tim Nguyen <[email protected]>
  Date:   2024-11-20 (Wed, 20 Nov 2024)

  Changed paths:
    M LayoutTests/TestExpectations
    M 
LayoutTests/imported/w3c/web-platform-tests/html/rendering/the-details-element/details-blockification-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/html/rendering/the-details-element/details-pseudo-elements-006-expected.txt
    M Source/WebCore/css/CSSPseudoSelectors.json
    M Source/WebCore/html/HTMLDetailsElement.cpp
    M Source/WebCore/style/StyleAdjuster.cpp

  Log Message:
  -----------
  Add `::details-content` pseudo-element
https://bugs.webkit.org/show_bug.cgi?id=275211
rdar://129786929

Reviewed by Ryosuke Niwa.

See https://drafts.csswg.org/css-pseudo-4/#details-content-pseudo

This corresponds to the slot that contains all the contents (excluding the 
active summary) of the details element.

* LayoutTests/TestExpectations:
* 
LayoutTests/imported/w3c/web-platform-tests/html/rendering/the-details-element/details-blockification-expected.txt:
* 
LayoutTests/imported/w3c/web-platform-tests/html/rendering/the-details-element/details-pseudo-elements-006-expected.txt:
* Source/WebCore/css/CSSPseudoSelectors.json:
* Source/WebCore/html/HTMLDetailsElement.cpp:
(WebCore::HTMLDetailsElement::didAddUserAgentShadowRoot):
* Source/WebCore/style/StyleAdjuster.cpp:
(WebCore::Style::Adjuster::adjust const): Unbreak editability of the details 
contents.

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