diff options
author | corvid <corvid@dillo.org> | 2014-02-15 20:01:51 +0000 |
---|---|---|
committer | corvid <corvid@dillo.org> | 2014-02-15 20:01:51 +0000 |
commit | 19bbac8e6415edd96035c4a5cd052f3701f9657a (patch) | |
tree | db69a17e5e10bd3c5c9ce5d025846cebaeb020a4 | |
parent | 1ddd844bb0de6d40116d460e6707bef31e72c1da (diff) |
TODO
-rw-r--r-- | src/html.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/html.cc b/src/html.cc index 46e7cfb8..4f5d51b5 100644 --- a/src/html.cc +++ b/src/html.cc @@ -2532,6 +2532,7 @@ static void Html_tag_open_video(DilloHtml *html, const char *tag, int tagsize) MSG("<video> not handled when already inside a media element.\n"); return; } + /* TODO: poster attr */ if ((attrbuf = a_Html_get_attr(html, tag, tagsize, "src"))) { url = a_Html_url_new(html, attrbuf, NULL, 0); |