Skip to content

Commit

Permalink
Fix "previous version" link in WebGL 2.0 spec to point to 2.0.0. (#3712)
Browse files Browse the repository at this point in the history
Drive-by updating of current spec editors' list.

Fixes #3708.
  • Loading branch information
kenrussell authored Feb 7, 2025
1 parent 22ed6a7 commit e50ddff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
6 changes: 1 addition & 5 deletions specs/latest/1.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,7 @@ <h2 class="no-toc">Editor's Draft <span id="LastEditDate"></span></h2>
</dd>
<dt>Editors:
<dd>
<a href="mailto:dino@apple.com">Dean Jackson</a>
<a href="http://www.apple.com/">(Apple Inc.)</a>
</dd>
<dd>
<a href="mailto:jgilbert@mozilla.com">Jeff Gilbert</a>
<a href="mailto:kelsey.gilbert@mozilla.com">Kelsey Gilbert</a>
<a href="https://www.mozilla.org/">(Mozilla Corp.)</a>
</dd>
</dl>
Expand Down
14 changes: 5 additions & 9 deletions specs/latest/2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,21 +54,17 @@ <h2 class="no-toc">Editor's Draft <span id="LastEditDate"></span></h2>
</dd>
<dt>Previous version:
<dd>
<a href="https://www.khronos.org/registry/webgl/specs/1.0.2/">
https://www.khronos.org/registry/webgl/specs/1.0.2/
<a href="https://registry.khronos.org/webgl/specs/2.0.0/">
https://registry.khronos.org/webgl/specs/2.0.0/
</a>
<br>
<a href="https://www.khronos.org/registry/webgl/specs/1.0.2/webgl.idl">
<b>WebIDL:</b> https://www.khronos.org/registry/webgl/specs/1.0.2/webgl.idl
<a href="https://registry.khronos.org/webgl/specs/2.0.0/webgl2.idl">
<b>WebIDL:</b> https://registry.khronos.org/webgl/specs/2.0.0/webgl2.idl
</a>
</dd>
<dt>Editors:
<dd>
<a href="mailto:dino@apple.com">Dean Jackson</a>
<a href="http://www.apple.com/">(Apple Inc.)</a>
</dd>
<dd>
<a href="mailto:jgilbert@mozilla.com">Jeff Gilbert</a>
<a href="mailto:kelsey.gilbert@mozilla.com">Kelsey Gilbert</a>
<a href="https://www.mozilla.org/">(Mozilla Corp.)</a>
</dd>
</dl>
Expand Down

0 comments on commit e50ddff

Please sign in to comment.