Skip to content

Commit 4cb3a3a

Browse files
authored
Fix typo in Overview.bs (#11964)
1 parent 9dc3cd7 commit 4cb3a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cssom-1/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3062,7 +3062,7 @@ steps:
30623062
<li>If <var>pseudoElt</var> is provided, is not the empty string, and starts with a colon, then:
30633063
<ol>
30643064
<li>[=CSS/Parse=] <var>pseudoElt</var> as a <<pseudo-element-selector>>, and let <var>type</var> be the result.
3065-
<li>If <var>type</var> is failure, or is an ''::slotted()'' or ''::part()'' pseudo-element, let <var>obj</var> be null.
3065+
<li>If <var>type</var> is failure, or is a ''::slotted()'' or ''::part()'' pseudo-element, let <var>obj</var> be null.
30663066
<li>Otherwise let <var>obj</var> be the given pseudo-element of <var>elt</var>.
30673067
</ol>
30683068

0 commit comments

Comments
 (0)