File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3499,8 +3499,8 @@ Parse A Selector</h3>
34993499
35003500 <ol>
35013501 <li>
3502- Let <var> selector</var> be the result of parsing <var> source</var> as a <<selector-list>> .
3503- If it does not match the grammar ,
3502+ Let <var> selector</var> be the result of [=CSS/ parsing=] <var> source</var> as a <<selector-list>> .
3503+ If this returns failure ,
35043504 it's an [=invalid selector=] ;
35053505 return failure.
35063506
@@ -3524,8 +3524,8 @@ Parse A Relative Selector</h3>
35243524
35253525 <ol>
35263526 <li>
3527- Let <var> selector</var> be the result of parsing <var> source</var> as a <<relative-selector-list>> .
3528- If it does not match the grammar ,
3527+ Let <var> selector</var> be the result of [=CSS/ parsing=] <var> source</var> as a <<relative-selector-list>> .
3528+ If this return failure ,
35293529 return failure.
35303530
35313531 <li>
You can’t perform that action at this time.
0 commit comments