summaryrefslogtreecommitdiff
path: root/css/scanner.l
Commit message (Collapse)AuthorAgeFilesLines
* Bring definition of {escape} in line with CSS 2.1 spec.John Mark Bell2008-03-061-1/+1
| | | | | | | Require units when parsing css lengths. Correctly ignore background: meta-properties which have multiple instances of sub-properties (e.g. foo { background: red pink; }) svn path=/trunk/netsurf/; revision=3893
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-2/+2
| | | | | | | | | | | | | | in includes NetSurf includes are now done with ""s and other system includes with <>s as C intended. The scandeps tool has been updated to only look for ""ed includes, and to verify that the files exist in the tree before adding them to the dependency lines. The depend rule has therefore been augmented to make sure the autogenerated files are built before it is run. This is untested under self-hosted RISC OS builds. All else tested and works. svn path=/trunk/netsurf/; revision=3307
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* [project @ 2005-07-31 15:55:36 by jmb]John Mark Bell2005-07-311-1/+1
| | | | | | | | Make length -> pixel conversion more accurate. Fix handling of CSS <numbers> Fix border widths. svn path=/import/netsurf/; revision=1832
* [project @ 2005-01-05 20:20:32 by jmb]John Mark Bell2005-01-051-6/+17
| | | | | | Tokeniser now passes whitespace to the parser (fixes ancestor combinators) svn path=/import/netsurf/; revision=1434
* [project @ 2004-07-30 21:53:52 by jmb]John Mark Bell2004-07-301-0/+3
| | | | | | Implement some CSS3 attribute selectors svn path=/import/netsurf/; revision=1167
* [project @ 2004-05-01 17:48:38 by bursa]James Bursa2004-05-011-63/+82
| | | | | | CSS parsing improvements: new tokeniser using re2c, improve memory-exhaustion behaviour, plug leaks, reduce memory usage, clean up code, add source documention. svn path=/import/netsurf/; revision=806
* [project @ 2004-03-29 21:27:52 by bursa]James Bursa2004-03-291-0/+1
| | | | | | Implement CSS universal selector. svn path=/import/netsurf/; revision=690
* [project @ 2003-10-17 17:39:29 by bursa]James Bursa2003-10-171-0/+1
| | | | | | Implement :link, ignore stylesheets with syntax errors, parse pseudo classes. svn path=/import/netsurf/; revision=367
* [project @ 2003-09-27 23:36:34 by bursa]James Bursa2003-09-271-0/+1
| | | | | | Implement CSS attribute selectors and parent / preceding combinators. svn path=/import/netsurf/; revision=324
* [project @ 2003-06-30 12:44:02 by bursa]James Bursa2003-06-301-2/+5
| | | | | | New file headers. svn path=/import/netsurf/; revision=190
* [project @ 2003-04-01 21:33:08 by bursa]James Bursa2003-04-011-2/+6
| | | | | | CSS parser changes. svn path=/import/netsurf/; revision=111
* [project @ 2003-03-25 21:03:14 by bursa]James Bursa2003-03-251-0/+69
New CSS parser. svn path=/import/netsurf/; revision=108