[EMAIL PROTECTED] schrieb: > [EMAIL PROTECTED] writes: > >> Revision: 7077 >> http://svn.sourceforge.net/qooxdoo/?rev=7077&view=rev >> Author: wpbasti >> Date: 2007-03-29 05:10:18 -0700 (Thu, 29 Mar 2007) >> >> Log Message: >> ----------- >> Optimized processing of <pre><code> blocks > > Hi Sebastian, > > This seems broken to me. Anything inside of <pre></pre> should be presented > literally; it's supposed to be preformatted and html tags should not be > interpreted as html tags. This means that the actual text "<code>" should be > displayed if it is within <pre>. To accomplish having the preformatted block > being rendered in the 'code' style, this should be <code><pre>, not the other > way around. > > This will require changes throughout the code, IIRC, to correct the usage of > these.
Hi Derrell, <pre><code>....</code></pre> is often used in textile like markup, but is not correctly handled by the python textile version previously. <code> cannot be outside pre because non block level elements (like code) must not contain block level elements (like pre). In these cases it would only break when the <code> comes directly after the <pre>. I think we could keep the modifications or do you have found any class which don't work with the new behavior? Cheers, Sebastian > > Cheers, > > Derrell ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
