[webkit-changes] [WebKit/WebKit] 55af19: Update html.css to use logical properties for form...

Aditya Keerthi noreply at github.com
Mon Nov 6 10:50:09 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 55af19e16ebb473a7a4f4d5a4fe07c23179c5259
      https://github.com/WebKit/WebKit/commit/55af19e16ebb473a7a4f4d5a4fe07c23179c5259
  Author: Aditya Keerthi <akeerthi at apple.com>
  Date:   2023-11-06 (Mon, 06 Nov 2023)

  Changed paths:
    M Source/WebCore/css/html.css

  Log Message:
  -----------
  Update html.css to use logical properties for form controls
https://bugs.webkit.org/show_bug.cgi?id=264236
rdar://117983666

Reviewed by Tim Nguyen.

This is necessary in order to support vertical form controls.

* Source/WebCore/css/html.css:
(input):
(input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-results-decoration):
(input[type="search"]::-webkit-search-results-button):
(input::-webkit-date-and-time-value:
(input::-webkit-list-button):
(textarea):
(select):

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




More information about the webkit-changes mailing list