00:56
<IZh>
Hi. Once again 403 error on the web-site.
10:30
<IZh>
Hi. What's happened with site?
11:02
<annevk>
IZh: what site?
11:03
<IZh>
annevk: whatwg.org
11:03
<annevk>
IZh: works fine here
11:03
<IZh>
I'm getting 403.
11:04
<annevk>
IZh: any specific URL?
11:05
<IZh>
annevk: Any URL.
11:06
<IZh>
Even https://whatwg.org/
11:07
<IZh>
Forbidden
12:15
<JakeA>
Works for me
12:16
<benjamingr>
works for me too
12:17
<IZh>
Hmm... Am I banned? :-)
12:28
<IZh>
Who is the admin of the server?
14:49
<annevk>
IZh: Hixie
14:50
<IZh>
annevk: Thanks.
17:23
<zewt>
Use of getPreventDefault() is deprecated. Use defaultPrevented instead. <- man, that's the sort of pointless warning that makes developers start ignoring console warnings
17:24
<zewt>
should only be things that matter (utf-8, sync xhr), not cosmetics
21:53
<aleray>
hi, is there a way to output prettified html using html5lib python?
22:10
<Ms2ger>
Prettified? Not that I know of
22:12
<gsnedders>
aleray: no
22:14
<jgraham>
Well I mean it's possible, but you have to write a custom serializer
22:19
<gsnedders>
nah, should be doable with a treewalker filter, I think?
22:19
<gsnedders>
Depends on how pretty you want, really :)
22:24
<aleray>
gsnedders, jgraham Ms2ger typically something like this: http://jsbeautifier.org/
22:53
<aleray>
would be an interesting project. For now I will use the node.js package js-beautify (which seems to be develloping a python module for that)