Closed (fixed)
Project:
Drupal core
Version:
x.y.z
Component:
node system
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jun 2005 at 09:55 UTC
Updated:
21 Jun 2005 at 18:59 UTC
Shouldn't the "node add" page contain a "definition list (dl)" instead of a "unsorted list (ul)"? This would remove an extra "style='XXX'" from the HTML code which is cleaner I think. Moreover, the list of types with its descriptions couldn't be more suitable for a markup by definition list.
| Comment | File | Size | Author |
|---|---|---|---|
| node_31.patch | 1.46 KB | Robrecht Jacques |
Comments
Comment #1
Thox commented+1
Using "style=..." anywhere in the code should be avoided. It makes a lot of sense to use a
here. The patch looks and works fine for me.
Comment #2
Stefan Nagtegaal commentedI a not sure, but I think we have more places where the definition list should be prefered above the unordered list.
I do think that the filter formats should also be inside a definition list (on the node submission pages.
Comment #3
Bèr Kessels commented+1 from me. looks okay, works fine and is a small step forwxard towards better use of XHTML. Yes, we need this on more places, but let's not hold this patch, because changes are needed elsewhere too.
Comment #4
dries commentedCommitted to HEAD. Thanks.