[Webkit-unassigned] [Bug 174737] New: The css properties stroke-width/stroke-color and -webkit-text-stroke-width/-webkit-text-stroke-color should not be mixed.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 21 16:28:05 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=174737
Bug ID: 174737
Summary: The css properties stroke-width/stroke-color and
-webkit-text-stroke-width/-webkit-text-stroke-color
should not be mixed.
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: pvollan at apple.com
It is currently possible to apply a mix of the css properties stroke-width/stroke-color and -webkit-text-stroke-width/-webkit-text-stroke-color. This is unfortunate, we should either use the combination stroke-width/stroke-color or the combination -webkit-text-stroke-width/-webkit-text-stroke-color.
Example:
<div style="stroke-width: 1px">Text</div>
Since stroke-color is not specified here, WebKit will currently fall back to the -webkit-text-stroke-color value, and not use the default transparent value of the stroke-color property. The above text is currently rendered with stroke, this is incorrect.
--
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/20170721/a8116a48/attachment.html>
More information about the webkit-unassigned
mailing list