Commit Graph
6 Commits
Author SHA1 Message Date
ldm0 b91caa8746 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-27 06:43:23 +08:00
ldm0 6b0dbc8e75 fix(cssom): preserve stylesheet EOF-open var values 2026-09-27 06:43:19 +08:00
ldm0 d7e2030efb fix(cssom): decode escaped property rule names 2026-09-27 06:43:19 +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