Re: [Doxygen-develop] strategies for XHTML support
Brought to you by:
dimitri
From: James D. <jam...@gm...> - 2008-03-02 17:50:41
|
On Sun, Mar 2, 2008 at 1:47 AM, Francesco Montorsi <f18...@ya...> wrote: (lots of good stuff) > 3) remove deprecated HTML4 attributes (compact, nowrap, some align, etc) > from htmlgen.cpp and htmldocvisitor.cpp; turn empty tags from e.g. > <br> to <br/>; rename 'name' attribute to 'id' attribute One trivial point: while "<br/>" is correct, so is "<br />" (with an extra space before the closing "/>") and last time I checked (converting a small website from HTML to xhtml) was supported by a wider range of HTML processors. -- James |