To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63081
------- Additional comments from [EMAIL PROTECTED] Thu Jan 18 08:08:17 -0800
2007 -------
So, I'm copy-pasting here the description of issue 65658 for more readablility
;) :
-------------------------------------
When a document is being saved (exported) as a HTML page, this HTML page is not
W3C valid.
The problem is in the <STYLE> tag. This tag does not include the type reference
and this causes the W3C failure.
Generated:
...
<STYLE>
<!--
@page { margin: 2cm }
P { margin-bottom: 0.21cm }
-->
</STYLE>
...
As it should be:
...
<STYLE TYPE="TEXT/CSS">
<!--
@page { margin: 2cm }
P { margin-bottom: 0.21cm }
-->
</STYLE>
...
-------------------------------------
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]