diff --git a/_rules/html-page-title-descriptive-c4a8a4.md b/_rules/html-page-title-descriptive-c4a8a4.md index 85fa65e6bfe..a10bcbad368 100644 --- a/_rules/html-page-title-descriptive-c4a8a4.md +++ b/_rules/html-page-title-descriptive-c4a8a4.md @@ -143,23 +143,6 @@ Even though a correct `` 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>;) - - -

- Clementines will be ready to harvest from late October through February. -

- - -``` - ### Inapplicable #### Inapplicable Example 1