[webkit-changes] [WebKit/WebKit] 0d6958: [Table] Enable vertical writing mode(s) for table ...

Alan Baradlay noreply at github.com
Fri Dec 29 21:45:41 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0d695812f5b0daef531a9760903457364d2265ff
      https://github.com/WebKit/WebKit/commit/0d695812f5b0daef531a9760903457364d2265ff
  Author: Alan Baradlay <zalan at apple.com>
  Date:   2023-12-29 (Fri, 29 Dec 2023)

  Changed paths:
    M LayoutTests/TestExpectations
    M LayoutTests/imported/w3c/web-platform-tests/css/css-tables/table-cell-writing-mode-computed-expected.txt
    M LayoutTests/platform/ios/fast/table/table-display-types-vertical-expected.txt
    M LayoutTests/platform/mac/fast/table/table-display-types-vertical-expected.txt
    M Source/WebCore/style/StyleAdjuster.cpp

  Log Message:
  -----------
  [Table] Enable vertical writing mode(s) for table cells
https://bugs.webkit.org/show_bug.cgi?id=266928

Reviewed by Antti Koivisto.

We are able to layout table cells in non-horizontal writing mode.

* LayoutTests/TestExpectations: failing tests were never really working.
* LayoutTests/imported/w3c/web-platform-tests/css/css-tables/table-cell-writing-mode-computed-expected.txt:
* Source/WebCore/style/StyleAdjuster.cpp:
(WebCore::Style::Adjuster::adjust const):

fast/table/table-display-types-vertical.html : progression

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




More information about the webkit-changes mailing list