Remove outdated comment (see #1187)

This commit is contained in:
Kijin Sung 2021-05-14 23:08:36 +09:00
parent bd075ee409
commit c6b6d71214

View file

@ -228,7 +228,7 @@ class HTMLFilter
$time = $def->addElement('time', 'Inline', 'Inline', 'Common', array('datetime' => 'Text', 'pubdate' => 'Bool'));
$time->excludes = array('time' => true);
// Suppport <audio> and <video> tags. DO NOT ALLOW AUTOPLAY.
// Suppport <audio> and <video> tags.
$def->addElement('audio', 'Block', 'Optional: (source, Flow) | (Flow, source) | Flow', 'Common', array(
'src' => 'URI',
'type' => 'Text',