-
Notifications
You must be signed in to change notification settings - Fork 756
Closed
Description
I have been looking for an API like access to all CSS properties and values. For example: give me all properties and their corresponding values in css 2.1.
I stumbled upon https://drafts.csswg.org/indexes/#properties and created a POC a-axton/css-properties-values#1 to crawl the data.
A few days ago I saw https://github.com/w3c/csswg-drafts/tree/master/css21/properties. This looks a lot easier to parse.
Now, I have two main questions at this point:
- Is there a plan to create similar index files for CSS3?
- Is there already a parser / generator to read / write those structured files?
Metadata
Metadata
Assignees
Labels
No labels