summaryrefslogtreecommitdiff
path: root/features.txt
diff options
context:
space:
mode:
authorJeff Walden <jwalden@mit.edu>2017-10-19 12:03:21 -0700
committerLeo Balter <leonardo.balter@gmail.com>2017-10-19 15:03:21 -0400
commitc05138b44cbfa6fd012800a04d7ff24fa29d6540 (patch)
tree6e4ad6c475c89afa581549ef2a81d4e35d1ea9e9 /features.txt
parent893013a658d7a98aca870873e0b0e3e9a29ced12 (diff)
downloadqtdeclarative-testsuites-c05138b44cbfa6fd012800a04d7ff24fa29d6540.tar.gz
Modify $262.uncallableAndIsHTMLDDA() to $262.IsHTMLDDA (#1305)
Modify $262.uncallableAndIsHTMLDDA() to an optional $262.IsHTMLDDA (whose use must be guarded by a feature of the same name), and narrowly/correctly prescribe its requirements consistent with `document.all`'s behavior in HTML.
Diffstat (limited to 'features.txt')
-rw-r--r--features.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/features.txt b/features.txt
index ce2e3b459..f3072571d 100644
--- a/features.txt
+++ b/features.txt
@@ -124,4 +124,4 @@ WeakSet
# language features, exposed through global-environment functions on the $262
# object, go here.
-uncallableAndIsHTMLDDA
+IsHTMLDDA