Opened 14 years ago
Last modified 14 years ago
#6541 confirmed Bug
Safari: HTML compliant output sample - empty styles added to paragraphs
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Safari | Cc: |
Description
Steps to reproduce
- Launch _samples/output_html.html
- Align paragraph to the right
- Switch to source mode
- Result:
<p align="right" style=" ">(...)</p>
(there is an empty style in opening tag)
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Status: | new → confirmed |
---|
Caused by #6542, although an empty attribute should be ignored anyway.