Commit Graph
6 Commits
Author SHA1 Message Date
ldm0 fc931ec19e fix(intersection-observer): parse margin emptiness from CSS tokens
Use the CSS token stream to recognize empty rootMargin and scrollMargin
values, including comments, and reject unitless numbers even when zero.
Cover CSS whitespace, invalid tokens, and valid shorthand through both
the parser and IntersectionObserver constructor.
2026-09-23 09:04:46 +08:00
ldm0 deb4ff9bd2 fix(cssom): preserve stylesheet EOF-open var values 2026-09-23 08:55:00 +08:00
ldm0 5c52cbc9c3 fix(cssom): decode escaped property rule names 2026-09-23 08:55:00 +08:00
ldm0 3330e01843 fix(cssom): parse comments in unicode ranges 2026-09-08 14:41:42 +08:00
ldm0 9cef93dc59 fix(css): honor document color schemes 2026-08-27 19:57:05 +08:00
ldm0 27b5135cb6 Public preview 2026-08-11 00:10:12 +08:00