From 15ce3053bbfe8e9992dfd795a55f3ae38438813a Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Thu, 3 Jan 2013 07:14:06 +0000 Subject: HTML 5 addition (Jason Ronallo) regarding "poster" attribute for the "video" tag. See http://forum.httrack.com/readmsg/30148/index.html --- src/htslib.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 "" }; -- cgit v1.2.3