vertigo-web / vertigo

Reactive WebAssembly
Apache License 2.0
21 stars 3 forks source link

Intercept inserting html tag in other html tag #297

Open sfisol opened 2 months ago

sfisol commented 2 months ago

Doing

<html>
   <body>
       <html>
          <body></body>
       </html>
   </body>
</html>

causes stack overflow. We needd to intecept this situation and provide more meaningful error.