forked from LadybirdBrowser/ladybird
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: Set the numeric type of calculation nodes in their constructors
The numeric type can't change after they're constructed, so we can avoid recalculating it over and over, and also neatly avoid needing to know what type percentages should be resolved to. Currently this doesn't work because our CSSNumericType "matches_foo()" methods are out of date with some fixes to the spec.
- Loading branch information
Showing
5 changed files
with
234 additions
and
367 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.