File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2121,8 +2121,8 @@ Parse A Comma-Separated List According To A CSS Grammar</h4>
21212121Parse 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|,
You can’t perform that action at this time.
0 commit comments