cpython icon indicating copy to clipboard operation
cpython copied to clipboard

gh-118350: Add escapable-raw-text mode to html parser

Open timonviola opened this issue 1 year ago • 0 comments

escapable raw text elements are not handled in the current HTMLParser implementation.

This PR extends the existing parser with an additional mode to handle this correctly.

  • Issue: gh-118350

timonviola avatar Jul 14 '24 14:07 timonviola