[Webkit-unassigned] [Bug 45168] CSS multiple adjacent sibling selector sequence is ignored if prefixed with a pseudo-class selector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 8 22:16:06 PDT 2013


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





--- Comment #5 from Binyamin <7raivis at inbox.lv>  2013-05-08 22:14:30 PST ---
The CSS hack

    html {
        -webkit-animation: issueSelector infinite 1s;
    }
    @-webkit-keyframes issueSelector {
        0% {
            display: block;
        }
        100% {
            display: block;
        }
    }

cases Android filckers, since it enables GPU acceleration by repainting html.

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