It looks like a copy/paste from the <link>-tag where this attribute lives :)
Finn Bock wrote:
> Hi,
>
> The html generated by a CssStyle generates a rel="stylesheet" attribute:
>
> <style type="text/css" rel="stylesheet">
> body { font: 12px arial; }
> </style>
>
> Neither html-4.01 or xhtml-1.0 allow a rel attribute on the style
> element. Does it serve a purpose or is it a copy&paste leftover from
> CssImport where the rel attribute is valid?
>
> regards,
> Finn
>