head-req-title
If set, the head
tag must contain a non-empty title
tag.
The following patterns are considered violations:
<head>
<title></title>
</head>
<head>
</head>
The following patterns are not considered violations:
<head>
<title>Title</title>
</head>