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

Unified Diff: Source/core/html/HTMLBodyElement.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 | « no previous file | Source/core/html/HTMLFrameSetElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLBodyElement.idl
diff --git a/Source/core/html/HTMLBodyElement.idl b/Source/core/html/HTMLBodyElement.idl
index 421834b005e21410a56a24b2b3b2df9aadee48f5..51f030844d7b043ddea142517b99a8d50b0908e3 100644
--- a/Source/core/html/HTMLBodyElement.idl
+++ b/Source/core/html/HTMLBodyElement.idl
@@ -30,9 +30,9 @@ interface HTMLBodyElement : HTMLElement {
[Reflect, TreatNullAs=EmptyString] attribute DOMString bgColor;
[Reflect] attribute DOMString background;
- // 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 | « no previous file | Source/core/html/HTMLFrameSetElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698