summaryrefslogtreecommitdiff
path: root/src/parse/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Media Queries: datastructures and plumbing.John-Mark Bell2019-03-101-1/+1
| | | | | | | | | | | | | No parse implementation as yet. Selection hasn't been updated, either. One item of note in that area is that a client currently provides the media for top-level sheets being added to a selection context. This probably needs to change to providing a lwc_string containing the verbatim media query from the containing document's import mechanism. That way, the internal representation of media queries can remain opaque to clients.
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-1/+1
| | | | svn path=/trunk/libcss/; revision=14004
* @font-face support. Credit: James MontgomerieJohn Mark Bell2011-12-041-1/+1
| | | | | | Things missing: parser tests; the following descriptors: font-feature-settings, font-stretch, font-variant, unicode-range. svn path=/trunk/libcss/; revision=13244
* Centralise !important handling.John Mark Bell2009-06-181-1/+1
| | | | | | Document background-attachment parser and make it behave correctly. svn path=/trunk/libcss/; revision=7856
* More refactoring groundwork. This actually compiles and passes the testsuite.John Mark Bell2009-05-261-1/+1
| | | | svn path=/trunk/libcss/; revision=7556
* Port to new buildsystemJohn Mark Bell2009-03-241-47/+2
| | | | svn path=/trunk/libcss/; revision=6856
* Tidy things up somewhat.John Mark Bell2008-11-281-1/+1
| | | | | | css21 is now language, as everything will share the same parsing rules (although there is facility to alter behaviour based upon the language level -- consult language->sheet->level and then decide what to do) svn path=/trunk/libcss/; revision=5815
* Stub out a CSS 2.1 stage 2 parser.John Mark Bell2008-08-011-1/+1
| | | | | | Parser core doesn't need to know about css_stylesheet, so change its API. svn path=/trunk/libcss/; revision=4854
* Implement the first-stage parser.John Mark Bell2008-07-301-0/+49
Things missing: 1) Recovery after parse errors 2) Event emission (the locations of DEBUG_EVENTS are about right for this) 3) A second-stage parser 4) Any kind of testsuite svn path=/trunk/libcss/; revision=4825