inlined css scripts broken since yesterday
Melchior FRANZ
a8603365 at unet.univie.ac.at
Wed Jan 15 12:48:09 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.
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