01:00
<zewt>
heh, when I offer some responses and criticism to the guy posting on www-dom, he mails me directly and asks what my relationship with the spec is
01:01
<zewt>
reads like "I don't have answers to your criticisms, so I'd like to know if I can ignore you"
03:30
<Yuhong>
https://news.ycombinator.com/item?id=6491406 "I'm quite surprised to see Tim Berners-Lee approve this [HTML5 DRM] in fact, I wonder what made him say yes to this.
03:31
<wowaname>
.-.
09:34
<rtc>
can I place block element inside inline-block?
10:16
<rniwa>
rtc: yes.
10:17
<SteveF_>
Hixie: re <blockquote> we bozos in the HTML WG decided that the REALLY important and ultra common use case of footer in blockquote should be sacrificed in favour of the totally useless edge case of in block citations
13:09
<joelcox>
Domenic_: Interesting stuff regarding your upcoming talk about getting involved in web standards
15:09
<annevk>
hsivonen: IE does the same as Chrome: http://dump.testsuite.org/js/documentdomain.htm
23:32
<annevk>
gsnedders: Python has the same flaw though right?
23:33
<annevk>
gsnedders: you couldn't implement a web environment on top of Python and reuse their string implementation
23:33
<gsnedders>
annevk: Huh?
23:33
<annevk>
gsnedders: might be okay for Python though, seems unlikely you'd implement a browser in it
23:33
<gsnedders>
annevk: Oh, sure, because it's the full codepoint range.
23:33
<gsnedders>
annevk: Hey, SimonSapin did. Sort of.
23:33
<annevk>
gsnedders: full code point range even in 8-bit mode?
23:34
<gsnedders>
annevk: It's transparent.
23:34
<annevk>
gsnedders: does it use CESU-8?
23:34
<gsnedders>
annevk: You only have a abstract unicode type, supporting any codepoint, that changes its internal representation magically.
23:35
<annevk>
gsnedders: k, I guess that might be good enough