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

Issue 2157803002: parentID attribute was added in hitRegion of canvas2d.

Created:
4 years, 5 months ago by Hwanseung Lee
Modified:
4 years, 5 months ago
Reviewers:
CC:
chromium-reviews, ajuma+watch-canvas_chromium.org, dshwang, Justin Novosad, haraken, Rik, blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

parentID attribute was added at hitRegionOption of canvas2d. it is ID of the parent region, for purposes of navigation by accessibility tools. refer to detail spec about parentID[1] [1] = https://html.spec.whatwg.org/multipage/scripting.html#dom-hitregionoptions-parentid BUG= None

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -2 lines) Patch
M third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.h View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.cpp View 3 chunks +21 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/HitRegion.h View 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/HitRegion.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/HitRegionOptions.idl View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 1 (1 generated)
Hwanseung Lee
4 years, 5 months ago (2016-07-17 02:38:47 UTC) #1
Description was changed from

==========
parentID attribute was added in hitRegion of canvas2d.

BUG= None
==========

to

==========
parentID attribute was added at hitRegionOption of canvas2d.
    
it is ID of the parent region, for purposes of navigation by accessibility
tools.
refer to detail spec about parentID[1]
    
[1] =
https://html.spec.whatwg.org/multipage/scripting.html#dom-hitregionoptions-pa...
    
BUG= None
==========

Powered by Google App Engine
This is Rietveld 408576698