- From: Tab Atkins Jr. <jackalmage@gmail.com>
- Date: Mon, 7 May 2012 10:58:00 +0200
On Mon, May 7, 2012 at 10:34 AM, Simon Pieters <simonp at opera.com> wrote: > On Fri, 04 May 2012 23:46:46 +0200, Ian Hickson <ian at hixie.ch> wrote: >> What does it do in the case of: >> >> ? var frag = document.createDocumentFragment(); >> ? frag.innerHTML = 'bla bla .. 1GB of text .. bla <caption> bla' ? > > When hitting non-whitespace text, it seems better to use "in body", I think. That's potentially usable, since having non-whitespace inside a table is erroneous anyway. However, it's less compatible with the <ruby> modes, as <ruby> can contain raw text. Is that okay? ~TJ
Received on Monday, 7 May 2012 01:58:00 UTC