[Webkit-unassigned] [Bug 151805] Web Inspector: -webkit-text-size-adjust should be added to the completion list

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 3 10:45:50 PST 2015


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

--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org> ---
CSS.getSupportedCSSProperties only returns the list of supported properties by the platform you are inspecting. OS X does not support that property, only iOS. So when inspecting a page on OS X this will probably happen, but inspecting on iOS it won't.

Should we have a list of fuzzy properties to not warn about no matter if the backend supports it? This would likely include any iOS / well known other vendor properties.

-- 
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/20151203/2f55f2d7/attachment.html>


More information about the webkit-unassigned mailing list