diff options
Diffstat (limited to 'src/css.hh')
-rw-r--r-- | src/css.hh | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -145,7 +145,6 @@ typedef enum { 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, @@ -225,10 +224,6 @@ 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, |