07:46 | <freddy> | That'd be nice. Do you want to add use counters? |
07:52 | <zcorpan> | I can check httparchive first |
07:54 | <zcorpan> | Though regexping this will be ... tricky |
08:21 | <sideshowbarker> | I could add a use counter for it in the HTML checker. Probably could even hack the checker’s HTML parser instance to do the “< or ' ” check (rather than trying to check for those post-parsing). |
08:26 | <zcorpan> | sideshowbarker: nice, thanks! |
17:23 | <Luke Warlow> | Should we add a warning about ~unsafe~ unsanitised parsing to the existing parser APIs in the html spec? Currently there's only a warning on the newer setHTMLUnsafe (and parseHTMLUnsafe). |
18:34 | <annevk> | Luke Warlow: seems reasonable; maybe even centralized and linked from all over |
19:10 | <Luke Warlow> | https://whatpr.org/html/10267/11ea4a2...67b03f2/dynamic-markup-insertion.html - chucked together a quick PR to add them. for now I've just done the warning paragraphs in the various places. (Not sure exactly where in the markup is best). Not sure what a link to a centralised place would look like |