Re: [whatwg] p elements containing other block-level elements

2005-07-17 Thread fantasai
dolphinling wrote: Then what I said later applies: p isn't for marking up paragraphs. The natural language tells the reader that it's a paragraph, so the markup doesn't need to. The markup is for separating one block of text from the next. Markup is for marking up the structure of the

[whatwg] [html5] window.print() undefined

2005-07-17 Thread Anne van Kesteren
Shouldn't the print method on the window DOM interface be defined as well? Example: button onclick=window.print()print/button -- Anne van Kesteren http://annevankesteren.nl/

Re: [whatwg] [html5] dom attributes

2005-07-17 Thread Christian Biesinger
Anne van Kesteren wrote: Certain DOM attributes such as the href DOM attribute[1] are implemented differently than specified. The attribute is implemented as to return a resolved link, not as equivalent to the href HTML attribute. The reflect link links to

Re: [whatwg] [html5] dom attributes

2005-07-17 Thread Anne van Kesteren
Quoting Christian Biesinger [EMAIL PROTECTED]: Anne van Kesteren wrote: Certain DOM attributes such as the href DOM attribute[1] are implemented differently than specified. The attribute is implemented as to return a resolved link, not as equivalent to the href HTML attribute. The reflect

Re: [whatwg] [html5] dom attributes

2005-07-17 Thread Ian Hickson
On Sun, 17 Jul 2005, Anne van Kesteren wrote: Certain DOM attributes such as the href DOM attribute[1] are implemented differently than specified. The attribute is implemented as to return a resolved link, not as equivalent to the href HTML attribute. It's defined to reflect it, not as

Re: [whatwg] [html5] window.print() undefined

2005-07-17 Thread Ian Hickson
On Sun, 17 Jul 2005, Anne van Kesteren wrote: Shouldn't the print method on the window DOM interface be defined as well? Example: button onclick=window.print()print/button It's probably best not to review the spec for missing features before the first call for comments. The spec at the

Re: [whatwg] Some likeness of DOM Session scope

2005-07-17 Thread Ian Hickson
On Thu, 21 Apr 2005, Brad Neuberg wrote: Something along these lines that would be useful is control over what goes into the history (and what affects the back button) and what _doesn't_. Alot of times I shoot off RPC type functions using XmlHttpRequest that I _dont_ want in the history,

Re: [whatwg] Some likeness of DOM Session scope

2005-07-17 Thread Ian Hickson
On Fri, 22 Apr 2005, Dimitri Glazkov wrote: Maybe it would a better idea to introduce functionality that standardizes a usability-perfect simulation of a request within the same page? I think that is what Brad is writing about. In other words, instead of trying to come up with a vehicle