Re: [whatwg] HTMLDocument.title and SVGDocument

2007-06-04 Thread Ian Hickson
On Fri, 1 Jun 2007, Maciej Stachowiak wrote: I basically see two options: HTMLDocument.title always wins, and you can get the other one using getFeature(), or, they both get redefined to check the root element and dispatch to the other one if appropriate. Suggestions? I like the

Re: [whatwg] HTMLDocument.title and SVGDocument

2007-06-02 Thread Anne van Kesteren
On Sat, 02 Jun 2007 01:06:12 +0200, Maciej Stachowiak [EMAIL PROTECTED] wrote: I like the check the root element option. That way, one could use the exact same Document object implementation for SVG and XHTML, while remaining compatible with expected behavior for existing content in both

Re: [whatwg] HTMLDocument.title and SVGDocument

2007-06-02 Thread Maciej Stachowiak
On Jun 2, 2007, at 1:31 AM, Anne van Kesteren wrote: On Sat, 02 Jun 2007 01:06:12 +0200, Maciej Stachowiak [EMAIL PROTECTED] wrote: I like the check the root element option. That way, one could use the exact same Document object implementation for SVG and XHTML, while remaining compatible

Re: [whatwg] HTMLDocument.title and SVGDocument

2007-06-01 Thread Ian Hickson
On Sat, 10 Feb 2007, Anne van Kesteren wrote: If HTMLDocument really is going to apply to every Document object... then at least HTMLDocument.title needs to somehow not clash with SVGDocument.title or do both or something. I basically see two options: HTMLDocument.title always wins, and you

Re: [whatwg] HTMLDocument.title and SVGDocument

2007-06-01 Thread Maciej Stachowiak
On Jun 1, 2007, at 3:21 PM, Ian Hickson wrote: On Sat, 10 Feb 2007, Anne van Kesteren wrote: If HTMLDocument really is going to apply to every Document object... then at least HTMLDocument.title needs to somehow not clash with SVGDocument.title or do both or something. I basically see two