Re: [heycam/webidl] Allow extended attributes to apply to types (#286)

tobie commented on this pull request.



> @@ -9423,9 +9385,8 @@ The [{{TreatNullAs}}]
 extended attribute must [=takes an identifier|take the identifier=]
 <code>EmptyString</code>.
 
-The [{{TreatNullAs}}] extended attribute
-must not be specified on an operation argument,
-attribute or operation return value whose type is not {{DOMString}}.
+The [{{TreatNullAs}}] extended attribute must not be specified on a [=type=] that is not
+{{DOMString}}.

While you're at it, get rid of the double negation? E.g.:
```
The [{{TreatNullAs}}] extended attribute can only be specified on the {{DOMString}} [=type=].
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/286#pullrequestreview-19078464

Received on Monday, 30 January 2017 13:21:58 UTC