- From: Simon Pieters <notifications@github.com>
- Date: Thu, 22 May 2025 15:58:53 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 22 May 2025 22:58:57 UTC
zcorpan left a comment (whatwg/dom#1079) I don't have a link to previous discussion, but a quick note: > My general concern is that allowing `<` would seem to cause trouble for things that are scanning for dangerous strings. E.g. `<<script>` is now an element with tagname `<script`. The first character needs to be ASCII alpha. But `<x<script>` would have tagname `x<script`, which matches the HTML parser. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1079#issuecomment-2902809541 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1079/c2902809541@github.com>
Received on Thursday, 22 May 2025 22:58:57 UTC