speced / bikeshed

:bike: A preprocessor for anyone writing specifications that converts source files into actual specs.
https://speced.github.io/bikeshed
Creative Commons Zero v1.0 Universal
1.08k stars 199 forks source link

Auto-generate CSSStyleDeclaration from propdef definitions #549

Open arronei opened 8 years ago

arronei commented 8 years ago

Since we already have all the properties defined in the spec it would be handy to create the IDL definitions per spec as well.

Currently we do some hand-wavy stuff in CSSOM that is very generic.

You will also want to carry over a little bit of boilerplate text from CSSOM.

gsnedders commented 4 years ago

See also https://github.com/w3c/csswg-drafts/issues/5412 for potential pitfalls here (though as far as I'm aware no such property is currently defined)