- From: Ian Hickson <ian@hixie.ch>
- Date: Fri, 28 Jan 2005 13:58:59 +0000 (UTC)
On Thu, 27 Jan 2005, Dean Edwards wrote: > > a global attribute also makes it harder to implement on IE6 where you > would have to walk the DOM to find repetition blocks. Actually the definition of how the repetition model works is such that you don't have to walk anything more than the parent chain of the repetition template, and that applies to all UAs. So I don't see why implementing this in IE would be any harder than anywhere else, at least not in so far as the global attribute goes. http://whatwg.org/specs/web-forms/current-work/#repetitionModel -- Ian Hickson U+1047E )\._.,--....,'``. fL http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,. Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
Received on Friday, 28 January 2005 05:58:59 UTC