We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://drafts.csswg.org/cssom/#dom-window-getcomputedstyle
The spec only supports ::before and ::after pseudo-elements in this API. WebKit and Blink also support ::selection.
http://software.hixie.ch/utilities/js/live-dom-viewer/saved/4666
(WebKit needs the timeout, which seems like a bug.)
Gecko/IE/Edge do not support this. (As far as I can tell Edge doesn't support ::selection at all, but IE9..11 does?)
Should Gecko and Edge add ::selection here? Or should WebKit and Blink drop it?
cc @rune-opera
The text was updated successfully, but these errors were encountered:
Merging with #2149
Sorry, something went wrong.
No branches or pull requests
https://drafts.csswg.org/cssom/#dom-window-getcomputedstyle
The spec only supports ::before and ::after pseudo-elements in this API. WebKit and Blink also support ::selection.
http://software.hixie.ch/utilities/js/live-dom-viewer/saved/4666
(WebKit needs the timeout, which seems like a bug.)
Gecko/IE/Edge do not support this. (As far as I can tell Edge doesn't support ::selection at all, but IE9..11 does?)
Should Gecko and Edge add ::selection here? Or should WebKit and Blink drop it?
cc @rune-opera
The text was updated successfully, but these errors were encountered: