11:21
<freddy>
Yes, we're positive. (Sorry, matrix mentions seem to be very hidden and hard to find. Probably a user error in this otherwise exception piece of software.)
17:36
<schuelermine>
Hello
17:50
<schuelermine>
I have a question
What is the purpose of https://github.com/whatwg/html/pull/12118?
Is there a particular reason to prefer that these be parsed as special ProcessingInstruction elements instead of as comments? As far as I can tell nothing in the spec currently does anything with the processing instruction.
If the desire is to just to let scripts interact with them, I don’t understand why the parsing is as restrictive as it is, and doesn’t e.g. allow PHP’s <?= ?> syntax.
18:08
<Noam Rosenthal>
I have a question
What is the purpose of https://github.com/whatwg/html/pull/12118?
Is there a particular reason to prefer that these be parsed as special ProcessingInstruction elements instead of as comments? As far as I can tell nothing in the spec currently does anything with the processing instruction.
If the desire is to just to let scripts interact with them, I don’t understand why the parsing is as restrictive as it is, and doesn’t e.g. allow PHP’s <?= ?> syntax.
https://github.com/whatwg/html/pull/11818
18:14
<schuelermine>
Thank you