[webkit-reviews] review granted: [Bug 214978] [macOS] Date/time input types should have a textfield appearance : [Attachment 405694] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 31 12:39:41 PDT 2020


Wenson Hsieh <wenson_hsieh at apple.com> has granted Aditya Keerthi
<akeerthi at apple.com>'s request for review:
Bug 214978: [macOS] Date/time input types should have a textfield appearance
https://bugs.webkit.org/show_bug.cgi?id=214978

Attachment 405694: Patch

https://bugs.webkit.org/attachment.cgi?id=405694&action=review




--- Comment #4 from Wenson Hsieh <wenson_hsieh at apple.com> ---
Comment on attachment 405694
  --> https://bugs.webkit.org/attachment.cgi?id=405694
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=405694&action=review

> Source/WebCore/rendering/RenderThemeMac.mm:402
> +    return "input[type=\"week\"] { -webkit-appearance: textfield;
align-items: center; display: -webkit-inline-flex; overflow: hidden; width:
10em; outline: none; } "_s;

This seems fine for now, but given that they’re all the same style rules, we
might want to consider just refactoring these styles to be under something like
`RenderTheme::dateAndTimeInputStyleSheet()`, or to be inside html.css as
"input[type=date], input[type=time], … { … }".


More information about the webkit-reviews mailing list