Skip to content

Commit 6556444

Browse files
committed
Fix missing whitespace.
1 parent 4cd1229 commit 6556444

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css3-conditional/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ <h2 id=at-document><span class=secno>7. </span>Document queries: the
955955
;
956956

957957
url_match_fn
958-
: URI | FUNCTION
958+
: (URI | FUNCTION) S*
959959
;</pre>
960960

961961
<h2 id=conformance><span class=secno>8. </span>Conformance</h2>

css3-conditional/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ <h2 id="at-document">Document queries: the '@document' rule</h2>
723723
;
724724

725725
url_match_fn
726-
: URI | FUNCTION
726+
: (URI | FUNCTION) S*
727727
;</pre>
728728

729729
<h2 id="conformance">Conformance</h2>

0 commit comments

Comments
 (0)