Skip to content

Commit 68bc05b

Browse files
authored
Remove [Exposed] from the list of supported features
This was removed in 57711f4, but the README was not properly updated.
1 parent 8d89fc9 commit 68bc05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@ webidl2js is implementing an ever-growing subset of the Web IDL specification. S
328328
- Variadic arguments
329329
- `[Clamp]`
330330
- `[EnforceRange]`
331-
- `[Exposed]` (by exporting metadata on where/whether it is exposed)
332331
- `[LegacyArrayClass]`
333332
- `[LegacyUnenumerableNamedProperties]`
334333
- `[OverrideBuiltins]`
@@ -347,6 +346,7 @@ Notable missing features include:
347346
- `[AllowShared]`
348347
- `[Default]` (for `toJSON()` operations)
349348
- `[Global]` and `[PrimaryGlobal]`'s various consequences, including the named properties object and `[[SetPrototypeOf]]`
349+
- `[Exposed]`
350350
- `[LegacyWindowAlias]`
351351
- `[LenientSetter]`
352352
- `[LenientThis]`

0 commit comments

Comments
 (0)