diff options
author | Sebastian Geerken <devnull@localhost> | 2013-09-22 12:30:22 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-09-22 12:30:22 +0200 |
commit | 7947111ed07f65821435d9e323fba8754f308202 (patch) | |
tree | 9afcd8b6b789fb2bbc6ab3196efef3e9233e4264 /src/css.hh | |
parent | c2eb8db9a1a7f98d228dc4402f234525621b4e8e (diff) |
CSS type <uri> implemented; applied to 'background-image'.
Diffstat (limited to 'src/css.hh')
-rw-r--r-- | src/css.hh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ typedef enum { opposed to CSS_TYPE_ENUM and CSS_TYPE_MULTI_ENUM). Used for 'font-family'. */ + CSS_TYPE_URI, /* <uri> */ CSS_TYPE_UNUSED /* Not yet used. Will itself get unused some day. */ } CssValueType; |