You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I get very poor performance for elements with :focus:hover when checking them against ie 6.
Example:
$ time doiuse --browsers "ie 6" example.css
example.css:1:1: CSS 2.1 selectors not supported by: IE (6) (css-sel2)
doiuse --browsers "ie 6" example.css 59,04s user 0,06s system 100% cpu 59,014 total
where example.css is:
.imagelightbox-arrow:focus:hover {
}
I've found that changing the name of the class sometimes resolves the issue, as does removing either the hover or the focus. From what I can tell, the content of the class has no effect.
I am using version 4.2.0
The text was updated successfully, but these errors were encountered:
Hi I get very poor performance for elements with
:focus:hover
when checking them againstie 6
.Example:
where
example.css
is:I've found that changing the name of the class sometimes resolves the issue, as does removing either the
hover
or thefocus
. From what I can tell, the content of the class has no effect.I am using version 4.2.0
The text was updated successfully, but these errors were encountered: