Re: [whatwg] The pic element

2012-06-04 Thread Anselm Hannemann Web Development
Am 01.06.2012 um 20:24 schrieb Kornel Lesiński: On 1 cze 2012, at 00:58, Anselm Hannemann Web Development i...@anselm-hannemann.com wrote: • Improved alternative text — allows structured fallback, avoids duplication. This is where I do not agree. If you use MQ style with source you have a

Re: [whatwg] The pic element

2012-06-04 Thread Anselm Hannemann Web Development
Am 01.06.2012 um 21:01 schrieb Julian Reschke: On 2012-06-01 20:24, Kornel Lesiński wrote: ... If there are commas or backslashes in the URL they must be escaped with `\`. This is another problem why I would separate the diff. srces. Escaping an URL is not something that should be

Re: [whatwg] The pic element

2012-06-04 Thread Kornel Lesiński
On Mon, 04 Jun 2012 01:05:23 -0500, Anselm Hannemann Web Development i...@anselm-hannemann.com wrote: An alternative is to pick different delimiters. See, for instance, http://tools.ietf.org/html/rfc2295#section-8.3. I also would like to see another delimiting syntax which is clearer.

Re: [whatwg] The pic element

2012-06-04 Thread Kornel Lesiński
On Mon, 04 Jun 2012 00:56:55 -0500, Anselm Hannemann Web Development i...@anselm-hannemann.com wrote: pic src-xs=small.jpg media-xs=(max-width:15em) src-xl=large.jpg alt=alt text title=title text/pic I don't mind either way, but this seems a bit more noisier and less compact. source

Re: [whatwg] The pic element

2012-06-04 Thread Kornel Lesiński
On Mon, 04 Jun 2012 01:02:55 -0500, Anselm Hannemann Web Development i...@anselm-hannemann.com wrote: • Improved alternative text — allows structured fallback, avoids duplication. This is where I do not agree. If you use MQ style with source you have a messy markup when writing alternative

Re: [whatwg] The pic element

2012-06-04 Thread Simon Pieters
On Mon, 04 Jun 2012 09:58:52 +0200, Kornel Lesiński kor...@geekhood.net wrote: Since it's impossible to introduce void element at this point It's not impossible, but we generally try to only do it when there's a container (like video) so it gets popped off the stack soon enough to not

[whatwg] Interaction between img srcset and CSS image-resolution

2012-06-04 Thread Simon Pieters
Hi How do img srcset and CSS image-resolution interact? What happens with e.g. img srcset=foo.jpg 2x style=image-resolution:2dppx? -- Simon Pieters Opera Software

Re: [whatwg] The pic element

2012-06-04 Thread Julian Reschke
On 2012-06-04 09:32, Kornel Lesiński wrote: On Mon, 04 Jun 2012 01:05:23 -0500, Anselm Hannemann Web Development i...@anselm-hannemann.com wrote: An alternative is to pick different delimiters. See, for instance, http://tools.ietf.org/html/rfc2295#section-8.3. I also would like to see

Re: [whatwg] was The pic element, now about alt text

2012-06-04 Thread David Singer
On Jun 3, 2012, at 23:02 , Anselm Hannemann Web Development wrote: Sure but why? It is much more clearly to use the alt-attribute than using text between container and child elements IMO. Alt-text should always be in an attribute and this would also be easier for screenreaders etc.

Re: [whatwg] was The pic element, now about alt text

2012-06-04 Thread David Dailey
On Monday, June 04, 2012 1:30 PM David Singer wrote This may be an aside to the current discussion, but actually I think that user-presentable text should *never* be in an attribute. Why? 1) 'ML' stands for markup language; what's in the markup should be information about the content, not

Re: [whatwg] Fullscreen events dispatched to elements

2012-06-04 Thread Jer Noble
On Jun 1, 2012, at 6:45 PM, Chris Pearce cpea...@mozilla.com wrote: Because we exit fullscreen when the fullscreen element is removed from the document, so if you dispatch events to the context element, the fullscreenchange event never bubbles up to the containing document in the

Re: [whatwg] MediaController feedback

2012-06-04 Thread Ian Hickson
On Wed, 2 Nov 2011, Jer Noble wrote: I'm currently working on implementing MediaController in WebKit https://bugs.webkit.org/show_bug.cgi?id=71341, and have a couple pieces of feedback from an implementor's POV: * MediaController Playback State and Ready State The spec defines both a

Re: [whatwg] Fullscreen events dispatched to elements

2012-06-04 Thread Robert O'Callahan
On Tue, Jun 5, 2012 at 9:13 AM, Jer Noble jer.no...@apple.com wrote: On Jun 1, 2012, at 6:45 PM, Chris Pearce cpea...@mozilla.com wrote: Because we exit fullscreen when the fullscreen element is removed from the document, so if you dispatch events to the context element, the

Re: [whatwg] Fullscreen events dispatched to elements

2012-06-04 Thread Jer Noble
On Jun 4, 2012, at 10:43 PM, Robert O'Callahan rob...@ocallahan.org wrote: On Tue, Jun 5, 2012 at 9:13 AM, Jer Noble jer.no...@apple.com wrote: On Jun 1, 2012, at 6:45 PM, Chris Pearce cpea...@mozilla.com wrote: Because we exit fullscreen when the fullscreen element is removed from the