Skip to content

Commit d2976ca

Browse files
committed
[selectors-4] Explicitly link to the CSS/parse algorithm, as suggested in w3c#4927
1 parent 27971f4 commit d2976ca

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

selectors-4/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)