mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Previously we were overly generous in what we accepted for `display`. For example, we accepted: - Multiple outside or inside identifiers - Unrecognized identifiers - Non-identifier tokens Now, we reject all these cases. This makes us stop accepting the `display: block math;` declaration in `MathML/Default.css`, and so the one layout test we have containing MathML elements has changed to reflect that.