[mediaqueries4] does script MQ react to changes?

The Editor’s Draft for MQ Level 4 says about `script`:

> The ‘script’ media feature is used to query whether ECMAscript is supported on the current document. If the user agent supports ECMAscript, and that support is active for the current document the value must be 1. Otherwise, the value must be 0.

Given the “support is active” requirement, will the value of `script` respond to changes in the browser, the same way a `min-width` query will respond to viewport changes? If so, what would trigger the change?

Would it change from 1 to 0 if a script breaks/errors out? Presumably not, because there might be other scripts that are still functional.

Would it change if a user disables JavaScript while viewing a page? Current behaviour suggests that JavaScript would continue to be enabled until the user reloads the page, so again, presumably not.

Thanks

Received on Monday, 4 November 2013 18:33:27 UTC