w3c / push-api

Push API
https://w3c.github.io/push-api/
Other
145 stars 40 forks source link

PushSubscription IDL links broken #377

Open annevk opened 2 months ago

annevk commented 2 months ago

In https://w3c.github.io/push-api/#pushsubscription-interface endpoint and expirationTime are not links. I think that's because of them having some definitions that are used by the toJSON method, but that should probably be separated.

E.g.,

The endpoint getter steps are to return the result of getting the endpoint attribute.

To get the endpoint attribute, ...