gopher: (disabled) controls and size attributes on audio/video
Currently those crash WebPositive when enabled.
This commit is contained in:
@@ -621,6 +621,9 @@ BGopherRequest::_ParseInput(bool last)
|
|||||||
item << "<a href=\"" << link << "\">"
|
item << "<a href=\"" << link << "\">"
|
||||||
"<span class=\"audio\">" << title << "</span></a>"
|
"<span class=\"audio\">" << title << "</span></a>"
|
||||||
"<audio src=\"" << link << "\" "
|
"<audio src=\"" << link << "\" "
|
||||||
|
//TODO:Fix crash in WebPositive with these
|
||||||
|
//"controls=\"controls\" "
|
||||||
|
//"width=\"300\" height=\"50\" "
|
||||||
"alt=\"" << title << "\"/>"
|
"alt=\"" << title << "\"/>"
|
||||||
"<span>[player]</span></audio>"
|
"<span>[player]</span></audio>"
|
||||||
"<br/>\n";
|
"<br/>\n";
|
||||||
@@ -636,6 +639,9 @@ BGopherRequest::_ParseInput(bool last)
|
|||||||
item << "<a href=\"" << link << "\">"
|
item << "<a href=\"" << link << "\">"
|
||||||
"<span class=\"video\">" << title << "</span></a>"
|
"<span class=\"video\">" << title << "</span></a>"
|
||||||
"<video src=\"" << link << "\" "
|
"<video src=\"" << link << "\" "
|
||||||
|
//TODO:Fix crash in WebPositive with these
|
||||||
|
//"controls=\"controls\" "
|
||||||
|
//"width=\"300\" height=\"300\" "
|
||||||
"alt=\"" << title << "\"/>"
|
"alt=\"" << title << "\"/>"
|
||||||
"<span>[player]</span></audio>"
|
"<span>[player]</span></audio>"
|
||||||
"<br/>\n";
|
"<br/>\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user