Skip to content

Commit 798d04a

Browse files
andruudAnders Hartvoll Ruud
and
Anders Hartvoll Ruud
authored
[mediaqueries-4] Make <any-value> optional in <general-enclosed>, remove <ident> (#6799)
Co-authored-by: Anders Hartvoll Ruud <andruud@google.com>
1 parent 167745b commit 798d04a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mediaqueries-4/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ Syntax</h2>
866866
<dfn>&lt;mf-eq></dfn> = '='
867867
<dfn>&lt;mf-comparison></dfn> = <<mf-lt>> | <<mf-gt>> | <<mf-eq>>
868868

869-
<dfn>&lt;general-enclosed></dfn> = [ <<function-token>> <<any-value>> ) ] | ( <<ident>> <<any-value>> )
869+
<dfn>&lt;general-enclosed></dfn> = [ <<function-token>> <<any-value>>? ) ] | ( <<any-value>>? )
870870
</pre>
871871

872872
The <<media-type>> production does not include the keywords ''only'', ''not'', ''and'', and ''or''.

0 commit comments

Comments
 (0)