inlined css scripts broken since yesterday

Lars Knoll lars at trolltech.com
Wed Jan 15 13:03:16 GMT 2003


> * Lars Knoll -- Wednesday 15 January 2003 13:34:
> > * Melchior FRANZ:
> > >   <script type="txt/css">
>
> [...]
>
> > Try using <style type="text/css">.
>
> Oops. But that was just an editing accident when writing the test case.
> Still, =correctly= inlined css scripts ... err styles don't work any
> more since yesterday.

The mimetype is "text/css" not "txt/css".

Lars
>
> m.
>
>
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
> <html>
> <head>
>   <title>Test case for inlined css definitions</title>
>   <style type="txt/css">
>   <!--
>     h1 { color: red }
>   -->
>   </style>
> </head>
>
> <body>
>   <h1>Should be red.</h1>
> </body>
> </html>





More information about the kfm-devel mailing list