Re: [whatwg] Validation

2009-07-20 Thread Paweł Stradomski
: http://blogs.zdnet.com/microsoft/?p=2072tag=nl.e539)? -- Paweł Stradomski

Re: [whatwg] Asynchronous file upload

2009-05-10 Thread Paweł Stradomski
. And by reading the HTML5 spec I could not find a way to implement this feature. Submitting the form that contains file upload to a iframe. The question does not seem to belong to this list, does it? -- Paweł Stradomski

Re: [whatwg] WebWorkers vs. Threads

2008-08-13 Thread Paweł Stradomski
on network I/O, but still block on processData. With real threads I would be able to perform the data processing and then notify the main thread that data is processed and ready - so the main thread would only updateDOM(). -- Paweł Stradomski

Re: [whatwg] Thoughts on HTML 5

2008-05-13 Thread Paweł Stradomski
not exactly equal in meaning to dialog. -- Paweł Stradomski

Re: [whatwg] Proposal for a link attribute to replace a href

2008-02-28 Thread Paweł Stradomski
nested a's are forbidden by HTML 4 and XHTML 1. I'm not against href on every element, but then nesting elements with href attribute should be forbidden. Similarly href should be forbidden on interactive elements (buttons etc.), so making it global would be a problem. -- Paweł Stradomski

Re: [whatwg] Proposal for a link attribute to replace a href

2008-02-28 Thread Paweł Stradomski
W liście Robert O'Rourke z dnia czwartek 28 lutego 2008: Paweł Stradomski wrote: div class=steps input href=/basket.html class=basket-step value=Basket / input href=/checkout.html class=current checkout-step value=Checkout / input type=submit class=confirm-step value=Confirm