Open
Bug 2062357
Opened 1 day ago
Consider bumping nested block limit to keep passing /css/css-cascade/scope-deep.html
Categories
(Core :: CSS Parsing and Computation, task, P3)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: emilio, Unassigned)
References
Details
Bug 1973126 regresses scope-deep.html, which uses a 90-deep scope rule. Our limit is 75 nested blocks so we fail.
Other browsers have smaller limits for e.g. calc() expressions. We could consider bumping the nesting limit a bit for CSS rules I guess?
You need to log in
before you can comment on or make changes to this bug.
Description
•