Skip to content

Commit 3fb6ab4

Browse files
authored
Legacy platform objects should not override desc.[[Configurable]]
This is not implemented and WPT already tests for the opposite in dom/collections/HTMLCollection-supported-property-names.html. Fixes #669.
1 parent 1ce5eb5 commit 3fb6ab4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.bs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13750,8 +13750,6 @@ Additionally, [=legacy platform objects=] have internal methods as defined in:
1375013750
<emu-val>false</emu-val>.
1375113751
1. [=Invoke the named property setter=] on |O| with |P| and |Desc|.\[[Value]].
1375213752
1. Return <emu-val>true</emu-val>.
13753-
1. If |O| does not implement an [=interface=] with the [{{Global}}] [=extended attribute=],
13754-
then set |Desc|.\[[Configurable]] to <emu-val>true</emu-val>.
1375513753
1. Return [=!=] <a abstract-op>OrdinaryDefineOwnProperty</a>(|O|, |P|, |Desc|).
1375613754
</div>
1375713755

0 commit comments

Comments
 (0)