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 165 forks source link

Add "extract" class to deleted AudioContextOptions IDL block #2515

Closed tidoust closed 1 year ago

tidoust commented 1 year ago

The data-no-idl attribute tells Bikeshed not to process the IDL block, but it's still included in the IDL index. This update adds the necessary class=extract attribute to make Bikeshed skip the IDL block when it builds the IDL index.

FWIW, I note a related past discussion on Bikeshed's issue tracker: Exclude data-no-idl blocks from IDL Index?. In your case, ideally, Bikeshed would skip and avoid processing the IDL block simply because it appears in a <del>.


Preview | Diff

hoch commented 1 year ago

Thanks! I should've added you as a reviewer for the change.

But why is it called "extract"? It sounds like we want Bikeshed to extract the IDL and use it somehow. Perhaps that's just me. :)