Re: [whatwg] add html-attribute for responsive images

2011-09-06 Thread Anselm Hannemann - Novolo Designagentur
Am 06.09.2011 um 08:36 schrieb Ashley Sheridan: On Tue, 2011-09-06 at 07:15 +0200, Karl Dubost wrote: Le 5 sept. 2011 à 15:07, Anselm Hannemann - Novolo Designagentur a écrit : Why should we use inline-styles once again? Why should we load content images with CSS? What about

Re: [whatwg] comment element

2011-09-06 Thread Benjamin Hawkes-Lewis
On Tue, Sep 6, 2011 at 2:10 AM, Shaun Moss sh...@astromultimedia.com wrote: One reasonable alternative is *cmnt* This certainly has a better legacy compatibility story than comment. :) Back to the main point of marking up comments, I offer youtube as an example.

Re: [whatwg] add html-attribute for responsive images

2011-09-06 Thread Karl Dubost
Ashley, Anselm, Le 6 sept. 2011 à 08:36, Ashley Sheridan a écrit : Yes, but the point is, the alternative images you may want to display for visitors on a smaller screen/resolution could be completely different from the original image (cropped shot not showing all the detail, etc). Yes

[whatwg] Detached elements and delaying the load event

2011-09-06 Thread Andrew Oakley
I'm going to use the img element as an example here, but the same thing applies to other elements such as iframe, video, audio. I'm going to assume that the user agent obtains the images immediately, given that seems to be what most browsers do. If an img element is created and given a src

Re: [whatwg] comment element

2011-09-06 Thread Jukka K. Korpela
6.9.2011 12:40, Benjamin Hawkes-Lewis wrote: [S]elf-contained composition in a document, page, application, or site and that is, in principle, independently distributable or reusable, e.g. in syndication is a concept that includes comments, blog posts, and news stories. So there's no

Re: [whatwg] comment element

2011-09-06 Thread Jukka K. Korpela
6.9.2011 18:43, Tab Atkins Jr. wrote: If comments are generally self-contained compositions, what would be an example of a composition that is _not_ self-contained? A section of an article, for example. I see no reason why a section of an article could not be self-contained. For example,

Re: [whatwg] comment element

2011-09-06 Thread aaron miller
Normally I just lurk here, but have been observing this conversation as I think it's bringing up some important concepts about the web and the role of HTML. For example: article id=interesting-article Interesting article article id=self-contained-article a

Re: [whatwg] comment element

2011-09-06 Thread Kornel Lesiński
Browsing the web with user-submitted comments hidden sounds like a good use case. There are extensions that do that in various browsers: https://addons.mozilla.org/en-US/firefox/addon/commentblocker/ https://chrome.google.com/webstore/detail/ckdphbkdjpkpjabcnfogjmlddegeoenc

Re: [whatwg] comment element

2011-09-06 Thread Benjamin Hawkes-Lewis
On Tue, Sep 6, 2011 at 4:28 PM, Jukka K. Korpela jkorp...@cs.tut.fi wrote: 6.9.2011 12:40, Benjamin Hawkes-Lewis wrote: [S]elf-contained composition in a document, page, application, or site and that is, in principle, independently distributable or reusable, e.g. in syndication is a concept

Re: [whatwg] comment element

2011-09-06 Thread Jukka K. Korpela
6.9.2011 21:38, Benjamin Hawkes-Lewis wrote: On Tue, Sep 6, 2011 at 4:28 PM, Jukka K. Korpelajkorp...@cs.tut.fi wrote: [...] We probably understand the words self-contained and independently very differently then. I cannot see a typical comment as self-contained, as it by definition implies

Re: [whatwg] comment element

2011-09-06 Thread Benjamin Hawkes-Lewis
2011/9/6 Kornel Lesiński kor...@geekhood.net: Browsing the web with user-submitted comments hidden sounds like a good use case. There are extensions that do that in various browsers: https://addons.mozilla.org/en-US/firefox/addon/commentblocker/

Re: [whatwg] comment element

2011-09-06 Thread Benjamin Hawkes-Lewis
On Tue, Sep 6, 2011 at 8:02 PM, Jukka K. Korpela jkorp...@cs.tut.fi wrote: For example, a system might aggregate a user's comments across multiple comment-points. How would that be *independent* reuse and syndication? A comment does not become any more self-contained when considered as a

Re: [whatwg] comment element

2011-09-06 Thread Shaun Moss
On 2011-09-07 5:17 AM, Benjamin Hawkes-Lewis wrote: 2011/9/6 Kornel Lesińskikor...@geekhood.net: Browsing the web with user-submitted comments hidden sounds like a good use case. There are extensions that do that in various browsers: