Forum Feature requests

Support for HTML5 doctype legacy string

jelovirt
Per https://www.w3.org/TR/html5/syntax.html#the-doctype the HTML5 doctype can be one of
<!DOCTYPE html>
<!DOCTYPE html SYSTEM "about:legacy-compat">
<!DOCTYPE html SYSTEM 'about:legacy-compat'>,


Currently it seems only the first one is supported. Please consider adding support for the DOCTYPE legacy string.
mikeday
Do these DOCTYPEs cause any problem for Prince at the moment?