- From: Ian Hickson <ian@hixie.ch>
- Date: Thu, 5 Aug 2004 17:32:00 +0000 (UTC)
On Fri, 25 Jun 2004, Matthew Raymond wrote: > > This is a revision of an earlier idea I had. The general purpose of this > attribute is to support popups. Sample code time! > > <div id="myPopup" repeat="template"> > <p>Random popup stuff</p> > </div> > <input type="text" value="some text" context="myPopup"> Seems to me that it would make more sense to say that context="" should just point to a menu, rather than anything at all. I think we should just have context="foo" where foo is defined by a <menu id="foo"> somewhere. Would that be ok? -- Ian Hickson U+1047E )\._.,--....,'``. fL http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,. Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
Received on Thursday, 5 August 2004 10:32:00 UTC