07:48
<zcorpan>
hacknorris: if the DTD is in the external subset and you have a non-validating UA then it won't read the DTD. You need to have the default value declarations at least in the internal subset. But also, why are you using DTDs at all?
08:32
<zcorpan>
ok now I don't know for how long this frustration has been building up haha https://github.com/w3c/csswg-drafts/issues/8959
10:20
<zcorpan>
zcorpan: Mozilla is stated to support https://github.com/whatwg/html/pull/9309. Is that also true if your comment isn't addressed?
Good question, I think so but can check with freddy. How to deal with newlines here depends a bit on what we can do for URLs I think
10:20
<zcorpan>
freddy: ^
11:26
<freddy>
The question was basically about newlines/minification. Do we have data that would help inform us how much of the web is minified? What %age of web pages would be left unprotected by this?
12:01
<Sam Sneddon [:gsnedders]>
ok now I don't know for how long this frustration has been building up haha https://github.com/w3c/csswg-drafts/issues/8959
the thing that gets me really is how inconsistent it is as to whether it's normative or not 😐️
12:08
<zcorpan>
freddy: I could find out but web pages might be a mashup where some parts are minimized and some are not... Maybe I can count the number of \r?\ns
12:09
<freddy>
To be quick. I think this is worth following without the comment. I also think it's worth tracking this as a next step though.
13:30
<smaug>
Hmm, I see _ before any() in https://dom.spec.whatwg.org/#interface-AbortSignal
14:01
<annevk>
smaug: yes, that's IDL
14:02
<annevk>
smaug: we should probably figure out a way to fix the Web IDL parser since this is confusing people
15:00
<hacknorris>
hacknorris: if the DTD is in the external subset and you have a non-validating UA then it won't read the DTD. You need to have the default value declarations at least in the internal subset. But also, why are you using DTDs at all?
why i use? mainly for testing ( i know, maybe reinventing html wheel is bad but i just wanted to code a little 😆 ). thx for info btw