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

ECMA262 Integrity Level #2340

Closed svgeesus closed 3 years ago

svgeesus commented 3 years ago

Describe the issue

There is a broken link

<p><a href="http://www.ecma-international.org/ecma-262/#sec-setintegritylevel">
SetIntegrityLevel</a>(<var>parameter</var>, frozen)</p>

It seems to be a faulty redirect on the ecma website, because

https://tc39.es/ecma262/#sec-setintegritylevel

works just fine.

(Fixed in the Proposed Rec)

svgeesus commented 3 years ago

Related, these three broken links

http://www.ecma-international.org/ecma-262/6.0/#sec-get-o-p (lines 13464, 13470)
http://www.ecma-international.org/ecma-262/6.0/#sec-ecmascript-data-types-and-values (line 13467)
http://www.ecma-international.org/ecma-262/6.0/#sec-isconstructor (line 13462)

are fixed by

https://tc39.es/ecma262#sec-get-o-p (lines 13464, 13470)
https://tc39.es/ecma262#sec-ecmascript-data-types-and-values (line 13467)
https://tc39.es/ecma262#sec-isconstructor (line 13462)
rtoy commented 3 years ago

Oh. I didn't fix the other links mentioned in https://github.com/WebAudio/web-audio-api/issues/2340#issuecomment-832723050. At least not explicitly.

rtoy commented 3 years ago

Those still exist. Re-opening so these links can be fixed.