You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When called with no arguments or with the first argument "" (an empty string) returns null.
Note: The peculiar second requirement permits testing algorithms when they also call document.all with such arguments, so that testing for correct behavior requires knowing how the call behaves. This is rarely necessary.
Use this property to test that ECMAScript algorithms aren't mis-implemented to treat document.all as being undefined or of type Undefined (instead of Object).
Tests using this function must be tagged with the IsHTMLDDA feature so that only hosts supporting this property will run them.
In Interpreting.MD it only states:
When called with no arguments or with the first argument "" (an empty string) returns null.
Note: The peculiar second requirement permits testing algorithms when they also call document.all with such arguments, so that testing for correct behavior requires knowing how the call behaves. This is rarely necessary.
Use this property to test that ECMAScript algorithms aren't mis-implemented to treat document.all as being undefined or of type Undefined (instead of Object).
Tests using this function must be tagged with the IsHTMLDDA feature so that only hosts supporting this property will run them.
Although it is implied nowhere does it state the function should not be constructible.
This is already tested in
test/annexB/language/statements/class/subclass/superclass-emulates-undefined.js
Although this test shows it shouldn't be it isn't clear if this is something that the spec provides or that it is a property of
$262.IsHTMLDDA
.The text was updated successfully, but these errors were encountered: