Uploaded image for project: 'Runtime'
  1. Runtime
  2. RUNTIME-527

XHTMLSerializer should refuse to sax tags into a <script>

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • 2.1
    • 2.0
    • Kernel
    • None

      Tags are not allowed.
      Currently saxing this

      <hello><script>var a = "I am a <strong>test</strong> !!!";</script></hello>
      

      do the following

      <hello><script><strong></strong><!-- var a = "I am a test !!!"; --></script></hello>
      

      which is not the behavior expected, and which makes IE crashing

            Unassigned Unassigned
            raphael Raphaƫl Franchet
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: