From b379b0c185d8d1adf28b067bce7877fc54947b9b Mon Sep 17 00:00:00 2001 From: Giacomo Petri Date: Fri, 30 Aug 2024 11:00:45 +0200 Subject: [PATCH] Removed ambiguity for "Passed Example 2" of "HTML page has non-empty title" (#2181) Co-authored-by: Jean-Yves Moyen Co-authored-by: Wilco Fiers --- _rules/html-page-non-empty-title-2779a5.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/_rules/html-page-non-empty-title-2779a5.md b/_rules/html-page-non-empty-title-2779a5.md index 8dedc650f7..9da72c8ff8 100755 --- a/_rules/html-page-non-empty-title-2779a5.md +++ b/_rules/html-page-non-empty-title-2779a5.md @@ -90,12 +90,16 @@ This page has a `title` element with content. #### Passed Example 2 -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. +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. ```html - This page gives a title to an iframe - + + This page gives a title to an iframe + + + + ```