[Webkit-unassigned] [Bug 23209] [Meta] Transitions and animations do not apply to CSS generated content
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 7 16:07:10 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=23209
Michael <nebuchadnezzar_2069 at gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nebuchadnezzar_2069 at gmx.de
--- Comment #21 from Michael <nebuchadnezzar_2069 at gmx.de> 2013-05-07 16:05:31 PST ---
Transitions and pseudo-elements do not work with the summary element:
div summary div:hover:after <-- this works
div summary:hover div:after <-- this does not
div:hover summary div:after <-- neither does this
If the summary element or an ancestor is being the target for the :hover state, descendents of the summary element won't transition. The styles are applied, though. This happens for all elements, not only pseudo-elements.
Also, summary:after and summary:before do not show any content at all. Maybe (un)related?
[Chrome 27.0.1453.73 beta (Ubuntu 64 bit)]
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list