Skip to content

Commit

Permalink
Reject WEBGL_texture_source_iframe. (#3567)
Browse files Browse the repository at this point in the history
The security constraints needed for this extension were too difficult
to define, despite a couple of attempts over a couple of years' time.
  • Loading branch information
kenrussell authored Jul 27, 2023
1 parent ff92a3c commit cc7ba1c
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- vi:set sw=2 ts=4: -->
<?xml-stylesheet href="../../extension.xsl" type="text/xsl"?>

<proposal href="proposals/WEBGL_texture_source_iframe/">
<rejected href="rejected/WEBGL_texture_source_iframe/">
<name>WEBGL_texture_source_iframe</name>
<contact><a href="https://www.khronos.org/webgl/public-mailing-list/">WebGL
working group</a> (public_webgl 'at' khronos.org) </contact>
Expand Down Expand Up @@ -109,5 +109,8 @@ interface WEBGL_texture_source_iframe {
<revision date="2017/09/20">
<change>Initial revision.</change>
</revision>
<revision date="2023/07/10">
<change>Moved to rejected state because security constraints were too difficult to define.</change>
</revision>
</history>
</proposal>
</rejected>

0 comments on commit cc7ba1c

Please sign in to comment.