WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
150406
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
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug