WebAudio / web-audio-api

The Web Audio API v1.0, developed by the W3C Audio WG
https://webaudio.github.io/web-audio-api/
Other
1.04k stars 166 forks source link

Fix #2338: Replace "present" with "exists" #2348

Closed rtoy closed 3 years ago

rtoy commented 3 years ago

The link

<a href="https://heycam.github.io/webidl/#dfn-present">present</a>

no longer exists and should be replaced with map-exists. Instead of using the suggested replacement in #2338 of:

<a href="https://infra.spec.whatwg.org/#map-exists">present</a>

use the bikeshed-friendly:

<a for=map>exists</a>

Preview | Diff

rtoy commented 3 years ago

Should land this until #2349 is fixed.