Skip to content

Commit ab66419

Browse files
noamrtabatkins
andcommitted
Apply suggestions from code review
Co-authored-by: Tab Atkins Jr. <jackalmage@gmail.com>
1 parent 99b8996 commit ab66419

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-syntax-3/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2121,8 +2121,8 @@ Parse A Comma-Separated List According To A CSS Grammar</h4>
21212121
Parse a stylesheet</h4>
21222122

21232123
<div algorithm>
2124-
To <dfn export>parse a stylesheet</dfn> from an |input| given [=/url=] or Null |location|
2125-
(default null):
2124+
To <dfn export>parse a stylesheet</dfn> from an |input|
2125+
given an optional [=/url=] |location|:
21262126

21272127
<ol>
21282128
<li>
@@ -2135,7 +2135,7 @@ Parse a stylesheet</h4>
21352135
and set |input| to the result.
21362136

21372137
<li>
2138-
Create a new stylesheet, with its <a spec=cssom>location</a> set to |location|.
2138+
Create a new stylesheet, with its <a spec=cssom>location</a> set to |location| (or null, if |location| was not passed).
21392139

21402140
<li>
21412141
<a>Consume a list of rules</a> from |input|,

0 commit comments

Comments
 (0)