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

Issue 775533002: Limit the heading level to 1 - 9. (Closed)

Created:
6 years ago by shreeramk
Modified:
6 years ago
Reviewers:
dmazzoni
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Limit the heading level to 1 - 9. According to http://rawgit.com/w3c/aria/master/core-aam/core-aam.html#ariaLevel when aria-level is used on heading role then UIA supports up to heading level 9. <h2 aria-level="9">Level 9</h2> <h1 aria-level="20">Level 1</h1> AX Tree: IA2_ROLE_HEADING level:9 IA2_ROLE_HEADING level:1 BUG=365082 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=186567

Patch Set 1 #

Total comments: 1

Patch Set 2 : incorporating comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -2 lines) Patch
M Source/modules/accessibility/AXNodeObject.cpp View 1 1 chunk +5 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
shreeramk
Please review. Thanks!!!
6 years ago (2014-12-02 06:06:06 UTC) #2
dmazzoni
https://codereview.chromium.org/775533002/diff/1/Source/modules/accessibility/AXNodeObject.cpp File Source/modules/accessibility/AXNodeObject.cpp (right): https://codereview.chromium.org/775533002/diff/1/Source/modules/accessibility/AXNodeObject.cpp#newcode882 Source/modules/accessibility/AXNodeObject.cpp:882: && getAttribute(aria_levelAttr).toInt() <= 9) This still allows 0 and ...
6 years ago (2014-12-04 08:26:32 UTC) #3
shreeramk
Comments incorporated. PTAL. Thanks!!
6 years ago (2014-12-04 16:57:48 UTC) #4
dmazzoni
lgtm Thanks!
6 years ago (2014-12-05 04:51:32 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/775533002/20001
6 years ago (2014-12-05 04:52:21 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://src.chromium.org/viewvc/blink?view=rev&revision=186567
6 years ago (2014-12-05 05:35:20 UTC) #8
dominicc (has gone to gerrit)
On 2014/12/05 05:35:20, I haz the power (commit-bot) wrote: > Committed patchset #2 (id:20001) as ...
6 years ago (2014-12-05 06:15:24 UTC) #9
shreeramk
6 years ago (2014-12-05 06:19:44 UTC) #10
Message was sent while issue was closed.
On 2014/12/05 06:15:24, dominicc wrote:
> On 2014/12/05 05:35:20, I haz the power (commit-bot) wrote:
> > Committed patchset #2 (id:20001) as
> > https://src.chromium.org/viewvc/blink?view=rev&revision=186567
> 
> Why doesn't this change have tests?

For this test would be submitted in chromium side.

Here is that CL https://codereview.chromium.org/769783002/

Powered by Google App Engine
This is Rietveld 408576698