webgl: fix incorrect specification links (#44156)

I noticed that those links' fragments are all "off-by-one". This is due
to https://github.com/KhronosGroup/WebGL/pull/3762, that added a section
at the top of the specification. This patch fixes those links.

Testing: This is a comment-only change, so not covered by any automated
test. I manually navigated to a random subset of those links and checked
they do take to the correct section.

Signed-off-by: Simon Martin <simon@nasilyan.com>
This commit is contained in:
Simon Martin
2026-04-13 07:41:51 +02:00
committed by GitHub
parent ae0a9d33a1
commit 625b53adb6
7 changed files with 104 additions and 104 deletions

View File

@@ -3,7 +3,7 @@
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
//
// WebGL IDL definitions scraped from the Khronos specification:
// https://www.khronos.org/registry/webgl/specs/latest/2.0/#3.7.17
// https://www.khronos.org/registry/webgl/specs/latest/2.0/#4.7.17
//
[Exposed=(Window), Pref="dom_webgl2_enabled"]