- From: Leif Halvard Silli <xn--mlform-iua@xn--mlform-iua.no>
- Date: Tue, 31 May 2011 11:58:10 +0200
- To: Leonard Rosenthol <lrosenth@adobe.com>
- Cc: Karl Dubost <karld@opera.com>, Dominique Hazael-Massieux <dom@w3.org>, "public-html@w3.org" <public-html@w3.org>
Leonard Rosenthol, Mon, 30 May 2011 18:34:58 -0700: > That assumes a server and connection - but there are HTML5 UAs that > will be working on local content (EPUB3, email, etc.) where all > content is local and you need a mechanism that does NOT require a > server on the other side. So, +1 to CSSs generated content + media queries? > On Behalf Of Karl Dubost > Le 30 mai 2011 à 18:03, Leif Halvard Silli a écrit : >> If browsers developed better support for CSS generatd and replaced >> content, then why could not media queries be used? For example: >> >> @media (min-width:500px) {img#image{content:url(highrez.jpeg)}} > > hmm. It doesn't feel right to me. Not sure how exactly why. > > Basically my *ideal* (utopian?) scenario would be > > <img src="foo/the-image"/> > > And then through content-negotiation the best image is chosen depending on > > * screen size > * bandwidth > * etc. -- Leif H Silli
Received on Tuesday, 31 May 2011 09:58:42 UTC