To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66889
Issue #|66889
Summary|Save as HTML: style attribute type not specified.
Component|Word processor
Version|OOo 2.0.3
Platform|All
URL|
OS/Version|All
Status|UNCONFIRMED
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P5
Subcomponent|save-export
Assigned to|mru
Reported by|another_sam
------- Additional comments from [EMAIL PROTECTED] Fri Jun 30 02:56:50 -0700
2006 -------
Steps to reproduce:
- Open Writer
- Save the document as HTML
On the HTML generated document, OOo Writer does not include the "type" attribute
on the "style" element. So the result is an invalid HTML 4.0 Transitional
document.
Wrong (How OOo makes it now):
...
<STYLE>
<!--
@page { size: 21cm 29.7cm; margin: 2cm }
P { m...
Well (How it must to be):
...
<STYLE type="text/css">
<!--
@page { size: 21cm 29.7cm; margin: 2cm }
P { m...
I think this issue exists also in previous versions of OOo. I didn't test it.
---------------------------------------------------------------------
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]