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

Issue 115815: Make the caption text for the "I understand" checkboxes in malware interstiti... (Closed)

Created:
11 years, 7 months ago by WillH
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Make the caption text for the "I understand" checkboxes in malware interstitial pages into an HTML label tag, to make it clickable and more friendly to screen readers. TEST= Navigate to ianfette.org and click on the text "I understand that visiting this site may harm my computer". Checkbox should toggle. BUG=12714

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Total comments: 2

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -2 lines) Patch
M AUTHORS View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/safe_browsing_malware_block.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/safe_browsing_multiple_threat_block.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
WillH
11 years, 7 months ago (2009-05-27 11:41:15 UTC) #1
arv (Not doing code reviews)
This will not work. The for attribute of a label element needs to be the ...
11 years, 7 months ago (2009-05-27 16:00:47 UTC) #2
WillH
You're right. I think semantically it's preferable to identify the checkbox specifically, as in the ...
11 years, 7 months ago (2009-05-27 17:05:27 UTC) #3
arv (Not doing code reviews)
http://codereview.chromium.org/115815/diff/8/10 File chrome/browser/resources/safe_browsing_malware_block.html (right): http://codereview.chromium.org/115815/diff/8/10#newcode94 Line 94: <input name="checky" id="checky" type="checkbox" onclick="agreed(this.form)">&nbsp;<label for="checky"><span jscontent="confirm_text"></span></label> Can ...
11 years, 7 months ago (2009-05-27 17:10:59 UTC) #4
WillH
Done.
11 years, 7 months ago (2009-05-27 18:00:05 UTC) #5
arv (Not doing code reviews)
LGTM
11 years, 7 months ago (2009-05-27 18:46:06 UTC) #6
WillH
Cool. Appears I don't have commit access so could someone else please? Cheers
11 years, 7 months ago (2009-05-28 00:16:46 UTC) #7
arv (Not doing code reviews)
Ian, does this look OK with you?
11 years, 7 months ago (2009-05-28 00:25:31 UTC) #8
ian fette
11 years, 7 months ago (2009-05-28 00:33:47 UTC) #9
lgtm

Powered by Google App Engine
This is Rietveld 408576698