Open
Description
4.1.1 requires that I validate the syntax. To do this, I can send the source code, DOM or URL to the validator. However, iFrames and the shadow DOM of custom elements are not validated. Am I expected to find all iframes and custom elements with shadow DOM and validate them individually?
Even if I do that, I may not get correct results for nested elements. For example, if I have a table tag in the DOM of the page, but the individual tr and td tags in the shadow DOM (I suppose this is technically possible).
(Alternative suggestion: remove 4.1.1).