[wp-hackers] Re: [wp-svn] [2476] trunk/wp-admin/quicktags.js:
Quicktag enhancements
Mark Jaquith
mark.wordpress at txfx.net
Fri Mar 25 08:52:15 GMT 2005
Bruce Alderson wrote:
>
>Even better, why not just use a rich editor? This tag soup is
>
>http://www.themaninblue.com/experiment/widgEditor/
>
>GPL, portable, etc.
>
Its handling of lists... while cool (tab and shift-tab change the
level)... is not always valid XHTML
It sometimes does this:
> <ul>
> <li>thing</li>
> <ul>
> <li>thing2</li>
> </ul>
> <li>thing3</li>
> </ul>
Instead of:
> <ul>
> <li>thing
> <ul>
> <li>thing2</li>
> </ul>
> </li>
> <li>thing3</li>
> </ul>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://comox.textdrive.com/pipermail/wp-hackers/attachments/20050325/ea2dbadb/attachment-0001.html
More information about the wp-hackers
mailing list