aboutsummaryrefslogtreecommitdiff
path: root/src/css.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2013-09-26 10:22:34 +0200
committerSebastian Geerken <devnull@localhost>2013-09-26 10:22:34 +0200
commitc789b39fea45e2d950b8feb4fd03bd380de1f0e5 (patch)
treec0595bffa8601fc753e2e07419ce17c61d4693db /src/css.hh
parent9bdbab27811d631db9c321380dea0842ec0af392 (diff)
CSS attribute 'background-position'.
Diffstat (limited to 'src/css.hh')
-rw-r--r--src/css.hh6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/css.hh b/src/css.hh
index ea16703b..b05a18bc 100644
--- a/src/css.hh
+++ b/src/css.hh
@@ -143,7 +143,7 @@ typedef enum {
CSS_PROPERTY_BACKGROUND_ATTACHMENT,
CSS_PROPERTY_BACKGROUND_COLOR,
CSS_PROPERTY_BACKGROUND_IMAGE,
- CSS_PROPERTY_BACKGROUND_POSITION,
+ // 'background-position' is handled as a shorthand.
CSS_PROPERTY_BACKGROUND_REPEAT,
CSS_PROPERTY_BORDER_BOTTOM_COLOR,
CSS_PROPERTY_BORDER_BOTTOM_STYLE,
@@ -223,6 +223,10 @@ typedef enum {
CSS_PROPERTY_X_LINK,
CSS_PROPERTY_X_COLSPAN,
CSS_PROPERTY_X_ROWSPAN,
+ // The following two are internal properties for 'background-position'; see
+ // more at equivalent definition in Css_property_info.
+ CSS_PROPERTY_X_BACKGROUND_POSITION_X,
+ CSS_PROPERTY_X_BACKGROUND_POSITION_Y,
PROPERTY_X_LINK,
PROPERTY_X_LANG,
PROPERTY_X_IMG,