[Bug 12948] New feature request: GROUP tag What I'd like to achieve in HTML is to easily access a group of elements via Javascript using a single parent element (GROUP). The GROUP element would not under any circumstance affect the layout of the page, and would not b

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12948

Aryeh Gregor <Simetrical+w3cbug@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Simetrical+w3cbug@gmail.com

--- Comment #3 from Aryeh Gregor <Simetrical+w3cbug@gmail.com> 2011-06-14 22:50:05 UTC ---
We can't have an element that's in the DOM but has no style.  That would
require significant changes to all sorts of things, which just aren't worth it.

Would I be crazy to suggest that <span> just be allowed to contain block
elements?  It has the correct visual behavior, right?  Why is it invalid as a
block wrapper to start with?

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 14 June 2011 22:50:13 UTC