Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(495)

Issue 2306383005: Made date input field read "mm", "dd", "yyyy", or equivalents in other languages, instead of "blank… (Closed)

Created:
4 years, 3 months ago by nektarios
Modified:
4 years, 3 months ago
CC:
aboxhall+watch_chromium.org, aboxhall, blink-reviews, blink-reviews-api_chromium.org, blink-reviews-html_chromium.org, chromium-reviews, darin-cc_chromium.org, dglazkov+blink, dmazzoni, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, haraken, jam, je_julie, nektar+watch_chromium.org, yuzo+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Made date input field read "mm", "dd", "yyyy", or equivalents in other languages, instead of "blank" when no date has been selected. This matches visual experience, as well as screen reader experience on many websites. BUG=643423 R=dtseng@chromium.org, esprehn@chromium.org, keishi@chromium.org, tkent@chromium.org, avi@chromium.org TESTED=manually with Jaws Committed: https://crrev.com/dbf3a1084aecbfb8b0ff684c0935ee994f2b80b3 Cr-Commit-Position: refs/heads/master@{#417111}

Patch Set 1 #

Patch Set 2 : Made date input field read "mm", "dd", "yyyy", or equivalents in other languages, instead of "blank… #

Total comments: 1

Patch Set 3 : Reverted separator role change. #

Patch Set 4 : Fixed layout tests. #

Patch Set 5 : Fixed test expectations. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -61 lines) Patch
M content/app/strings/content_strings.grd View 1 chunk +0 lines, -4 lines 0 comments Download
M content/child/blink_platform_impl.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-ax-aria-attributes.html View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-ax-aria-attributes-expected.txt View 1 2 3 4 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-ax-aria-attributes.html View 1 2 3 1 chunk +8 lines, -8 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-ax-aria-attributes-expected.txt View 1 2 3 4 1 chunk +8 lines, -8 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-ax-aria-attributes.html View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-ax-aria-attributes-expected.txt View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-ax-aria-attributes.html View 1 2 3 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-ax-aria-attributes-expected.txt View 1 2 3 4 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-ax-aria-attributes.html View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-ax-aria-attributes-expected.txt View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/html/shadow/DateTimeFieldElement.cpp View 3 chunks +2 lines, -8 lines 0 comments Download
M third_party/WebKit/public/platform/WebLocalizedString.h View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 43 (20 generated)
nektarios
4 years, 3 months ago (2016-09-06 20:51:19 UTC) #1
David Tseng
lgtm Thanks for getting to this so quickly. https://codereview.chromium.org/2306383005/diff/20001/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp File third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp (left): https://codereview.chromium.org/2306383005/diff/20001/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp#oldcode1331 third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp:1331: // ...
4 years, 3 months ago (2016-09-06 22:39:53 UTC) #4
blink-reviews
ttps://codereview.chromium.org/2306383005/diff/20001/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp <https://codereview.chromium.org/2306383005/diff/20001/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp> > File third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp > (left): > > https://codereview.chromium.org/2306383005/diff/20001/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp#oldcode1331 > third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp:1331: > // case ...
4 years, 3 months ago (2016-09-06 22:49:54 UTC) #5
chromium-reviews
ttps://codereview.chromium.org/2306383005/diff/20001/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp <https://codereview.chromium.org/2306383005/diff/20001/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp> > File third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp > (left): > > https://codereview.chromium.org/2306383005/diff/20001/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp#oldcode1331 > third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp:1331: > // case ...
4 years, 3 months ago (2016-09-06 22:49:54 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2306383005/40001
4 years, 3 months ago (2016-09-06 23:00:04 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/253931)
4 years, 3 months ago (2016-09-06 23:09:58 UTC) #11
nektarios
@esprehn Please review changes to content/child/ @tkent or @keishi Please review a small change to ...
4 years, 3 months ago (2016-09-06 23:33:51 UTC) #16
tkent
lgtm. I'm wonder if reading 'mm' would be helpful. However I trust AX team decision.
4 years, 3 months ago (2016-09-06 23:57:16 UTC) #17
esprehn
Got some tests? :)
4 years, 3 months ago (2016-09-06 23:57:28 UTC) #18
tkent
Some tests in LayoutTests/fast/forms/ are failing. Need to update them.
4 years, 3 months ago (2016-09-07 00:00:12 UTC) #19
chromium-reviews
On 9/6/2016 7:57 PM, tkent@chromium.org wrote: > lgtm. > I'm wonder if reading 'mm' would ...
4 years, 3 months ago (2016-09-07 00:36:08 UTC) #20
blink-reviews
On 9/6/2016 7:57 PM, tkent@chromium.org wrote: > lgtm. > I'm wonder if reading 'mm' would ...
4 years, 3 months ago (2016-09-07 00:36:11 UTC) #21
blink-reviews
Tests fixed. I think they should be enough for coverage, do you agree? -- You ...
4 years, 3 months ago (2016-09-07 01:26:55 UTC) #22
chromium-reviews
Tests fixed. I think they should be enough for coverage, do you agree? -- You ...
4 years, 3 months ago (2016-09-07 01:27:04 UTC) #23
tkent
On 2016/09/07 at 01:27:04, chromium-reviews wrote: > Tests fixed. I think they should be enough ...
4 years, 3 months ago (2016-09-07 01:41:32 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2306383005/80001
4 years, 3 months ago (2016-09-07 19:33:05 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/254744)
4 years, 3 months ago (2016-09-07 19:39:59 UTC) #33
nektarios
@tkent Have you given me an LGTM. I think I am still missing an LGTM ...
4 years, 3 months ago (2016-09-07 20:16:00 UTC) #34
nektarios
@avi Could you approve changes to content/? I removed an accessibility message string.
4 years, 3 months ago (2016-09-07 20:18:51 UTC) #37
Avi (use Gerrit)
lgtm
4 years, 3 months ago (2016-09-07 20:23:10 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2306383005/80001
4 years, 3 months ago (2016-09-07 23:06:07 UTC) #40
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 3 months ago (2016-09-07 23:11:41 UTC) #41
commit-bot: I haz the power
4 years, 3 months ago (2016-09-07 23:13:59 UTC) #43
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/dbf3a1084aecbfb8b0ff684c0935ee994f2b80b3
Cr-Commit-Position: refs/heads/master@{#417111}

Powered by Google App Engine
This is Rietveld 408576698