[Webkit-unassigned] [Bug 150406] New: Generate warning for inspector when there are cyclic custom properties

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 21 12:31:11 PDT 2015


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

            Bug ID: 150406
           Summary: Generate warning for inspector when there are cyclic
                    custom properties
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: joepeck at webkit.org
                CC: hyatt at apple.com

* SUMMARY
Generate warning for inspector when there are cyclic custom properties.

Simliar to how parse errors generate warnings for the inspector, cyclic custom properties is probably never intentional.

* TEST
:root {
    --one: calc(var(--two) + 20px);
    --two: calc(var(--one) - 20px);
}

* NOTES
Cyclic properties detection:
<https://drafts.csswg.org/css-variables/#cycles>

-- 
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/20151021/e1cd6800/attachment.html>


More information about the webkit-unassigned mailing list