New issue
Advanced search Search tips

Issue 649133 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Sep 2016
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

DevTools misreports support for clip-path

Project Member Reported by aerotwist@chromium.org, Sep 21 2016

Issue description

If both -webkit-clip-path and clip-path are set on an element, DevTools shows -webkit-clip-path as being overridden by clip-path. If only clip-path is set then no clipping occurs, because we don't seem to support it without the prefix.

I guess maybe DevTools should show clip-path is an invalid property until it's actually a valid override for -webkit-clip-path? (I mean, ideally speaking clip-path would be supported, but I've no idea where that's at!)


 
clip.png
84.1 KB View Download
Status: WontFix (was: Untriaged)
clip-path seems to be supported without a prefix in 55. So it looks like the issue will resolve itself before we would be able to fix it.

Sign in to add a comment