[Webkit-unassigned] [Bug 173027] New: Pseudo-elements (::after) in shadow roots don't animate

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 6 12:14:45 PDT 2017


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

            Bug ID: 173027
           Summary: Pseudo-elements (::after) in shadow roots don't
                    animate
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: webkit at keanulee.com

E.g. Inside a shadow root:

<style>
    div::after {
      display: inline-block;
      content: 'boo';
      animation: spin 1s infinite;
    }
</style>

Repo: http://output.jsbin.com/kuwado

Expected: The text should have a rotate animation.

Actual: It does not.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170606/b1058535/attachment.html>


More information about the webkit-unassigned mailing list