[whatwg] [html5] HTMLMapElement.images

2006-06-13 Thread Anne van Kesteren
Before I forget about this hereby a proposal to give the HTMLMapElement interface a new (readonly) member called `images` or equivalent representing an HTMLCollection consisting of HTMLImageElement and HTMLObjectElement (and perhaps HTMLCanvasElement?) elements that use that image map

Re: [whatwg] [html5] HTMLMapElement.images

2006-06-13 Thread Shadow2531
On 6/13/06, Anne van Kesteren [EMAIL PROTECTED] wrote: Before I forget about this hereby a proposal to give the HTMLMapElement interface a new (readonly) member called `images` or equivalent representing an HTMLCollection consisting of HTMLImageElement and HTMLObjectElement (and perhaps

Re: [whatwg] Mathematics in HTML5

2006-06-13 Thread James Graham
White Lynx wrote: If this demonstrates that it really is possible to create viable math markup in HTML and have it completely styled in CSS then that would be a good step This step is already made, No it is not. You have demonstrated that CSS can do a mediocre job at simple mathematics.

Re: [whatwg] Summary in lists

2006-06-13 Thread Brad Fults
It isn't clear why the `title` attribute[1] wouldn't fulfill this desire. Any elaboration or use cases would be helpful. Thanks. [1] - http://www.w3.org/TR/html401/struct/global.html#adef-title -- Brad Fults NeatBox On 6/12/06, Isac Backlund [EMAIL PROTECTED] wrote: Hi, I think that

Re: [whatwg] Simple numbers

2006-06-13 Thread fantasai
Anne van Kesteren wrote: Quoting Michel Fortin [EMAIL PROTECTED]: Maybe a number element would be valuable, both inside and outside formulas, to provide format-neutral machine-readable numeric values: n value=123456789.12123 456 789,12/n So the machine can just infer the format inside

Re: [whatwg] [html5] HTMLMapElement.images

2006-06-13 Thread Ian Hickson
On 6/13/06, Anne van Kesteren [EMAIL PROTECTED] wrote: Before I forget about this hereby a proposal to give the HTMLMapElement interface a new (readonly) member called `images` or equivalent representing an HTMLCollection consisting of HTMLImageElement and HTMLObjectElement (and perhaps