qingyangmoke / explorercanvas

Explorercanvas (excanvas.js) is an open source, Apache-licensed JavaScript library that implements the canvas API in Internet Explorer
Apache License 2.0
0 stars 0 forks source link

The HTML source for this operation is not valid (<p>) #128

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Wrap the <canvas> tag into <p> tag.
2. Open the page in IE8.

What is the expected output? What do you see instead?
Expected: graphic
See: error message "The HTML source for this operation is not valid."

What version of the product are you using? On what operating system?
The last excanvas script, IE8, winXP and win7.

Please provide any additional information below.
Why do I need to use <p>? I created script, which allows to mark text symbols 
(like place accents but more nonstandard actions). The text user is working 
with can be concluded in paragraph (<p> tag). So the program creates <canvas> 
near chosen by user symbol, but this canvas appears in parent <p>.

Tnks in advance.

Original issue reported on code.google.com by ffdi...@gmail.com on 13 Mar 2013 at 1:19