[webkit-changes] [WebKit/WebKit] 84c3c7: [iOS] Support rendering native <meter> in vertical...

Aditya Keerthi noreply at github.com
Sun Sep 17 23:44:18 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 84c3c7804104b84d9342813266f6e4c91e8d26b4
      https://github.com/WebKit/WebKit/commit/84c3c7804104b84d9342813266f6e4c91e8d26b4
  Author: Aditya Keerthi <akeerthi at apple.com>
  Date:   2023-09-17 (Sun, 17 Sep 2023)

  Changed paths:
    M LayoutTests/platform/ios/TestExpectations
    M Source/WebCore/rendering/RenderThemeIOS.mm

  Log Message:
  -----------
  [iOS] Support rendering native <meter> in vertical writing mode
https://bugs.webkit.org/show_bug.cgi?id=261593
rdar://115536615

Reviewed by Wenson Hsieh.

Adjust painting code to draw a vertical <meter> when using a vertical
writing mode. The "track" is already drawn vertically, this patch fixes the
filled area.

* LayoutTests/platform/ios/TestExpectations:
* Source/WebCore/rendering/RenderThemeIOS.mm:
(WebCore::RenderThemeIOS::paintMeter):

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




More information about the webkit-changes mailing list