00:00
<gsnedders>
Hixie: Note we're doing nothing but coercing the tree to an infoset.
00:01
<Hixie>
oh you definitely don't want to use infoset as a data model
00:01
<gsnedders>
But that's what all existing Python tree libraries do!
00:02
<Hixie>
i see an opening :-)
00:02
<gsnedders>
We recently dropped our own, ugly tree API. :P
00:04
<Hixie>
maybe that was a mistake :-)
00:05
<Hixie>
anyway my earlier point was that you can just define your API for getting to the template contents on <template>s as being the same API as to get to the child elements of every other element
00:06
<gsnedders>
i.e., make it the decendants?
00:07
<Hixie>
yeah
00:08
<Hixie>
except you'd say "oh you just can't put descendants on <template> elements. that api, for that element, gets the template's contents."
00:09
<gsnedders>
"The [IE11 Chakra] JIT compiler now supports more optimizations including polymorphic caching of properties and inlining of function calls" — wait, what!? They weren't doing that before? How weren't they ungodly slow, then?
07:03
<foolip>
hsivonen_, validator.nu doesn't seem to be feeling too well, known issue?
07:04
<MikeSmith>
foolip: yeah
07:04
<MikeSmith>
chronic problem
07:04
<MikeSmith>
I think hsivonen_ is working on switching his hosting provider
07:05
<foolip>
I'm now using http://validator.w3.org/ which insists that there's a warning but doesn't tell me what it is
07:05
<foolip>
I guess it's the
07:05
<foolip>
"Using experimental feature: HTML5 Conformance Checker."
07:05
<MikeSmith>
foolip: but html5.validator.nu is on a different host and is usually much more responsive than validator.nu
07:05
<MikeSmith>
foolip: ah please don't use that. Use http://validator.w3.org/nu/ instead
07:06
<MikeSmith>
instead of http://validator.w3.org/
07:06
<foolip>
MikeSmith, thanks, I'm happy to not use it :)
07:06
<MikeSmith>
heh
07:14
<MikeSmith>
foolip: everything working as expected now? (as far as validation from html5.validator.nu or validator.w3.org/nu)
07:15
<foolip>
MikeSmith, yeah, my markup is awesome as usual :)
07:15
<MikeSmith>
heh
07:48
<odinho>
lol
08:36
<galant>
on my website I don't give IE 9 support
13:37
<chth>
good morning, im an engineer at the library of congress trying to find someone to help me access http://wiki.whatwg.org/wiki/MetaExtensions so we can add our meta extensions
13:37
<chth>
I sent a request to admin⊙wwo but never heard back
13:39
<SimonSapin>
chth: you’re at the right place to ask for a wiki account, let me find how it works
13:40
<SimonSapin>
chth: ok, I need a desired username (login), email address, and real name
13:41
<chth>
thanks SimonSapin
13:41
<chth>
username christhatcher, email chth⊙lg, real name Chris Thatcher
13:42
<SimonSapin>
chth: Done. You should get the password by email
13:43
<chth>
thank you sir
13:44
<SimonSapin>
Note to my future self: "How to create a user account" is linked from the wiki front page.
22:25
<Hixie>
heycam|away: did you want to take https://www.w3.org/Bugs/Public/show_bug.cgi?id=18242 or...?