summaryrefslogtreecommitdiff
path: root/src/core/utils/CSSParser.hpp
AgeCommit message (Collapse)Author
2014-11-20continued specifying the CSS language and setting up a CSS Tokenizer. But ↵Benjamin Paassen
setting up StyleNodes is still a complicated thing to get my head around. So I'll do a draft in Java first.
2014-11-14Moved Managed to core and implemented managing of nodes for the CSS Style Tree.Benjamin Paassen
2014-11-14added .gitignore file and finished building the rough class structure for ↵Benjamin Paassen
CSS parsing. This, however, is very likely to be very wrong at this current state. Shivering with fear I await my liegelords justice.
2014-11-13started to implement the CSSParser. First iteration only contains the CSS ↵Benjamin Paassen
Specificity.