diff --git a/source b/source index 27dd0653fa7..823b468ccdd 100644 --- a/source +++ b/source @@ -10236,6 +10236,12 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0 data-x="concept-html-contents">contents that is palpable content and that does not have the hidden attribute specified.

+

Palpable content makes an element non-empty by providing either + some descendant non-empty text, or else something users can + hear (audio elements) or view (video or img or + canvas elements) or otherwise interact with (for example, interactive form + controls).

+

This requirement is not a hard requirement, however, as there are many cases where an element can be empty legitimately, for example when it is used as a placeholder which will later be filled in by a script, or when the element is part of a template and would on most pages be filled in but