benschwarz / developers.whatwg.org

Used to create the contents of developers.whatwg.org
http://developers.whatwg.org/
198 stars 39 forks source link

Statements are Conflicting #94

Closed idthiru closed 9 years ago

idthiru commented 9 years ago

Following statements about the <body> are conflicting.

"Thus, for example, a bubbling error event dispatched on a child of the body element of a Document would first trigger the onerror event handler content attributes of that element, then that of the root html element, and only then would it trigger the onerror event handler content attribute on the body element. This is because the event would bubble from the target, to the body, to the html, to the Document, to the Window"

Shouldn't the order be the target element then its root HTML and then to the body?

strugee commented 9 years ago

This issue doesn't belong here. Use the feedback tool of the full specification to submit this to the WHATWG.