aboutsummaryrefslogtreecommitdiff
path: root/src/html_common.hh
diff options
context:
space:
mode:
authorcorvid <corvid@dillo.org>2014-02-15 18:41:12 +0000
committercorvid <corvid@dillo.org>2014-02-15 18:41:12 +0000
commit8711f43231e783f0c71a0d3f903c747188bfa0ae (patch)
treebdaa9609226c950e7d4416496d1d84586c9b618f /src/html_common.hh
parent2908fe39a624bce28f25c0212a0b9eea08914119 (diff)
rudimentary support for html5 video,audio,source,embed
Diffstat (limited to 'src/html_common.hh')
-rw-r--r--src/html_common.hh5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/html_common.hh b/src/html_common.hh
index b70c8f80..bb1508b5 100644
--- a/src/html_common.hh
+++ b/src/html_common.hh
@@ -87,8 +87,9 @@ typedef enum {
IN_MAP = 1 << 9,
IN_PRE = 1 << 10,
IN_LI = 1 << 11,
- IN_META_HACK = 1 << 12,
- IN_EOF = 1 << 13,
+ IN_MEDIA = 1 << 12,
+ IN_META_HACK = 1 << 13,
+ IN_EOF = 1 << 14,
} DilloHtmlProcessingState;
/*