Re: [whatwg] Declarative Inert DOM (e.g. the <template> element)

<4EC591FA.6060803@mcc.id.au>

Current votes: None.

On 18/11/11 8:21 AM, Adam Barth wrote:
> Another option is to tokenize the elements as usual, but put them into
> a new document created for the<template>  element (presumably using
> the usual tree-building rules).  Because this document won't have a
> browsing context, all the elements would be "inert", like they are for
> documents created by XMLHttpRequest.  The site could access this
> document via a templateDocument (or whatever) property on
> HTMLTemplateElement.

This would introduce a pretty big difference between text/html and XML 
parsing of HTML documents.