| 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;
|
|
|