←back to thread

507 points tosh | 2 comments | | HN request time: 0.475s | source
1. blatantly ◴[] No.43539179[source]
> Changes the browsers HTML parser

Sounds like you can create loops. If the select had a style element that turns this off again would it keep changing state?

replies(1): >>43545299 #
2. vntok ◴[] No.43545299[source]
I don't see how it would create a loop? It seems like the parser change only impacts <select>'s descendant elements (to stop "cleaning" them of illegal elements), not <select> itself.