Options:
- # Session Start: Wed Aug 20 00:00:00 2014
- # Session Ident: #whatwg
- # [00:00] * Quits: othermaciej (~mjs@17.114.217.230) (Quit: othermaciej)
- # [00:00] * Quits: jacobolu_ (~jacobolus@177.sub-70-209-203.myvzw.com) (Ping timeout: 255 seconds)
- # [00:00] * Joins: dsheets (~dsheets@s246i89.wolfson.cam.ac.uk)
- # [00:01] * Joins: jacobolu_ (~jacobolus@26.sub-70-209-193.myvzw.com)
- # [00:01] * Quits: dshwang (~dshwang@192.55.54.40) (Ping timeout: 255 seconds)
- # [00:01] <Domenic> zcorpan: I made my png with `npm install svg2png-cli -g`; `svg2png my-svg.png --width 100` or something like that
- # [00:02] * Joins: othermaciej (~mjs@17.114.217.230)
- # [00:03] <SamB> Domenic: what does that use for rendering?
- # [00:03] <Domenic> SamB: PhantomJS
- # [00:03] <Domenic> So, QtWebKit
- # [00:03] * Quits: jacobolus (~jacobolus@154.sub-70-209-197.myvzw.com) (Ping timeout: 250 seconds)
- # [00:03] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [00:04] <dsheets> is PCDATA in <script> in text/html possible?
- # [00:04] <SamB> dsheets: you know, it might be best to avoid needing to know the answer to that question
- # [00:04] * Quits: barnabywalters (~barnabywa@46-239-239-203.tal.is) (Quit: barnabywalters)
- # [00:05] <dsheets> too late
- # [00:05] * Quits: othermaciej (~mjs@17.114.217.230) (Client Quit)
- # [00:05] <dsheets> snark not helpful anyway
- # [00:05] <SamB> I was being serious!
- # [00:05] * Joins: dshwang (~dshwang@192.55.54.40)
- # [00:05] <SamB> dsheets: what's your context?
- # [00:05] <dsheets> SamB, how do you suggest I avoid needing to know the answer? coerce some XML to invalid XML?
- # [00:06] * Quits: weinig_ (~weinig@17.114.216.57) (Quit: weinig_)
- # [00:06] <SamB> dsheets: well, there isn't XML in text/html anyway
- # [00:06] <SamB> of course, if you're writing a serializer, maybe you really *can't* avoid knowing
- # [00:08] <dsheets> i think the answer is "no"
- # [00:08] <dsheets> based on http://www.w3.org/TR/html-polyglot/#raw-text-elements
- # [00:08] <SamB> DO NOT USE
- # [00:08] <SamB> there is no html-polyglot
- # [00:09] <dsheets> right, i forgot where i was
- # [00:09] <dsheets> mmmm this kool-aid tastes yummy
- # [00:10] <SamB> hey, I'm not exactly a party-liner
- # [00:10] <dsheets> the fact that there is a party at all disturbs me
- # [00:11] <dsheets> i didn't get to pick these tools but html (still) seems less flexible for inline content than alternatives
- # [00:11] <dsheets> no magic incantation to turn off CDATA parsing? ok...
- # [00:12] <SamB> what, exactly, is the point of trying to get well-formed XML to parse as HTML that kinda-sorta represents the same thing?
- # [00:13] <dsheets> it's what the software that i'm hacking does
- # [00:13] <SamB> you don't get any of the advantages that XML is supposed to give you that way
- # [00:14] <dsheets> it gets not-injecting stuff into my pages by default
- # [00:14] <SamB> hmm?
- # [00:14] * Quits: bholley (~bholley@98.210.101.88) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [00:14] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [00:14] * Joins: bholley (~bholley@98.210.101.88)
- # [00:14] <dsheets> look, it's not my choice and i have to fix this problem
- # [00:14] <dsheets> thanks for your help
- # [00:15] <SamB> you never even said what the problem was :-(
- # [00:15] <dsheets> is PCDATA in <script> in text/html possible?
- # [00:15] <dsheets> and the answer appears to be "no"
- # [00:15] <SamB> that's not a problem
- # [00:16] <dsheets> for me, it is
- # [00:16] <dsheets> this stack is conservative
- # [00:16] <dsheets> anyway, ta!
- # [00:16] * Quits: bholley (~bholley@98.210.101.88) (Client Quit)
- # [00:16] <SamB> a problem is more like "i'm trying to X, but whenever I Y, the browser does Z ..."
- # [00:17] <SamB> dsheets: anyway, <script> parsing is batshit
- # [00:18] <dsheets> hmm? what? because no one has made it sane? in fact, in 2014, there isn't even a way to turn ON PCDATA?
- # [00:18] <SamB> it's best to forget the claims that HTML is an application of SGML when going anywhere *near* <script>
- # [00:19] <Domenic> not because noone has made it sane... because it was implemented in an insane way and changing it would break the web
- # [00:20] <SamB> (there's nothing special about <script> in XHTML though)
- # [00:20] <dsheets> Domenic, adding an attribute breaks the web? seems... unlikely
- # [00:21] * Joins: tantek (~tantek@173-167-114-230-sfba.hfc.comcastbusiness.net)
- # [00:21] <SamB> dsheets: oh, you can presumably add whatever data- attributes you like, but you can't declare them or anything
- # [00:24] <SamB> dsheets: hmm, looking at the spec, I see that #PCDATA is a content-model thing; the closest attribute type I see is CDATA ...
- # [00:24] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: This computer has gone to sleep)
- # [00:24] * Quits: tommyliu (~tommyliu@113.104.214.53) (Remote host closed the connection)
- # [00:24] <SamB> (that's the XML spec, of course)
- # [00:25] * Joins: tommyliu_ (~tommyliu@113.104.214.53)
- # [00:26] * Quits: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2) (Ping timeout: 250 seconds)
- # [00:28] * Quits: guybedford (~guybedfor@cpe-23-243-23-38.socal.res.rr.com) (Quit: guybedford)
- # [00:29] * Quits: tommyliu_ (~tommyliu@113.104.214.53) (Ping timeout: 255 seconds)
- # [00:30] * Joins: guybedford (~guybedfor@cpe-23-243-23-38.socal.res.rr.com)
- # [00:34] * Joins: weinig_ (~weinig@17.114.216.57)
- # [00:34] * Quits: ehsan (~ehsan@66.207.208.102) (Remote host closed the connection)
- # [00:37] * Quits: TuRnaD0 (~Thunderbi@x1-6-e0-46-9a-1e-fe-ca.cpe.webspeed.dk) (Ping timeout: 250 seconds)
- # [00:38] * Joins: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2)
- # [00:40] * Joins: bholley (~bholley@98.210.101.88)
- # [00:45] * Quits: Smylers (~smylers@host86-163-17-51.range86-163.btcentralplus.com) (Ping timeout: 260 seconds)
- # [00:49] * Quits: plutoniix (~plutoniix@node-j89.pool-101-108.dynamic.totbb.net) (Quit: จรลี จรลา)
- # [00:50] * Parts: dsheets (~dsheets@s246i89.wolfson.cam.ac.uk) ("Leaving")
- # [00:51] * Joins: rniwa-m (~rniwam@67.164.23.121)
- # [00:52] * Joins: jdaggett (~jdaggett@103.5.142.9)
- # [00:53] * Quits: KevinMarks2 (~yaaic@38.122.182.106) (Ping timeout: 245 seconds)
- # [00:53] * Quits: rniwa-m (~rniwam@67.164.23.121) (Client Quit)
- # [00:54] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [01:00] * Quits: webguynow (~webguynow@24.1.200.217) (Ping timeout: 250 seconds)
- # [01:00] * Joins: webguynow (~webguynow@24.1.200.217)
- # [01:09] * Quits: jacobolu_ (~jacobolus@26.sub-70-209-193.myvzw.com) (Remote host closed the connection)
- # [01:10] * Quits: heqs (~heqs@certainly.not.hacked.jp) (Quit: Leaving...)
- # [01:12] * Joins: say2joe1 (~say2joe@rrcs-76-79-68-2.west.biz.rr.com)
- # [01:13] * Quits: say2joe (~say2joe@rrcs-76-79-68-2.west.biz.rr.com) (Ping timeout: 246 seconds)
- # [01:17] * Joins: heqs (~heqs@certainly.not.hacked.jp)
- # [01:21] * Joins: othermaciej (~mjs@17.114.217.230)
- # [01:23] * Quits: KevinMarks_ (~KevinMark@38.122.182.106) (Ping timeout: 245 seconds)
- # [01:24] * Joins: jonr22 (~jonr22@c-65-96-170-37.hsd1.ma.comcast.net)
- # [01:25] * Joins: satazor (~satazor@123.87.37.188.rev.vodafone.pt)
- # [01:36] * Quits: bholley (~bholley@98.210.101.88) (Quit: Textual IRC Client: www.textualapp.com)
- # [01:42] * Quits: jdaggett (~jdaggett@103.5.142.9) (Quit: jdaggett)
- # [01:43] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [01:44] * Joins: jacobolus (~jacobolus@244.sub-70-209-199.myvzw.com)
- # [01:56] * Joins: bholley (~bholley@98.210.101.88)
- # [01:57] * Quits: jeremyj (~jeremyj@17.202.49.56) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [01:58] * Quits: bryanhowarth (~bryanhowa@unaffiliated/bryanhowarth) (Quit: sleep | bryan.howarth@gmail.com | twitter.com/bryanhowarth)
- # [01:58] * Quits: othermaciej (~mjs@17.114.217.230) (Quit: othermaciej)
- # [01:58] * Quits: jonr22 (~jonr22@c-65-96-170-37.hsd1.ma.comcast.net) (Ping timeout: 264 seconds)
- # [01:59] * Quits: juandopazo (~juandopaz@2001:4998:effd:600:544d:fc22:1227:138d) (Quit: Leaving)
- # [02:00] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [02:03] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Read error: Connection reset by peer)
- # [02:04] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [02:08] * Quits: ap_ (~ap@17.202.44.214)
- # [02:13] * Quits: willchan (willchan@nat/google/x-wmgeidbtzwqcsbtd) (Ping timeout: 260 seconds)
- # [02:22] * Quits: guybedford (~guybedfor@cpe-23-243-23-38.socal.res.rr.com) (Quit: guybedford)
- # [02:22] * Quits: jsbell (jsbell@nat/google/x-inwumneaxgtruqdt) (Quit: There's no place like home...)
- # [02:25] * Joins: jdaggett (~jdaggett@61-121-216-2.bitcat.net)
- # [02:26] * Quits: KevinMarks (~yaaic@2607:fb90:501:a44a:54cf:e168:4b97:fce6) (Ping timeout: 240 seconds)
- # [02:26] * Quits: weinig_ (~weinig@17.114.216.57) (Quit: weinig_)
- # [02:26] * Joins: willchan (willchan@nat/google/x-eklysxyvtccbotob)
- # [02:27] * Quits: tantek (~tantek@173-167-114-230-sfba.hfc.comcastbusiness.net) (Quit: tantek)
- # [02:29] * Joins: KevinMarks (~yaaic@2607:fb90:500:a54c:a33d:95d7:84eb:2aec)
- # [02:30] * Quits: jorgepedret (~jorgepedr@64-46-15-173.dyn.novuscom.net) (Quit: Computer has gone to sleep.)
- # [02:36] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [02:37] * Joins: KevinMarks2 (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [02:37] * Joins: othermaciej (~mjs@17.114.217.230)
- # [02:42] * Quits: estellevw (~estellevw@173-228-112-213.dsl.dynamic.sonic.net) (Quit: Snuggling with the puppies)
- # [02:50] * Quits: satazor (~satazor@123.87.37.188.rev.vodafone.pt) (Remote host closed the connection)
- # [02:54] * Joins: guybedford (~guybedfor@pool-72-67-93-31.lsanca.dsl-w.verizon.net)
- # [02:55] * Quits: othermaciej (~mjs@17.114.217.230) (Quit: othermaciej)
- # [02:59] * Joins: jungkees (uid24208@gateway/web/irccloud.com/x-oprzlabxtdfqfknx)
- # [02:59] * Joins: Goplat (~goplat@reactos/developer/Goplat)
- # [02:59] * Quits: bnicholson (~bnicholso@2620:101:80fc:224:7e7a:91ff:fe25:a5c6) (Ping timeout: 240 seconds)
- # [03:11] * Quits: KevinMarks (~yaaic@2607:fb90:500:a54c:a33d:95d7:84eb:2aec) (Ping timeout: 240 seconds)
- # [03:14] * Joins: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [03:19] * Quits: ShaneHudson (~ShaneHuds@2.30.121.218) (Quit: Computer fell asleep.)
- # [03:21] * Quits: gavinc (~gavin@3dd9-5468-e937-8295-030d-4002-3420-2062.6rd.ip6.sonic.net) (Quit: Konversation terminated!)
- # [03:21] * Quits: jwalden (~waldo@2620:101:80fc:224:7e7a:91ff:fe25:a5a3) (Quit: ChatZilla 0.9.87-8.1450hg.fc20 [XULRunner 30.0/20140605102323])
- # [03:23] * Quits: say2joe1 (~say2joe@rrcs-76-79-68-2.west.biz.rr.com) (Quit: Leaving.)
- # [03:27] * Quits: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 245 seconds)
- # [03:29] * Joins: KevinMarks (~yaaic@2607:fb90:507:d64f:74b:51bb:ed08:ecd7)
- # [03:30] * Joins: Yuhong (~chatzilla@S0106001b21018173.vc.shawcable.net)
- # [03:31] * Quits: Yuhong (~chatzilla@S0106001b21018173.vc.shawcable.net) (Client Quit)
- # [03:34] * Quits: beowulf (~sstewart@host86-168-39-181.range86-168.btcentralplus.com) (Ping timeout: 240 seconds)
- # [03:39] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: This computer has gone to sleep)
- # [03:40] * Joins: tommyliu_ (~tommyliu@14.154.132.235)
- # [03:41] * Joins: beowulf (~sstewart@host86-153-245-83.range86-153.btcentralplus.com)
- # [03:42] * Joins: bnicholson (~bnicholso@24.130.57.109)
- # [03:43] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [03:45] * Joins: scor (~scor@12.104.145.5)
- # [03:45] * Quits: scor (~scor@12.104.145.5) (Changing host)
- # [03:45] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [03:45] * Quits: scor (~scor@drupal.org/user/52142/view) (Client Quit)
- # [03:47] * Quits: tommyliu_ (~tommyliu@14.154.132.235) (Ping timeout: 255 seconds)
- # [03:53] * Quits: guybedford (~guybedfor@pool-72-67-93-31.lsanca.dsl-w.verizon.net) (Quit: guybedford)
- # [03:56] * Joins: tommyliu (~tommyliu@14.155.66.222)
- # [04:02] * Joins: tantek (~tantek@c-98-210-195-231.hsd1.ca.comcast.net)
- # [04:16] * Quits: bholley (~bholley@98.210.101.88) (Quit: Textual IRC Client: www.textualapp.com)
- # [04:21] * Quits: dbaron (~dbaron@2620:101:80fb:224:91b4:ba82:9eb8:9aef) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [04:24] * Quits: tommyliu (~tommyliu@14.155.66.222) (Remote host closed the connection)
- # [04:27] * Quits: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2) (Ping timeout: 260 seconds)
- # [04:38] * Joins: caitp- (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [04:39] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 250 seconds)
- # [04:40] * Joins: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2)
- # [04:40] * Joins: tommyliu (~tommyliu@14.155.66.222)
- # [04:40] * Joins: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net)
- # [04:40] * Quits: tommyliu (~tommyliu@14.155.66.222) (Remote host closed the connection)
- # [04:40] * Joins: tommyliu_ (~tommyliu@14.155.66.222)
- # [04:40] * Quits: caitp- (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Client Quit)
- # [04:41] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [04:41] * Quits: tommyliu_ (~tommyliu@14.155.66.222) (Remote host closed the connection)
- # [04:42] * Joins: tommyliu_ (~tommyliu@14.155.66.222)
- # [04:46] * Quits: tommyliu_ (~tommyliu@14.155.66.222) (Ping timeout: 250 seconds)
- # [04:50] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [04:53] * Joins: plutoniix (~plutoniix@210.213.57.70)
- # [04:57] * Joins: bryanhowarth (~bryanhowa@unaffiliated/bryanhowarth)
- # [05:00] * Quits: bnicholson (~bnicholso@24.130.57.109) (Remote host closed the connection)
- # [05:02] * Joins: bnicholson (~bnicholso@24.130.57.109)
- # [05:04] * Quits: jacobolus (~jacobolus@244.sub-70-209-199.myvzw.com) (Ping timeout: 245 seconds)
- # [05:07] * Joins: jacobolus (~jacobolus@2600:1012:b107:a81a:6573:9014:56bc:edd1)
- # [05:17] * Joins: tommyliu (~tommyliu@183.37.158.54)
- # [05:17] * Quits: tommyliu (~tommyliu@183.37.158.54) (Remote host closed the connection)
- # [05:17] * Joins: tommyliu_ (~tommyliu@183.37.158.54)
- # [05:18] * Quits: KevinMarks (~yaaic@2607:fb90:507:d64f:74b:51bb:ed08:ecd7) (Ping timeout: 240 seconds)
- # [05:20] * Joins: tommyl___ (~tommyliu@183.37.158.54)
- # [05:21] * Joins: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [05:21] * Quits: jacobolus (~jacobolus@2600:1012:b107:a81a:6573:9014:56bc:edd1) (Remote host closed the connection)
- # [05:23] * Quits: tommyliu_ (~tommyliu@183.37.158.54) (Ping timeout: 240 seconds)
- # [05:24] * Quits: gsnedders (~gsnedders@5.2.16.23) (Ping timeout: 272 seconds)
- # [05:25] * Quits: ambv (~ambv@206.108.217.134) (Quit: sys.exit(0) # computer went to sleep)
- # [05:33] * tommyl___ is now known as tommyliu
- # [05:36] * Quits: tommyliu (~tommyliu@183.37.158.54) (Remote host closed the connection)
- # [05:36] * Joins: tommyliu_ (~tommyliu@li568-142.members.linode.com)
- # [05:45] * Joins: jacobolus (~jacobolus@244.sub-70-209-199.myvzw.com)
- # [05:47] * Joins: tommyl___ (~tommyliu@183.37.158.54)
- # [05:50] * Quits: tommyliu_ (~tommyliu@li568-142.members.linode.com) (Ping timeout: 255 seconds)
- # [05:51] * Quits: jacobolus (~jacobolus@244.sub-70-209-199.myvzw.com) (Ping timeout: 260 seconds)
- # [05:54] * Joins: jacobolus (~jacobolus@4.sub-70-209-209.myvzw.com)
- # [05:59] * Joins: tommyliu_ (~tommyliu@183.37.158.54)
- # [06:02] * Quits: tommyl___ (~tommyliu@183.37.158.54) (Ping timeout: 250 seconds)
- # [06:04] * Joins: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com)
- # [06:05] * Joins: KevinMarks_ (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net)
- # [06:10] * Joins: npcomp (~eldon@c-24-126-240-124.hsd1.ga.comcast.net)
- # [06:11] * Quits: npcomp (~eldon@c-24-126-240-124.hsd1.ga.comcast.net) (Client Quit)
- # [06:13] * Quits: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com)
- # [06:16] * Quits: tommyliu_ (~tommyliu@183.37.158.54) (Remote host closed the connection)
- # [06:17] * Joins: tommyliu_ (~tommyliu@61.144.248.40)
- # [06:22] * Quits: tommyliu_ (~tommyliu@61.144.248.40) (Ping timeout: 272 seconds)
- # [06:26] * Quits: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2) (Ping timeout: 250 seconds)
- # [06:33] * Joins: estellevw (~estellevw@173-228-112-213.dsl.dynamic.sonic.net)
- # [06:38] * Joins: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2)
- # [06:41] * Joins: jwalden (~waldo@c-50-168-55-219.hsd1.ca.comcast.net)
- # [06:43] * Quits: marcosc_ (~marcosc@135-23-143-163.cpe.pppoe.ca) (Read error: Connection reset by peer)
- # [06:43] * Joins: marcosc (~marcosc@135-23-143-163.cpe.pppoe.ca)
- # [06:47] * Joins: dbaron (~dbaron@50-0-128-161.dsl.dynamic.sonic.net)
- # [06:48] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 264 seconds)
- # [06:59] * Joins: JosephSilber (~JosephSil@ool-44c3e80a.static.optonline.net)
- # [07:02] * Joins: BigBangUDR (~Thunderbi@103.249.181.147)
- # [07:02] * Joins: npcomp (~eldon@c-24-126-240-124.hsd1.ga.comcast.net)
- # [07:05] * Quits: BigBangUDR (~Thunderbi@103.249.181.147) (Client Quit)
- # [07:09] * Joins: zdobersek (~zan@109.201.152.16)
- # [07:16] * Joins: BigBangUDR (~Thunderbi@103.249.181.147)
- # [07:17] * Quits: tantek (~tantek@c-98-210-195-231.hsd1.ca.comcast.net) (Quit: tantek)
- # [07:41] * Quits: estellevw (~estellevw@173-228-112-213.dsl.dynamic.sonic.net) (Quit: Snuggling with the puppies)
- # [07:42] * Joins: zcorpan (~zcorpan@c-5eeaaa55-74736162.cust.telenor.se)
- # [07:44] <zcorpan> dsheets could maybe use <svg><svript> although that has a different set of quirks
- # [07:44] <zcorpan> i didn't follow what his use case was
- # [07:44] * Joins: gsnedders (~gsnedders@5.2.16.23)
- # [07:45] <SamB> zcorpan: he seemed intent on doing the "polyglot" thing without any explanation
- # [07:46] <zcorpan> he doesn't need different parsing of script to do polyglot...
- # [07:47] <SamB> anyway he wasn't terribly coherent :-(
- # [07:48] * Quits: JosephSilber (~JosephSil@ool-44c3e80a.static.optonline.net) (Ping timeout: 250 seconds)
- # [07:49] <zcorpan> if his problem was that <script><![CDATA[ doesn't work then the fix is js comments
- # [07:50] <zcorpan> or stop using polyglot of course
- # [07:51] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [07:56] * Joins: dylanlindgren (~kartstar@123.208.26.62)
- # [07:59] * Joins: jonr22 (~jonr22@c-65-96-170-37.hsd1.ma.comcast.net)
- # [08:00] * Joins: tantek (~tantek@70-36-139-41.dsl.dynamic.sonic.net)
- # [08:08] * Joins: L0TExp (~Test@85.15.43.126)
- # [08:09] * Quits: BigBangUDR (~Thunderbi@103.249.181.147) (Quit: BigBangUDR)
- # [08:10] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 264 seconds)
- # [08:11] * Quits: jonr22 (~jonr22@c-65-96-170-37.hsd1.ma.comcast.net) (Ping timeout: 255 seconds)
- # [08:12] * Quits: L0TExp (~Test@85.15.43.126) (Ping timeout: 255 seconds)
- # [08:13] * Joins: scor (~scor@12.104.145.5)
- # [08:13] * Quits: scor (~scor@12.104.145.5) (Changing host)
- # [08:13] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [08:16] * Quits: jwalden (~waldo@c-50-168-55-219.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.87-8.1450hg.fc20 [XULRunner 30.0/20140605102323])
- # [08:18] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Remote host closed the connection)
- # [08:19] * Joins: jacobolu_ (~jacobolus@209.sub-70-209-193.myvzw.com)
- # [08:19] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [08:20] * Joins: L0TExp (~Test@85.15.43.126)
- # [08:21] * Joins: tommyliu_ (~tommyliu@61.144.248.40)
- # [08:21] * Quits: jacobolus (~jacobolus@4.sub-70-209-209.myvzw.com) (Ping timeout: 250 seconds)
- # [08:22] * Joins: jacobolus (~jacobolus@209.sub-70-209-193.myvzw.com)
- # [08:23] * Quits: jacobolu_ (~jacobolus@209.sub-70-209-193.myvzw.com) (Ping timeout: 255 seconds)
- # [08:24] * Joins: jacobolu_ (~jacobolus@2600:1012:b10e:4629:a977:4cc2:71c3:173)
- # [08:25] * Joins: Ducki (~Ducki@191.233.66.1)
- # [08:25] * Quits: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2) (Ping timeout: 260 seconds)
- # [08:27] * Quits: jacobolus (~jacobolus@209.sub-70-209-193.myvzw.com) (Ping timeout: 255 seconds)
- # [08:27] * Joins: Smylers (~smylers@host86-163-17-51.range86-163.btcentralplus.com)
- # [08:34] * Joins: zcorpan_ (~zcorpan@ip-200.t2.se.opera.com)
- # [08:34] * Joins: zcorpan__ (~zcorpan@94.234.170.201)
- # [08:35] * Quits: zcorpan_ (~zcorpan@ip-200.t2.se.opera.com) (Read error: Connection reset by peer)
- # [08:35] * Joins: zcorpan_ (~zcorpan@ip-200.t2.se.opera.com)
- # [08:37] * Quits: zcorpan (~zcorpan@c-5eeaaa55-74736162.cust.telenor.se) (Ping timeout: 245 seconds)
- # [08:37] * Joins: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2)
- # [08:38] * Joins: zcorpan (~zcorpan@ip-200.t2.se.opera.com)
- # [08:39] * Quits: zcorpan__ (~zcorpan@94.234.170.201) (Ping timeout: 240 seconds)
- # [08:40] * Quits: tantek (~tantek@70-36-139-41.dsl.dynamic.sonic.net) (Quit: tantek)
- # [08:41] * Joins: cbr_ (~cbr@145.36.150.83.chzhher77.rootnet.ch)
- # [08:41] * Joins: BigBangUDR (~Thunderbi@103.249.181.147)
- # [08:46] * Joins: KevinMarks3 (~yaaic@2607:fb90:2202:9720:539d:5d3b:4d69:88a4)
- # [08:49] * Quits: dylanlindgren (~kartstar@123.208.26.62) (Quit: Textual IRC Client: www.textualapp.com)
- # [08:50] * Quits: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 272 seconds)
- # [08:54] * Quits: jacobolu_ (~jacobolus@2600:1012:b10e:4629:a977:4cc2:71c3:173) (Ping timeout: 240 seconds)
- # [08:55] * Joins: jacobolus (~jacobolus@150.sub-70-209-193.myvzw.com)
- # [08:55] * Quits: Smylers (~smylers@host86-163-17-51.range86-163.btcentralplus.com) (Quit: Leaving.)
- # [08:57] * Joins: jacobolu_ (~jacobolus@50.sub-70-209-194.myvzw.com)
- # [08:58] * Joins: davidyezsetz (~davidyezs@mail1.powerflasher.de)
- # [08:59] * Joins: jacobol__ (~jacobolus@150.sub-70-209-193.myvzw.com)
- # [09:00] * Quits: jacobolus (~jacobolus@150.sub-70-209-193.myvzw.com) (Ping timeout: 264 seconds)
- # [09:01] * Joins: jacobolus (~jacobolus@111.sub-70-209-194.myvzw.com)
- # [09:01] * Quits: jacobolu_ (~jacobolus@50.sub-70-209-194.myvzw.com) (Ping timeout: 246 seconds)
- # [09:02] * Joins: jernoble (~jernoble@17.202.46.221)
- # [09:03] * Joins: jacobolu_ (~jacobolus@3.sub-70-209-194.myvzw.com)
- # [09:03] * Joins: eric_carlson_ (~eric@17.202.43.125)
- # [09:03] * Quits: eric_carlson (~eric@17.202.43.125) (Ping timeout: 245 seconds)
- # [09:03] * eric_carlson_ is now known as eric_carlson
- # [09:04] * Quits: weinig (~weinig@17.202.50.223) (Ping timeout: 240 seconds)
- # [09:04] * Quits: jacobol__ (~jacobolus@150.sub-70-209-193.myvzw.com) (Ping timeout: 255 seconds)
- # [09:04] * Quits: zcorpan_ (~zcorpan@ip-200.t2.se.opera.com) (Read error: Connection reset by peer)
- # [09:04] * Quits: L0TExp (~Test@85.15.43.126) (Ping timeout: 244 seconds)
- # [09:05] * Joins: zcorpan_ (~zcorpan@ip-200.t2.se.opera.com)
- # [09:05] * Quits: zcorpan_ (~zcorpan@ip-200.t2.se.opera.com) (Client Quit)
- # [09:05] * Quits: jernoble_ (~jernoble@17.202.46.221) (Ping timeout: 255 seconds)
- # [09:06] * Joins: zcorpan_ (~zcorpan@ip-200.t2.se.opera.com)
- # [09:06] * Quits: jacobolus (~jacobolus@111.sub-70-209-194.myvzw.com) (Ping timeout: 260 seconds)
- # [09:08] * Joins: jacobolus (~jacobolus@111.sub-70-209-194.myvzw.com)
- # [09:09] * Quits: jacobolu_ (~jacobolus@3.sub-70-209-194.myvzw.com) (Ping timeout: 250 seconds)
- # [09:12] * Quits: jacobolus (~jacobolus@111.sub-70-209-194.myvzw.com) (Ping timeout: 246 seconds)
- # [09:12] * Joins: Ms2ger (~Ms2ger@67.192-64-87.adsl-dyn.isp.belgacom.be)
- # [09:17] * Joins: jacobolus (~jacobolus@2600:1012:b10e:2aa0:c49e:4f60:3a1b:c6a9)
- # [09:26] * Joins: jacobolu_ (~jacobolus@50.sub-70-209-194.myvzw.com)
- # [09:28] * Quits: jacobolus (~jacobolus@2600:1012:b10e:2aa0:c49e:4f60:3a1b:c6a9) (Ping timeout: 240 seconds)
- # [09:30] * Quits: jacobolu_ (~jacobolus@50.sub-70-209-194.myvzw.com) (Ping timeout: 240 seconds)
- # [09:30] * Joins: jacobolus (~jacobolus@2600:1012:b123:7342:a4ac:1fcd:92d4:fb11)
- # [09:34] * Quits: jacobolus (~jacobolus@2600:1012:b123:7342:a4ac:1fcd:92d4:fb11) (Ping timeout: 240 seconds)
- # [09:34] * Quits: zcorpan_ (~zcorpan@ip-200.t2.se.opera.com) (Read error: Connection reset by peer)
- # [09:34] * Joins: zcorpan_ (~zcorpan@ip-200.t2.se.opera.com)
- # [09:34] * Joins: jacobolus (~jacobolus@2600:1012:b12f:b380:948:fb65:5871:1cce)
- # [09:35] * Quits: zcorpan_ (~zcorpan@ip-200.t2.se.opera.com) (Client Quit)
- # [09:35] * Joins: zcorpan_ (~zcorpan@ip-200.t2.se.opera.com)
- # [09:37] <annevk> zcorpan: I think I used http://www.fileformat.info/convert/image/svg2raster.htm or some such
- # [09:37] <annevk> zcorpan: might not give the best results
- # [09:37] <annevk> SamB was working on something better
- # [09:42] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [09:42] * Quits: bryanhowarth (~bryanhowa@unaffiliated/bryanhowarth) (Quit: sleep | bryan.howarth@gmail.com | twitter.com/bryanhowarth)
- # [09:45] * Joins: tommyl___ (~tommyliu@61.144.248.40)
- # [09:46] * Quits: tommyliu_ (~tommyliu@61.144.248.40) (Ping timeout: 244 seconds)
- # [09:49] * Joins: cheron (~cheron@unaffiliated/cheron)
- # [09:50] * Quits: cheron (~cheron@unaffiliated/cheron) (Remote host closed the connection)
- # [09:56] * Joins: cheron (~cheron@unaffiliated/cheron)
- # [09:56] * Quits: cheron (~cheron@unaffiliated/cheron) (Remote host closed the connection)
- # [09:56] * Joins: cheron (~cheron@unaffiliated/cheron)
- # [10:01] * Quits: zcorpan_ (~zcorpan@ip-200.t2.se.opera.com) (Quit: Bye)
- # [10:02] * Joins: tommyliu (~tommyliu@61.144.248.40)
- # [10:03] * Joins: zcorpan_ (~zcorpan@ip-200.t2.se.opera.com)
- # [10:03] * Quits: tommyl___ (~tommyliu@61.144.248.40) (Ping timeout: 245 seconds)
- # [10:03] * Joins: zcorpan__ (~zcorpan@ip-200.t2.se.opera.com)
- # [10:03] * Quits: zcorpan_ (~zcorpan@ip-200.t2.se.opera.com) (Read error: Connection reset by peer)
- # [10:04] * Quits: zcorpan__ (~zcorpan@ip-200.t2.se.opera.com) (Client Quit)
- # [10:04] * Joins: zcorpan_ (~zcorpan@ip-200.t2.se.opera.com)
- # [10:06] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [10:08] * Quits: zcorpan_ (~zcorpan@ip-200.t2.se.opera.com) (Client Quit)
- # [10:09] * Joins: benjamingr (uid23465@gateway/web/irccloud.com/x-peqxiinbkcquuuls)
- # [10:10] * Joins: zcorpan_ (~zcorpan@ip-200.t2.se.opera.com)
- # [10:14] * Joins: Smylers (~smylers@81.143.60.194)
- # [10:17] * Quits: dbaron (~dbaron@50-0-128-161.dsl.dynamic.sonic.net) (Ping timeout: 240 seconds)
- # [10:17] <annevk> JakeA: note that get() takes a dictionary argument for filtering, defaulting to all
- # [10:18] <JakeA> annevk: I guess you can only have one notification per tag?
- # [10:19] <annevk> JakeA: there can be multiple
- # [10:20] <JakeA> annevk: Still feels like it should be getAll then, but it's not a big deal. Eg we have cache.match and cache.matchAll, both methods take a filtering arg
- # [10:20] * Quits: benschwarz (uid2121@gateway/web/irccloud.com/x-zdugtyrmvxnoabdm) (Quit: Connection closed for inactivity)
- # [10:21] <annevk> fair, querySelector/querySelectorAll
- # [10:21] <annevk> but I don't think there's really a case here where you'd want the first so from that perspective...
- # [10:23] <JakeA> annevk: also map.get
- # [10:23] <JakeA> But yeah, if Firefox already has an impl, that seems like a stronger reason to leave it as .get
- # [10:25] * Quits: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2) (Ping timeout: 250 seconds)
- # [10:26] * Joins: Maurice` (copyman@5ED5617C.cm-7-6b.dynamic.ziggo.nl)
- # [10:27] * Joins: jeremyj (~jeremyj@17.202.49.56)
- # [10:31] * Quits: jdaggett (~jdaggett@61-121-216-2.bitcat.net) (Ping timeout: 250 seconds)
- # [10:32] * Joins: jdaggett (~jdaggett@61-121-216-2.bitcat.net)
- # [10:33] * Quits: zcorpan_ (~zcorpan@ip-200.t2.se.opera.com) (Read error: Connection reset by peer)
- # [10:33] * Quits: KevinMarks2 (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [10:34] * Joins: zcorpan_ (~zcorpan@ip-200.t2.se.opera.com)
- # [10:34] * Quits: zcorpan_ (~zcorpan@ip-200.t2.se.opera.com) (Client Quit)
- # [10:34] * Joins: zcorpan_ (~zcorpan@ip-200.t2.se.opera.com)
- # [10:37] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 264 seconds)
- # [10:37] * Joins: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2)
- # [10:38] * Joins: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [10:38] <annevk> I wonder why Mark Watson of Netflix is pushing back on requiring HTTPS for new APIs
- # [10:38] <annevk> http://lists.w3.org/Archives/Public/public-webappsec/2014Aug/0062.html
- # [10:39] * Quits: CvP (~CvP@27.147.199.131) (Read error: Connection reset by peer)
- # [10:39] <annevk> I guess it's mostly because of https://www.w3.org/Bugs/Public/show_bug.cgi?id=26332
- # [10:39] <annevk> But Netflix goes over TLS so what is the big deal?
- # [10:39] <annevk> Perhaps the TV environment where they care less about security?
- # [10:39] <annevk> hsivonen: ^^
- # [10:42] * Joins: CvP (~CvP@27.147.199.131)
- # [10:44] * Quits: jdaggett (~jdaggett@61-121-216-2.bitcat.net) (Ping timeout: 240 seconds)
- # [10:44] * Joins: zcorpan__ (~zcorpan@c-5eeaaa48-74736162.cust.telenor.se)
- # [10:45] * Quits: tommyliu (~tommyliu@61.144.248.40) (Read error: Connection reset by peer)
- # [10:45] * Joins: tommyl___ (~tommyliu@183.37.156.236)
- # [10:47] * Quits: zcorpan_ (~zcorpan@ip-200.t2.se.opera.com) (Ping timeout: 272 seconds)
- # [10:57] * Quits: Ms2ger (~Ms2ger@67.192-64-87.adsl-dyn.isp.belgacom.be) (Quit: Leaving)
- # [10:57] * Joins: Ms2ger (~Ms2ger@67.192-64-87.adsl-dyn.isp.belgacom.be)
- # [11:01] * Quits: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2) (Ping timeout: 250 seconds)
- # [11:03] * Quits: sarir (~sari@p50995cae.dip0.t-ipconnect.de) (Ping timeout: 245 seconds)
- # [11:04] * Joins: jacobolu_ (~jacobolus@3.sub-70-209-194.myvzw.com)
- # [11:05] * Joins: sarir (~sari@p50995cae.dip0.t-ipconnect.de)
- # [11:07] * Joins: Lachy (~Lachy@213.166.174.2)
- # [11:07] * Quits: malcolmva (~malcolmva@c-67-180-198-144.hsd1.ca.comcast.net) (Ping timeout: 240 seconds)
- # [11:08] * Quits: jacobolus (~jacobolus@2600:1012:b12f:b380:948:fb65:5871:1cce) (Ping timeout: 240 seconds)
- # [11:08] * Quits: cbr_ (~cbr@145.36.150.83.chzhher77.rootnet.ch) (Quit: cbr_)
- # [11:13] * Joins: cbr_ (~cbr@145.36.150.83.chzhher77.rootnet.ch)
- # [11:15] * Quits: Lachy (~Lachy@213.166.174.2) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [11:17] * Joins: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2)
- # [11:17] * Quits: tommyl___ (~tommyliu@183.37.156.236) (Remote host closed the connection)
- # [11:17] * Joins: tommyliu_ (~tommyliu@li568-208.members.linode.com)
- # [11:19] * Joins: barnabywalters (~barnabywa@46-239-239-203.tal.is)
- # [11:22] * Joins: malcolmva (~malcolmva@c-67-180-198-144.hsd1.ca.comcast.net)
- # [11:26] * Joins: Lachy (~Lachy@213.166.174.2)
- # [11:38] * Joins: tommyl___ (~tommyliu@61.144.248.40)
- # [11:39] * Quits: tommyliu_ (~tommyliu@li568-208.members.linode.com) (Read error: Connection reset by peer)
- # [11:42] * Quits: jcgregorio (jcgregorio@nat/google/x-kjpeuhlzndyrddzd) (Ping timeout: 240 seconds)
- # [11:44] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [11:44] * Joins: satazor (~satazor@239.201.37.188.rev.vodafone.pt)
- # [11:54] * Joins: jcgregorio (jcgregorio@nat/google/x-jujxnlrcqdzknnzc)
- # [12:01] * Quits: tommyl___ (~tommyliu@61.144.248.40) (Read error: Connection reset by peer)
- # [12:02] * Joins: tommyliu_ (~tommyliu@183.37.156.236)
- # [12:11] * Quits: Lachy (~Lachy@213.166.174.2) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [12:11] * Joins: Lachy (~Lachy@213.166.174.2)
- # [12:18] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 264 seconds)
- # [12:22] * Quits: tommyliu_ (~tommyliu@183.37.156.236) (Read error: Connection reset by peer)
- # [12:22] * Joins: tommyli__ (~tommyliu@183.37.156.236)
- # [12:28] * Quits: Lachy (~Lachy@213.166.174.2) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [12:32] * Joins: ambv (~ambv@173.252.71.129)
- # [12:34] * Joins: zcorpan_ (~zcorpan@ip-200.t2.se.opera.com)
- # [12:35] * Joins: adactio (~adactio@212.42.170.121)
- # [12:37] * Quits: zcorpan__ (~zcorpan@c-5eeaaa48-74736162.cust.telenor.se) (Ping timeout: 260 seconds)
- # [12:45] * Quits: tommyli__ (~tommyliu@183.37.156.236) (Remote host closed the connection)
- # [12:49] * Joins: tommyliu_ (~tommyliu@61.144.248.40)
- # [12:55] * Joins: Lachy_ (~Lachy@213.166.174.2)
- # [12:58] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [12:59] * Quits: tommyliu_ (~tommyliu@61.144.248.40) (Remote host closed the connection)
- # [12:59] * Quits: zcorpan_ (~zcorpan@ip-200.t2.se.opera.com) (Quit: Bye)
- # [12:59] * Joins: tommyliu (~tommyliu@61.144.248.40)
- # [13:02] * Joins: tommyliu_ (~tommyliu@183.37.156.236)
- # [13:05] * Quits: satazor (~satazor@239.201.37.188.rev.vodafone.pt) (Remote host closed the connection)
- # [13:05] * Quits: encryptd_fractl (~encryptd_@68-112-125-21.dhcp.stcd.mn.charter.com) (Remote host closed the connection)
- # [13:05] * Quits: tommyliu (~tommyliu@61.144.248.40) (Ping timeout: 260 seconds)
- # [13:06] * Joins: encryptd_fractl (~encryptd_@68-112-125-21.dhcp.stcd.mn.charter.com)
- # [13:06] * Quits: tommyliu_ (~tommyliu@183.37.156.236) (Ping timeout: 264 seconds)
- # [13:07] * Quits: cbr_ (~cbr@145.36.150.83.chzhher77.rootnet.ch) (Quit: cbr_)
- # [13:09] * Quits: davidyezsetz (~davidyezs@mail1.powerflasher.de) (Quit: davidyezsetz)
- # [13:10] * Quits: encryptd_fractl (~encryptd_@68-112-125-21.dhcp.stcd.mn.charter.com) (Ping timeout: 260 seconds)
- # [13:13] <annevk> foolip: Firefox throws if you try to modify an attribute's child list
- # [13:14] <annevk> foolip: and in fact it pretends there are no children
- # [13:15] <annevk> foolip: e.g. attr.firstChild returns null, childList is an empty NodeList
- # [13:16] * Quits: plutoniix (~plutoniix@210.213.57.70) (Quit: จรลี จรลา)
- # [13:23] <foolip> annevk: that sounds so sweet
- # [13:24] <foolip> I bet there's a FIXME that fortunately never got fixed :)
- # [13:32] * Quits: ndkrempel (ndkrempel@nat/google/x-xklfdyjcdncdsobj) (Ping timeout: 240 seconds)
- # [13:33] <zcorpan> does anyone use http://resources.whatwg.org/status-warning.js ?
- # [13:34] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 264 seconds)
- # [13:34] * Joins: cbr_ (~cbr@145.36.150.83.chzhher77.rootnet.ch)
- # [13:36] <annevk> foolip: I put a summary in https://www.w3.org/Bugs/Public/show_bug.cgi?id=26609
- # [13:37] * Joins: jonr22 (~jonr22@c-65-96-170-37.hsd1.ma.comcast.net)
- # [13:38] <annevk> Domenic: could we deploy HSTS on resources.whatwg.org?
- # [13:42] * Joins: davidyezsetz (~davidyezs@mail1.powerflasher.de)
- # [13:42] * Quits: jonr22 (~jonr22@c-65-96-170-37.hsd1.ma.comcast.net) (Quit: WeeChat 0.4.2)
- # [13:43] <annevk> jgraham: "In addition, wildcards themselves can have subjectAltName extensions, including other wildcards. For example: The wildcard certificate *.wikipedia.org has *.m.wikimedia.org as an Subject Alternative Name." seems to be what we want?
- # [13:43] <annevk> jgraham: that's 360 USD a year?
- # [13:45] * Joins: ndkrempel (ndkrempel@nat/google/x-oztyktutljkputbm)
- # [13:46] <jgraham> annevk: Yeah, I think a SAN cert would work
- # [13:46] <jgraham> But IANASSLE
- # [13:46] <annevk> jgraham: well wildcard + SAN right?
- # [13:47] <jgraham> Yes
- # [13:54] * Joins: tj_vantoll (~Adium@2601:4:5380:2ec:3144:c6e7:bf7e:5288)
- # [13:54] * Joins: Deelight (~deelight@dsi401-d15.insa-lyon.fr)
- # [13:55] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [13:56] * Joins: satazor (~satazor@bl17-220-148.dsl.telepac.pt)
- # [14:03] * Joins: tommyliu (~tommyliu@183.37.156.236)
- # [14:06] <Ms2ger> foolip, actually, not a FIXME... We used to support that, kinda, but I killed it
- # [14:09] * Quits: satazor (~satazor@bl17-220-148.dsl.telepac.pt) (Remote host closed the connection)
- # [14:10] * Joins: satazor (~satazor@bl17-220-148.dsl.telepac.pt)
- # [14:14] * Quits: satazor (~satazor@bl17-220-148.dsl.telepac.pt) (Ping timeout: 244 seconds)
- # [14:25] <gsnedders> what's the correct behaviour of vh on paged media?
- # [14:30] <JakeA> Bothers me that the quota API doesn't really specify the units of the quota
- # [14:31] <JakeA> I'm guessing bytes. The 'usage' property is in bytes.
- # [14:35] * Joins: Lachy__ (~Lachy@213.166.174.2)
- # [14:37] * Quits: Lachy_ (~Lachy@213.166.174.2) (Ping timeout: 260 seconds)
- # [14:39] * Joins: abinader (sid21713@gateway/web/irccloud.com/x-xinbzucyovcqqzse)
- # [14:42] <foolip> Ms2ger: in that case you're the hero of the day!
- # [14:43] * Joins: tj_vantoll1 (~Adium@c-98-250-130-237.hsd1.mi.comcast.net)
- # [14:44] * Quits: jungkees (uid24208@gateway/web/irccloud.com/x-oprzlabxtdfqfknx) (Quit: Connection closed for inactivity)
- # [14:44] <Ms2ger> \o/
- # [14:45] * Quits: tj_vantoll (~Adium@2601:4:5380:2ec:3144:c6e7:bf7e:5288) (Ping timeout: 240 seconds)
- # [14:46] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 264 seconds)
- # [14:54] * Quits: fredy (~fredy@snf-535807.vm.okeanos.grnet.gr) (Ping timeout: 256 seconds)
- # [14:55] * Joins: ehsan (~ehsan@24-212-207-29.cable.teksavvy.com)
- # [14:57] * Joins: fredy (~fredy@snf-535807.vm.okeanos.grnet.gr)
- # [15:00] <foolip> Ms2ger: was that change simply making Attr not a container Node like Element, Document and DocumentFragment?
- # [15:02] <Ms2ger> https://bugzilla.mozilla.org/show_bug.cgi?id=737122
- # [15:03] * Joins: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com)
- # [15:05] <annevk> jgraham: per https://www.startssl.com/ it seems we can do this for USD 60
- # [15:05] <annevk> if Hixie_ had an account with them already it might not be too bad
- # [15:06] <annevk> EV is getting cheaper too, I thought someone recently told me it was 10k or so
- # [15:07] <foolip> Ms2ger: thanks
- # [15:08] * Joins: satazor (~satazor@bl17-220-148.dsl.telepac.pt)
- # [15:12] * Quits: jahman (~woops@129.175.204.73) (Remote host closed the connection)
- # [15:13] * Quits: zcorpan (~zcorpan@ip-200.t2.se.opera.com) (Remote host closed the connection)
- # [15:13] * Joins: jahman (~woops@129.175.204.73)
- # [15:14] * Quits: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com)
- # [15:14] * Joins: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com)
- # [15:16] * Joins: newtron_ (~newtron@199.71.174.203)
- # [15:16] * Joins: jacobolus (~jacobolus@135.sub-70-209-210.myvzw.com)
- # [15:18] * Quits: jacobolu_ (~jacobolus@3.sub-70-209-194.myvzw.com) (Ping timeout: 240 seconds)
- # [15:19] * Quits: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com) (Ping timeout: 260 seconds)
- # [15:19] * Joins: jacobolu_ (~jacobolus@2600:1012:b12e:7eb3:81a9:656e:d12a:617e)
- # [15:20] * Joins: jacobol__ (~jacobolus@135.sub-70-209-210.myvzw.com)
- # [15:21] * Quits: jacobolus (~jacobolus@135.sub-70-209-210.myvzw.com) (Ping timeout: 260 seconds)
- # [15:23] * Quits: jacobolu_ (~jacobolus@2600:1012:b12e:7eb3:81a9:656e:d12a:617e) (Ping timeout: 240 seconds)
- # [15:24] * Quits: jacobol__ (~jacobolus@135.sub-70-209-210.myvzw.com) (Ping timeout: 260 seconds)
- # [15:28] * Joins: zcorpan (~zcorpan@94.234.170.204)
- # [15:29] * Joins: jacobolus (~jacobolus@2600:1012:b121:1bc6:21d9:dff7:8dc4:3ba2)
- # [15:31] * Joins: jacobolu_ (~jacobolus@111.sub-70-209-194.myvzw.com)
- # [15:33] * Joins: jacobol__ (~jacobolus@2600:1012:b121:19ba:b8eb:f239:9137:e6d7)
- # [15:34] * Quits: jacobolus (~jacobolus@2600:1012:b121:1bc6:21d9:dff7:8dc4:3ba2) (Ping timeout: 240 seconds)
- # [15:35] * Joins: TallTed (~Thud@63.119.36.36)
- # [15:36] * Quits: BigBangUDR (~Thunderbi@103.249.181.147) (Quit: BigBangUDR)
- # [15:36] * Quits: jacobolu_ (~jacobolus@111.sub-70-209-194.myvzw.com) (Ping timeout: 245 seconds)
- # [15:40] * Quits: zcorpan (~zcorpan@94.234.170.204) (Ping timeout: 246 seconds)
- # [15:42] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
- # [15:42] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [15:42] <jgraham> annevk: EV doesn't work with wildcard certs anyway
- # [15:42] <annevk> jgraham: yeah, wasn't really considering EV for us, it's mostly a scam
- # [15:51] * Joins: zcorpan (~zcorpan@94.234.170.187)
- # [15:55] <zcorpan> https://github.com/whatwg/html-mirror/commit/7c23a0789467f3c3d9659b75db963e31e21c9d76 is gold
- # [15:57] * Joins: encryptd_fractl (~encryptd_@23.30.224.246)
- # [15:58] * Quits: tommyliu (~tommyliu@183.37.156.236) (Remote host closed the connection)
- # [15:58] * Joins: tommyliu_ (~tommyliu@183.37.156.236)
- # [15:59] * Joins: mpaarating (~mpaaratin@rrcs-97-78-217-146.se.biz.rr.com)
- # [15:59] * Quits: Lachy__ (~Lachy@213.166.174.2) (Ping timeout: 240 seconds)
- # [16:00] * Joins: JosephSilber (~JosephSil@ool-44c3e80a.static.optonline.net)
- # [16:02] * Joins: estellevw (~estellewy@209.49.66.106)
- # [16:03] * Quits: tommyliu_ (~tommyliu@183.37.156.236) (Ping timeout: 272 seconds)
- # [16:03] <foolip> zcorpan: I like that one too :)
- # [16:08] * Joins: Lachy_ (~Lachy@213.166.174.2)
- # [16:11] * Joins: Lachy__ (~Lachy@213.166.174.2)
- # [16:11] * Joins: scor (~scor@12.104.145.5)
- # [16:11] * Quits: scor (~scor@12.104.145.5) (Changing host)
- # [16:11] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [16:12] * Quits: scor (~scor@drupal.org/user/52142/view) (Client Quit)
- # [16:13] * Quits: Lachy_ (~Lachy@213.166.174.2) (Ping timeout: 260 seconds)
- # [16:22] * Quits: zcorpan (~zcorpan@94.234.170.187) (Ping timeout: 260 seconds)
- # [16:23] * Joins: boogyman (~boogyman@38.88.11.131)
- # [16:23] * Quits: boogyman (~boogyman@38.88.11.131) (Changing host)
- # [16:23] * Joins: boogyman (~boogyman@pdpc/supporter/professional/boogyman)
- # [16:24] * Joins: mrparrot (4e0b08f6@gateway/web/freenode/ip.78.11.8.246)
- # [16:28] * Joins: tommyliu (~tommyliu@14.155.66.222)
- # [16:29] * Joins: zcorpan (~zcorpan@94.234.170.92)
- # [16:33] * Joins: zcorpan_ (~zcorpan@94.234.170.48)
- # [16:34] * Quits: zcorpan (~zcorpan@94.234.170.92) (Ping timeout: 244 seconds)
- # [16:38] * Joins: satazor_ (~satazor@bl17-220-148.dsl.telepac.pt)
- # [16:41] * Quits: tommyliu (~tommyliu@14.155.66.222) (Remote host closed the connection)
- # [16:41] * Quits: satazor (~satazor@bl17-220-148.dsl.telepac.pt) (Ping timeout: 250 seconds)
- # [16:41] * Joins: tommyliu (~tommyliu@li568-208.members.linode.com)
- # [16:49] * Joins: tommyli__ (~tommyliu@14.155.66.222)
- # [16:51] * Quits: tommyli__ (~tommyliu@14.155.66.222) (Read error: Connection reset by peer)
- # [16:52] * Joins: tommyli__ (~tommyliu@14.155.66.222)
- # [16:53] * Quits: tommyliu (~tommyliu@li568-208.members.linode.com) (Ping timeout: 255 seconds)
- # [16:57] <annevk> JakeA: perhaps we should float the Fetch part on the WHATWG list?
- # [16:58] <annevk> JakeA: I can do that tomorrow
- # [16:58] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Remote host closed the connection)
- # [16:59] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
- # [16:59] <JakeA> annevk: I'm happy to do it, will post a summary tomorrow morning
- # [16:59] <annevk> sgtm
- # [17:01] * Quits: estellevw (~estellewy@209.49.66.106) (Quit: estellevw)
- # [17:02] * Joins: heycam|away (~cam@wok.mcc.id.au)
- # [17:02] * Joins: estellevw (~estellewy@209.49.66.106)
- # [17:03] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Ping timeout: 250 seconds)
- # [17:06] * Quits: Ducki (~Ducki@191.233.66.1) (Ping timeout: 264 seconds)
- # [17:06] <annevk> Domenic: if only we had someone to maintain IDL :p
- # [17:06] * heycam|away is now known as heycam
- # [17:06] <Domenic> annevk: hehehe...
- # [17:07] <heycam> Domenic, send more PRs! :)
- # [17:08] <Domenic> yeah, if people like this observable idea I'd be happy to PR it in
- # [17:10] <Ms2ger> heycam, accept the PRs you get first!
- # [17:11] * heycam looks at Ms2ger's PR
- # [17:11] <heycam> sorry i haven't looked at your CSSRule rejigging patch yet either
- # [17:11] <Ms2ger> heycam, and ArtB's that's been sitting for 5 months?
- # [17:12] * Quits: satazor_ (~satazor@bl17-220-148.dsl.telepac.pt) (Remote host closed the connection)
- # [17:12] * Joins: satazor (~satazor@bl17-220-148.dsl.telepac.pt)
- # [17:13] <zcorpan_> MikeSmith: can you make a whatwg html-differences bugzilla component please?
- # [17:14] * Quits: estellevw (~estellewy@209.49.66.106) (Quit: estellevw)
- # [17:14] <MikeSmith> yup
- # [17:14] <MikeSmith> gimme a minute
- # [17:15] <annevk> heycam: in Europe already?
- # [17:15] <heycam> annevk, yep, just arrived
- # [17:15] <heycam> annevk, did you move to Switzerland yet?
- # [17:15] <annevk> yeah I have
- # [17:15] <heycam> ah cool
- # [17:16] * Joins: secstack (~secstack@217.72.208.132)
- # [17:16] <annevk> it is a bit, very rainy summer
- # [17:16] * Quits: satazor (~satazor@bl17-220-148.dsl.telepac.pt) (Ping timeout: 240 seconds)
- # [17:21] <MikeSmith> zcorpan_: https://www.w3.org/Bugs/Public/buglist.cgi?component=HTML%20Differences&list_id=42473&product=WHATWG&resolution=---
- # [17:21] <zcorpan_> MikeSmith: thanks!!
- # [17:21] * Quits: secstack (~secstack@217.72.208.132) (Client Quit)
- # [17:21] * Joins: TuRnaD0 (~Thunderbi@x1-6-e0-46-9a-1e-fe-ca.cpe.webspeed.dk)
- # [17:23] * Joins: dbaron (~dbaron@50-0-128-161.dsl.dynamic.sonic.net)
- # [17:24] * Joins: kriskowal (~kriskowal@50.247.98.166)
- # [17:25] * Joins: estellevw (~estellewy@209.49.66.106)
- # [17:26] <annevk> I wonder if https://twitter.com/hfiguiere/status/498885668937170945 is still true. Really seems like someone ought to reinvent the CA business
- # [17:27] * Joins: BigBangUDR (~Thunderbi@101.61.226.195)
- # [17:27] * Quits: BigBangUDR (~Thunderbi@101.61.226.195) (Client Quit)
- # [17:28] * heycam is now known as heycam|away
- # [17:29] <JakeA> It's in dire need of "disrupting" as them business folks would say
- # [17:29] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
- # [17:31] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Read error: Connection reset by peer)
- # [17:31] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
- # [17:32] <Ms2ger> "Orca screen reader now supports longdesc (in Gecko)"
- # [17:32] <Ms2ger> Progress!
- # [17:33] <foolip> why is everyone talking about https for whatwg.org these days?
- # [17:36] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Ping timeout: 260 seconds)
- # [17:37] * Quits: fredy (~fredy@snf-535807.vm.okeanos.grnet.gr) (Ping timeout: 244 seconds)
- # [17:37] <jgraham> foolip: https jusst became fashionable
- # [17:41] * Joins: fredy (~fredy@snf-535807.vm.okeanos.grnet.gr)
- # [17:43] * Parts: cbr_ (~cbr@145.36.150.83.chzhher77.rootnet.ch)
- # [17:43] * Joins: satazor (~satazor@239.201.37.188.rev.vodafone.pt)
- # [17:44] * Joins: caitp- (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [17:45] * Joins: BigBangUDR (~Thunderbi@101.61.226.195)
- # [17:45] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [17:47] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 264 seconds)
- # [17:49] * Quits: davidyezsetz (~davidyezs@mail1.powerflasher.de) (Quit: davidyezsetz)
- # [17:49] * heycam|away is now known as heycam
- # [17:49] * Joins: hoege (~hoege@217.72.208.132)
- # [17:50] * Quits: hoege (~hoege@217.72.208.132) (Read error: Connection reset by peer)
- # [17:52] * Quits: ehsan (~ehsan@24-212-207-29.cable.teksavvy.com) (Remote host closed the connection)
- # [17:52] * Joins: gavinc (~gavin@e334-4d44-c1d6-fc56-030d-4002-3420-2062.6rd.ip6.sonic.net)
- # [17:54] * Quits: BigBangUDR (~Thunderbi@101.61.226.195) (Quit: BigBangUDR)
- # [17:55] * Quits: zcorpan_ (~zcorpan@94.234.170.48) (Ping timeout: 244 seconds)
- # [17:56] * Joins: scor (~scor@156.39.191.244)
- # [17:56] * Quits: scor (~scor@156.39.191.244) (Changing host)
- # [17:56] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [17:56] <annevk> foolip: well, seems like a good place to start with TLS
- # [17:56] * Quits: Lachy__ (~Lachy@213.166.174.2) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [17:57] <annevk> Also, if that's what is required to have a normal site these days, it would be nice to set a good example
- # [17:57] * Joins: tantek (~tantek@70-36-139-41.dsl.dynamic.sonic.net)
- # [17:57] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
- # [17:58] * Quits: estellevw (~estellewy@209.49.66.106) (Quit: estellevw)
- # [18:01] * Joins: zcorpan (~zcorpan@94.234.170.48)
- # [18:02] * Quits: tantek (~tantek@70-36-139-41.dsl.dynamic.sonic.net) (Quit: tantek)
- # [18:03] * Joins: estellevw (~estellewy@209.49.66.106)
- # [18:04] <zcorpan> please review http://html-differences.whatwg.org/
- # [18:05] * Joins: tantek (~tantek@70-36-139-41.dsl.dynamic.sonic.net)
- # [18:05] <Ms2ger> zcorpan, weird underline for " and stopSorting(). "
- # [18:05] <Ms2ger> Also " and border attribute"
- # [18:07] * Joins: jacobolus (~jacobolus@253.sub-70-209-207.myvzw.com)
- # [18:07] * Joins: tommyliu_ (~tommyliu@14.155.66.222)
- # [18:07] * Joins: dawhite (~dawhite@74.118.22.223)
- # [18:08] <zcorpan> fixed thx
- # [18:08] <estellevw> there are a few areas matching p > span:not([title=""]):not([class~="XXX"]):not([class~="impl"]):not([class~="note"]), li > span:not([title=""]):not([class~="XXX"]):not([class~="impl"]):not([class~="note"]) that get a green underline.
- # [18:08] * Quits: caitp- (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 264 seconds)
- # [18:08] * Joins: say2joe (~say2joe@rrcs-76-79-68-2.west.biz.rr.com)
- # [18:08] <zcorpan> estellevw: reload?
- # [18:08] <estellevw> fixed
- # [18:09] <estellevw> took me longer to write that line than for you to fix it ;)
- # [18:09] <zcorpan> :-)
- # [18:09] * Quits: tommyliu_ (~tommyliu@14.155.66.222) (Remote host closed the connection)
- # [18:09] * Quits: jacobol__ (~jacobolus@2600:1012:b121:19ba:b8eb:f239:9137:e6d7) (Ping timeout: 240 seconds)
- # [18:10] * heycam is now known as heycam|away
- # [18:10] * Joins: tommyliu_ (~tommyliu@14.155.66.222)
- # [18:10] * Quits: tommyli__ (~tommyliu@14.155.66.222) (Ping timeout: 245 seconds)
- # [18:11] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Ping timeout: 260 seconds)
- # [18:12] * Joins: tommyliu (~tommyliu@14.155.66.222)
- # [18:12] * Joins: weinig (~weinig@17.202.50.223)
- # [18:13] * Quits: tommyliu (~tommyliu@14.155.66.222) (Remote host closed the connection)
- # [18:13] * daleharvey__ is now known as daleharvey
- # [18:13] * Joins: tommyli__ (~tommyliu@14.155.66.222)
- # [18:14] * Quits: tommyliu_ (~tommyliu@14.155.66.222) (Ping timeout: 255 seconds)
- # [18:14] * Quits: satazor (~satazor@239.201.37.188.rev.vodafone.pt) (Remote host closed the connection)
- # [18:15] * Joins: jorgepedret (~jorgepedr@64-46-15-173.dyn.novuscom.net)
- # [18:15] * Quits: karlcow (~karl@nerval.la-grange.net) (Ping timeout: 255 seconds)
- # [18:16] * Quits: mrparrot (4e0b08f6@gateway/web/freenode/ip.78.11.8.246) (Quit: Page closed)
- # [18:17] * Joins: caitp- (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [18:17] * caitp- is now known as caitp
- # [18:18] * Joins: satazor (~satazor@239.201.37.188.rev.vodafone.pt)
- # [18:18] * heycam|away is now known as heycam
- # [18:22] * Quits: weinig (~weinig@17.202.50.223) (Quit: weinig)
- # [18:25] * Quits: Smylers (~smylers@81.143.60.194) (Ping timeout: 250 seconds)
- # [18:25] * Joins: ehsan (~ehsan@66.207.208.102)
- # [18:26] * Quits: zcorpan (~zcorpan@94.234.170.48) (Read error: Connection reset by peer)
- # [18:26] * Joins: zcorpan (~zcorpan@c-5eeaaa30-74736162.cust.telenor.se)
- # [18:31] * Joins: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com)
- # [18:31] * Joins: bryanhowarth (~bryanhowa@unaffiliated/bryanhowarth)
- # [18:32] <Ms2ger> TabAtkins, so, about -goog-... What's the advantage over doing the same thing without -goog-?
- # [18:36] * Quits: barnabywalters (~barnabywa@46-239-239-203.tal.is) (Quit: barnabywalters)
- # [18:39] <Hixie_> marcosc: yt?
- # [18:44] * Quits: kriskowal (~kriskowal@50.247.98.166) (Quit: kriskowal)
- # [18:47] <annevk> Ah, answer is at http://lists.w3.org/Archives/Public/public-webappsec/2014Aug/0067.html
- # [18:47] <annevk> Netflix streams encrypted content over HTTP
- # [18:47] <Hixie_> yay unencrypted signalling
- # [18:47] <annevk> And Netflix does not want to upgrade their infrastructure so instead they argue that new features should be enabled over HTTP
- # [18:48] <annevk> I guess Mixed Content allows that kind of thing :-(
- # [18:51] * Quits: rcombs (~rcombs@rcombs.me) (Ping timeout: 250 seconds)
- # [18:53] * Joins: bholley (~bholley@98.210.101.88)
- # [18:54] <zcorpan> is https the new utf-8?
- # [18:55] * Joins: ap (~ap@17.202.44.214)
- # [18:56] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [18:58] <TabAtkins> Ms2ger: Ah, easy to answer.
- # [18:59] * Quits: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com)
- # [18:59] <TabAtkins> Ms2ger: If you ship to 1% *without* prefixing, then the page feature-tests for the unprefixed feature. When we eventually turn on the feature for real, possibly with changes, it triggers that codepath, and possibly causes errors.
- # [19:00] * Quits: zcorpan (~zcorpan@c-5eeaaa30-74736162.cust.telenor.se) (Ping timeout: 240 seconds)
- # [19:00] <TabAtkins> Ms2ger: So instead, you use a prefix, so the eventual final thing won't be hit by the "experimental code" branch. And by only shipping it to 1% or so of people, you ensure that it really *is* a branch, not the program just relying on the prefix all the time.
- # [19:00] * Quits: willchan (willchan@nat/google/x-eklysxyvtccbotob) (Ping timeout: 260 seconds)
- # [19:00] <TabAtkins> 1% is nice, because it still gives plenty of hits and data-collection opportunity, but takes far too long to restart-cycle yourself into having it working.
- # [19:01] <TabAtkins> We discussed this as an option back when we were planning the Blink fork, but decided to just follow Firefox's lead instead. We're back to experimenting with it now.
- # [19:02] * Parts: adactio (~adactio@212.42.170.121)
- # [19:07] <Hixie_> prefixing doesn't work because people just assume the non-prefixed version will be the same and preemptively give both
- # [19:08] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
- # [19:09] * Joins: scor (~scor@156.39.191.244)
- # [19:09] * Quits: scor (~scor@156.39.191.244) (Changing host)
- # [19:09] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [19:09] <TabAtkins> Hixie_: It's possible that might still happen. We'll see.
- # [19:09] * Quits: estellevw (~estellewy@209.49.66.106) (Quit: estellevw)
- # [19:10] * Quits: boogyman (~boogyman@pdpc/supporter/professional/boogyman) (Remote host closed the connection)
- # [19:10] <TabAtkins> We're optimistic that the fact that you have to provide fallbacks and explicitly feature-test will mean that people don't just auto-provide unprefixed paths as well.
- # [19:12] * Joins: estellevw (~estellewy@209.49.66.106)
- # [19:12] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Ping timeout: 240 seconds)
- # [19:12] <Ms2ger> I'm doubtful
- # [19:14] <TabAtkins> Welp, we'll see. Not a huge deal for this thing if people still screw it up.
- # [19:15] * Joins: willchan (~willchan@216.239.55.138)
- # [19:16] * heycam is now known as heycam|away
- # [19:19] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [19:19] * Joins: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com)
- # [19:19] <annevk> zcorpan: yeah something like that
- # [19:20] <annevk> zcorpan: the new http://www.webstandards.org/
- # [19:21] <annevk> zcorpan: the new XHTML 1.1
- # [19:21] <annevk> oh wait
- # [19:21] <annevk> that didn't go so well
- # [19:23] <Ms2ger> XHTML2?
- # [19:23] * Joins: caitp- (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [19:25] * Quits: tommyli__ (~tommyliu@14.155.66.222) (Remote host closed the connection)
- # [19:26] * Quits: KevinMarks3 (~yaaic@2607:fb90:2202:9720:539d:5d3b:4d69:88a4) (Ping timeout: 240 seconds)
- # [19:26] * Joins: tommyliu_ (~tommyliu@li568-208.members.linode.com)
- # [19:26] <SamB> annevk: what, SSL certs aren't already a scam ;-P?
- # [19:26] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 264 seconds)
- # [19:27] * Joins: KevinMarks2 (~yaaic@2607:fb90:50b:8216:2092:a5e0:f933:1d1f)
- # [19:27] <SamB> (those signed by the CArtel, I mean)
- # [19:27] <annevk> SamB: via startssl you can get one for free
- # [19:27] <SamB> so it's not a very-well-run scam
- # [19:27] <annevk> but yes, replacing the CA system would be great if that was feasible
- # [19:28] <annevk> bit of a shame that it took us this long to realize everyone needs TLS
- # [19:28] <SamB> heck, even restricting the national CAs to their own TLDs would be an improvement
- # [19:31] * Joins: tommyl___ (~tommyliu@14.155.66.222)
- # [19:32] * tommyl___ is now known as tommyliu__
- # [19:34] * Quits: tommyliu_ (~tommyliu@li568-208.members.linode.com) (Ping timeout: 272 seconds)
- # [19:36] * Quits: tommyliu__ (~tommyliu@14.155.66.222) (Ping timeout: 244 seconds)
- # [19:38] * Joins: tommyliu (~tommyliu@183.37.188.12)
- # [19:40] * Joins: boogyman (~boogyman@38.88.11.131)
- # [19:40] * Quits: boogyman (~boogyman@38.88.11.131) (Changing host)
- # [19:40] * Joins: boogyman (~boogyman@pdpc/supporter/professional/boogyman)
- # [19:40] * Joins: dshwang_ (~dshwang@192.55.55.41)
- # [19:41] * Quits: satazor (~satazor@239.201.37.188.rev.vodafone.pt) (Remote host closed the connection)
- # [19:42] * Quits: dshwang (~dshwang@192.55.54.40) (Remote host closed the connection)
- # [19:46] <annevk> If we could make it part of DNS somehow and just let the registrars deal with it
- # [19:46] <Hixie_> do we have a spec for real-world content-disposition?
- # [19:46] <annevk> Everyone that has a domain has figured out how to deal with registrars
- # [19:47] <annevk> Hixie_: jreschke has tests for that at least
- # [19:47] <annevk> Hixie_: http://greenbytes.de/tech/tc2231/
- # [19:47] <Hixie_> yeah but i'm sure his tests just show that browsers don't follow the spec
- # [19:50] * Quits: estellevw (~estellewy@209.49.66.106) (Ping timeout: 250 seconds)
- # [19:55] * Joins: ehsan_ (~ehsan@2001:450:1f:224:b850:cd11:23de:7441)
- # [19:55] * Quits: ehsan (~ehsan@66.207.208.102) (Read error: Connection reset by peer)
- # [19:55] <SamB> annevk: well, obviously that's only sane if you have dnssec working
- # [19:59] * Quits: willchan (~willchan@216.239.55.138) (Remote host closed the connection)
- # [19:59] * Joins: willchan (~willchan@216.239.55.138)
- # [19:59] * Quits: willchan (~willchan@216.239.55.138) (Remote host closed the connection)
- # [20:00] <SamB> and, say, the glibc people are understandably not too enthusiastic about pulling in the requisite crypto code to check dnssec results in-process
- # [20:04] * Joins: jwalden_ (~waldo@2620:101:80fc:224:7e7a:91ff:fe25:a5a3)
- # [20:04] * Quits: jwalden_ (~waldo@2620:101:80fc:224:7e7a:91ff:fe25:a5a3) (Client Quit)
- # [20:04] * Joins: estellevw (~estellewy@209.49.66.106)
- # [20:04] * Joins: jwalden_ (~waldo@2620:101:80fc:224:7e7a:91ff:fe25:a5a3)
- # [20:07] * jwalden_ is now known as jwalden
- # [20:07] * Joins: BigBangUDR (~Thunderbi@115.185.222.136)
- # [20:09] <SamB> annevk: though they seem open to adding support for declaring external resolvers (e.g. dnsmasq) as trusted to check dnssec results, and adding flags to treat failure to obtain a dnssec-verified result as an error ...
- # [20:09] * Quits: BigBangUDR (~Thunderbi@115.185.222.136) (Client Quit)
- # [20:10] <SamB> annevk: so were you thinking that thing where you can put your SSL key fingerprint or whatever into a DNS record, or something else?
- # [20:15] * Quits: tantek (~tantek@70-36-139-41.dsl.dynamic.sonic.net) (Quit: tantek)
- # [20:20] * Joins: jsbell (jsbell@nat/google/x-kqmbuiahfwvkcnyo)
- # [20:20] * Joins: smaug____ (~chatzilla@cs78246079.pp.htv.fi)
- # [20:23] * Quits: tj_vantoll1 (~Adium@c-98-250-130-237.hsd1.mi.comcast.net) (Quit: Leaving.)
- # [20:24] * Quits: JosephSilber (~JosephSil@ool-44c3e80a.static.optonline.net) (Ping timeout: 246 seconds)
- # [20:26] * Quits: dbaron (~dbaron@50-0-128-161.dsl.dynamic.sonic.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [20:29] * Quits: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net) (Ping timeout: 260 seconds)
- # [20:30] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [20:34] <Hixie_> annevk: so... for load-settings=""... do we want to do a JSON blob?
- # [20:34] <Hixie_> annevk: or something more user-friendly?
- # [20:34] <Hixie_> annevk: and do we want to reflect that as a DOMString? or something more usable?
- # [20:34] <Hixie_> annevk: it's just a flat name-value pair dictionary, no? nothing complex?
- # [20:35] * Joins: weinig (~weinig@17.114.216.157)
- # [20:35] <Hixie_> annevk: maybe it should just be a semi-colon separated set of colon-separated name/value pairs?
- # [20:35] * caitp- is now known as caitp
- # [20:35] * Joins: waddlesplash (~roflcoptr@63.165.243.14)
- # [20:36] * Parts: waddlesplash (~roflcoptr@63.165.243.14) ("See you on the flip side!")
- # [20:37] * Joins: Smylers (~smylers@host86-163-17-51.range86-163.btcentralplus.com)
- # [20:43] * Quits: ambv (~ambv@173.252.71.129) (Quit: sys.exit(0) # computer went to sleep)
- # [20:45] * Joins: tj_vantoll (~Adium@2601:4:5380:2ec:5947:7989:c17f:4b7f)
- # [20:49] * Quits: annevk (~annevk@46-127-136-57.dynamic.hispeed.ch) (Remote host closed the connection)
- # [20:49] * Joins: annevk (~annevk@46-127-136-57.dynamic.hispeed.ch)
- # [20:50] <annevk> Hixie_: if you want both headers and settings, it'll be more complex than name-value
- # [20:51] <Hixie_> ah, right
- # [20:51] <annevk> Hixie_: well, it's name-value, but not string-string
- # [20:52] * Joins: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net)
- # [20:53] <annevk> SamB: I haven't really considered it in detail, it's mostly a thought
- # [20:54] <annevk> SamB: would require quite a bit more effort to turn this into something tangible
- # [20:57] * Quits: say2joe (~say2joe@rrcs-76-79-68-2.west.biz.rr.com) (Quit: Leaving.)
- # [20:58] * Quits: Smylers (~smylers@host86-163-17-51.range86-163.btcentralplus.com) (Quit: Leaving.)
- # [20:59] * Quits: galaxyAbstractor (~galaxyAbs@rofl.pixomania.net) (Ping timeout: 244 seconds)
- # [21:07] * Joins: zcorpan_ (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [21:08] * Joins: weinig_ (~weinig@17.114.216.57)
- # [21:09] * Joins: scor (~scor@156.39.191.244)
- # [21:09] * Quits: scor (~scor@156.39.191.244) (Changing host)
- # [21:09] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [21:14] <annevk> Array.prototype.slice has a fast path for NodeList https://twitter.com/bz_moz/status/500121412523532288
- # [21:14] <annevk> Oh DOM, you so bad
- # [21:15] * Quits: zcorpan_ (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [21:17] * Joins: ambv (~ambv@206.108.217.134)
- # [21:18] * Quits: jacobolus (~jacobolus@253.sub-70-209-207.myvzw.com) (Read error: Connection reset by peer)
- # [21:18] * Joins: barnabywalters (~barnabywa@89.17.128.127)
- # [21:18] * Joins: jacobolu_ (~jacobolus@2600:1012:b114:3ff0:41f5:1d82:77c9:8d45)
- # [21:21] * Quits: bholley (~bholley@98.210.101.88) (Quit: Textual IRC Client: www.textualapp.com)
- # [21:22] * Joins: galaxyAbstractor (~galaxyAbs@rofl.pixomania.net)
- # [21:23] * Joins: say2joe (~say2joe@rrcs-76-79-68-2.west.biz.rr.com)
- # [21:24] * Quits: jacobolu_ (~jacobolus@2600:1012:b114:3ff0:41f5:1d82:77c9:8d45)
- # [21:24] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [21:26] * Quits: barnabywalters (~barnabywa@89.17.128.127) (Quit: barnabywalters)
- # [21:27] * Quits: estellevw (~estellewy@209.49.66.106) (Ping timeout: 250 seconds)
- # [21:27] * Quits: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net) (Ping timeout: 240 seconds)
- # [21:32] * Joins: ShaneHudson (~ShaneHuds@2.30.121.218)
- # [21:32] * Joins: dbaron (~dbaron@2620:101:80fb:224:91b4:ba82:9eb8:9aef)
- # [21:32] * Quits: mpaarating (~mpaaratin@rrcs-97-78-217-146.se.biz.rr.com) (Quit: mpaarating)
- # [21:33] * Joins: estellevw (~estellewy@209.49.66.106)
- # [21:33] * Quits: weinig_ (~weinig@17.114.216.57) (Quit: weinig_)
- # [21:35] * Quits: jeremyj (~jeremyj@17.202.49.56) (Quit: Textual IRC Client: www.textualapp.com)
- # [21:37] * Joins: jeremyj (~jeremyj@17.202.49.56)
- # [21:48] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [21:50] * Joins: scor (~scor@156.39.191.244)
- # [21:50] * Quits: scor (~scor@156.39.191.244) (Changing host)
- # [21:50] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [21:51] * Joins: rcombs (~rcombs@rcombs.me)
- # [21:54] * Joins: felipedefarias (~felipedef@189-19-85-225.dsl.telesp.net.br)
- # [21:58] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [22:00] * Quits: felipedefarias (~felipedef@189-19-85-225.dsl.telesp.net.br) (Remote host closed the connection)
- # [22:00] * Quits: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Quit: Yaaic - Yet another Android IRC client - http://www.yaaic.org)
- # [22:00] * Joins: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [22:00] * Quits: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Client Quit)
- # [22:01] * Joins: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [22:06] * Quits: KevinMarks2 (~yaaic@2607:fb90:50b:8216:2092:a5e0:f933:1d1f) (Quit: Yaaic - Yet another Android IRC client - http://www.yaaic.org)
- # [22:07] * Joins: KevinMarks2 (~yaaic@2607:fb90:50b:8216:2092:a5e0:f933:1d1f)
- # [22:08] * Quits: KevinMarks2 (~yaaic@2607:fb90:50b:8216:2092:a5e0:f933:1d1f) (Client Quit)
- # [22:08] * Joins: Kevinmarks__ (~yaaic@2607:fb90:50b:8216:2092:a5e0:f933:1d1f)
- # [22:09] * Quits: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Quit: Yaaic - Yet another Android IRC client - http://www.yaaic.org)
- # [22:09] * Joins: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [22:11] * Joins: Kevinmarks___ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [22:14] * Joins: weinig_ (~weinig@17.114.216.57)
- # [22:14] * Quits: Kevinmarks__ (~yaaic@2607:fb90:50b:8216:2092:a5e0:f933:1d1f) (Ping timeout: 240 seconds)
- # [22:17] * Quits: ShaneHudson (~ShaneHuds@2.30.121.218) (Quit: Computer fell asleep.)
- # [22:17] * Quits: Kevinmarks___ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Quit: Yaaic - Yet another Android IRC client - http://www.yaaic.org)
- # [22:19] * Joins: KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [22:19] * Joins: ShaneHudson (~ShaneHuds@2.30.121.218)
- # [22:19] * Quits: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [22:22] * Joins: marcosc_ (~marcosc@135-23-143-163.cpe.pppoe.ca)
- # [22:23] * Quits: marcosc (~marcosc@135-23-143-163.cpe.pppoe.ca) (Ping timeout: 240 seconds)
- # [22:24] * Quits: bryanhowarth (~bryanhowa@unaffiliated/bryanhowarth) (Quit: sleep | bryan.howarth@gmail.com | twitter.com/bryanhowarth)
- # [22:25] * Quits: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (Quit: is sleepy)
- # [22:31] * Quits: jeremyj (~jeremyj@17.202.49.56) (Ping timeout: 246 seconds)
- # [22:32] * Quits: roc (~chatzilla@121-99-139-71.bng1.tvc.orcon.net.nz) (Remote host closed the connection)
- # [22:33] * Joins: jacobolus (~jacobolus@2600:1012:b114:3ff0:41f5:1d82:77c9:8d45)
- # [22:33] * Joins: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com)
- # [22:33] * Joins: jeremyj (~jeremyj@17.245.27.54)
- # [22:40] * Joins: bholley (~bholley@98.210.101.88)
- # [22:40] * Joins: bryanhowarth (~bryanhowa@unaffiliated/bryanhowarth)
- # [22:44] * Joins: weinig__ (~weinig@17.114.216.57)
- # [22:44] * Quits: weinig_ (~weinig@17.114.216.57) (Read error: Connection reset by peer)
- # [22:48] * Joins: satazor (~satazor@123.87.37.188.rev.vodafone.pt)
- # [22:49] * Joins: Smylers (~smylers@host86-163-17-51.range86-163.btcentralplus.com)
- # [22:50] <miketaylr> is there a specified behavior for https://miketaylr.com/bzla/docwrite.html?
- # [22:50] <miketaylr> firefox/presto and blink/webkit disagree
- # [22:52] <caitp> typeof undefined is usually not "function"
- # [22:53] <Ms2ger> Probably, yes
- # [22:53] <Ms2ger> I'll bet that hsivonen even knows which one is right
- # [22:54] <Ms2ger> I suspect it's Fx/Presto
- # [22:54] * Quits: satazor (~satazor@123.87.37.188.rev.vodafone.pt) (Remote host closed the connection)
- # [22:54] <Ms2ger> Because the inner window changes
- # [22:54] * Quits: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com)
- # [22:54] <caitp> I get the same results in FF nightly and chrome stable
- # [22:54] <caitp> so... go figure?
- # [22:56] * Quits: Ms2ger (~Ms2ger@67.192-64-87.adsl-dyn.isp.belgacom.be) (Quit: nn)
- # [22:57] * Quits: bryanhowarth (~bryanhowa@unaffiliated/bryanhowarth) (Quit: sleep | bryan.howarth@gmail.com | twitter.com/bryanhowarth)
- # [22:57] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [22:57] <miketaylr> caitp: really
- # [22:58] <miketaylr> i get different results in chrome stable and canary... and chrome mobile
- # [22:58] * Quits: TallTed (~Thud@63.119.36.36)
- # [22:58] * Joins: othermaciej (~mjs@17.114.217.230)
- # [22:58] <miketaylr> naturally there are sites depending on this... https://bugzilla.mozilla.org/show_bug.cgi?id=1015725#c2
- # [22:59] <caitp> seems to be same results in canary (39.0.2129.0 (Official Build 290688) canary) too
- # [22:59] <miketaylr> let me take out document.googWrite
- # [22:59] <miketaylr> you might be hitting that
- # [22:59] <miketaylr> :P
- # [23:00] <miketaylr> caitp: so once you click the button, Chrome and Firefox both say ____?
- # [23:00] <miketaylr> for me, chrome says true, fx false
- # [23:00] <caitp> ah I see
- # [23:01] <caitp> yes, different results there
- # [23:01] <miketaylr> ok, phew
- # [23:03] * Quits: KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [23:08] * Quits: say2joe (~say2joe@rrcs-76-79-68-2.west.biz.rr.com) (Quit: Leaving.)
- # [23:08] * Joins: say2joe (~say2joe@rrcs-76-79-68-2.west.biz.rr.com)
- # [23:08] * Joins: scor (~scor@156.39.191.244)
- # [23:08] * Quits: scor (~scor@156.39.191.244) (Changing host)
- # [23:08] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [23:08] * Quits: weinig__ (~weinig@17.114.216.57) (Quit: weinig__)
- # [23:10] * Quits: jeremyj (~jeremyj@17.245.27.54) (Ping timeout: 250 seconds)
- # [23:10] * Quits: scor (~scor@drupal.org/user/52142/view) (Client Quit)
- # [23:14] * Joins: benschwarz (uid2121@gateway/web/irccloud.com/x-fxmquvoklgelrhkm)
- # [23:15] * Quits: jorgepedret (~jorgepedr@64-46-15-173.dyn.novuscom.net) (Quit: Computer has gone to sleep.)
- # [23:17] * Quits: tj_vantoll (~Adium@2601:4:5380:2ec:5947:7989:c17f:4b7f) (Read error: Connection reset by peer)
- # [23:17] * Quits: Smylers (~smylers@host86-163-17-51.range86-163.btcentralplus.com) (Quit: Leaving.)
- # [23:17] <caitp> well, the applicable spec that matters here is probably http://www.whatwg.org/specs/web-apps/current-work/#dom-document-open
- # [23:21] <caitp> so you get a new "window" global, effectively an entirely new script isolate really
- # [23:21] <caitp> so I guess we're doing the wrong thing in blink/v8
- # [23:26] * Joins: roc (~chatzilla@2001:cb0:b202:232:2677:3ff:fece:dc64)
- # [23:26] * Quits: zdobersek (~zan@109.201.152.16) (Quit: Leaving.)
- # [23:27] * Quits: abinader (sid21713@gateway/web/irccloud.com/x-xinbzucyovcqqzse)
- # [23:36] * Joins: JosephSilber (~JosephSil@ool-44c3e80a.static.optonline.net)
- # [23:36] * Quits: JosephSilber (~JosephSil@ool-44c3e80a.static.optonline.net) (Read error: Connection reset by peer)
- # [23:39] * Joins: jorgepedret (~jorgepedr@64-46-15-173.dyn.novuscom.net)
- # [23:40] <smaug____> miketaylr: Gecko does the right thing
- # [23:42] <miketaylr> thx caitp smaug____
- # [23:43] * Joins: JosephSilber (~JosephSil@ool-44c3e80a.static.optonline.net)
- # [23:43] <caitp> wonder if there's a crbug for that
- # [23:44] <miketaylr> dunno, will probably file one if not
- # [23:44] <miketaylr> but every site that uses mobify.js relies on their current behavior
- # [23:44] <caitp> i dunno if you can really call it a change that would "break the web" if other popular browsers are doing the right thing
- # [23:47] <miketaylr> heh, doing the right thing (and have broken mobile sites as a result)
- # [23:47] <caitp> https://crbug.com/149785 looks like there's a bug
- # [23:47] <miketaylr> yep, looks like it
- # [23:47] * Quits: Maurice` (copyman@5ED5617C.cm-7-6b.dynamic.ziggo.nl)
- # [23:51] * Quits: smaug____ (~chatzilla@cs78246079.pp.htv.fi) (Ping timeout: 246 seconds)
- # [23:56] * Quits: encryptd_fractl (~encryptd_@23.30.224.246) (Remote host closed the connection)
- # [23:56] * Quits: othermaciej (~mjs@17.114.217.230) (Quit: othermaciej)
- # [23:56] * Joins: KevinMarks (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net)
- # [23:56] * Quits: KevinMarks_ (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 255 seconds)
- # [23:57] * Quits: bholley (~bholley@98.210.101.88) (Quit: Textual IRC Client: www.textualapp.com)
- # Session Close: Thu Aug 21 00:00:00 2014
The end :)