y21 / tl

Fast, zero-copy HTML Parser written in Rust
https://docs.rs/tl
MIT License
336 stars 19 forks source link

accept illegal close tag like Chromium does #56

Open lovebaihezi opened 1 year ago

lovebaihezi commented 1 year ago

When parse illegal HTML like <div> 1 </div siz>, the div tag won't close, and Chromium-like web engine accept it normally.