[Webkit-unassigned] [Bug 108752] class="cue" is getting some default style

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 2 13:45:41 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=108752





--- Comment #4 from Dean Jackson <dino at apple.com>  2013-02-02 13:47:43 PST ---
My guess is Source/WebCore/css/RuleSet.cpp

-        if (component->pseudoType() == CSSSelector::PseudoCue)
+        if (component->pseudoType() == CSSSelector::PseudoCue || (component->m_match != CSSSelector::Tag && component->value() == TextTrackCue::cueShadowPseudoId()))

-- 
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