ReSpec: auto-linking to WebIDL stypes

Hi ReSpec users,

If you use WebIDL in your specs,  ReSpec now "non-normatively"
auto-links well-known types to the WebIDL Spec (REC 2016) for you.
Examples include Promise, DOMString, etc. It also auto links some
known HTML5.1 types (e.g., EventHandler).

If you want to make your spec normatively reference WebIDL, then just
cite "[[!WebIDL]]" somewhere (same for HTML51).

For example:

```
This specification depends on [[!WebIDL]] and [[!HTML51]].
```

And WebIDL and HTML51 will magically appear in the Normative References.

An example (click on DOMString, for instance):
https://w3c.github.io/browser-payment-api/#paymentrequest-interface

Happy spec'ing!

Received on Wednesday, 22 February 2017 04:40:16 UTC