- From: Anne van Kesteren <annevk@annevk.nl>
- Date: Mon, 3 Feb 2014 10:29:42 +0000
- To: Cameron McCormack <cam@mcc.id.au>
- Cc: WHATWG <whatwg@whatwg.org>
On Mon, Feb 3, 2014 at 3:34 AM, Cameron McCormack <cam@mcc.id.au> wrote: > When the document isn't an HTML document and when there is no element with > focus. Browsers agree on returning null in an HTML document when there is > no element with focus, no <body> element, but still a document element. So how does that work for text/xml? Do you dispatch on namespace of the root element? If the root element is html in the HTML namespace, you have that behavior, and otherwise you return the root element itself? At least thus far we have cared a great deal about not introducing more differences between HTML and XHTML than necessary. I could see us caring less about it now though. -- http://annevankesteren.nl/
Received on Monday, 3 February 2014 10:30:09 UTC