File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Soup Sieve isn't entirely unaware of `iframe` elements though. In Soup Sieve 1.9
26
26
pseudo-classes behaved in unexpected ways without awareness to ` iframes ` , this was fixed in 1.9.1. Pseudo-classes such
27
27
as [ ` :default ` ] ( ./selectors/pseudo-classes.md#:default ) , [ ` :indeterminate ` ] ( ./selectors/pseudo-classes.md#:indeterminate ) ,
28
28
[ ` :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
30
30
given awareness of ` iframes ` to ensure they behaved properly and returned the expected elements. This doesn't mean that
31
31
` select ` won't return elements in ` iframes ` , but it won't allow something like ` :default ` to select a ` button ` in an
32
32
` iframe ` whose parent ` form ` is outside the ` iframe ` . Or better put, a default ` button ` will be evaluated in the context
You can’t perform that action at this time.
0 commit comments