summaryrefslogtreecommitdiff
path: root/include/libcss
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcss')
-rw-r--r--include/libcss/types.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/libcss/types.h b/include/libcss/types.h
index e361052..0a2df82 100644
--- a/include/libcss/types.h
+++ b/include/libcss/types.h
@@ -34,6 +34,14 @@ typedef enum css_language_level {
} css_language_level;
/**
+ * Stylesheet media types
+ */
+typedef enum css_media_type {
+ CSS_MEDIA_SCREEN = (1<<0),
+ CSS_MEDIA_ALL = CSS_MEDIA_SCREEN
+} css_media_type;
+
+/**
* Stylesheet origin
*/
typedef enum css_origin {