Skip to content

Commit

Permalink
Legacy platform objects should not override desc.[[Configurable]]
Browse files Browse the repository at this point in the history
This is not implemented and WPT already tests for the opposite in
dom/collections/HTMLCollection-supported-property-names.html.

Fixes #669.
  • Loading branch information
caitp committed Jul 10, 2024
1 parent 1ce5eb5 commit 3fb6ab4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -13750,8 +13750,6 @@ Additionally, [=legacy platform objects=] have internal methods as defined in:
<emu-val>false</emu-val>.
1. [=Invoke the named property setter=] on |O| with |P| and |Desc|.\[[Value]].
1. Return <emu-val>true</emu-val>.
1. If |O| does not implement an [=interface=] with the [{{Global}}] [=extended attribute=],
then set |Desc|.\[[Configurable]] to <emu-val>true</emu-val>.
1. Return [=!=] <a abstract-op>OrdinaryDefineOwnProperty</a>(|O|, |P|, |Desc|).
</div>

Expand Down

0 comments on commit 3fb6ab4

Please sign in to comment.