[Bug 12715] When used to include data blocks (as opposed to scripts), the data must be embedded inline

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12715

Simon Pieters <simonp@opera.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|NEEDSINFO                   |WORKSFORME

--- Comment #4 from Simon Pieters <simonp@opera.com> 2011-11-04 06:25:01 UTC ---
The use case is supported (search for "data block" in the spec around
<script>). However, type="" must contain a valid MIME type, and
x-shader/x-fragment is not a valid MIME type. You could mint something like
text/x-fragment-shader, or use application/octet-stream which is valid and is
guaranteed to not be interpreted as a scripting language by UAs.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 4 November 2011 06:38:00 UTC