Re: [whatwg] noscript should be allowed in head

2007-06-21 Thread Ian Hickson
On Tue, 29 May 2007, David Hyatt wrote: WinIE allows it, and we just changed WebKit to allow it too. Done. However, the way the spec does it (in order to be consistent with everything, and to enable sane conformance checking) is rather different to how you do it. You might want to reimplement

Re: [whatwg] Parsing: handling of /body, /head

2007-06-21 Thread Anne van Kesteren
On Wed, 20 Jun 2007 22:17:26 +0200, Ian Hickson [EMAIL PROTECTED] wrote: On Wed, 20 Jun 2007, Anne van Kesteren wrote: I'm not convinced http://html5.org/tools/web-apps-tracker?from=917to=918 is a good change to make. This changes how things like /bodymeta or /bodystyle work in browsers.

[whatwg] Parsing: in head noscript and /body

2007-06-21 Thread Anne van Kesteren
Currently if you encounter /body or /html inside a noscript element in the scripting disabled case you will get incorrect results as the current node is not the head element but the noscript element. -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] Still more comments and questions on Web Apps 1.0

2007-06-21 Thread Ian Hickson
On Fri, 8 Jun 2007, Michel Fortin wrote: I don't disagree. Should we just drop these spaces on the floor? It doesn't seem like the best thing but I guess I'm not opposed. What do other people think? I'd agree they're mostly useless in a browser context, but when reading HTML with

Re: [whatwg] innerHTML for HTML and plaintext

2007-06-21 Thread Ian Hickson
On Wed, 20 Jun 2007, Anne van Kesteren wrote: On Mon, 18 Jun 2007 22:26:57 +0200, Ian Hickson [EMAIL PROTECTED] wrote: On Sat, 9 Dec 2006, Anne van Kesteren wrote: On Fri, 08 Dec 2006 22:57:07 +0100, Ian Hickson [EMAIL PROTECTED] wrote: The section If the child node is a Text or

Re: [whatwg] Parsing: initial phase anything else

2007-06-21 Thread Ian Hickson
On Wed, 20 Jun 2007, Anne van Kesteren wrote: If you encounter a start tag, end tag, end-of-file or non-space character token during the initial phase that token should be reprocessed in the root element phase. Just switching to the root element phase is not enough. Will be fixed by the

Re: [whatwg] Parsing: handling of /body, /head

2007-06-21 Thread Ian Hickson
On Thu, 21 Jun 2007, Anne van Kesteren wrote: On Wed, 20 Jun 2007 22:17:26 +0200, Ian Hickson [EMAIL PROTECTED] wrote: On Wed, 20 Jun 2007, Anne van Kesteren wrote: I'm not convinced http://html5.org/tools/web-apps-tracker?from=917to=918 is a good change to make. This changes

Re: [whatwg] several messages

2007-06-21 Thread Ian Hickson
On Thu, 21 Jun 2007, Anne van Kesteren wrote: Currently if you encounter /body or /html inside a noscript element in the scripting disabled case you will get incorrect results as the current node is not the head element but the noscript element. Hm, indeed, you'd get an infinite loop.