Skip to content

Commit 9f1b7c1

Browse files
authored
ObservableArray type should only be allowed on interface (#1001)
Closes #1000.
1 parent 008d7cb commit 9f1b7c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6830,7 +6830,7 @@ The parameterized type must not be a [=dictionary type=], [=sequence type=], or
68306830
Similar to [=sequence types=] and [=frozen array types=], observable array types wrap around
68316831
ECMAScript array types, imposing additional semantics on their usage.
68326832

6833-
Observable array types must only be used as the type of [=regular attributes=].
6833+
Observable array types must only be used as the type of [=regular attributes=] defined on an [=interface=].
68346834

68356835
For an attribute whose type is an observable array type, specification authors can specify a series
68366836
of algorithms:

0 commit comments

Comments
 (0)