[whatwg] attribute "media" on "script" element

On Friday 2008-11-14 11:37 +0100, Filippo Levizzani wrote:
> Would it be possible to have "media" attribute in the SCRIPT element?
> 
> Addmitted vaues would be the same of STYLE element (all, screen, print,
> handheld ...)

I'm not quite sure how this would work, since there are two things
that seem incompatible:

 * scripts are executed during parsing / content model construction

 * whether a media attribute is true can change over time

This seems to imply that we'd have to go un-execute a script, or
that we'd have to execute later something that was skipped earlier,
even when that no longer makes sense.


What was the actual use case you were trying to solve with this
attribute?

-David

-- 
L. David Baron                                 http://dbaron.org/
Mozilla Corporation                       http://www.mozilla.com/

Received on Friday, 14 November 2008 08:43:23 UTC