Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions _rules/html-page-title-descriptive-c4a8a4.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,23 +143,6 @@ Even though a correct `<title>` element is put in the `<head>` of the document,
</html>
```

#### Failed Example 3

`<title>` element with content present in document, but it is not descriptive of the content.

```html
<html>
<head>
<title>;)</title>
</head>
<body>
<p>
Clementines will be ready to harvest from late October through February.
</p>
</body>
</html>
```

### Inapplicable

#### Inapplicable Example 1
Expand Down