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

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

Issue 1067303004: Update the FIXME around event handler attributes on body/frameset (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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/html/HTMLBodyElement.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLFrameSetElement.idl
diff --git a/Source/core/html/HTMLFrameSetElement.idl b/Source/core/html/HTMLFrameSetElement.idl
index e7d42b9c4ce740a15544f4226408731d9c17f16a..21caf79c3c14206c5336e1b17a69d8588a3439a8 100644
--- a/Source/core/html/HTMLFrameSetElement.idl
+++ b/Source/core/html/HTMLFrameSetElement.idl
@@ -27,9 +27,9 @@
[Reflect] attribute DOMString cols;
[Reflect] attribute DOMString rows;
- // FIXME: The spec requires special behavior for these event
- // handler attributes but does not include them in the IDL:
- // https://www.w3.org/Bugs/Public/show_bug.cgi?id=28166
+ // TODO(philipj): These event handler attributes should be inherited from
+ // HTMLElement (which implements GlobalEventHandlers), but have different
+ // behavior. See https://www.w3.org/Bugs/Public/show_bug.cgi?id=28166
attribute EventHandler onblur;
attribute EventHandler onerror;
attribute EventHandler onfocus;
« no previous file with comments | « Source/core/html/HTMLBodyElement.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698