diff --git a/source b/source index bb79a3caec8..9203ba395db 100644 --- a/source +++ b/source @@ -9230,6 +9230,8 @@ partial interface Document { // special event handler IDL attributes that only apply to Document objects [LenientThis] attribute EventHandler onreadystatechange; + + // also has obsolete members }; Document includes GlobalEventHandlers; Document includes DocumentAndElementEventHandlers;