All checks were successful
ci / fast (linux) (push) Successful in 7m14s
Add support for the attr() function in CSS content property values,
enabling patterns like `content: " (" attr(href) ")"` on ::before/::after
pseudo-elements. The implementation parses attr() at CSS parse time into
ContentValue::Items, then resolves attribute references against the DOM
during pseudo-element style computation, converting to ContentValue::String
before layout sees it.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
206 B
206 B