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

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

Issue 1164133003: Document the tracking bugs of some IDL FIXMEs and TODOs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/ProcessingInstruction.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 ed71d7cf1413c57b1a98702da957e09a11ffc6af..450e16b30fc6a2afab344719c579851f418380f3 100644
--- a/Source/core/html/HTMLElement.idl
+++ b/Source/core/html/HTMLElement.idl
@@ -32,7 +32,7 @@ interface HTMLElement : Element {
[Reflect] attribute boolean hidden;
void click();
[CustomElementCallbacks] attribute long tabIndex;
- // FIXME: focus() and blur() are on Element.
+ // FIXME: focus() and blur() are on Element. crbug.com/497274
[Reflect] attribute DOMString accessKey;
[CustomElementCallbacks] attribute boolean draggable;
[RuntimeEnabled=ContextMenu] attribute HTMLMenuElement? contextMenu;
« no previous file with comments | « Source/core/dom/ProcessingInstruction.idl ('k') | Source/core/svg/SVGElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698