[Pidgin] #9804: Support for XHTML-IM lists (<ul>/<li>)

Pidgin trac at pidgin.im
Wed Jul 29 18:32:31 EDT 2009


#9804: Support for XHTML-IM lists (<ul>/<li>)
--------------------------+-------------------------------------------------
 Reporter:  darkrain42    |     Owner:       
     Type:  defect        |    Status:  new  
Component:  pidgin (gtk)  |   Version:  2.5.8
 Keywords:                |  
--------------------------+-------------------------------------------------
 Not sure how feasible this is, or what needs to be done to make it look
 better, but
 {{{
 <message type='chat' to='paul at darkrain42.org'>
   <body>Here's my .plan for today:
   1. Add the following examples to XEP-0071:
      - ordered and unordered lists
      - more styles (e.g., indentation)
   2. Kick back and relax
   </body>
   <html xmlns='http://jabber.org/protocol/xhtml-im'>
     <body xmlns='http://www.w3.org/1999/xhtml'>
       <p>Here's my .plan for today:</p>
       <ol>
         <li>Add the following examples to XEP-0071:
           <ul>
             <li>ordered and unordered lists</li>
             <li>more styles (e.g., indentation)</li>
           </ul>
         </li>
         <li>Kick back and relax</li>
       </ol>
     </body>
   </html>
 </message>
 }}}

 (taken from example 5 of [http://xmpp.org/extensions/xep-0071.html#def-
 list XEP-0071]) renders pretty poorly in Pidgin for me (there are no
 newlines, just massive chunks of whitespace).

-- 
Ticket URL: <http://developer.pidgin.im/ticket/9804>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list