[Webkit-unassigned] [Bug 169125] New: background-clip:text doesn't work with display:flex

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 3 02:32:05 PST 2017


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

            Bug ID: 169125
           Summary: background-clip:text doesn't work with display:flex
    Classification: Unclassified
           Product: WebKit
           Version: Safari 10
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: marke at lava.ee

When display:flex is enabled, text image mask stops working.


<!DOCTYPE html>
<html>
<head>
  <style>
    div {
      /* display: flex; */
      font-size: 80px;
      color: transparent;
      background: url(mask.jpg);
      -webkit-background-clip: text; }
  </style>
</head>

<body>
  <div>Masked</div>
</body>
</html>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170303/58c72886/attachment-0001.html>


More information about the webkit-unassigned mailing list