This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Code extracts usually display the content of the tag, or include the closing tag. See report from: http://www.w3.org/2008/08/mok-check-tests/1.html For instance: <iframe src="lating1.html"> </iframe> or <form action="" target="foo"> [the whole content of the form tag] </form> or <object data="nocharset.html"> </object> See also script warnings when checking a huge page such as: http://cnn.com The closing tag and the content of the tag are useless. The first line is the one to display.
Code extracts were improved to only return the tag and not its content, or to return the tag with a little bit of context (about 40 characters next to the node itself in the DOM tree). Also see Bug 9538.