Re: [whatwg] Alt text authoring Re: Conformance for Mail clients

2007-04-23 Thread Křištof Želechovski
Considering internationalization: the alternative text should be translated to the language of the surrounding text, of course. I would recommend such a workaround only if some alternative text is required; see the OP. The point is that the browser tells the viewer that ho is missing some

Re: [whatwg] Alt text authoring Re: Conformance for Mail clients

2007-04-23 Thread Henri Sivonen
On Apr 23, 2007, at 03:00, Andrew Sidwell wrote: Maciej Stachowiak wrote: How about: img src=gallery2.jpg alt= -- image could be omitted without changing the meaning of the document (screen readers or text-only browsers could just skip it) img src=gallery2.jpg noalt -- image cannot be

Re: [whatwg] Alt text authoring Re: Conformance for Mail clients

2007-04-23 Thread Kristof Zelechovski
It seems you should replace all embedded content images with links to download them as stand-alone resources if you want to be strictly conformant with the images are an alternative of text theory. I am not particularly happy with this method because I would have to use a graphic processor to add

[whatwg] Infinite loopcount for audio and video

2007-04-23 Thread Elliotte Harold
Is there a way to specify continuous looping for audio and video elements? e.g. something like audio src=spacemusic.mp3 autoplay=autoplay loopcount=Inf / If not, should there be? -- Elliotte Rusty Harold [EMAIL PROTECTED] Java I/O 2nd Edition Just Published!

Re: [whatwg] Infinite loopcount for audio and video

2007-04-23 Thread ddailey
Makes sense to me. If such a thing is not already spoken for why not aim toward a little consistency with pre-existing implementations, like in SVG, where it would be repeatCount=indefinite? Not my favorite piece of nomenclature ever, but it's out there and has a user-base already. David

Re: [whatwg] Infinite loopcount for audio and video

2007-04-23 Thread Kristof Zelechovski
loopcount=forever? It looks better than Inf. loopcount=-1? Is a number, + a static constant for LOOPCOUNT_FOREVER in the DOM. Not that I consider the exact wording very important anyway. Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ddailey

Re: [whatwg] [WF2] button without value= should perhaps use .innerText as value

2007-04-23 Thread Jonas Sicking
Simon Pieters wrote: On Sat, 14 Apr 2007 03:28:35 +0200, Kornel Lesinski [EMAIL PROTECTED] wrote: On Sat, 14 Apr 2007 02:10:07 +0100, Simon Pieters [EMAIL PROTECTED] wrote: We currently don't have interop with IE and other browsers with regards to what to send to the server as the value of

[whatwg] meter: long vs. float

2007-04-23 Thread Elliotte Harold
I'm probably missing something obvious because I'm not a DOM expert. However when reviewing the meter element I note the following: interface HTMLMeterElement : HTMLElement { attribute long value; attribute long min; attribute long max; attribute long

Re: [whatwg] Infinite loopcount for audio and video

2007-04-23 Thread Martijn
The marquee element uses the loop attribute: http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/loop_1.asp where -1 means that it loops infinitely. Personally, I prefer that one the most. Regards, Martijn 2007/4/23, Stefan Haustein [EMAIL PROTECTED]: Hi, I think in

[whatwg] include element

2007-04-23 Thread Jonas Sicking
Hi All, This is an idea I have had floating around in my head for a while and a recent couple of threads reminded me I really need to post it here. Basic idea: The idea is basically an element like iframe but that renders the linked page, instead of inside a square area, in flow with the main

Re: [whatwg] include element

2007-04-23 Thread Gervase Markham
Jonas Sicking wrote: Basic idea: The idea is basically an element like iframe but that renders the linked page, instead of inside a square area, in flow with the main page. This idea is really rough still, but I hope to try to implement it in a not too distant future to solidify it a bit. One

Re: [whatwg] Now there is table-element with predetermined quantity of column.But sometimes we need to visualize three tables(for example, database tables) as one table:first table contains names of r

2007-04-23 Thread Jonas Sicking
Sorry, this went to the wrong list. Please ignore this one and follow the thread in the HTML WG instead. / Jonas Jonas Sicking wrote: Woha, please put the subject in the subject field, not the full proposal. Anyway, I agree with Preston, making 3 roundtrips to the server seems quite

Re: [whatwg] Infinite loopcount for audio and video

2007-04-23 Thread Michael A. Puls II
I would do it this way: loopcount: -1 = Play once, and loop forever. 0 = Play once, but don't loop at all. (Default) 1 = Play once and then loop once. n = Play once and then loop n times. less than -1 or invalid or out of range = Use default of 0. -- Michael

Re: [whatwg] include element

2007-04-23 Thread Elliotte Harold
Gervase Markham wrote: Jonas Sicking wrote: Basic idea: The idea is basically an element like iframe but that renders the linked page, instead of inside a square area, in flow with the main page. This idea is really rough still, but I hope to try to implement it in a not too distant future to

Re: [whatwg] include element

2007-04-23 Thread Jonas Sicking
Gervase Markham wrote: Jonas Sicking wrote: Basic idea: The idea is basically an element like iframe but that renders the linked page, instead of inside a square area, in flow with the main page. This idea is really rough still, but I hope to try to implement it in a not too distant future to

Re: [whatwg] Web Documents off the Web (was Web Archives)

2007-04-23 Thread Jonas Sicking
Tyler Keating wrote: On 16-Apr-07, at 3:03 PM, Maciej Stachowiak wrote: On Apr 16, 2007, at 1:39 PM, Tyler Keating wrote: Hi, I'm bringing this up again with a different tact, because the more that I think about it, the more I believe it has the ability to significantly change the

Re: [whatwg] include element

2007-04-23 Thread Kornel Lesinski
On Mon, 23 Apr 2007 23:19:49 +0100, Jonas Sicking [EMAIL PROTECTED] wrote: This is an idea I have had floating around in my head for a while and a recent couple of threads reminded me I really need to post it here. Basic idea: The idea is basically an element like iframe but that renders the

Re: [whatwg] Web Documents off the Web (was Web Archives)

2007-04-23 Thread Dave Singer
At 15:45 -0700 23/04/07, Jonas Sicking wrote: In any event, like Maciej, I think it would be great to have a cross browser format for this stuff. Yes. But to be clear, I think widgets and web archives are or may be slightly different. A widget package is a distribution package, I

Re: [whatwg] Web Documents off the Web (was Web Archives)

2007-04-23 Thread Jonas Sicking
Dave Singer wrote: At 15:45 -0700 23/04/07, Jonas Sicking wrote: In any event, like Maciej, I think it would be great to have a cross browser format for this stuff. Yes. But to be clear, I think widgets and web archives are or may be slightly different. A widget package is a

[whatwg] embed height width DOM attributes

2007-04-23 Thread Anne van Kesteren
They should say something different from what the img element says. ;-) -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/