Hello Dimitry,

Could you please have a look at the following bug in SimplyHTML related to
BLOCKQUOTE tag?

After I enter manually the following into a node

<html>
  <head>

  </head>
  <body>
    <blockquote>
      Hello.
    </blockquote>
  </body>
</html>

in SimplyHTML and switch to WYSIWYG view, the blockquote is centered. After
switching back to code view, I see the <blockquote> tag surrounded with <p>
tag.

<p>
<blockquote>
Hello.
</blockquote>
</p>

 After I quit editing, and enter editing the node again, I see the <p> tag
moved before the <blockquote> tag, forming

<p>

</p>
<blockquote>
Hello.
</blockquote>

I estimate that the proper behavior is that no <p> tag should be added, as
blockquote is a paragraph element, so it does not need to be surrounded with
another one.

This bug occurs not only on a manual entry, which might seem artificial, but
above all when copying and pasting from web pages.

Best regards,
Dan
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freemind-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freemind-developer

Reply via email to