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

Unified Diff: Source/core/html/HTMLElement.idl

Issue 1150573004: Move Element.focus()/blur() to HTMLElement and SVGElement. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: PS 3 Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/dom/Element.idl ('k') | Source/core/svg/SVGElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLElement.idl
diff --git a/Source/core/html/HTMLElement.idl b/Source/core/html/HTMLElement.idl
index 450e16b30fc6a2afab344719c579851f418380f3..a0b14f8892d4a0de73562e8592d84b80f2856003 100644
--- a/Source/core/html/HTMLElement.idl
+++ b/Source/core/html/HTMLElement.idl
@@ -32,7 +32,8 @@ interface HTMLElement : Element {
[Reflect] attribute boolean hidden;
void click();
[CustomElementCallbacks] attribute long tabIndex;
- // FIXME: focus() and blur() are on Element. crbug.com/497274
+ void focus();
+ void blur();
[Reflect] attribute DOMString accessKey;
[CustomElementCallbacks] attribute boolean draggable;
[RuntimeEnabled=ContextMenu] attribute HTMLMenuElement? contextMenu;
« no previous file with comments | « Source/core/dom/Element.idl ('k') | Source/core/svg/SVGElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698