summaryrefslogtreecommitdiff
path: root/src/parse/properties/overflow.c
Commit message (Collapse)AuthorAgeFilesLines
* Add support for CSS3 overflow-x and overflow-y properties.Michael Drake2014-06-011-0/+97
| | | | | | | | Now, overflow is a shorthand property setting both overflow-x and overflow-y. The getter for the computed overflow has been removed, and replaced with two for overflow-x and overflow-y.
* Merge parser autogeneration and string handling refactor branch ↵Vincent Sanders2011-01-191-87/+0
| | | | | | r=jmb,kinnison,vince svn path=/trunk/libcss/; revision=11408
* simple properties split in parse similar to select in preparation for future ↵Vincent Sanders2011-01-021-0/+87
generation svn path=/trunk/libcss/; revision=11188