17 | | However, this doesn't explain how CKEditor should handle the situation. I would say that it should follow the spec, although this is low prio ticket because setting iframe's content to anything is basically deprecated and useless. |
| 17 | However, this doesn't explain how CKEditor should handle the situation. I would say that it cannot follow the spec, because: |
| 18 | |
| 19 | 1. You load <iframe>f<!--x-->x</iframe> |
| 20 | 2. It becomes <iframe>f<--x-->x</iframe> |
| 21 | 3. You load this and it becomes <iframe>f&lt;--x--&gt;x</iframe> |
| 22 | |
| 23 | So CKEditor should preserve the original content... or strip everything more than text. Both solutions are not easy and since setting content of an iframe is deprecated because useless, this ticket has low priority. |