To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65658
                  Issue #:|65658
                  Summary:|Output HTML fails W3C validator
                Component:|Word processor
                  Version:|OOo 2.0.2
                 Platform:|All
                      URL:|
               OS/Version:|Windows XP
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|save-export
              Assigned to:|mru
              Reported by:|rick2910





------- Additional comments from [EMAIL PROTECTED] Sun May 21 03:48:00 -0700 
2006 -------
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]

Reply via email to