04:56 | <sideshowbarker> | Anybody got a site that sends Accept-Ranges: none ? Need one for an example in MDN https://github.com/mdn/content/issues/16073 |
08:12 | <Jake Archibald> | Anyone know where the parsing of "video", "audio" and "picture" are handled in the HTML spec? |
08:15 | <Andreu Botella> | If you search for "video", "audio" and "picture" in multipage/parsing.html you get nothing, so I'm assuming under "any other start tag" in body |
08:15 | <Andreu Botella> | https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-inbody:reconstruct-the-active-formatting-elements-16 |
08:18 | <Jake Archibald> | Interesting. I assumed that every valid element would be explicitly mentioned, but I guess not. |
08:32 | <annevk> | Most "inline" elements don't need special rules; others often need to imply </p> and such which is why they get mentioned by name |
09:19 | <Noam Rosenthal> | Anybody got a site that sends https://www.paypal.com/xoplatform/logger/api/logger (From BigQuery: SELECT url FROM |
09:20 | <sideshowbarker> | Most "inline" elements don't need special rules; others often need to imply |
09:41 | <Jake Archibald> | Ahh, that makes sense, thank you! |
10:07 | <annevk> | I'm guessing Mike wanted to reply to Noam? 🙂 |
10:42 | <sideshowbarker> | oops yeah, sorry |
12:55 | <annevk> | zcorpan: https://ijmacd.github.io/rfc3339-iso8601/ (via https://twitter.com/bradfitz/status/1524448788290568192) |
14:26 | <zcorpan> | annevk: wow |
14:34 | <annevk> | zcorpan: you know what you signed up for right? PR it for Ecma-262 😛 |
14:37 | <zcorpan> | Sounds like we should fix the ISO spec first |
14:38 | <zcorpan> | and when I say we, I don't mean I :P |
14:40 | <Ms2ger 💉💉> | At least this one you can leave to Temporal :) |
14:53 | <annevk> | I mean maybe, I believe Temporal doesn't take all valid HTML inputs, which kinda sucks |
14:55 | <Ms2ger 💉💉> | Do you know if there's an issue about that? |
15:45 | <Domenic> | annevk: found https://github.com/whatwg/html/issues/6163, heh |
15:54 | <annevk> | Domenic: ah, I'll add another comment to Capability Delegation to mention that |
15:56 | <annevk> | Context: https://github.com/WICG/capability-delegation/issues/9#issuecomment-1127845526 |
23:48 | <TrexxæByte> | Hi... so... I've been searching for like... DNS records like you'd find from a DNS server or ipconfig /displaydns - is it an absurd thing to be trying to find? Does it have to be obtained thru REST API or something? |
23:49 | <TrexxæByte> | been looking for a couple hours now... it's about to drive me crazy |
23:49 | <TrexxæByte> | Do I have to go thru each top level domain registrar and get their records one by one? |
23:50 | <TrexxæByte> | if they even make them available for free... |