This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
http://dev.w3.org/html5/spec/textFieldSelection.html#parsing-main-inbody The current behavior merges attributes on the encountered <body> to the existing body. This is probably not what we want. e.g. <body a=b><template><body c=d><div> probably should produce #document | <html> | <head> | <body> | a="b" | <template> | #document-fragment | <div> not #document | <html> | <head> | <body> | a="b" | c="d" | <template> | #document-fragment | <div>
http://dvcs.w3.org/hg/webcomponents/rev/ce87f61feffe