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.

CommentFileSizeAuthor
node_31.patch1.46 KBRobrecht Jacques

Comments

Thox’s picture

+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.
Stefan Nagtegaal’s picture

I 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.

Bèr Kessels’s picture

+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.

dries’s picture

Committed to HEAD. Thanks.