- From: Jirka Kosek <jirka@kosek.cz>
- Date: Mon, 18 Nov 2013 16:34:25 +0100
- To: Marcos Caceres <w3c@marcosc.com>
- Cc: whatwg@lists.whatwg.org
On 18.11.2013 14:38, Marcos Caceres wrote: > we really need to, srcset. The developer community already made > significant sacrifices in compromising on picture because of issues > that implementers raised about nested elements Are those issues with nested elements described somewhere? I wasn't able to find anything and I would really like to know what the issue was. > of constituencies. Let’s not further erode those principles for the > sake of markup aesthetics. It's not just about aesthetics. From markup point of view src-n goes against common sense and principles. Existing APIs and languages for working with markup don't have easy way to access src-n attributes, especially if order based on "n" is significant. This is very different from nested elements where it's very easy to iterate over them. Try to write JS+DOM, or XPath, or ... your preferred language here ... code for looping through src-n attributes in a right order. Compare it to the same code for subelements, which are ordered and have same name. Jirka -- ------------------------------------------------------------------ Jirka Kosek e-mail: jirka@kosek.cz http://xmlguru.cz ------------------------------------------------------------------ Professional XML consulting and training services DocBook customization, custom XSLT/XSL-FO document processing ------------------------------------------------------------------ OASIS DocBook TC member, W3C Invited Expert, ISO JTC1/SC34 rep. ------------------------------------------------------------------ Bringing you XML Prague conference http://xmlprague.cz ------------------------------------------------------------------
Received on Monday, 18 November 2013 15:34:55 UTC