summaryrefslogtreecommitdiff
path: root/test/data/css/malformed.css
Commit message (Collapse)AuthorAgeFilesLines
* Fix handling of empty strings.John Mark Bell2008-08-011-0/+1
| | | | | | | | Parse errors in blocks are ignored -- it'll be up to the client to deal with this. Fix processing of malformed decl-list entries (e.g. foo: bar; !important;) Fix test driver to calculate remaining length correctly. svn path=/trunk/libcss/; revision=4849
* Fix at-rule processing.John Mark Bell2008-07-311-1/+5
| | | | | | Fix malformed selector input to actually result in a terminated block. svn path=/trunk/libcss/; revision=4848
* Something approximating recovery from malformed at-rules.John Mark Bell2008-07-311-0/+1
| | | | svn path=/trunk/libcss/; revision=4847
* Improve recovery from malformed declarationsJohn Mark Bell2008-07-311-0/+3
| | | | | | Implement recovery from malformed selectors svn path=/trunk/libcss/; revision=4846
* Implement error recovery for malformed declarations.John Mark Bell2008-07-301-0/+8
svn path=/trunk/libcss/; revision=4826