fix: parse `<style>` content as text instead of markup
fixes #137 The content of the `<style>` tag is CSS and can contain `<` forming tokens appearing to be HTML tags and under certain conditions could break the state machine and causing a parser error. This fix is similar to the `<script>` tag where the content is parsed as raw text.
parent
7e12d507
Loading
Loading
Pipeline
#412628246
passed
with stages
in
14 minutes and 8 seconds
Loading
-
mentioned in commit 582c22c3
-
🤖 @html-validate-botmentioned in merge request demo!92 (merged)
-
🤖 @html-validate-botmentioned in merge request protractor-html-validate!74 (merged)
Please register or sign in to comment