DescriptionMerge 142076
> REGRESSION(r141195): INPUT_MULTIPLE_FIELDS_UI: Space in a placeholder string is removed
> https://bugs.webkit.org/show_bug.cgi?id=109132
>
> Reviewed by Hajime Morita.
>
> <input type=date> should be shown in Japanese UI as:
> [ ?\229?\185?\180 /?\230?\156?\136/?\230?\151?\165]
> But it is shown wrongly since r141195:
> [?\229?\185?\180 /?\230?\156?\136/?\230?\151?\165]
>
> We should use white-space:pre.
>
> No new tests. This change is not testable in WebKit because this
> requires a Japanese-localized UI string of Chromium.
>
> * css/html.css:
> (input::-webkit-datetime-edit-fields-wrapper):
> Use white-space:pre instead of nowrap.
TBR=tkent@chromium.org
BUG=crbug.com/174827
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=142675
Patch Set 1 #
Messages
Total messages: 1 (0 generated)
|