File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6835,11 +6835,11 @@ Observable array types must only be used as the type of [=regular attributes=].
6835
6835
For an attribute whose type is an observable array type, specification authors can specify a series
6836
6836
of algorithms:
6837
6837
6838
- * <dfn for="observable array attribute">set an indexed value</dfn>, which accepts an IDL value
6839
- that is about to be set in the observable array, and the index at which it is being set;
6840
- * <dfn for="observable array attribute">delete an indexed value</dfn>, which accepts an IDL value
6841
- that is about to be removed from the observable array, and the index from which it is being
6842
- removed.
6838
+ * <dfn export for="observable array attribute">set an indexed value</dfn>, which accepts an IDL
6839
+ value that is about to be set in the observable array, and the index at which it is being set;
6840
+ * <dfn export for="observable array attribute">delete an indexed value</dfn>, which accepts an
6841
+ IDL value that is about to be removed from the observable array, and the index from which it is
6842
+ being removed.
6843
6843
6844
6844
Both of these algorithms are optional, and if not provided, the default behavior will be to do
6845
6845
nothing. Either algorithm may throw an exception, e.g. to reject invalid values.
You can’t perform that action at this time.
0 commit comments