doctype-html5
If set, the doctype should be HTML5 one
The following patterns are considered violations:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"\n"http://www.w3.org/TR/html4/strict.dtd">
The following patterns are not considerd violations:
<!DOCTYPE html>