Skip to content

Navigation Menu

Sign in
Appearance settings
Sign up
Appearance settings

Commit 4bdaabd

Browse filesBrowse the repository at this point in the historyBrowse files
authored
[css-cascade-6][editorial] Syntax cleanup (#13698)
1 parent 2e5f28c commit 4bdaabd
Copy full SHA for 4bdaabd

1 file changed

+4-4Lines changed: 4 additions & 4 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎css-cascade-6/Overview.bs‎

Copy file name to clipboardExpand all lines: css-cascade-6/Overview.bs
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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>&lt;supports-import-condition></dfn> = [ supports( [ <<supports-condition>> | <<declaration>> ] ) ]
101+
<dfn export>&lt;supports-import-condition></dfn> = supports( [ <<supports-condition>> | <<declaration>> ] )
102102
<dfn export>&lt;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>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.