There was an error while loading. Please reload this page.
As briefly discussed with @tabatkins during CSS Day:
@property
"<length>"
<length>
Why doesn't attr() use the same way of specifying types? I.e., shouldn't we do attr(data-foo <length>, 0px) instead of attr(data-foo length, 0px)?
attr()
attr(data-foo <length>, 0px)
attr(data-foo length, 0px)
EDIT: I accidentally posted the issue template.
Status