[Webkit-unassigned] [Bug 168258] New: `all: initial` works differently for links and buttons

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 13 15:00:25 PST 2017


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

            Bug ID: 168258
           Summary: `all: initial` works differently for links and buttons
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Macintosh
                OS: macOS 10.12
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: iamstarkov at gmail.com

DEMO http://dabblet.com/gist/6fc61a20d75183bcd346f34fa96630f2


Steps to reproduce:

HTML:
<a class="btn">Button</a>
<button class="btn">Button</a>


CSS:
/* all initial works differently for links and buttons */
.btn {
    all: initial;
    background: red;
}


Actual results:

Button and Link look differently from each other (font-family, bottom and top borders dont match)



Expected results:

Should look the same

-- 
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/20170213/20afaf9e/attachment.html>


More information about the webkit-unassigned mailing list