Re: [whatwg] Web Apps 1.0 - DataGrid

2005-06-12 Thread Jon Levell
Hi, Ben Meadowcroft wrote: This kind of presentational information would be best done using CSS and its graceful degradation (theory and practice may clash). Browsers that understand the rules can apply them while those that don't I agree CSS is the best place for the presentational part of

Re: [whatwg] Context help in Web Forms

2005-06-12 Thread Ian Hickson
On Sat, 11 Jun 2005, Charles McCathieNevile wrote: Sorry, I should have been clearer. We got feedback from implementors saying they couldn't think of a way to make it discoverable, and we got feedback from Web descigners saying it wouldn't be useful if it wasn't discoverable. OK.

Re: [whatwg] Context help in Web Forms

2005-06-12 Thread Charles McCathieNevile
On Sun, 12 Jun 2005 12:52:25 +0200, Ian Hickson [EMAIL PROTECTED] wrote: On Sat, 11 Jun 2005, Charles McCathieNevile wrote: In fact longdesc is a perfect example of a feature that, due to lack of discoverability, became one of HTML's most thorough failures. To the point where the

[whatwg] Web Apps 1.0 - XMLHttpRequest

2005-06-12 Thread Thomas Much
Hi, having read the WD (2005-06-10), IMHO the specification for open(...) is missing the following statement: If the readyState attribute has a value other than 0 (Uninitialized), raises an exception. [...] Or is there a special intention behind leaving this statement out? bye, Thomas --

Re: [whatwg] Context help in Web Forms

2005-06-12 Thread Matthew Thomas
Derek Featherstone wrote: ... I've actually been thinking about that for a while - rather than leaving it to a guess why not bind it specifically with something like an about attribute that identifies the specific element/node it references? rel=help about=#phone-number ... Or perhaps a ...