[webkit-changes] [WebKit/WebKit] cedbe2: Ruby block style not inherited to anonymous ruby c...

Antti Koivisto noreply at github.com
Wed Sep 4 08:20:55 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: cedbe2855b3ebba06b91cc1782eb30ec94502032
      https://github.com/WebKit/WebKit/commit/cedbe2855b3ebba06b91cc1782eb30ec94502032
  Author: Antti Koivisto <antti at apple.com>
  Date:   2024-09-04 (Wed, 04 Sep 2024)

  Changed paths:
    A LayoutTests/fast/ruby/ruby-block-style-propagation-expected.html
    A LayoutTests/fast/ruby/ruby-block-style-propagation.html
    M Source/WebCore/rendering/RenderBlock.cpp
    M Source/WebCore/rendering/RenderElement.cpp
    M Source/WebCore/rendering/RenderElement.h

  Log Message:
  -----------
  Ruby block style not inherited to anonymous ruby child on dynamic change
https://bugs.webkit.org/show_bug.cgi?id=279123
rdar://134442508

Reviewed by Alan Baradlay.

* LayoutTests/fast/ruby/ruby-block-style-propagation-expected.html: Added.
* LayoutTests/fast/ruby/ruby-block-style-propagation.html: Added.
* Source/WebCore/rendering/RenderBlock.cpp:
(WebCore::RenderBlock::styleDidChange):
* Source/WebCore/rendering/RenderElement.cpp:
(WebCore::RenderElement::propagateStyleToAnonymousChildren):

Allow block style propagation to anonymous ruby children.

* Source/WebCore/rendering/RenderElement.h:

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



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


More information about the webkit-changes mailing list