#603736 missing poster attribute

#603736#5
Date:
2010-11-16 20:08:47 UTC
From:
To:
%HTML::Tagset::linkElements does not include the poster attribute, which
is a link element used by the HTML5 video tag.

Result is that anything that uses that data to parse for urls (like ikiwiki
does, or like HTML::LinkExtor) will have broken handling of that attribute.

The formaction attribute is also missing. I have not exhaustively
checked for other url attributes added in HTML5.

#603736#12
Date:
2010-11-16 20:45:34 UTC
From:
To:
Actually, it's worse, HTML::Tagset::linkElements{video} does not exist
at all, so it doesn't even know that <video src=..> is an url

#603736#17
Date:
2010-11-16 20:56:08 UTC
From:
To:
Joey Hess wrote:

Nor does the <source> element. Guess this needs a thurough update to
support html5.