- From: Marcos Caceres <w3c@marcosc.com>
- Date: Tue, 27 Nov 2012 16:56:47 +0000
- To: public-respimg@w3.org
Hi, with the srcset attribute, there is currently no way for a developer to determine what the currently selected source is for an element. Apart from testing, can anyone thing of any good use cases for accessing the current source? If we can get some good use cases, then we make a case to add it a feature. What I envision is an IDL attribute that returns the resolved URL of the current source. so: srcset="foo x2, bar 1x" Where foo is selected. Then, in JS: //read only var url = element.currentSrc would return: "http://example.com/foo" I'm asking because Hixie said that the testing use case is not strong enough to warrant adding the above attribute to the srcset spec. To get the attribute added, we would need a strong use case(s) and backing from a browser vendor. Kind regards, Marcos -- Marcos Caceres
Received on Tuesday, 27 November 2012 16:57:25 UTC