"This specification should be read like all other specifications. First, it should be read cover-to-cover, multiple times. Then, it should be read backwards at least once. Then it should be read by picking random sections from the contents list and following all the cross-references."Ian Hickson, WHATWG FAQ
Thesrc
attribute of thecontent
element must be a valid non-empty URL potentially surrounded by spaces.
If thesrc
attribute of thecontent
element is absent or an empty string, then the user agent must ignore this element.
If thesrc
attribute of thecontent
element is absent or an empty string, then the user agent must ignore this element.
If thesrc
attribute of thecontent
element is absent or an empty string, then the user agent must ignore this element.
If thesrc
attribute of thecontent
element is absent or an empty string, then the user agent must ignore this element.
If thesrc
attribute of thecontent
element is absent or an empty string, then the user agent must ignore this element.
If thesrc
attribute of thecontent
element is absent or an empty string, then the user agent must ignore this element.
<content> <content src=''> <content src='does_not_exist.html'> <content src='something_real.html'> <script> var i = 1; var attrs = $("content")[i].attributes; alert(attrs.length >= 1 ? "WIN!" : "FAIL!"); alert(attrs.src.value === '' ? "FAIL!" : "WIN!"); </script>