Skip to content

Commit

Permalink
Fix grouping in <general-enclosed> and apply earlier fixes to mediaqu…
Browse files Browse the repository at this point in the history
…eries-5. (#7497)
  • Loading branch information
dbaron committed Jul 14, 2022
1 parent 80bc3d5 commit 4f811ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mediaqueries-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ Syntax</h2>
<dfn>&lt;mf-eq></dfn> = '='
<dfn>&lt;mf-comparison></dfn> = <<mf-lt>> | <<mf-gt>> | <<mf-eq>>

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

The <<media-type>> production does not include the keywords ''only'', ''not'', ''and'', ''or'', and ''layer''.
Expand Down
2 changes: 1 addition & 1 deletion mediaqueries-5/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ Syntax</h2>
<dfn>&lt;mf-eq></dfn> = '='
<dfn>&lt;mf-comparison></dfn> = <<mf-lt>> | <<mf-gt>> | <<mf-eq>>

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

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

0 comments on commit 4f811ce

Please sign in to comment.