[webkit-changes] [WebKit/WebKit] 1d539b: RenderTable::BottomSection() should return the las...

Karl Dubost noreply at github.com
Tue Jan 28 05:15:14 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1d539b1ae929bb6062b9501cc61c97d57c0108b1
      https://github.com/WebKit/WebKit/commit/1d539b1ae929bb6062b9501cc61c97d57c0108b1
  Author: Karl Dubost <karlcow at apple.com>
  Date:   2025-01-28 (Tue, 28 Jan 2025)

  Changed paths:
    A LayoutTests/imported/w3c/web-platform-tests/css/css-tables/out-of-order-elements-collapsed-border-expected.html
    A LayoutTests/imported/w3c/web-platform-tests/css/css-tables/out-of-order-elements-collapsed-border-ref.html
    A LayoutTests/imported/w3c/web-platform-tests/css/css-tables/out-of-order-elements-collapsed-border.html
    M Source/WebCore/rendering/RenderTable.cpp

  Log Message:
  -----------
  RenderTable::BottomSection() should return the last rendered table section
https://bugs.webkit.org/show_bug.cgi?id=257575
rdar://110430887

Reviewed by Alan Baradlay.

BottomSection() was not necessary returning the last rendered section.
In return it had an impact on drawing the border of the table element
when the borders are collapsed.
See https://searchfox.org/wubkat/rev/47b66cb0dc7c2146fa7576555c720080708667f3/Source/WebCore/rendering/RenderTable.cpp#1358-1378

* LayoutTests/imported/w3c/web-platform-tests/css/css-tables/out-of-order-elements-collapsed-border-expected.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-tables/out-of-order-elements-collapsed-border-ref.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-tables/out-of-order-elements-collapsed-border.html: Added.
* Source/WebCore/rendering/RenderTable.cpp:
(WebCore::RenderTable::bottomSection const):

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