This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Description
As far I can glean, it seems like the EmbedLiveSample may (at least on some cases) rely on looking at the name attribute of an example heading, and not just the id.
At least I can say in the case of the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe page, it seems like when I remove the name="Example1" and name="Example2" attributes, the EmbedLiveSample macros on the page end up showing no content (I assume because they are looking for name="Example1"andname="Example2"` and not finding them).
So if the name attribute is necessary for EmbedLiveSample macros in some cases then the documentation tester should not flag those cases as errors.