Tracks the V0 scope decision in #236 (lint_page_html inline-style parser). V0 covers padding, margin, border-radius shorthand expansion. Other shorthands pass through unchanged. Follow-up: font (mixes weight/size/line-height/family with / separators), background (slash-separated, multi-layer), border (width/style/color in any order), inset, grid/flex shorthands. Also: CSS variables (var(...)) currently pass through unresolved; resolving against :root declarations is a separate follow-up.
Tracks the V0 scope decision in #236 (lint_page_html inline-style parser). V0 covers
padding,margin,border-radiusshorthand expansion. Other shorthands pass through unchanged. Follow-up:font(mixes weight/size/line-height/family with/separators),background(slash-separated, multi-layer),border(width/style/color in any order),inset, grid/flex shorthands. Also: CSS variables (var(...)) currently pass through unresolved; resolving against:rootdeclarations is a separate follow-up.