[Webkit-unassigned] [Bug 217207] New: CSS 'all' shorthand makes SVG child elements forget various HTML attributes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 2 03:19:41 PDT 2020


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

            Bug ID: 217207
           Summary: CSS 'all' shorthand makes SVG child elements forget
                    various HTML attributes
           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: bugmenot at mailinator.com

Steps to reproduce:

    1. In HTML, create an inline SVG
    2. In CSS, select the children of the SVG
    3. Set the all shorthand to one of the global values (inherit, initial, unset)

Expected results:

The SVG children elements are visible and drawn as specified by their HTML attributes.

Actual results:

Multiple SVG children elements don't show up or are not drawn as specified by their HTML attributes (color, fill, stroke, etc.).

Reduced test case: https://jsfiddle.net/1c2t7o8n/

-- 
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/20201002/7ac46e6d/attachment.htm>


More information about the webkit-unassigned mailing list