mirror of
https://github.com/RGBCube/serenity
synced 2025-10-27 09:42:08 +00:00
We were rejecting perfectly valid z-index values like '1000' since we were passing all CSS values through the length parser and unit-less lengths are not valid in this context. It's yet another hack for the ad-hoc CSS parser (its days are numbered) but this makes the top header links on google.com actually work. :^) |
||
|---|---|---|
| .. | ||
| CSSParser.cpp | ||
| CSSParser.h | ||