[Webkit-unassigned] [Bug 187052] New: all:initial changes -webkit-mask-box-image-slice and stroke-color values
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 26 10:31:10 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=187052
Bug ID: 187052
Summary: all:initial changes -webkit-mask-box-image-slice and
stroke-color values
Product: WebKit
Version: Safari Technology Preview
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
Assignee: webkit-unassigned at lists.webkit.org
Reporter: geoffers+webkit at gmail.com
Compare computed styles of <span style="all: initial; direction: initial; unicode-bidi: initial; display: inline;"> and <span>:
-webkit-mask-box-image-slice: 0 (all: initial) v. 0 fill
stroke-color: rgb(0, 0, 0) (all: initial) v. rgba(0, 0, 0, 0)
This is unexpected, the semantics of all: initial should make the computed styles of both identical.
wpt/infrastructure/assumptions/html-elements.html tests this (see "Compare CSS span definitions (only valid if pre-reqs pass)" test).
--
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/20180626/e2527954/attachment-0001.html>
More information about the webkit-unassigned
mailing list