Skip to content

Commit a2f6f0e

Browse files
committed
[mediaqueries] V&U now defines <dimension>.
1 parent 64cabd7 commit a2f6f0e

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

mediaqueries/Overview.bs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ Evaluating Media Features in a Boolean Context</h4>
485485
When written like this, the <a>media feature</a> is evaluated in a <dfn export>boolean context</dfn>.
486486
If the feature would be true for any value
487487
<em>other than</em> the number ''0'',
488-
a <a spec=css-values>dimension</a> with the value ''0'',
488+
a <<dimension>> with the value ''0'',
489489
or the keyword ''none'',
490490
the <a>media feature</a> evaluates to true.
491491
Otherwise, it evaluates to false.
@@ -707,7 +707,6 @@ Syntax</h2>
707707
</pre>
708708

709709
The <<media-type>> production does not include the keywords ''only'', ''not'', ''and'', and ''or''.
710-
A <dfn>&lt;dimension></dfn> is a <a spec=css-values>dimension</a>.
711710
An <dfn>&lt;ident></dfn> is an <a>identifier</a>.
712711

713712
No whitespace is allowed between the “<” or “>” <<delim-token>>s and the following “=” <<delim-token>>,
@@ -1932,9 +1931,9 @@ scripting</h3>
19321931
could exclude UAs like Opera mini,
19331932
which typically do run them,
19341933
but may decide not to based on timeouts and other heuristics.
1935-
1936-
1937-
1934+
1935+
1936+
19381937

19391938
<dt><dfn>none</dfn>
19401939
<dd>

0 commit comments

Comments
 (0)