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
The :active pseudo-class applies while an element is being activated by the user. For example, between the times the user presses the mouse button and releases it. On systems with more than one mouse button, :active applies only to the primary or primary activation button (typically the "left" mouse button), and any aliases thereof.
What is reality in Chromium, EGDE and IE? Only Firefox meet this requirement. I tested with <input type="button" />. I don't tested all elements. Please check middle button and right button.
The text was updated successfully, but these errors were encountered:
Nadya678
changed the title
[css3-pseudos] :active and left mose mutto - reality
[css3-pseudos] :active and left mouse button - reality
Dec 24, 2017
Please note: in past only left button worked as :active. I think there shall be reported a bug due to current specification. Gecko based browsers (SeaMonkey, Firefox) works properly.
This misinterpretation in IE11, EDGE and Chrome spoils my solutions and I must add additional script for them to work properly...
Thanks for "4" and "5" button information about EDGE. I upgrade my script, I cannot test because my mouse has only 3 buttons.
I think also in "caniuse" the information about wrongly implementation of :active shall be added. I don't know how to report it to caniuse..
Uh oh!
There was an error while loading. Please reload this page.
https://www.w3.org/TR/css3-selectors/#the-user-action-pseudo-classes-hover-act
What is reality in Chromium, EGDE and IE? Only Firefox meet this requirement. I tested with
<input type="button" />
. I don't tested all elements. Please check middle button and right button.The text was updated successfully, but these errors were encountered: