Skip to content

Commit 6470b9d

Browse files
authored
Fix a typo in faq.md (#277)
1 parent a8080d9 commit 6470b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/markdown/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Soup Sieve isn't entirely unaware of `iframe` elements though. In Soup Sieve 1.9
2626
pseudo-classes behaved in unexpected ways without awareness to `iframes`, this was fixed in 1.9.1. Pseudo-classes such
2727
as [`:default`](./selectors/pseudo-classes.md#:default), [`:indeterminate`](./selectors/pseudo-classes.md#:indeterminate),
2828
[`:dir()`](./selectors/pseudo-classes.md#:dir), [`:lang()`](./selectors/pseudo-classes.md#:lang),
29-
[`:root`](./selectors/pseudo-classes.md#:root), and [`:contains()`](./selectors/pseudo-classes.md#:contains) where
29+
[`:root`](./selectors/pseudo-classes.md#:root), and [`:contains()`](./selectors/pseudo-classes.md#:contains) were
3030
given awareness of `iframes` to ensure they behaved properly and returned the expected elements. This doesn't mean that
3131
`select` won't return elements in `iframes`, but it won't allow something like `:default` to select a `button` in an
3232
`iframe` whose parent `form` is outside the `iframe`. Or better put, a default `button` will be evaluated in the context

0 commit comments

Comments
 (0)