NEW150406
Generate warning for inspector when there are cyclic custom properties
https://bugs.webkit.org/show_bug.cgi?id=150406
Summary Generate warning for inspector when there are cyclic custom properties
Joseph Pecoraro
Reported 2015-10-21 12:31:11 PDT
* 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>
Attachments
Note You need to log in before you can comment on or make changes to this bug.