@@ -20,7 +20,6 @@ Abstract: Media Queries Level 4 describes the mechanism and syntax of media quer
2020Ignored Terms : min-resolution, max-resolution, none, view-mode, mediaText, CSSOMString
2121Link Defaults : css-break-3 (property) break-inside
2222Link Defaults : css-cascade-3 (at-rule) @import
23- At Risk : '@media/scripting'
2423Can I Use URL : https://drafts.csswg.org/mediaqueries-4/
2524Can I Use URL : http://drafts.csswg.org/mediaqueries-4/
2625Can I Use URL : https://drafts.csswg.org/mediaqueries/
@@ -455,7 +454,7 @@ Media Feature Types: “range” and “discrete”</h4>
455454 Every media feature defines its “type” as either “range” or “discrete” in its definition table.
456455
457456 “Discrete” media features,
458- like 'pointer' or 'scripting' ,
457+ like 'pointer'
459458 take their values from a set.
460459 The values may be keywords
461460 or boolean numbers (0 and 1),
@@ -510,12 +509,12 @@ Evaluating Media Features in a Boolean Context</h4>
510509 <div class='example'>
511510 Some <a>media features</a> are designed to be written like this.
512511
513- For example, 'scripting ' is typically written as ''(scripting )'' to test if scripting is enabled ,
514- or ''not (scripting )'' to see if it's disabled .
512+ For example, 'update ' is typically written as ''(update )'' to test if any kind of updating is available ,
513+ or ''not (update )'' to check for the opposite .
515514
516515 It can still be given an explicit value as well,
517- with ''(scripting: enabled) '' equal to ''(scripting )'' ,
518- and ''(scripting : none)'' equal to ''not (scripting )'' .
516+ with ''(update: fast) or (update: slow) '' equal to ''(update )'' ,
517+ and ''(update : none)'' equal to ''not (update )'' .
519518 </div>
520519
521520 <div class='example'>
@@ -1882,57 +1881,6 @@ All Available Interaction Capabilities: the 'any-pointer' and 'any-hover' featur
18821881 or to hide them altogether to reduce visual clutter if ''(any-pointer: fine)'' is false.
18831882 </div>
18841883
1885- <!--
1886- ██████ ██████ ████████ ████ ████████ ████████ ████ ██ ██ ██████
1887- ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ███ ██ ██ ██
1888- ██ ██ ██ ██ ██ ██ ██ ██ ██ ████ ██ ██
1889- ██████ ██ ████████ ██ ████████ ██ ██ ██ ██ ██ ██ ████
1890- ██ ██ ██ ██ ██ ██ ██ ██ ██ ████ ██ ██
1891- ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ███ ██ ██
1892- ██████ ██████ ██ ██ ████ ██ ██ ████ ██ ██ ██████
1893- -->
1894-
1895- <h2 id='mf-scripting'>
1896- Scripting Media Features</h2>
1897-
1898- <h3 id="scripting">
1899- Scripting Support: the 'scripting' feature</h3>
1900-
1901- <em> This feature is at risk.</em>
1902-
1903- <pre class='descdef mq'>
1904- Name : scripting
1905- Value : none | enabled
1906- For : @media
1907- Type : discrete
1908- </pre>
1909-
1910- The 'scripting' media feature is used to query whether scripting languages,
1911- such as JavaScript,
1912- are supported on the current document.
1913-
1914- <dl dfn-type=value dfn-for="@media/scripting">
1915- <dt> <dfn>enabled</dfn>
1916- <dd>
1917- Indicates that the user agent supports scripting of the page
1918- and that support is active for the current document.
1919-
1920- <dt> <dfn>none</dfn>
1921- <dd>
1922- Indicates that the user agent will not run scripts for this document;
1923- either it doesn't support a scripting language,
1924- or the support isn't active for the current document.
1925- </dl>
1926-
1927- Some user agents have the ability to turn off scripting support on a per script basis or per domain basis,
1928- allowing some, but not all, scripts to run in a particular document.
1929- The 'scripting' media feature does not allow fine grained detection of which script is allowed to run.
1930- In this scenario, the value of the 'scripting' media feature should be ''scripting/enabled''
1931- if scripts originating on the same domain as the document are allowed to run,
1932- and ''scripting/none'' otherwise.
1933-
1934- Note: A future level of CSS may extend this media feature to allow fine-grained detection of which script is allowed to run.
1935-
19361884<!--
19371885████ ██████ ██████ ██ ██ ████████ ██████
19381886 ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
@@ -2119,8 +2067,7 @@ The following changes were made to this specification since the
21192067 <a>Media features</a> with numeric values can now be written in a <a href="#mq-range-context">range context</a> .
21202068
21212069 <li>
2122- The 'scripting' ,
2123- 'pointer' ,
2070+ The 'pointer' ,
21242071 'any-pointer' ,
21252072 'hover' ,
21262073 'any-hover' ,
0 commit comments