diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-01-03 07:14:06 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-01-03 07:14:06 +0000 |
commit | 15ce3053bbfe8e9992dfd795a55f3ae38438813a (patch) | |
tree | fb604006772fc7c5075c48f87a747cca45946075 /src/htslib.c | |
parent | 11b83d136b15879ac52f439545a58a0e2a8e4364 (diff) |
HTML 5 addition (Jason Ronallo) regarding "poster" attribute for the "video" tag.
See http://forum.httrack.com/readmsg/30148/index.html
Diffstat (limited to 'src/htslib.c')
-rw-r--r-- | src/htslib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/htslib.c b/src/htslib.c index 8851458..a416dcd 100644 --- a/src/htslib.c +++ b/src/htslib.c @@ -133,6 +133,7 @@ const char* hts_detect[] = { "usemap", "longdesc", // accessibility "xlink:href", // xml/svg tag + "poster", // HTML5 "" }; |