Options:
Previous day, Next day
- # Session Start: Thu Apr 23 00:00:00 2015
- # Session Ident: #whatwg
- # [00:00] * Joins: mven (~textual@32.97.110.57)
- # [00:00] * Quits: mven (~textual@32.97.110.57) (Excess Flood)
- # [00:02] * Quits: tav_ (~tav`@host31-52-143-108.range31-52.btcentralplus.com) (Read error: Connection reset by peer)
- # [00:03] * Joins: tav (~tav`@host31-52-143-108.range31-52.btcentralplus.com)
- # [00:11] * Quits: newtron (~newtron@184.175.1.192) (Remote host closed the connection)
- # [00:12] * Joins: hasather_ (~hasather@cm-84.210.170.16.getinternet.no)
- # [00:15] * Quits: eric_carlson (~ericc@c-24-6-239-9.hsd1.ca.comcast.net) (Quit: eric_carlson)
- # [00:15] * Joins: KevinMarks (~yaaic@2607:fb90:2705:9bdf:db12:4afd:c64e:c8d1)
- # [00:16] * Quits: KevinMarks__ (~yaaic@2607:fb90:5a2:3ef9:9d7a:bf23:a261:fd36) (Ping timeout: 245 seconds)
- # [00:16] * Quits: hasather_ (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 248 seconds)
- # [00:18] * Joins: newtron (~newtron@184.175.1.192)
- # [00:19] * Quits: Hory (Hory@2a02:2f0c:200f:ffff::50c:c9c2) (Read error: Connection reset by peer)
- # [00:23] * Joins: roc (~chatzilla@2001:cb0:b202:224:2677:3ff:fece:dc64)
- # [00:25] <TabAtkins> zcorpan: Any chance you can search for any pages with "@media not" or "media='not", and give me the rest of the MQ?
- # [00:27] <TabAtkins> Seeking forward to the { or newline in the first case, and to the matching quote in the other.
- # [00:27] <TabAtkins> Wanna do some analysis on whether using Kleene's 3-value truth algebra is backwards compatible, or if we have to do something slightly different.
- # [00:29] * Quits: newtron (~newtron@184.175.1.192) (Remote host closed the connection)
- # [00:30] * Joins: newtron_ (~newtron@184.175.1.192)
- # [00:31] * Joins: KevinMarks_ (~yaaic@12.176.89.153)
- # [00:34] <TabAtkins> (In particular, the question is whether "false AND unknown" should evaluate to false or unknown. Naively preserving backwards compat demands "unknown", but if the breakage would be minimal or non-existent, evaluating to "false" has more consistent semantics.)
- # [00:34] * Quits: KevinMarks (~yaaic@2607:fb90:2705:9bdf:db12:4afd:c64e:c8d1) (Ping timeout: 245 seconds)
- # [00:35] * Joins: jyasskin (jyasskin@nat/google/x-naxhkigitxxpvmzx)
- # [00:40] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Remote host closed the connection)
- # [00:42] * Quits: tantek (~tantek@68-27-230-103.pools.spcsdns.net) (Ping timeout: 256 seconds)
- # [00:45] * Joins: tantek (~tantek@23.79.231.14)
- # [00:54] * Quits: bholley (~bholley@c-24-130-121-49.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [00:54] * Joins: bholley_ (~bholley@c-24-130-121-49.hsd1.ca.comcast.net)
- # [00:56] * Quits: benwerd (~benwerd@199.87.84.238) (Remote host closed the connection)
- # [00:57] <dglazkov> annevk: what are your thoughts on https://github.com/w3c/webcomponents/wiki/Proposal-for-changes-to-manage-Shadow-DOM-content-distribution?
- # [00:58] <dglazkov> I posted mine here: https://lists.w3.org/Archives/Public/public-webapps/2015AprJun/0208.html
- # [01:00] * Joins: gavinc (~gavin@4efc-60a4-3e58-88d5-030d-4002-3420-2062.6rd.ip6.sonic.net)
- # [01:01] * Quits: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 244 seconds)
- # [01:01] * Joins: rniwa (~rniwa@17.245.24.205)
- # [01:02] * Quits: newtron_ (~newtron@184.175.1.192) (Remote host closed the connection)
- # [01:07] * Quits: frivoal (~frivoal@cm-84.208.175.177.getinternet.no) (Remote host closed the connection)
- # [01:07] * Quits: jwalden (~waldo@2620:101:80fc:224:7e7a:91ff:fe25:a5a3) (Ping timeout: 245 seconds)
- # [01:08] * Joins: jwalden (~waldo@2620:101:80fc:224:7e7a:91ff:fe25:a5a3)
- # [01:11] <TabAtkins> While I'm not strongly opposed to a slot-name-based distribution, it's extra ugly work. Requiring people to use an additional attribute/value combo for the declarative syntax, and requiring use of the imperative form to get anything better, just means the declarative form is a ghetto, and for no good reason.
- # [01:11] <TabAtkins> Super simple things, like "put an <h1> into your <x-slide>" become much more annoying. :/
- # [01:11] <TabAtkins> I mean, limiting the selectors that can be used is easy-peasy.
- # [01:15] <dglazkov> <x-side><h1>should work just fine</h1></x-side>, right?
- # [01:16] <dglazkov> oh, you mean the <details><summary> use case.
- # [01:18] <TabAtkins> dglazkov: Yeah, the <details> thing is actually pretty common. I wanna be able to write <x-slide><h1>A topic</h1><p>stuff about the topic<p>more stuff</x-slide>
- # [01:19] <TabAtkins> And if I have to write <x-slide><h1 content-slot="heading">A topic</h1><p>stuff about the topic<p>more stuff</x-slide> it's like, really? Really??
- # [01:19] <dglazkov> I think we should start a page documenting where the flexibility is lost on the wiki
- # [01:19] <TabAtkins> Just screenshot the email thread. ^_^
- # [01:20] * Joins: bholley (~bholley@c-24-130-121-49.hsd1.ca.comcast.net)
- # [01:22] * Quits: bholley_ (~bholley@c-24-130-121-49.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [01:22] <TabAtkins> This sort of syntax just screams "this is bolted-on, and we don't care that it's obvious".
- # [01:23] * Quits: jernoble_ (~jernoble@17.245.26.213) (Quit: Computer has gone to sleep.)
- # [01:24] <TabAtkins> But also, reprojection being essentially impossible without explicit coordination sinks this right away imo.
- # [01:26] * Quits: JoWie (~Joris@ip5657532f.direct-adsl.nl) (Quit: sleep)
- # [01:32] * Joins: jernoble_ (~jernoble@76.74.153.36)
- # [01:32] * Quits: dcheng (dcheng@nat/google/x-okkzmtduqekpqnpj) (Remote host closed the connection)
- # [01:33] * Quits: Ms2ger (~Ms2ger@198.192-64-87.adsl-dyn.isp.belgacom.be) (Quit: nn)
- # [01:38] * Joins: dcheng (dcheng@nat/google/x-mzzbmkvgkgmrfhuy)
- # [01:43] * Joins: darobin (~darobin@2a01:e34:ed05:d180:6196:60a9:232f:fdd5)
- # [01:45] * Quits: bradleymeck (~bradleyme@cpe-70-114-246-88.austin.res.rr.com) (Quit: bradleymeck)
- # [01:48] * Joins: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [01:48] * Quits: darobin (~darobin@2a01:e34:ed05:d180:6196:60a9:232f:fdd5) (Remote host closed the connection)
- # [01:51] * Quits: jwalden (~waldo@2620:101:80fc:224:7e7a:91ff:fe25:a5a3) (Quit: netcycling)
- # [01:52] * Joins: jwalden (~waldo@2620:101:80fc:224:7e7a:91ff:fe25:a5a3)
- # [01:58] * Joins: jdaggett_ (~jdaggett@61-121-216-2.bitcat.net)
- # [01:58] * Quits: ehsan_ (~ehsan@2001:450:1f:224:21a0:2718:7755:23c2) (Remote host closed the connection)
- # [02:01] * Joins: hasather_ (~hasather@cm-84.210.170.16.getinternet.no)
- # [02:03] * Joins: benwerd (~benwerd@199.87.84.238)
- # [02:06] * Quits: hasather_ (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 256 seconds)
- # [02:08] * Quits: tantek (~tantek@23.79.231.14) (Quit: tantek)
- # [02:08] * Joins: encryptd_fractl (~encryptd_@24-177-126-4.dhcp.mdsn.wi.charter.com)
- # [02:10] * Quits: igoroliveira (uid20755@gateway/web/irccloud.com/x-enkpklytatyicwxk) (Quit: Connection closed for inactivity)
- # [02:14] * Quits: dbaron (~dbaron@2620:101:80fb:224:899a:86ba:55d9:61b2) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [02:18] <rniwa> Domenic: I don't understand your comment on https://www.w3.org/Bugs/Public/show_bug.cgi?id=28544 at all
- # [02:18] <rniwa> Domenic: import { myClass } from 'mymodule';
- # [02:18] <rniwa> var a = new myClass;
- # [02:18] * Quits: smaug____ (~chatzilla@2620:101:80fb:232:c685:8ff:fe45:4ad4) (Ping timeout: 245 seconds)
- # [02:18] <rniwa> Domenic: wouldn't result in a ReferenceError of any sort
- # [02:19] * Quits: KevinMarks_ (~yaaic@12.176.89.153) (Ping timeout: 250 seconds)
- # [02:20] <caitp-> my understanding is that module imports are resolved before evaluation starts
- # [02:20] * Quits: jsbell (jsbell@nat/google/x-mswqapkcicbusfqv) (Quit: There's no place like home...)
- # [02:20] <caitp-> too lazy to confirm
- # [02:20] <caitp-> tdz of some sort i'm sure, but still
- # [02:21] * Joins: KevinMarks (~yaaic@2607:fb90:2706:fd5c:f376:6e5f:f71c:e260)
- # [02:24] <rniwa> caitp-: Right.
- # [02:25] <rniwa> caitp-: the fact it blows up in the case of a circular dependency is an orthogonal issue
- # [02:25] <caitp-> iirc there's language to solve that, too
- # [02:26] <caitp-> at the very least direct circular imports are ignored
- # [02:27] <caitp-> oh, s/ignored/throws a syntax error
- # [02:28] * Quits: jernoble_ (~jernoble@76.74.153.36) (Quit: Computer has gone to sleep.)
- # [02:30] <rniwa> caitp-: I think we did solve that issue by throwing ReferenceError
- # [02:30] <caitp-> yes, ResolveExport returns null, and in response all callers throw a SyntaxError
- # [02:30] <caitp-> so, maybe not quite as nice
- # [02:34] <rniwa> caitp-: well, circular dependency usually implies a programming error though
- # [02:34] <rniwa> so that might be okay
- # [02:34] <rniwa> although there are legitimate use cases...
- # [02:34] * Joins: bradleymeck (~bradleyme@cpe-70-114-246-88.austin.res.rr.com)
- # [02:39] <caitp-> in any case it's not a reference error or type error to touch an import "before it's loaded", because you can't (with the exception of dynamic module imports)
- # [02:44] * Quits: bradleymeck (~bradleyme@cpe-70-114-246-88.austin.res.rr.com) (Quit: bradleymeck)
- # [02:44] * heycam is now known as heycam|away
- # [02:45] * Joins: ambv_ (~ambv@c-71-202-24-187.hsd1.ca.comcast.net)
- # [02:45] * Quits: mmn (~MattN@192.95.22.58) (Ping timeout: 256 seconds)
- # [02:46] * Joins: mmn (~MattN@192.95.22.58)
- # [02:46] * Joins: ambv__ (~ambv@199.201.64.2)
- # [02:46] * Quits: ambv (~ambv@199.201.64.2) (Read error: Connection reset by peer)
- # [02:50] * Quits: ambv_ (~ambv@c-71-202-24-187.hsd1.ca.comcast.net) (Ping timeout: 276 seconds)
- # [02:58] * Quits: encryptd_fractl (~encryptd_@24-177-126-4.dhcp.mdsn.wi.charter.com) (Remote host closed the connection)
- # [03:01] * Quits: benwerd (~benwerd@199.87.84.238) (Quit: Feeling terrible. Home to bed.)
- # [03:02] * Quits: sarri (~sari@unaffiliated/sarri) (Ping timeout: 250 seconds)
- # [03:06] * Joins: sarri (~sari@unaffiliated/sarri)
- # [03:07] * Joins: encryptd_fractl (~encryptd_@24-177-126-4.dhcp.mdsn.wi.charter.com)
- # [03:10] * Quits: ap (~ap@17.202.44.214)
- # [03:22] * Quits: bholley (~bholley@c-24-130-121-49.hsd1.ca.comcast.net)
- # [03:23] * Quits: jdaggett_ (~jdaggett@61-121-216-2.bitcat.net) (Quit: jdaggett_)
- # [03:24] * Joins: jdaggett_ (~jdaggett@61-121-216-2.bitcat.net)
- # [03:26] * Joins: KevinMarks_ (~KevinMark@2620:101:80fb:232:4ce7:875c:597e:9819)
- # [03:27] * Quits: jyasskin (jyasskin@nat/google/x-naxhkigitxxpvmzx) (Quit: My computer has gone to sleep. ZZZzzz…)
- # [03:32] * Joins: eric_carlson (~ericc@c-24-6-239-9.hsd1.ca.comcast.net)
- # [03:32] * Joins: tantek (~tantek@corp-nat.p2p.sfo1.mozilla.com)
- # [03:35] * xiinotulp is now known as plutoniix
- # [03:37] * Quits: ambv__ (~ambv@199.201.64.2) (Quit: sys.exit(0) # computer went to sleep)
- # [03:42] * Joins: ambv (~ambv@199.201.64.2)
- # [03:45] * Joins: Goplat (~goplat@reactos/developer/Goplat)
- # [03:50] * Joins: hasather_ (~hasather@cm-84.210.170.16.getinternet.no)
- # [03:54] * Quits: hasather_ (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 250 seconds)
- # [03:57] * heycam|away is now known as heycam
- # [04:07] * Joins: jyasskin (~jyasskin@173-228-80-34.dsl.static.fusionbroadband.com)
- # [04:08] * Joins: ambv_ (~ambv@c-71-202-24-187.hsd1.ca.comcast.net)
- # [04:09] * Joins: tommyliu (~tommyliu@218.18.1.30)
- # [04:12] * Quits: ambv (~ambv@199.201.64.2) (Ping timeout: 250 seconds)
- # [04:12] * Quits: jdaggett_ (~jdaggett@61-121-216-2.bitcat.net) (Quit: jdaggett_)
- # [04:14] * Quits: tommyliu (~tommyliu@218.18.1.30) (Read error: Connection reset by peer)
- # [04:14] * Joins: tommyliu_ (~tommyliu@li587-82.members.linode.com)
- # [04:17] * Quits: jyasskin (~jyasskin@173-228-80-34.dsl.static.fusionbroadband.com) (Quit: My computer has gone to sleep. ZZZzzz…)
- # [04:18] * Joins: jdaggett__ (~jdaggett@61-121-216-2.bitcat.net)
- # [04:20] * Joins: marcosc_ (~marcosc@135-23-143-20.cpe.pppoe.ca)
- # [04:20] * Quits: marcosc (~marcosc@135-23-143-20.cpe.pppoe.ca) (Read error: Connection reset by peer)
- # [04:25] * Quits: tantek (~tantek@corp-nat.p2p.sfo1.mozilla.com) (Quit: tantek)
- # [04:28] * Joins: tommyliu (~tommyliu@218.18.1.30)
- # [04:29] * Quits: tommyliu (~tommyliu@218.18.1.30) (Read error: Connection reset by peer)
- # [04:29] * Quits: KevinMarks_ (~KevinMark@2620:101:80fb:232:4ce7:875c:597e:9819) (Ping timeout: 245 seconds)
- # [04:30] * Joins: marcosc (~marcosc@135-23-143-20.cpe.pppoe.ca)
- # [04:30] * Quits: marcosc_ (~marcosc@135-23-143-20.cpe.pppoe.ca) (Read error: Connection reset by peer)
- # [04:31] * Quits: tommyliu_ (~tommyliu@li587-82.members.linode.com) (Ping timeout: 245 seconds)
- # [04:32] * Joins: bradleymeck (~bradleyme@cpe-70-114-246-88.austin.res.rr.com)
- # [04:33] * Joins: dbaron (~dbaron@173-228-85-118.dsl.dynamic.fusionbroadband.com)
- # [04:40] * Quits: rniwa (~rniwa@17.245.24.205) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [04:40] * Quits: bradleymeck (~bradleyme@cpe-70-114-246-88.austin.res.rr.com) (Quit: bradleymeck)
- # [04:42] * Quits: jwalden (~waldo@2620:101:80fc:224:7e7a:91ff:fe25:a5a3) (Quit: back from home)
- # [05:01] * Joins: tommyliu (~tommyliu@218.18.1.30)
- # [05:04] * Joins: jwalden (~waldo@c-50-168-55-219.hsd1.ca.comcast.net)
- # [05:14] * Quits: encryptd_fractl (~encryptd_@24-177-126-4.dhcp.mdsn.wi.charter.com) (Remote host closed the connection)
- # [05:18] * heycam is now known as heycam|away
- # [05:21] * Joins: hgl- (~hgl@unaffiliated/hgl)
- # [05:21] * Quits: hgl (~hgl@unaffiliated/hgl) (Read error: Connection reset by peer)
- # [05:21] * hgl- is now known as hgl
- # [05:33] * Quits: KevinMarks (~yaaic@2607:fb90:2706:fd5c:f376:6e5f:f71c:e260) (Ping timeout: 245 seconds)
- # [05:38] * Joins: hasather_ (~hasather@cm-84.210.170.16.getinternet.no)
- # [05:43] * Quits: hasather_ (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 264 seconds)
- # [05:50] * Joins: jernoble_ (~jernoble@162.217.73.171)
- # [05:53] * Joins: rniwa (~rniwa@67.164.23.121)
- # [05:54] * Joins: bholley (~bholley@c-24-130-121-49.hsd1.ca.comcast.net)
- # [05:54] * Quits: rniwa (~rniwa@67.164.23.121) (Client Quit)
- # [05:57] * Joins: rniwa (~rniwa@67.164.23.121)
- # [05:59] * Joins: bradleymeck (~bradleyme@99-20-94-62.lightspeed.austtx.sbcglobal.net)
- # [06:03] * Joins: mven (~textual@cpe-72-183-104-138.austin.res.rr.com)
- # [06:03] * Quits: mven (~textual@cpe-72-183-104-138.austin.res.rr.com) (Excess Flood)
- # [06:07] * Quits: bholley (~bholley@c-24-130-121-49.hsd1.ca.comcast.net) (Ping timeout: 250 seconds)
- # [06:07] * Joins: bholley (~bholley@c-24-130-121-49.hsd1.ca.comcast.net)
- # [06:09] * Joins: smaug____ (~chatzilla@207-47-25-82.static-ip.telepacific.net)
- # [06:17] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [06:26] * Joins: caitp__ (~caitp@24.114.76.86)
- # [06:27] * Quits: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 244 seconds)
- # [06:28] * Quits: caitp (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 256 seconds)
- # [06:33] * Joins: smaug_____ (~chatzilla@207-47-25-82.static-ip.telepacific.net)
- # [06:35] * Quits: smaug____ (~chatzilla@207-47-25-82.static-ip.telepacific.net) (Ping timeout: 248 seconds)
- # [06:35] * smaug_____ is now known as smaug____
- # [06:39] * Quits: psy_ (~psy@103.6.159.177) (Ping timeout: 250 seconds)
- # [06:43] * Quits: caitp__ (~caitp@24.114.76.86) (Ping timeout: 244 seconds)
- # [06:48] * Joins: caitp__ (~caitp@24.114.67.253)
- # [06:48] * Quits: bholley (~bholley@c-24-130-121-49.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [06:48] * Joins: bholley (~bholley@c-24-130-121-49.hsd1.ca.comcast.net)
- # [06:53] * Quits: manu (~manu@216.252.204.51) (Ping timeout: 255 seconds)
- # [06:55] * Quits: bholley (~bholley@c-24-130-121-49.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [06:55] * Joins: bholley_ (~bholley@c-24-130-121-49.hsd1.ca.comcast.net)
- # [07:01] * heycam|away is now known as heycam
- # [07:13] * Joins: ohaibbq (~ohaibbq@98.248.65.213)
- # [07:18] * Quits: capella-s3 (~yaaic@cpe-24-59-162-151.twcny.res.rr.com) (Ping timeout: 265 seconds)
- # [07:23] * Joins: jsx (uid48919@fsf/intern/jsx)
- # [07:27] * Joins: hasather_ (~hasather@cm-84.210.170.16.getinternet.no)
- # [07:28] * Joins: bholley (~bholley@c-24-130-121-49.hsd1.ca.comcast.net)
- # [07:28] * Quits: bholley_ (~bholley@c-24-130-121-49.hsd1.ca.comcast.net) (Ping timeout: 250 seconds)
- # [07:30] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [07:30] * Joins: mven (~textual@cpe-72-183-104-138.austin.res.rr.com)
- # [07:30] * Quits: mven (~textual@cpe-72-183-104-138.austin.res.rr.com) (Excess Flood)
- # [07:31] * Joins: mven (~textual@cpe-72-183-104-138.austin.res.rr.com)
- # [07:31] * Quits: mven (~textual@cpe-72-183-104-138.austin.res.rr.com) (Excess Flood)
- # [07:31] * Quits: bholley (~bholley@c-24-130-121-49.hsd1.ca.comcast.net) (Client Quit)
- # [07:32] * Quits: hasather_ (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 264 seconds)
- # [07:33] * Joins: psy_ (~psy@103.6.159.177)
- # [07:33] * Joins: KevinMarks (~yaaic@2607:fb90:2706:fd5c:f376:6e5f:f71c:e260)
- # [07:34] * Quits: psy_ (~psy@103.6.159.177) (Max SendQ exceeded)
- # [07:34] * Joins: psy_ (~psy@103.6.159.177)
- # [07:39] * Quits: smaug____ (~chatzilla@207-47-25-82.static-ip.telepacific.net) (Ping timeout: 250 seconds)
- # [07:41] * Quits: roc (~chatzilla@2001:cb0:b202:224:2677:3ff:fece:dc64) (Remote host closed the connection)
- # [07:44] * Quits: caitp__ (~caitp@24.114.67.253) (Ping timeout: 244 seconds)
- # [07:52] * Quits: thinkxl (~thinkxl@74-95-237-22-Houston.hfc.comcastbusiness.net) (Ping timeout: 250 seconds)
- # [07:55] * Joins: caitp (~caitp@24.114.72.138)
- # [07:57] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [07:58] * Quits: bradleymeck (~bradleyme@99-20-94-62.lightspeed.austtx.sbcglobal.net) (Quit: bradleymeck)
- # [08:02] * Quits: hswolff (~hswolff@cpe-74-72-23-108.nyc.res.rr.com) (Ping timeout: 250 seconds)
- # [08:04] * Quits: tommyliu (~tommyliu@218.18.1.30) (Read error: Connection reset by peer)
- # [08:04] * Joins: tommyliu (~tommyliu@li587-82.members.linode.com)
- # [08:08] * Joins: tommyliu_ (~tommyliu@218.18.1.30)
- # [08:10] <zcorpan> TabAtkins: can't omit </p> there, as it happens
- # [08:11] * Krinkle is now known as Krinkle|detached
- # [08:12] * Quits: tommyliu (~tommyliu@li587-82.members.linode.com) (Ping timeout: 246 seconds)
- # [08:13] * Quits: hgl (~hgl@unaffiliated/hgl) (Max SendQ exceeded)
- # [08:14] * Joins: hgl (~hgl@unaffiliated/hgl)
- # [08:18] * Joins: hswolff (~hswolff@cpe-74-72-23-108.nyc.res.rr.com)
- # [08:21] * Joins: marcosc_ (~marcosc@135-23-143-20.cpe.pppoe.ca)
- # [08:21] * Quits: marcosc (~marcosc@135-23-143-20.cpe.pppoe.ca) (Read error: Connection reset by peer)
- # [08:24] * Quits: hswolff (~hswolff@cpe-74-72-23-108.nyc.res.rr.com) (Ping timeout: 272 seconds)
- # [08:24] * Joins: hswolff (~hswolff@cpe-74-72-23-108.nyc.res.rr.com)
- # [08:29] * Joins: ambv (~ambv@199.201.64.2)
- # [08:30] * Joins: capella-s3 (~yaaic@cpe-24-59-162-151.twcny.res.rr.com)
- # [08:33] * Quits: ambv_ (~ambv@c-71-202-24-187.hsd1.ca.comcast.net) (Ping timeout: 272 seconds)
- # [08:38] * Quits: tommyliu_ (~tommyliu@218.18.1.30) (Read error: Connection reset by peer)
- # [08:38] * Joins: tommyliu (~tommyliu@li587-82.members.linode.com)
- # [08:43] * Quits: caitp (~caitp@24.114.72.138) (Ping timeout: 250 seconds)
- # [08:43] * Joins: frivoal (~frivoal@cm-84.208.175.177.getinternet.no)
- # [08:45] * Joins: tommyliu_ (~tommyliu@218.18.1.30)
- # [08:45] * Quits: tommyliu (~tommyliu@li587-82.members.linode.com) (Read error: Connection reset by peer)
- # [08:46] * Joins: alrra (uid62345@gateway/web/irccloud.com/x-ibdzofketgauohcw)
- # [08:50] * Quits: CvP (~CvP@203.76.123.238) (Ping timeout: 245 seconds)
- # [08:50] * Joins: CvP (~CvP@203.76.123.238)
- # [08:51] * Quits: ohaibbq (~ohaibbq@98.248.65.213) (Quit: Leaving...)
- # [08:55] * Joins: caitp (~caitp@24.114.48.111)
- # [08:55] * Joins: KevinMarks_ (~KevinMark@172.56.39.8)
- # [08:56] * Joins: zdobersek (~zan@46.166.188.199)
- # [08:56] * Quits: ambv (~ambv@199.201.64.2) (Quit: sys.exit(0) # computer went to sleep)
- # [08:57] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
- # [09:02] <zcorpan> TabAtkins: help http://dev.w3.org/csswg/bikeshed/cssom-view/
- # [09:04] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Remote host closed the connection)
- # [09:04] <zcorpan> TabAtkins: also when i remove open() from Ignored Terms i get this:
- # [09:04] <zcorpan> WARNING: Multiple possible 'idl' refs for 'open()'.
- # [09:04] <zcorpan> Arbitrarily chose the one in html.
- # [09:04] <zcorpan> If this is wrong, insert one of the following lines into a <pre class=link-defaults> block:
- # [09:04] <zcorpan> spec:html; type:method; for:Window; text:open()
- # [09:04] <zcorpan> spec:html; type:method; for:Window; text:open()
- # [09:08] * Joins: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [09:08] * Joins: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [09:09] * Quits: caitp (~caitp@24.114.48.111) (Read error: Connection reset by peer)
- # [09:09] * Quits: hasather (~hasather@80.91.33.141) (Remote host closed the connection)
- # [09:09] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
- # [09:09] * Joins: hasather (~hasather@80.91.33.141)
- # [09:12] * Joins: roc (~chatzilla@121-98-107-86.bng1.tvc.orcon.net.nz)
- # [09:14] * Joins: KevinMarks__ (~yaaic@2607:fb90:270d:f0f6:af4a:1a0e:cab0:132a)
- # [09:14] * Joins: caitp (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [09:16] * Quits: KevinMarks (~yaaic@2607:fb90:2706:fd5c:f376:6e5f:f71c:e260) (Ping timeout: 245 seconds)
- # [09:16] * Quits: CvP (~CvP@203.76.123.238) (Ping timeout: 244 seconds)
- # [09:16] * Joins: hasather_ (~hasather@cm-84.210.170.16.getinternet.no)
- # [09:20] * Quits: hasather_ (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 250 seconds)
- # [09:21] * Joins: CvP (~CvP@203.76.123.238)
- # [09:25] * Joins: calvaris (~calvaris@fanzine.igalia.com)
- # [09:28] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Remote host closed the connection)
- # [09:29] * Joins: tantek (~tantek@70-36-139-190.dsl.dynamic.fusionbroadband.com)
- # [09:36] * Joins: thinkxl (~thinkxl@74-95-237-22-Houston.hfc.comcastbusiness.net)
- # [09:36] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com) (Read error: Connection reset by peer)
- # [09:37] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com)
- # [09:41] * Quits: thinkxl (~thinkxl@74-95-237-22-Houston.hfc.comcastbusiness.net) (Ping timeout: 255 seconds)
- # [09:43] * Quits: caitp (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 264 seconds)
- # [09:45] * Quits: mpt (~mpt@canonical/mpt) (Read error: Connection reset by peer)
- # [09:47] * Joins: darobin (~darobin@159.180.228.142)
- # [09:47] * Quits: roc (~chatzilla@121-98-107-86.bng1.tvc.orcon.net.nz) (Remote host closed the connection)
- # [09:48] * Joins: mpt (~mpt@canonical/mpt)
- # [09:50] * Quits: zdobersek (~zan@46.166.188.199) (Quit: Leaving.)
- # [09:51] * Joins: zdobersek (~zan@46.166.188.199)
- # [09:51] * Quits: calvaris (~calvaris@fanzine.igalia.com) (Ping timeout: 256 seconds)
- # [09:52] * Quits: dbaron (~dbaron@173-228-85-118.dsl.dynamic.fusionbroadband.com) (Ping timeout: 255 seconds)
- # [09:52] * Joins: calvaris (~calvaris@fanzine.igalia.com)
- # [09:55] * Quits: zdobersek (~zan@46.166.188.199) (Client Quit)
- # [09:55] * Joins: zdobersek (~zan@46.166.188.199)
- # [10:02] * Quits: psy_ (~psy@103.6.159.177) (Ping timeout: 264 seconds)
- # [10:04] * Quits: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 244 seconds)
- # [10:13] * Quits: jdaggett__ (~jdaggett@61-121-216-2.bitcat.net) (Ping timeout: 265 seconds)
- # [10:31] * Quits: KevinMarks_ (~KevinMark@172.56.39.8) (Ping timeout: 250 seconds)
- # [10:32] * heycam is now known as heycam|away
- # [10:36] * Joins: roc (~chatzilla@121-98-107-86.bng1.tvc.orcon.net.nz)
- # [10:46] * Quits: tommyliu_ (~tommyliu@218.18.1.30) (Remote host closed the connection)
- # [10:53] * Joins: psy_ (~psy@103.6.159.177)
- # [10:55] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [10:58] * Joins: KevinMarks (~yaaic@2607:fb90:2817:b61d:2773:3468:aa2a:aab0)
- # [11:00] * Quits: KevinMarks__ (~yaaic@2607:fb90:270d:f0f6:af4a:1a0e:cab0:132a) (Ping timeout: 245 seconds)
- # [11:05] * Joins: hasather_ (~hasather@cm-84.210.170.16.getinternet.no)
- # [11:06] * Joins: adactio (~adactio@212.42.170.121)
- # [11:09] * Quits: hasather_ (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 250 seconds)
- # [11:15] * Quits: jwalden (~waldo@c-50-168-55-219.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.87-8.1450hg.fc20 [XULRunner 32.0/20140902134853])
- # [11:25] * Joins: thinkxl (~thinkxl@74-95-237-22-Houston.hfc.comcastbusiness.net)
- # [11:26] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [11:30] * Quits: thinkxl (~thinkxl@74-95-237-22-Houston.hfc.comcastbusiness.net) (Ping timeout: 240 seconds)
- # [11:31] * Joins: espadrine (~tyl@LMontsouris-656-1-2-84.w80-12.abo.wanadoo.fr)
- # [11:37] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [11:37] * Joins: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [11:45] * Joins: Ms2ger (~Ms2ger@198.192-64-87.adsl-dyn.isp.belgacom.be)
- # [11:47] * Quits: adactio (~adactio@212.42.170.121) (Quit: adactio)
- # [11:48] * Quits: tantek (~tantek@70-36-139-190.dsl.dynamic.fusionbroadband.com) (Quit: tantek)
- # [11:49] * Joins: tommyliu (~tommyliu@113.104.214.76)
- # [12:03] * Quits: tommyliu (~tommyliu@113.104.214.76) (Read error: Connection reset by peer)
- # [12:04] * Joins: tommyliu (~tommyliu@li587-82.members.linode.com)
- # [12:04] * Joins: KevinMarks_ (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net)
- # [12:05] * Joins: hasather_ (~hasather@cm-84.210.170.16.getinternet.no)
- # [12:09] * Quits: tommyliu (~tommyliu@li587-82.members.linode.com) (Remote host closed the connection)
- # [12:10] * Quits: hasather_ (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 252 seconds)
- # [12:20] * Quits: ^esc (~esc-ape@77.119.130.235.wireless.dyn.drei.com) (Ping timeout: 264 seconds)
- # [12:24] * Quits: sarri (~sari@unaffiliated/sarri) (Ping timeout: 248 seconds)
- # [12:25] * Quits: psy_ (~psy@103.6.159.177) (Ping timeout: 256 seconds)
- # [12:36] * Quits: frivoal (~frivoal@cm-84.208.175.177.getinternet.no) (Remote host closed the connection)
- # [12:36] * Joins: tommyliu (~tommyliu@113.104.214.76)
- # [12:36] * Quits: tommyliu (~tommyliu@113.104.214.76) (Remote host closed the connection)
- # [12:37] * Joins: tommyliu (~tommyliu@113.104.214.76)
- # [12:42] * Quits: tommyliu (~tommyliu@113.104.214.76) (Quit: brb)
- # [12:46] * Joins: tommyliu (~tommyliu@113.104.214.76)
- # [13:03] * Joins: JoWie (~Joris@ip5657532f.direct-adsl.nl)
- # [13:04] * Joins: WLL (~WLL@unaffiliated/wll)
- # [13:12] * Joins: ^esc (~esc-ape@178.165.131.42.wireless.dyn.drei.com)
- # [13:14] * Joins: thinkxl (~thinkxl@74-95-237-22-Houston.hfc.comcastbusiness.net)
- # [13:15] * Quits: rniwa (~rniwa@67.164.23.121) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [13:18] * Quits: thinkxl (~thinkxl@74-95-237-22-Houston.hfc.comcastbusiness.net) (Ping timeout: 245 seconds)
- # [13:20] * Quits: Ms2ger (~Ms2ger@198.192-64-87.adsl-dyn.isp.belgacom.be) (Quit: bbl)
- # [13:23] * Quits: eric_carlson (~ericc@c-24-6-239-9.hsd1.ca.comcast.net) (Quit: eric_carlson)
- # [13:28] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Remote host closed the connection)
- # [13:29] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
- # [13:35] * Joins: frivoal (~frivoal@cm-84.208.175.177.getinternet.no)
- # [13:35] * Joins: psy__ (~psy@103.6.159.177)
- # [13:47] * Quits: WLL (~WLL@unaffiliated/wll) (Remote host closed the connection)
- # [13:54] * Joins: newtron (~newtron@184.175.1.192)
- # [13:54] * Joins: hasather_ (~hasather@cm-84.210.170.16.getinternet.no)
- # [13:59] * Quits: hasather_ (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 264 seconds)
- # [13:59] * Quits: newtron (~newtron@184.175.1.192) (Remote host closed the connection)
- # [14:03] * Quits: dshwang (~dshwang@134.134.139.76) (Quit: Leaving)
- # [14:03] * Joins: dshwang (~dshwang@134.134.139.76)
- # [14:07] * Quits: FerasM____ (sid28672@gateway/web/irccloud.com/x-jskitiottnzvrrnv) (Quit: Connection closed for inactivity)
- # [14:31] <MikeSmith> /win/win 2
- # [14:34] * Quits: psy__ (~psy@103.6.159.177) (Ping timeout: 256 seconds)
- # [14:36] * Quits: dshwang (~dshwang@134.134.139.76) (Remote host closed the connection)
- # [14:40] * Joins: Kolombiken (~Adium@gateway.creuna.se)
- # [14:49] * Joins: psy__ (~psy@103.6.159.177)
- # [14:50] * Joins: newtron (~newtron@199.71.174.203)
- # [14:54] * Joins: eric_carlson (~ericc@17.202.49.94)
- # [14:55] <ondras> win-win!
- # [15:16] * Quits: hasather (~hasather@80.91.33.141) (Remote host closed the connection)
- # [15:17] * Joins: hasather (~hasather@80.91.33.141)
- # [15:27] * Joins: smaug____ (~chatzilla@207-47-25-82.static-ip.telepacific.net)
- # [15:28] * Joins: igoroliveira (uid20755@gateway/web/irccloud.com/x-agnanqusuanqcuzj)
- # [15:28] * Joins: mven (~textual@32.97.110.57)
- # [15:29] * Quits: mven (~textual@32.97.110.57) (Excess Flood)
- # [15:32] * Joins: dshwang (~dshwang@134.134.139.76)
- # [15:33] * Joins: TallTed (~Thud@63.119.36.36)
- # [15:36] * Quits: calvaris (~calvaris@fanzine.igalia.com) (Ping timeout: 264 seconds)
- # [15:36] * Joins: calvaris (~calvaris@fanzine.igalia.com)
- # [15:37] * Joins: newtron_ (~newtron@199.71.174.203)
- # [15:37] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [15:38] * Quits: newtron (~newtron@199.71.174.203) (Ping timeout: 256 seconds)
- # [15:43] * Joins: hasather_ (~hasather@cm-84.210.170.16.getinternet.no)
- # [15:46] * Joins: Ms2ger (~Ms2ger@193.190.253.150)
- # [15:48] * Quits: hasather_ (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 264 seconds)
- # [15:49] * Joins: WLL (~WLL@unaffiliated/wll)
- # [15:53] * Joins: manu (~manu@216.252.204.51)
- # [16:00] * Joins: bradleymeck (~bradleyme@99-20-94-62.lightspeed.austtx.sbcglobal.net)
- # [16:03] * Joins: encryptd_fractl (~encryptd_@24-177-126-4.dhcp.mdsn.wi.charter.com)
- # [16:03] * Joins: mven (~textual@32.97.110.57)
- # [16:03] * Quits: mven (~textual@32.97.110.57) (Excess Flood)
- # [16:04] * Quits: WLL (~WLL@unaffiliated/wll) (Read error: No route to host)
- # [16:06] * Quits: smaug____ (~chatzilla@207-47-25-82.static-ip.telepacific.net) (Ping timeout: 245 seconds)
- # [16:08] * Quits: newtron_ (~newtron@199.71.174.203) (Quit: Leaving...)
- # [16:09] * Quits: jyasskin_w (jyasskin@nat/google/x-synnebgvdooykghj) (Ping timeout: 245 seconds)
- # [16:09] * Joins: newtron (~newtron@199.71.174.203)
- # [16:14] * Quits: frivoal (~frivoal@cm-84.208.175.177.getinternet.no) (Remote host closed the connection)
- # [16:18] * Quits: bradleymeck (~bradleyme@99-20-94-62.lightspeed.austtx.sbcglobal.net) (Quit: bradleymeck)
- # [16:21] * Joins: jyasskin_w (jyasskin@nat/google/x-eczitkqlfekapvua)
- # [16:22] * Joins: thinkxl (~thinkxl@74-95-237-22-Houston.hfc.comcastbusiness.net)
- # [16:30] * Joins: marcosc (~marcosc@135-23-143-20.cpe.pppoe.ca)
- # [16:30] * Quits: marcosc_ (~marcosc@135-23-143-20.cpe.pppoe.ca) (Read error: Connection reset by peer)
- # [16:33] * Joins: frivoal (~frivoal@cm-84.208.175.177.getinternet.no)
- # [16:38] * Joins: wilsonpage (~wilsonpag@70-36-196-28.dsl.static.fusionbroadband.com)
- # [16:40] * Quits: Kolombiken (~Adium@gateway.creuna.se) (Read error: Connection reset by peer)
- # [16:43] * Quits: jernoble_ (~jernoble@162.217.73.171) (Quit: Computer has gone to sleep.)
- # [16:46] * Quits: encryptd_fractl (~encryptd_@24-177-126-4.dhcp.mdsn.wi.charter.com) (Remote host closed the connection)
- # [16:52] * Quits: wilsonpage (~wilsonpag@70-36-196-28.dsl.static.fusionbroadband.com) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [16:55] * Joins: mven_ (~textual@32.97.110.57)
- # [16:55] * Quits: mven_ (~textual@32.97.110.57) (Excess Flood)
- # [17:02] * Joins: ambv (~ambv@199.201.64.2)
- # [17:09] * Quits: jst (~quassel@198.199.94.175) (Remote host closed the connection)
- # [17:09] * Joins: jst (~quassel@198.199.94.175)
- # [17:09] * Joins: encryptd_fractl (~encryptd_@cgn-uwnet-7-animal.net.wisc.edu)
- # [17:11] * Joins: wilsonpage (~wilsonpag@70-36-197-86.dsl.dynamic.fusionbroadband.com)
- # [17:17] * Quits: wilsonpage (~wilsonpag@70-36-197-86.dsl.dynamic.fusionbroadband.com) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [17:21] * Joins: bradleymeck (~bradleyme@99-20-94-62.lightspeed.austtx.sbcglobal.net)
- # [17:23] * Joins: wilsonpage (~wilsonpag@70-36-197-86.dsl.dynamic.fusionbroadband.com)
- # [17:25] * Quits: wilsonpage (~wilsonpag@70-36-197-86.dsl.dynamic.fusionbroadband.com) (Read error: Connection reset by peer)
- # [17:26] * Joins: wilsonpage (~wilsonpag@70-36-197-86.dsl.dynamic.fusionbroadband.com)
- # [17:27] * Joins: jyasskin (~jyasskin@173-228-80-34.dsl.static.fusionbroadband.com)
- # [17:31] * Joins: hasather_ (~hasather@cm-84.210.170.16.getinternet.no)
- # [17:36] * Quits: hasather_ (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 256 seconds)
- # [17:39] * Quits: psy__ (~psy@103.6.159.177) (Ping timeout: 272 seconds)
- # [17:39] * Joins: psy__ (~psy@103.6.159.177)
- # [17:43] * Quits: calvaris (~calvaris@fanzine.igalia.com) (Quit: Ex-Chat)
- # [17:43] * Quits: ambv (~ambv@199.201.64.2) (Quit: sys.exit(0) # computer went to sleep)
- # [17:45] * Joins: dbaron (~dbaron@173-228-85-118.dsl.dynamic.fusionbroadband.com)
- # [17:47] * Quits: bradleymeck (~bradleyme@99-20-94-62.lightspeed.austtx.sbcglobal.net) (Quit: bradleymeck)
- # [17:50] * Quits: encryptd_fractl (~encryptd_@cgn-uwnet-7-animal.net.wisc.edu) (Remote host closed the connection)
- # [17:51] * Joins: ambv (~ambv@199.201.64.2)
- # [17:55] * Joins: encryptd_fractl (~encryptd_@cgn-uwnet-7-animal.net.wisc.edu)
- # [18:01] * Joins: ap (~ap@17.202.44.214)
- # [18:02] * Krinkle|detached is now known as Krinkle
- # [18:05] * Quits: frivoal (~frivoal@cm-84.208.175.177.getinternet.no) (Remote host closed the connection)
- # [18:09] * Joins: Maurice` (copyman@unaffiliated/maurice)
- # [18:11] * Joins: bradleymeck (~bradleyme@99-20-94-62.lightspeed.austtx.sbcglobal.net)
- # [18:11] * Quits: espadrine (~tyl@LMontsouris-656-1-2-84.w80-12.abo.wanadoo.fr) (Ping timeout: 272 seconds)
- # [18:12] <TabAtkins> zcorpan: Specs that aren't Bikeshedded sometimes define things twice, and I don't know how to avoid that. That's why it was in Ignored Terms. ^_^
- # [18:13] <darobin> mmmmm
- # [18:13] <darobin> maybe this should be in the pubrules validator
- # [18:13] <darobin> don't define thing twice
- # [18:13] <darobin> the tool could do a lot more linting
- # [18:14] * Joins: jsbell (jsbell@nat/google/x-nrdsjncjbywbskjv)
- # [18:14] <TabAtkins> darobin: That would be nice! In this case, though, it's HTML, which I don't think is really PubRules checked. ^_^
- # [18:15] * TabAtkins wonders if he should just make Bikeshed ignore it when it ends up with two identical definitions, and just silently choose one for you.
- # [18:15] <darobin> TabAtkins: well, if it's a part that is kept on the W3C side it gets pubrules checked every time it changes :)
- # [18:15] <darobin> and we could add support for linting WHATWG specs to specberus
- # [18:15] <TabAtkins> spec:html refers to WHATWG, yeah.
- # [18:16] <TabAtkins> zcorpan: I'll fix the stacktrace, though.
- # [18:18] * Quits: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Quit: ChatZilla 0.9.91.1 [Firefox 37.0.1/20150402191859])
- # [18:20] * Quits: wilsonpage (~wilsonpag@70-36-197-86.dsl.dynamic.fusionbroadband.com) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [18:24] * Joins: ehsan (~ehsan@2001:450:1f:224:6d8b:fc64:5e4b:b2e3)
- # [18:26] * Joins: smaug____ (~chatzilla@2620:101:80fb:232:c685:8ff:fe45:4ad4)
- # [18:28] <annevk> Apple's feedback reads pretty well to me
- # [18:28] <annevk> smaug____: you read it?
- # [18:31] <smaug____> annevk: well...
- # [18:32] <smaug____> it feels odd that you effectively say from outside the component where your child nodes should be distributed
- # [18:32] <smaug____> that hasn't been the idea with XBL and such
- # [18:33] <smaug____> but perhaps the slots + imperative API is enough
- # [18:33] <annevk> oh that bit, yeah, I'm not a 100% sold on slots yet, though I kind of like it
- # [18:33] <annevk> seems somewhat nice to have an opinionated public API contract
- # [18:40] <Domenic> It worries me that it means shadow DOM isn't useful for explaining <details> or <select> or similar.
- # [18:43] <smaug____> shadow DOM (or shadow + custom) isn't enough to explain various behaviors of native elements
- # [18:43] <smaug____> but the slots approach does seem to take us even farther(sp?) away
- # [18:44] <smaug____> long ago when there was xforms (yes yes, I know) addon for Firefox, XBL, which has roughly the same capabilities as shadow dom + custom, wasn't enough to implement the new elements.
- # [18:45] <smaug____> XTF + XBL was enough
- # [18:45] <smaug____> XBL was used mainly as a presentation layer, and XTF was the lower level thing
- # [18:45] <smaug____> but XTF was so low level, that only privileged scripts could use it to implement new stuff
- # [18:48] <Domenic> For sure, it isn't enough, it's part of the puzzle. Or at least it would be, if we didn't have this slots thing.
- # [18:50] * Quits: smaug____ (~chatzilla@2620:101:80fb:232:c685:8ff:fe45:4ad4) (Ping timeout: 245 seconds)
- # [18:51] * Joins: smaug____ (~chatzilla@2620:101:80fb:232:c685:8ff:fe45:4ad4)
- # [18:53] * Joins: caitp (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [18:55] * Quits: ambv (~ambv@199.201.64.2) (Quit: sys.exit(0) # computer went to sleep)
- # [18:56] * Quits: annevk (~annevk@2620:101:80fb:224:7054:2cd4:f18d:2c09) (Remote host closed the connection)
- # [18:58] * Quits: thinkxl (~thinkxl@74-95-237-22-Houston.hfc.comcastbusiness.net) (Read error: Connection reset by peer)
- # [19:02] * Joins: hasather_ (~hasather@cm-84.210.170.16.getinternet.no)
- # [19:03] * Joins: wilsonpage (~wilsonpag@corp-nat.p2p.sfo1.mozilla.com)
- # [19:04] * Joins: annevk (~annevk@2620:101:80fb:224:35ea:3cfa:8c32:310f)
- # [19:07] * Quits: hasather_ (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 255 seconds)
- # [19:09] * Quits: wilsonpage (~wilsonpag@corp-nat.p2p.sfo1.mozilla.com) (Read error: Connection reset by peer)
- # [19:09] * Joins: frivoal (~frivoal@cm-84.208.175.177.getinternet.no)
- # [19:09] * Joins: wilsonpa_ (~wilsonpag@corp-nat.p2p.sfo1.mozilla.com)
- # [19:11] * Quits: wilsonpa_ (~wilsonpag@corp-nat.p2p.sfo1.mozilla.com) (Client Quit)
- # [19:15] * Quits: darobin (~darobin@159.180.228.142) (Remote host closed the connection)
- # [19:17] * Joins: wilsonpage (~wilsonpag@guest-nat.p2p.sfo1.mozilla.com)
- # [19:18] * Joins: ap_ (~ap@17.114.216.168)
- # [19:21] * Quits: ap (~ap@17.202.44.214) (Ping timeout: 246 seconds)
- # [19:23] * Joins: bholley (~bholley@c-24-130-121-49.hsd1.ca.comcast.net)
- # [19:24] * Joins: ambv (~ambv@199.201.64.133)
- # [19:25] * Quits: wilsonpage (~wilsonpag@guest-nat.p2p.sfo1.mozilla.com) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [19:25] * Joins: rniwa (~rniwa@67.164.23.121)
- # [19:25] * Joins: jernoble_ (~jernoble@17.202.49.155)
- # [19:25] * Joins: wilsonpage (~wilsonpag@guest-nat.p2p.sfo1.mozilla.com)
- # [19:26] * Joins: weinig (~weinig@17.202.50.223)
- # [19:27] * Joins: othermaciej (~mjs@17.202.48.222)
- # [19:28] * wilsonpage is now known as wilsonpage-away
- # [19:29] * Quits: wilsonpage-away (~wilsonpag@guest-nat.p2p.sfo1.mozilla.com) (Client Quit)
- # [19:30] * Quits: frivoal (~frivoal@cm-84.208.175.177.getinternet.no) (Remote host closed the connection)
- # [19:30] * Joins: frivoal (~frivoal@cm-84.208.175.177.getinternet.no)
- # [19:38] * Quits: rniwa (~rniwa@67.164.23.121) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [19:40] * Quits: bnicholson (~bnicholso@c-24-130-60-241.hsd1.ca.comcast.net) (Quit: This computer has gone to sleep)
- # [19:42] * Quits: hasather (~hasather@80.91.33.141) (Read error: Connection reset by peer)
- # [19:42] * Joins: hasather (~hasather@80.91.33.141)
- # [19:48] * Quits: moo-_- (miohtama@lakka.kapsi.fi) (Ping timeout: 256 seconds)
- # [19:49] * Quits: Ms2ger (~Ms2ger@193.190.253.150) (Quit: nn)
- # [19:49] * Joins: moo-_- (miohtama@lakka.kapsi.fi)
- # [19:50] * Quits: frivoal (~frivoal@cm-84.208.175.177.getinternet.no) (Quit: Leaving...)
- # [19:51] * Joins: bnicholson (~bnicholso@corp.mtv2.mozilla.com)
- # [19:54] * Joins: tantek (~tantek@108.121.50.209)
- # [19:57] * Quits: hasather (~hasather@80.91.33.141) (Remote host closed the connection)
- # [20:01] * Joins: wilsonpage (~wilsonpag@corp-nat.p2p.sfo1.mozilla.com)
- # [20:03] * Joins: benwerd (~benwerd@199.87.84.238)
- # [20:04] * Quits: jyasskin (~jyasskin@173-228-80-34.dsl.static.fusionbroadband.com) (Quit: My computer has gone to sleep. ZZZzzz…)
- # [20:05] * Quits: wilsonpage (~wilsonpag@corp-nat.p2p.sfo1.mozilla.com) (Client Quit)
- # [20:05] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [20:11] * Joins: wilsonpage (~wilsonpag@corp-nat.p2p.sfo1.mozilla.com)
- # [20:12] * Quits: encryptd_fractl (~encryptd_@cgn-uwnet-7-animal.net.wisc.edu) (Remote host closed the connection)
- # [20:17] * Joins: encryptd_fractl (~encryptd_@cgn-uwnet-7-animal.net.wisc.edu)
- # [20:20] * Quits: benwerd (~benwerd@199.87.84.238) (Remote host closed the connection)
- # [20:22] * Joins: jyasskin (~jyasskin@173-228-80-34.dsl.static.fusionbroadband.com)
- # [20:22] * Joins: benwerd (~benwerd@199.87.84.238)
- # [20:23] * Quits: wilsonpage (~wilsonpag@corp-nat.p2p.sfo1.mozilla.com) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [20:25] * Quits: bholley (~bholley@c-24-130-121-49.hsd1.ca.comcast.net) (Ping timeout: 250 seconds)
- # [20:28] * Joins: bholley (~bholley@c-24-130-121-49.hsd1.ca.comcast.net)
- # [20:30] * Quits: tantek (~tantek@108.121.50.209) (Ping timeout: 245 seconds)
- # [20:37] * Quits: dbaron (~dbaron@173-228-85-118.dsl.dynamic.fusionbroadband.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [20:39] * Joins: wilsonpage (~wilsonpag@corp-nat.p2p.sfo1.mozilla.com)
- # [20:41] * Quits: jyasskin (~jyasskin@173-228-80-34.dsl.static.fusionbroadband.com) (Quit: My computer has gone to sleep. ZZZzzz…)
- # [20:43] * Quits: tommyliu (~tommyliu@113.104.214.76) (Read error: Connection reset by peer)
- # [20:43] * Joins: tommyliu (~tommyliu@li587-82.members.linode.com)
- # [20:45] <hober> MikeSmith dglazkov: dumb github question. How do I get write access to the w3c/webcomponents.wiki repo (i'm trying to add a wiki page)
- # [20:45] <MikeSmith> hober: I have to add you
- # [20:45] <hober> MikeSmith dglazkov: normally i'd send a pull request but github doesn't do pull requests for gh wikis
- # [20:45] <MikeSmith> because of asshatted github ACLs setup
- # [20:46] <MikeSmith> yeah
- # [20:46] <hober> MikeSmith: ahh ok
- # [20:46] <hober> MikeSmith: thanks
- # [20:47] <trevnorris> Domenic: would there be some es6 class magic that would allow an inherited static method change a property on the inherited class? probably doesn't make sense. i'll write up some code.
- # [20:47] * Quits: tav (~tav`@host31-52-143-108.range31-52.btcentralplus.com) (Read error: Connection reset by peer)
- # [20:47] * Quits: wilsonpage (~wilsonpag@corp-nat.p2p.sfo1.mozilla.com) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [20:48] <MikeSmith> hober: you should be good to go now
- # [20:48] <hober> awesome, it worked. thanks!
- # [20:49] <othermaciej> MikeSmith: can I be added to so I can edit what hober just uploaded?
- # [20:49] <othermaciej> MikeSmith: I have a github account as “othermaciej”
- # [20:50] * Joins: xiinotulp (~plutoniix@node-ke9.pool-101-108.dynamic.totbb.net)
- # [20:51] * Joins: tommyliu_ (~tommyliu@113.104.214.76)
- # [20:51] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [20:52] <trevnorris> Domenic: here's using both 5 and 6. https://gist.github.com/trevnorris/e3144f66dfa0aac6ff27
- # [20:53] * Quits: bholley (~bholley@c-24-130-121-49.hsd1.ca.comcast.net)
- # [20:53] * Quits: plutoniix (~plutoniix@node-ov1.pool-101-108.dynamic.totbb.net) (Ping timeout: 272 seconds)
- # [20:55] <MikeSmith> othermaciej: hai, just added you
- # [20:55] * Quits: tommyliu (~tommyliu@li587-82.members.linode.com) (Ping timeout: 272 seconds)
- # [20:55] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 244 seconds)
- # [20:56] <othermaciej> MikeSmith: thanks
- # [20:58] <trevnorris> Domenic: actually, can es6 classes have static members that aren't methods?
- # [20:59] * Quits: davve (~davve@h-72-179.a137.corp.bahnhof.se) (Ping timeout: 246 seconds)
- # [21:04] * Joins: tav (~tav`@host31-52-143-108.range31-52.btcentralplus.com)
- # [21:08] * Joins: rniwa (~rniwa@17.244.165.44)
- # [21:09] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [21:11] * Joins: wilsonpage (~wilsonpag@corp-nat.p2p.sfo1.mozilla.com)
- # [21:13] * Quits: wilsonpage (~wilsonpag@corp-nat.p2p.sfo1.mozilla.com) (Client Quit)
- # [21:14] <Domenic> trevnorris: sure, MyClass.x = "whatever" (or use static get/static set for accessors)
- # [21:14] * Quits: rniwa (~rniwa@17.244.165.44) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [21:14] <trevnorris> Domenic: though that really gimps "use strong" for v8.
- # [21:15] <Domenic> Yes well if you wanna program in JS program in JS if you wanna program in a V8 dialect program in that
- # [21:15] <Domenic> trevnorris: the two things in your gist look equivalent
- # [21:16] <trevnorris> Domenic: I just updated the es6 example with a more full implementation to show the required code duplication.
- # [21:16] <Domenic> Note that `this` inside static methods is the class itself
- # [21:16] <trevnorris> Domenic: even if it's inherited?
- # [21:17] <trevnorris> FREAK YES!
- # [21:17] <Domenic> None of the stuff you just added to that gist is necessary
- # [21:17] <trevnorris> awesome. so I can use this._onreadable inside the static method and the inheritance will work.
- # [21:18] <Domenic> Yep yep. ES6 classes do class-side inheritance
- # [21:18] <trevnorris> okay. i'm actually a little excited for es6 class syntax (still hate the class keyword since it's technically prototype, but whatever)
- # [21:20] <trevnorris> sweet, sweet. extends even makes sure to extend the static stuff after the fact. alright. this is legitimately good sugar. :)
- # [21:20] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [21:20] * Joins: eBureau (~Bruno@181.164.77.172)
- # [21:20] * Quits: annevk (~annevk@2620:101:80fb:224:35ea:3cfa:8c32:310f) (Remote host closed the connection)
- # [21:20] <Domenic> In ES5 terms, Derived.__proto__ = Base in addition to Derived.prototype.__proto__ = Base.prototype
- # [21:21] <Domenic> Haha yay :)
- # [21:25] * Joins: rniwa (~rniwa@17.244.165.44)
- # [21:27] * Quits: KevinMarks (~yaaic@2607:fb90:2817:b61d:2773:3468:aa2a:aab0) (Ping timeout: 245 seconds)
- # [21:27] <gsnedders> jgraham: do you have thoughts on how Reviewable compares with Critic?
- # [21:27] <gsnedders> Domenic: __proto__ isn't an ES5 term! *hides*
- # [21:27] * Joins: KevinMarks (~yaaic@2607:fb90:548:f1c9:4cba:c6c2:5d72:8d86)
- # [21:27] * Quits: tommyliu_ (~tommyliu@113.104.214.76) (Remote host closed the connection)
- # [21:30] <trevnorris> Domenic: hm. was getting ahead of myself and didn't think through the implementation impact. e.g. https://gist.github.com/trevnorris/e3144f66dfa0aac6ff27#file-inheritence-stuff-es6-js
- # [21:30] * Quits: rniwa (~rniwa@17.244.165.44) (Ping timeout: 256 seconds)
- # [21:31] <trevnorris> Domenic: how do I get the _onreadable value from the specific class calling the constructor in Readable?
- # [21:32] <trevnorris> because it is changing the value on the inherited class properly, but not sure how to get it from the Readable constructor().
- # [21:32] * Joins: frivoal (~frivoal@cm-84.208.175.177.getinternet.no)
- # [21:50] * Krinkle is now known as Krinkle|detached
- # [21:51] <trevnorris> Domenic: nm. got it figured out. didn't know you could reference this.constructor.
- # [21:51] * Quits: encryptd_fractl (~encryptd_@cgn-uwnet-7-animal.net.wisc.edu) (Remote host closed the connection)
- # [21:52] * Quits: tav (~tav`@host31-52-143-108.range31-52.btcentralplus.com) (Read error: Connection reset by peer)
- # [21:53] * Quits: smaug____ (~chatzilla@2620:101:80fb:232:c685:8ff:fe45:4ad4) (Ping timeout: 245 seconds)
- # [21:55] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Remote host closed the connection)
- # [21:57] * Joins: jwalden (~waldo@2620:101:80fc:224:7e7a:91ff:fe25:a5a3)
- # [21:58] * Quits: benwerd (~benwerd@199.87.84.238) (Remote host closed the connection)
- # [21:58] * Joins: eric_carlson_ (~ericc@17.245.29.195)
- # [21:58] * Quits: eric_carlson (~ericc@17.202.49.94) (Ping timeout: 255 seconds)
- # [21:58] * eric_carlson_ is now known as eric_carlson
- # [21:59] * Joins: benwerd (~benwerd@199.87.84.238)
- # [21:59] * Quits: jernoble_ (~jernoble@17.202.49.155) (Quit: Computer has gone to sleep.)
- # [22:02] * Joins: mven_ (~textual@32.97.110.57)
- # [22:02] * Quits: mven_ (~textual@32.97.110.57) (Excess Flood)
- # [22:02] * Joins: dbaron (~dbaron@2620:101:80fb:224:f065:e98a:ac1e:c756)
- # [22:03] * Joins: jernoble_ (~jernoble@17.244.166.108)
- # [22:05] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [22:06] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Remote host closed the connection)
- # [22:10] * Joins: tav (~tav`@host31-52-143-108.range31-52.btcentralplus.com)
- # [22:10] * Joins: encryptd_fractl (~encryptd_@12.148.211.210)
- # [22:17] * Joins: tantek (~tantek@23.79.231.14)
- # [22:18] * Joins: espadrine (~tyl@dan75-7-88-166-187-54.fbx.proxad.net)
- # [22:18] * Joins: smaug____ (~chatzilla@2620:101:80fb:232:c685:8ff:fe45:4ad4)
- # [22:22] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [22:23] * Joins: encrypt__ (~encryptd_@12.148.211.210)
- # [22:23] * Joins: espadrine_ (~tyl@srv02.capitainetrain.com)
- # [22:23] * heycam|away is now known as heycam
- # [22:23] * Quits: espadrine (~tyl@dan75-7-88-166-187-54.fbx.proxad.net) (Ping timeout: 264 seconds)
- # [22:27] * Quits: encryptd_fractl (~encryptd_@12.148.211.210) (Ping timeout: 276 seconds)
- # [22:28] * Joins: tommyliu (~tommyliu@113.104.214.76)
- # [22:29] * Krinkle|detached is now known as Krinkle
- # [22:29] * Quits: benwerd (~benwerd@199.87.84.238) (Remote host closed the connection)
- # [22:30] * Joins: benwerd (~benwerd@199.87.84.238)
- # [22:31] * Joins: encryptd_fractl (~encryptd_@dyn-72-33-152-225.uwnet.wisc.edu)
- # [22:33] * Quits: tommyliu (~tommyliu@113.104.214.76) (Ping timeout: 256 seconds)
- # [22:33] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [22:35] * Joins: josemanuel (~josemanue@67.24.11.37.dynamic.jazztel.es)
- # [22:35] * Quits: encrypt__ (~encryptd_@12.148.211.210) (Ping timeout: 264 seconds)
- # [22:38] * Quits: jernoble_ (~jernoble@17.244.166.108) (Quit: Computer has gone to sleep.)
- # [22:43] * Joins: rniwa_ (~rniwa@17.244.165.44)
- # [22:46] * Quits: eric_carlson (~ericc@17.245.29.195) (Quit: eric_carlson)
- # [22:47] * Joins: jernoble_ (~jernoble@17.202.49.155)
- # [22:47] * Joins: eric_carlson (~ericc@17.202.49.94)
- # [22:49] * Quits: weinig (~weinig@17.202.50.223) (Quit: weinig)
- # [22:51] * Joins: annevk (~annevk@corp-nat.p2p.sfo1.mozilla.com)
- # [22:51] * Joins: wilsonpage (~wilsonpag@corp-nat.p2p.sfo1.mozilla.com)
- # [22:58] * Quits: josemanuel (~josemanue@67.24.11.37.dynamic.jazztel.es) (Quit: Saliendo)
- # [22:59] * Joins: weinig (~weinig@17.245.124.80)
- # [23:04] * Quits: TallTed (~Thud@63.119.36.36)
- # [23:05] * Quits: zdobersek (~zan@46.166.188.199) (Quit: Leaving.)
- # [23:07] * ap_ is now known as ap
- # [23:07] * Quits: benwerd (~benwerd@199.87.84.238) (Remote host closed the connection)
- # [23:07] * Quits: wilsonpage (~wilsonpag@corp-nat.p2p.sfo1.mozilla.com) (Quit: Textual IRC Client: www.textualapp.com)
- # [23:08] * Joins: wilsonpage (~wilsonpag@corp-nat.p2p.sfo1.mozilla.com)
- # [23:08] * Joins: rniwa (~rniwa@17.114.0.19)
- # [23:08] <jgraham> gsnedders: They managed to make the UI even more confusing
- # [23:08] * Joins: benwerd (~benwerd@199.87.84.238)
- # [23:09] <gsnedders> jgraham: impressive.
- # [23:09] <gsnedders> jgraham: sounds like it integrates better with GH, though
- # [23:09] * Quits: rniwa_ (~rniwa@17.244.165.44) (Ping timeout: 250 seconds)
- # [23:12] * Quits: eric_carlson (~ericc@17.202.49.94) (Ping timeout: 272 seconds)
- # [23:16] * Quits: bradleymeck (~bradleyme@99-20-94-62.lightspeed.austtx.sbcglobal.net) (Quit: bradleymeck)
- # [23:17] * Quits: newtron (~newtron@199.71.174.203) (Ping timeout: 256 seconds)
- # [23:20] * Quits: Maurice` (copyman@unaffiliated/maurice)
- # [23:29] <MikeSmith> does anybody ever try to run blame on the HTML spec
- # [23:29] * Joins: tommyliu (~tommyliu@113.104.214.76)
- # [23:29] <MikeSmith> nm
- # [23:29] <MikeSmith> was just taking a lot longer than I remembered it taking
- # [23:33] * Quits: roc (~chatzilla@121-98-107-86.bng1.tvc.orcon.net.nz) (Remote host closed the connection)
- # [23:34] * Quits: tommyliu (~tommyliu@113.104.214.76) (Ping timeout: 264 seconds)
- # [23:35] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [23:37] * heycam is now known as heycam|away
- # [23:41] * Quits: annevk (~annevk@corp-nat.p2p.sfo1.mozilla.com) (Remote host closed the connection)
- # [23:41] * wilsonpage is now known as wilsonpage-away
- # [23:44] * Quits: weinig (~weinig@17.245.124.80) (Quit: weinig)
- # [23:47] * Quits: espadrine_ (~tyl@srv02.capitainetrain.com) (Ping timeout: 250 seconds)
- # [23:47] * Quits: rniwa (~rniwa@17.114.0.19) (Remote host closed the connection)
- # [23:48] * Joins: rniwa (~rniwa@17.114.0.19)
- # [23:49] <trevnorris> Domenic: is there a spec somewhere for "new.target" within a class constructor?
- # [23:52] * Quits: frivoal (~frivoal@cm-84.208.175.177.getinternet.no) (Remote host closed the connection)
- # [23:52] * Quits: rniwa (~rniwa@17.114.0.19) (Ping timeout: 250 seconds)
- # [23:53] * wilsonpage-away is now known as wilsonpage
- # [23:55] * Joins: annevk (~annevk@2620:101:80fb:224:91a4:9724:9797:7d9d)
- # [23:55] * Joins: rniwa (~rniwa@17.244.162.86)
- # [23:56] * Quits: rniwa (~rniwa@17.244.162.86) (Client Quit)
- # [23:58] * Joins: rniwa (~rniwa@17.244.162.86)
- # Session Close: Fri Apr 24 00:00:00 2015
Previous day, Next day
Think these logs are useful? Then please donate to show your gratitude (and keep them up, of course). Thanks! — Krijn