File tree Expand file tree Collapse file tree
Open diff view settings
Expand file tree Collapse file tree
Open diff view settings
Original file line number Diff line number Diff line change @@ -93,12 +93,12 @@ Importing Style Sheets: the ''@import'' rule</h2>
9393
9494<pre class='prod'>
9595 @import [ <<url>> | <<string>> ]
96- [[ layer | layer(<<layer-name>> ) ]
96+ [[ layer | layer( <<layer-name>> ) ]
9797 || [ scope | scope( <<scope-start>> | <<scope-boundaries>> ) ]
9898 || <<supports-import-condition>> ]?
99- <<media-import-condition>> ? ;
99+ <<media-import-condition>> ;
100100
101- <dfn export><supports-import-condition></dfn> = [ supports( [ <<supports-condition>> | <<declaration>> ] ) ]
101+ <dfn export><supports-import-condition></dfn> = supports( [ <<supports-condition>> | <<declaration>> ] )
102102 <dfn export><media-import-condition></dfn> = <<media-query-list>> </pre>
103103
104104 where:
@@ -658,7 +658,7 @@ Syntax of ''@scope''</h4>
658658 The syntax of the ''@scope'' rule is:
659659
660660 <pre class="prod def">
661- @scope <<scope-boundaries>> ? {
661+ @scope <<scope-boundaries>> {
662662 <<block-contents>>
663663 }
664664 </pre>
You can’t perform that action at this time.
0 commit comments