Just a small example of what exactly happens. Let's take the following HTML code:
And the following stylesheet: h2 a { font-style : bold ; }
h2 > a { font-style : italic ; } IE 6 would then set the link text blubb in bold in the above examples. Mozilla would use italic, since "h2 > a" is more specific than "h2 a". Ok, I admit it, I just wanted to point out the capabilities of the
Python Desktop Server to highlight source code by syntax.