File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -10513,10 +10513,11 @@ adhere to the context the string is used in.
10513
10513
The [{{StringContext}}] extended attribute must [=takes an identifier|take an identifier=]. The [=identifier=]
10514
10514
must be one of "<code>html</code>", "<code>script-url</code>" and "<code>script</code>".
10515
10515
10516
- A type annotated with the [{{StringContext}}] extended attribute must not appear in a construct
10517
- that is not a [=regular attribute=] or a [=regular operation=]. A type annotated with the [{{StringContext}}]
10518
- extended attribute must not appear in a [=read only=] attribute. The construct that the type annotated with
10519
- the [{{StringContext}}] extended attribute appears in is its <dfn>related construct</dfn>.
10516
+ [{{StringContext}}] extended attribute may only annotate a type of a [=regular attribute=] or
10517
+ a [=regular operation=] argument. A type annotated with the [{{StringContext}}]
10518
+ extended attribute must not appear in a [=read only=] attribute. The [=regular attribute=] or
10519
+ a [=regular operation=] argument that the type annotated with the [{{StringContext}}] extended
10520
+ attribute appears in is its <dfn>related construct</dfn>.
10520
10521
10521
10522
A type that is not {{DOMString}} or {{USVString}} must not be [=extended attributes associated with|associated with=]
10522
10523
the [{{StringContext}}] extended attribute.
You can’t perform that action at this time.
0 commit comments