mirror of
https://github.com/RGBCube/serenity
synced 2026-01-20 15:21:00 +00:00
Step 5 of parsing was always skipped because step 4 continues. Running step 5 causes some of the denominators to be 0 and causes divide by zero error in CSSPixelFraction. SVG Image with height of 0 will cause divide by zero error when calculating intrinsic aspect ratio of SVGDecoderImageData. We also get a divide by zero error in AlignContent::SpaceBetween of the FlexFormatingContext. During auto track stretching in GridFormatingContext there is a possibility for count_of_auto_max_sizing_tracks to stay 0. |
||
|---|---|---|
| .. | ||
| Block.cpp | ||
| Block.h | ||
| ComponentValue.cpp | ||
| ComponentValue.h | ||
| Declaration.cpp | ||
| Declaration.h | ||
| DeclarationOrAtRule.cpp | ||
| DeclarationOrAtRule.h | ||
| Dimension.h | ||
| Function.cpp | ||
| Function.h | ||
| GradientParsing.cpp | ||
| Helpers.cpp | ||
| MediaParsing.cpp | ||
| Parser.cpp | ||
| Parser.h | ||
| ParsingContext.cpp | ||
| ParsingContext.h | ||
| Rule.cpp | ||
| Rule.h | ||
| SelectorParsing.cpp | ||
| Token.cpp | ||
| Token.h | ||
| Tokenizer.cpp | ||
| Tokenizer.h | ||
| TokenStream.h | ||