[webkit-changes] [WebKit/WebKit] 9c4012: Upstream form control styling for visionOS

megangardner noreply at github.com
Fri Jun 9 23:34:21 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9c4012488b1d2c4d5711227cd10421adcde75682
      https://github.com/WebKit/WebKit/commit/9c4012488b1d2c4d5711227cd10421adcde75682
  Author: Megan Gardner <megan_gardner at apple.com>
  Date:   2023-06-09 (Fri, 09 Jun 2023)

  Changed paths:
    M Source/WebCore/css/html.css
    M Source/WebCore/style/InspectorCSSOMWrappers.cpp
    M Source/WebCore/style/UserAgentStyle.cpp
    M Source/WebCore/style/UserAgentStyle.h

  Log Message:
  -----------
  Upstream form control styling for visionOS
https://bugs.webkit.org/show_bug.cgi?id=257926
rdar://110556097

Reviewed by Tim Nguyen.

* Source/WebCore/css/html.css:
(#if defined(ENABLE_DATE_AND_TIME_INPUT_TYPES) && ENABLE_DATE_AND_TIME_INPUT_TYPES):
(#endif):
(input:is([type="button"], [type="submit"], [type="reset"]), input[type="file"]::file-selector-button, button):
(#endif // defined(ENABLE_INPUT_TYPE_COLOR) && ENABLE_INPUT_TYPE_COLOR):
(textarea): Deleted.
* Source/WebCore/style/InspectorCSSOMWrappers.cpp:
(WebCore::Style::InspectorCSSOMWrappers::collectDocumentWrappers):
* Source/WebCore/style/UserAgentStyle.cpp:
(WebCore::Style::UserAgentStyle::ensureDefaultStyleSheetsForElement):
* Source/WebCore/style/UserAgentStyle.h:

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




More information about the webkit-changes mailing list