diff --git a/_rules/html-page-non-empty-title-2779a5.md b/_rules/html-page-non-empty-title-2779a5.md index 9da72c8ff8..e8380db567 100755 --- a/_rules/html-page-non-empty-title-2779a5.md +++ b/_rules/html-page-non-empty-title-2779a5.md @@ -202,6 +202,27 @@ This page has a `title` element that only contains a separator character. ``` +#### Failed Example 6 + +This page does not have a title because the shadow root is not a [descendant](https://dom.spec.whatwg.org/#concept-tree-descendant) of the [document element](https://dom.spec.whatwg.org/#document-element). + +```html + + + + + + +``` + ### Inapplicable #### Inapplicable Example 1