[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

Tab Atkins Jr. <jackalmage@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jackalmage@gmail.com

--- Comment #1 from Tab Atkins Jr. <jackalmage@gmail.com> 2011-06-13 23:00:03 UTC ---
You can either use a <div> or <span> and just be careful not to style it, or
set a class on all the elements you want and use
document.getElementsByClassName() or document.querySelectorAll().

-- 
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 Monday, 13 June 2011 23:00:11 UTC