You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: _rules/html-page-non-empty-title-2779a5.md
+7-3
Original file line number
Diff line number
Diff line change
@@ -90,12 +90,16 @@ This page has a `title` element with content.
90
90
91
91
#### Passed Example 2
92
92
93
-
This page has a `title` element that serves as the title for the page and the `iframe` since the `iframe` does not have its own.
93
+
This page has a `title` element that serves as the title for the page. This rule doesn't take into account HTML pages embedded into the target document.
94
94
95
95
```html
96
96
<html>
97
-
<title>This page gives a title to an iframe</title>
0 commit comments