[Bug 13128] Allow wrapping list items in DIV elements

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

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

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

--- Comment #3 from Tab Atkins Jr. <jackalmage@gmail.com> 2011-07-06 18:56:16 UTC ---
For <ul> and <ol>, there is no need for this.  Anything you can do by wrapping
<li> in <div>, you can instead accomplish by moving the <div> inside the <li>
and adjusting your styles appropriately.  Same with the <dl>/<div> issue in
your example.

The one place that still has a problem is in styling a single <dl> "item" -
that is, a single set of <dt>s/<dd>s.  This has been discussed many times in
the past, and it's still probably something that should be solved at the CSS
side, as the necessary relationships are already present in the HTML.

-- 
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 Wednesday, 6 July 2011 18:56:19 UTC