2.1.102 [HTML5:2014] Section 5.2 The Window object

V0243: The stop function is not supported

The specification states:

 5.2 The Window object
  
     [Global]
     /*sealed*/ interface Window : EventTarget {
         ...
         void stop();
         ...
     };

IE11 Mode, IE10 Mode, IE9 Mode, IE8 Mode, IE7 Mode, and IE5 (Quirks) Mode (All versions)

The stop function is not supported.

V0244: The locationbar, menubar, personalbar, scrollbars, statusbar, and toolbar attributes are not supported

The specification states:

 5.2 The Window object
  
     [Global]
     /*sealed*/ interface Window : EventTarget {
         ...
         [Replaceable] readonly attribute BarProp locationbar;
         [Replaceable] readonly attribute BarProp menubar;
         [Replaceable] readonly attribute BarProp personalbar;
         [Replaceable] readonly attribute BarProp scrollbars;
         [Replaceable] readonly attribute BarProp statusbar;
         [Replaceable] readonly attribute BarProp toolbar;
         ...
     };

IE11 Mode, IE10 Mode, IE9 Mode, IE8 Mode, IE7 Mode, and IE5 (Quirks) Mode (All versions)

The locationbar, menubar, personalbar, scrollbars, statusbar and toolbar attributes are not supported.

V0245: The HTMLDocument property is not supported

The specification states:

 5.2 The Window object
     ...
     For historical reasons, Window objects must also have a writable, configurable, 
     non-enumerable property named HTMLDocument whose value is the Document interface 
     object.

IE11 Mode, IE10 Mode, IE9 Mode, IE8 Mode, IE7 Mode, and IE5 (Quirks) Mode (All versions)

The HTMLDocument property is not supported.