Options:
- # Session Start: Thu Jun 13 00:00:00 2013
- # Session Ident: #whatwg
- # [00:04] * Quits: weinig (~weinig@17.245.105.228) (Quit: weinig)
- # [00:04] * Quits: jacobolus (~jacobolus@50-197-154-246-static.hfc.comcastbusiness.net) (Ping timeout: 246 seconds)
- # [00:05] * Joins: jacobolus (~jacobolus@50-197-154-246-static.hfc.comcastbusiness.net)
- # [00:08] * Quits: smaug____ (~chatzilla@cs164155.pp.htv.fi) (Ping timeout: 240 seconds)
- # [00:11] * jonlee|afk is now known as jonlee
- # [00:13] * Quits: TallTed (~Thud@c-98-216-255-119.hsd1.ma.comcast.net)
- # [00:14] * Joins: weinig (~weinig@17.245.105.228)
- # [00:18] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Remote host closed the connection)
- # [00:28] <Hixie> so since adding the referer info to the bugs, i'm finding that many of the bogus bugs have no referer field at all. https:->http: maybe? (searches maybe?)
- # [00:28] <Hixie> e.g. https://www.w3.org/Bugs/Public/show_bug.cgi?id=22285
- # [00:35] * Quits: kborchers (~kborchers@unaffiliated/kborchers) (Excess Flood)
- # [00:36] * Joins: kborchers (~kborchers@unaffiliated/kborchers)
- # [00:41] * Quits: scor_ (~scor@drupal.org/user/52142/view) (Quit: scor_)
- # [00:41] * Quits: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si) (Quit: ZNC - http://znc.in)
- # [00:46] * Joins: marcosc (~marcosc@bl11-16-70.dsl.telepac.pt)
- # [00:46] * Joins: reyre_ (~reyre_@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com)
- # [00:49] * jonlee is now known as jonlee|afk
- # [00:49] <TabAtkins> If they have no referrer, it's likely that they... weren't referred. They were direct submissions against the submission url by probing spambots.
- # [00:51] * jonlee|afk is now known as jonlee
- # [00:52] <Hixie> i mean the referrer of the spec, not of the file-bug.cgi script
- # [00:52] <Hixie> the referrer of the latter seems to always be one of the specs
- # [00:52] <Hixie> (anecdotally, more often the w3.org/TR specs for the crazy bugs, more often the whatwg.org/html multipage spec for the annoyingly insightful and hard to fix bugs)
- # [00:54] * Quits: payman (~payman@ip-200.t2.se.opera.com) (Ping timeout: 248 seconds)
- # [00:54] * Quits: ehsan_ (~ehsan@66.207.208.98) (Remote host closed the connection)
- # [01:01] * Joins: newtron (~newtron@206-248-183-122.dsl.teksavvy.com)
- # [01:01] * Quits: jacobolus (~jacobolus@50-197-154-246-static.hfc.comcastbusiness.net) (Remote host closed the connection)
- # [01:01] * Joins: payman (~payman@ip-200.t2.se.opera.com)
- # [01:01] * Joins: ehsan (~ehsan@66.207.208.98)
- # [01:02] * Quits: ehsan (~ehsan@66.207.208.98) (Remote host closed the connection)
- # [01:03] * Quits: cheron (~cheron@unaffiliated/cheron) (Ping timeout: 248 seconds)
- # [01:05] <reyre_> Hixie: so the WebVTTCue webidl doesn't have [setter throws] on the alignment, vertical, and position attributes, but down lower it says that they are supposed to throw on setting
- # [01:05] <reyre_> is that correct?
- # [01:05] <Hixie> what is [setter throws] ?
- # [01:06] * Quits: newtron (~newtron@206-248-183-122.dsl.teksavvy.com) (Ping timeout: 276 seconds)
- # [01:07] <reyre_> Hixie: i could be wrong about this, but i've seen before in other webidls that when an attribute could throw an error on setting it has a [SetterThrows] above the attribute ?
- # [01:07] <Hixie> ah
- # [01:07] <Hixie> that's new to me
- # [01:07] <Hixie> i don't think i've put that on any of the webidl i've ever written
- # [01:07] <jsbell> It's old
- # [01:08] <jsbell> A couple years (more?) ago the need to express throwing behavior in WebIDL was removed.
- # [01:08] <jsbell> All done in prose now.
- # [01:09] <reyre_> hmm okay thanks jsbell
- # [01:09] * jonlee is now known as jonlee|afk
- # [01:09] <reyre_> thanks Hixie
- # [01:12] * Quits: marcosc (~marcosc@bl11-16-70.dsl.telepac.pt) (Remote host closed the connection)
- # [01:22] * Parts: decotii (~decotii@static-98-116-12-109.nycmny.fios.verizon.net) ("Leaving")
- # [01:23] * Quits: yorick (~yorick@oftn/member/yorick) (Remote host closed the connection)
- # [01:24] <rillian> reyre_: [SetterThrows] survives in the mozilla webidl compiler as an extension to control code generation
- # [01:25] <rillian> so it's needed in the implementation's webidl, but not the spec
- # [01:25] <rillian> https://developer.mozilla.org/en-US/docs/Mozilla/WebIDL_bindings#Throws
- # [01:25] * Quits: weinig (~weinig@17.245.105.228) (Quit: weinig)
- # [01:25] * Joins: teamcoltra (~frextual@opennic/teamcoltra)
- # [01:26] <rillian> i.e. we omit the error object reference in the binding call when that decorator is not present
- # [01:26] <Hixie> seems like it'd be safer to have [NeverThrows], so the code gets generated in the case where someone didn't think to check
- # [01:27] <rillian> I think they'd notice when they implemented the exception, because there'd be no way to throw it.
- # [01:28] <jsbell> Blink and Blink have something similar.
- # [01:28] <rillian> and concensus was (we wanted that) most things didn't throw
- # [01:28] * Joins: weinig (~weinig@17.245.105.228)
- # [01:28] * GPHemsley wonders if HTML shouldn't have its own custom icon like the other specs, to differentiate from WHATWG itself.
- # [01:28] <jsbell> Er, Blink and WebKIt
- # [01:29] <reyre_> rillian: awesome
- # [01:29] <reyre_> i think marcus is good to go for that then
- # [01:29] <rillian> great
- # [01:30] <msaad> yeap
- # [01:31] * jonlee|afk is now known as jonlee
- # [01:34] <GPHemsley> Hixie: @WHATWG seems not to have tweeted any changes after r7953
- # [01:34] <Hixie> that's anne's department
- # [01:35] <GPHemsley> naturally
- # [01:39] * Quits: cabanier (~cabanier@192.150.22.55) (Quit: Leaving.)
- # [01:40] * Quits: teamcoltra (~frextual@opennic/teamcoltra) (Quit: Frextual IRC Client: www.frextualapp.com)
- # [01:40] * Krinkle is now known as Krinkle|detached
- # [01:41] * Quits: jryans (~jryans@office.massrel.com) (Ping timeout: 252 seconds)
- # [01:43] * Joins: marcosc (~marcosc@bl11-16-70.dsl.telepac.pt)
- # [01:43] * Joins: jryans (~jryans@office.massrel.com)
- # [01:45] * Quits: gavin_ (~gavin@76.14.87.162) (Read error: Connection reset by peer)
- # [01:48] * Quits: marcosc (~marcosc@bl11-16-70.dsl.telepac.pt) (Ping timeout: 276 seconds)
- # [01:52] * heycam|away is now known as heycam
- # [01:54] * Quits: mattgifford (~mattgiffo@70.102.199.158) (Remote host closed the connection)
- # [01:55] * Joins: jacobolus (~jacobolus@75-144-246-6-SFBA.hfc.comcastbusiness.net)
- # [02:02] * Joins: gavin_ (~gavin@76.14.87.162)
- # [02:02] * Joins: teamcoltra (~frextual@opennic/teamcoltra)
- # [02:05] * Quits: jsbell (jsbell@nat/google/x-ywwbejxrnfarvcsd) (Quit: There's no place like home...)
- # [02:06] * Joins: ehsan (~ehsan@24.212.206.174)
- # [02:10] * Quits: jryans (~jryans@office.massrel.com) (Quit: Be back later)
- # [02:10] * Quits: ehsan (~ehsan@24.212.206.174) (Remote host closed the connection)
- # [02:10] * jonlee is now known as jonlee|afk
- # [02:12] * Joins: ehsan (~ehsan@24.212.206.174)
- # [02:14] * Quits: jacobolus (~jacobolus@75-144-246-6-SFBA.hfc.comcastbusiness.net) (Read error: Connection reset by peer)
- # [02:25] * Joins: vitorpacheco (~vitor@189-105-42-75.user.veloxzone.com.br)
- # [02:27] * Joins: birtles (~chatzilla@61-121-216-2.bitcat.net)
- # [02:31] * Quits: josemanuel (~josemanue@222.182.221.87.dynamic.jazztel.es) (Quit: Saliendo)
- # [02:31] * Joins: nessy (~silviapf@stargate.it.nicta.com.au)
- # [02:33] * Quits: nessy (~silviapf@stargate.it.nicta.com.au) (Client Quit)
- # [02:33] * Quits: jwalden (~waldo@nat/mozilla/x-azmgmbpdkkdefxwj) (Quit: ChatZilla 0.9.87-6.1450hg.fc18 [XULRunner 21.0/20130521122340])
- # [02:34] * Joins: jacobolus (~jacobolus@75-144-246-6-SFBA.hfc.comcastbusiness.net)
- # [02:35] * Quits: sicking (~sicking@v-1045.fw1.sfo1.mozilla.net) (Quit: sicking)
- # [02:37] * Quits: ehsan (~ehsan@24.212.206.174) (Remote host closed the connection)
- # [02:38] * Joins: ehsan (~ehsan@24.212.206.174)
- # [02:40] * Quits: [[zz]] (~q@node-bbm.pool-125-25.dynamic.totbb.net) (Ping timeout: 255 seconds)
- # [02:43] * Joins: nessy (~silviapf@stargate.it.nicta.com.au)
- # [02:55] * Joins: [[zz]] (~q@node-mqx.pool-101-108.dynamic.totbb.net)
- # [02:56] * Quits: barneybook (~kvirc@220-136-61-201.dynamic.hinet.net) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
- # [02:57] * Quits: mven (~mven@ip68-224-15-53.lv.lv.cox.net) (Remote host closed the connection)
- # [02:58] * Joins: mven (~mven@ip68-224-15-53.lv.lv.cox.net)
- # [03:03] * Quits: nessy (~silviapf@stargate.it.nicta.com.au) (Quit: Leaving.)
- # [03:09] * Quits: linclark (~clark@c-67-186-35-246.hsd1.pa.comcast.net) (Quit: linclark)
- # [03:12] * Quits: ^esc (~esc_ape@77.117.246.37.wireless.dyn.drei.com) (Ping timeout: 248 seconds)
- # [03:12] * Quits: krit (~krit@sjfw1-a.adobe.com) (Quit: Leaving.)
- # [03:17] * Joins: scor (~scor@c-98-216-39-127.hsd1.ma.comcast.net)
- # [03:17] * Quits: scor (~scor@c-98-216-39-127.hsd1.ma.comcast.net) (Changing host)
- # [03:17] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [03:21] * Joins: nessy (~silviapf@stargate.it.nicta.com.au)
- # [03:28] * Quits: msaad (~marcus@24.212.234.115) (Read error: Connection reset by peer)
- # [03:29] * Joins: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net)
- # [03:31] * Joins: ^esc (~esc_ape@178.115.250.102.wireless.dyn.drei.com)
- # [03:34] * Joins: annevk (~annevk@p15181-obmd01.tokyo.ocn.ne.jp)
- # [03:34] * Joins: wmil (~wmil@c-98-234-220-149.hsd1.ca.comcast.net)
- # [03:35] <annevk> So that is weird... For @WHATWG to stop and html5.org to continue...
- # [03:37] * Quits: tantek (~tantek@70-36-197-111.dsl.dynamic.sonic.net) (Quit: tantek)
- # [03:39] * Joins: jdaggett (~jdaggett@61-121-216-2.bitcat.net)
- # [03:42] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [03:47] * Joins: barneybook (~kvirc@36-224-114-23.dynamic-ip.hinet.net)
- # [03:47] * Joins: tantek (~tantek@m8c0536d0.tmodns.net)
- # [03:47] <annevk> So it seems a Python module has disappeared
- # [03:50] <GPHemsley> Hixie: How quickly did DreamHost say they were going to upgrade?
- # [03:50] * Quits: annevk (~annevk@p15181-obmd01.tokyo.ocn.ne.jp) (Read error: Connection reset by peer)
- # [03:51] * Quits: tantek (~tantek@m8c0536d0.tmodns.net) (Client Quit)
- # [03:51] * Joins: annevk (~annevk@p15181-obmd01.tokyo.ocn.ne.jp)
- # [03:54] * Quits: reyre_ (~reyre_@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com) (Remote host closed the connection)
- # [03:54] * Quits: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net) (Quit: Leaving.)
- # [03:55] * Joins: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net)
- # [03:55] * Joins: reyre_ (~reyre_@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com)
- # [03:55] * Quits: weinig (~weinig@17.245.105.228) (Quit: weinig)
- # [03:55] * Quits: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net) (Client Quit)
- # [03:56] * Joins: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net)
- # [03:56] * Quits: jacobolus (~jacobolus@75-144-246-6-SFBA.hfc.comcastbusiness.net) (Remote host closed the connection)
- # [03:58] * Joins: codeho_ (~codeho@p57A872EF.dip0.t-ipconnect.de)
- # [03:59] * Quits: KevinMarks (~KevinMark@c-71-204-145-244.hsd1.ca.comcast.net) (Quit: The computer fell asleep)
- # [03:59] * Quits: codeho (~codeho@p57A87216.dip0.t-ipconnect.de) (Ping timeout: 264 seconds)
- # [03:59] * codeho_ is now known as codeho
- # [04:03] * Quits: wmil (~wmil@c-98-234-220-149.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [04:04] <annevk> It seems "{'errors': [{'message': 'The Twitter REST API v1 will soon stop functioning. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview.', 'code': 68}]}" might be the problem :/
- # [04:05] <zewt> nothing encourages using apis like forcing everyone to rewrite things
- # [04:08] * Joins: roc (~chatzilla@60.234.66.20)
- # [04:09] * Joins: wmil (~wmil@c-98-234-220-149.hsd1.ca.comcast.net)
- # [04:11] <annevk> Yeah, not really sure what the right approach is here.
- # [04:13] <Hixie> is there a python twitter module we can rely on?
- # [04:13] <Hixie> also, woot, an anne online!
- # [04:13] <Hixie> there was some bug i was supposed to ask you about
- # [04:14] <annevk> Hixie: the GBK thing is not completely sorted out, basically
- # [04:14] <Hixie> ah yeah, that's the one
- # [04:14] <Hixie> ok
- # [04:14] <annevk> Hixie: there's some outstanding questions as to whether we can merge it into gb18030 or not
- # [04:14] <Hixie> is there some bug i can follow on that?
- # [04:16] <annevk> Hixie: https://www.w3.org/Bugs/Public/show_bug.cgi?id=16862
- # [04:17] <Hixie> awesome
- # [04:17] <annevk> Hixie: there's a Python module which we're using. However, I'm having a hard time understanding how Python module updates work, especially across Python versions, etc.
- # [04:18] <annevk> Hixie: versioned software development is not something I'm very capable at. And understanding which Python version executes and which modules it'll pick up... I don't even...
- # [04:18] * annevk prefers browsers
- # [04:18] <Hixie> yeah i dunno how it works for python
- # [04:18] * Quits: nonge (~nonge@p5082A205.dip0.t-ipconnect.de) (Read error: Operation timed out)
- # [04:19] <Hixie> ok. based on that bug i'm guessing that GB18030 is fine as a default encoding.
- # [04:19] * Joins: nonge (~nonge@p5082A205.dip0.t-ipconnect.de)
- # [04:19] <Hixie> gonna call it for now until i get a specific compat complaint.
- # [04:26] * Quits: saba (~foo@unaffiliated/saba) (Quit: leaving)
- # [04:31] <annevk> Twitter account will remain broken for a bit until I find someone that can fix the Python setup. Not really interested in going through that while sleep deprived.
- # [04:33] * Joins: scor (~scor@c-98-216-39-127.hsd1.ma.comcast.net)
- # [04:33] * Quits: scor (~scor@c-98-216-39-127.hsd1.ma.comcast.net) (Changing host)
- # [04:33] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [04:38] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [04:42] * Quits: reyre_ (~reyre_@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com) (Remote host closed the connection)
- # [04:55] * Quits: nessy (~silviapf@stargate.it.nicta.com.au) (Quit: Leaving.)
- # [04:57] * Quits: annevk (~annevk@p15181-obmd01.tokyo.ocn.ne.jp) (Remote host closed the connection)
- # [04:59] * Quits: teamcoltra (~frextual@opennic/teamcoltra) (Ping timeout: 252 seconds)
- # [05:01] * Joins: teamcoltra (~frextual@opennic/teamcoltra)
- # [05:12] * Joins: reyre_ (~reyre_@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com)
- # [05:17] * Joins: richt (~richt@222.233.254.208)
- # [05:20] * Quits: jdaggett (~jdaggett@61-121-216-2.bitcat.net) (Ping timeout: 246 seconds)
- # [05:20] * Quits: reyre_ (~reyre_@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com) (Ping timeout: 252 seconds)
- # [05:29] * Quits: jernoble (~jernoble@17.212.152.13) (Read error: Operation timed out)
- # [05:31] * Joins: othree (~othree@li379-129.members.linode.com)
- # [05:32] * Joins: jernoble (~jernoble@17.212.152.13)
- # [05:41] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [05:45] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 240 seconds)
- # [05:52] * Joins: nessy (~silviapf@stargate.it.nicta.com.au)
- # [05:58] * Quits: wmil (~wmil@c-98-234-220-149.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [06:04] * Quits: blooberry (~blooberry@134.134.139.76) (Ping timeout: 264 seconds)
- # [06:07] * Joins: wmil (~wmil@c-98-234-220-149.hsd1.ca.comcast.net)
- # [06:21] * heycam is now known as heycam|away
- # [06:27] * Joins: jryans (~jryans@cpe-70-113-92-118.austin.res.rr.com)
- # [06:29] * Quits: ricea (~ricea@2401:fa00:4:1000:b6b5:2fff:feca:47f8) (Ping timeout: 256 seconds)
- # [06:38] * heycam|away is now known as heycam
- # [06:42] * Joins: fishd_ (~fishd@50.131.6.45)
- # [06:44] * Joins: ricea (ricea@nat/google/x-xbzwdcmxlilyftsv)
- # [06:52] * Quits: rniwa (~rniwa@17.212.154.114) (Quit: rniwa)
- # [07:05] * Quits: wmil (~wmil@c-98-234-220-149.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [07:08] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [07:10] * Quits: JohnAlbin (~JohnAlbin@114-42-58-49.dynamic.hinet.net) (Quit: HTTP/1.1 404 JohnAlbin Not Found)
- # [07:11] * heycam is now known as heycam|away
- # [07:17] * Joins: tantek (~tantek@70-36-197-111.dsl.dynamic.sonic.net)
- # [07:24] * Joins: wmil (~wmil@c-98-234-220-149.hsd1.ca.comcast.net)
- # [07:27] * heycam|away is now known as heycam
- # [07:31] * Quits: nessy (~silviapf@stargate.it.nicta.com.au) (Quit: Leaving.)
- # [07:35] * Quits: wmil (~wmil@c-98-234-220-149.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [07:39] * Joins: nessy (~silviapf@stargate.it.nicta.com.au)
- # [07:43] * Quits: sangwhan (~sangwhan@fnttkyo001028.tkyo.fnt.ngn.ppp.infoweb.ne.jp) (Remote host closed the connection)
- # [07:43] * Joins: sangwhan (~sangwhan@fnttkyo001028.tkyo.fnt.ngn.ppp.infoweb.ne.jp)
- # [07:48] * Quits: sangwhan (~sangwhan@fnttkyo001028.tkyo.fnt.ngn.ppp.infoweb.ne.jp) (Ping timeout: 260 seconds)
- # [07:49] * Joins: sicking (~sicking@c-67-180-8-184.hsd1.ca.comcast.net)
- # [07:56] * Krinkle|detached is now known as Krinkle
- # [08:04] * Quits: jryans (~jryans@cpe-70-113-92-118.austin.res.rr.com) (Quit: Be back later)
- # [08:05] * Quits: sicking (~sicking@c-67-180-8-184.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [08:05] * Joins: sicking (~sicking@c-67-180-8-184.hsd1.ca.comcast.net)
- # [08:06] * Quits: nessy (~silviapf@stargate.it.nicta.com.au) (Quit: Leaving.)
- # [08:09] * Joins: shwetank (~shwetank@122.161.191.39)
- # [08:11] * Quits: roc (~chatzilla@60.234.66.20) (Remote host closed the connection)
- # [08:11] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Remote host closed the connection)
- # [08:13] * Joins: Smylers (~smylers@host86-143-209-125.range86-143.btcentralplus.com)
- # [08:17] * Joins: wmil (~wmil@c-98-234-220-149.hsd1.ca.comcast.net)
- # [08:20] * Quits: tantek (~tantek@70-36-197-111.dsl.dynamic.sonic.net) (Quit: tantek)
- # [08:26] * heycam is now known as heycam|away
- # [08:30] * Quits: Smylers (~smylers@host86-143-209-125.range86-143.btcentralplus.com) (Quit: Leaving.)
- # [08:32] * Quits: fishd_ (~fishd@50.131.6.45) (Ping timeout: 268 seconds)
- # [08:32] * Joins: Masklinn (~textual@213.211.144.248)
- # [08:35] * Joins: SimonSapin (~simon@94-195-203-91.zone9.bethere.co.uk)
- # [08:37] * heycam|away is now known as heycam
- # [08:39] * Krinkle is now known as Krinkle|detached
- # [08:41] <matjas> Twitter — breaking the web one API endpoint at a time
- # [08:42] * Joins: sangwhan (~sangwhan@fnttkyo001028.tkyo.fnt.ngn.ppp.infoweb.ne.jp)
- # [08:48] * Quits: sicking (~sicking@c-67-180-8-184.hsd1.ca.comcast.net) (Quit: sicking)
- # [08:48] * Quits: SimonSapin (~simon@94-195-203-91.zone9.bethere.co.uk) (Ping timeout: 240 seconds)
- # [09:11] * Joins: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si)
- # [09:11] * Quits: Masklinn (~textual@213.211.144.248)
- # [09:17] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Read error: Connection reset by peer)
- # [09:17] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [09:32] * Joins: Ms2ger (~Ms2ger@84.255-64-87.adsl-dyn.isp.belgacom.be)
- # [09:32] * Joins: hasather (~hasather@80.91.33.141)
- # [09:33] * Joins: Masklinn (~textual@85.201.233.72)
- # [09:33] * Quits: kochi (~kochi@2401:fa00:4:1004:26be:5ff:fe03:db82) (Ping timeout: 255 seconds)
- # [09:33] * Quits: yutak (~yutak@2401:fa00:4:1004:26be:5ff:fe0d:e1d5) (Ping timeout: 255 seconds)
- # [09:33] * Quits: Masklinn (~textual@85.201.233.72) (Client Quit)
- # [09:34] * Joins: Masklinn (~textual@85.201.233.72)
- # [09:34] * Joins: kochi (~kochi@2401:fa00:4:1004:26be:5ff:fe03:db82)
- # [09:37] * Joins: yutak (~yutak@2401:fa00:4:1004:26be:5ff:fe0d:e1d5)
- # [09:37] * Quits: ehsan (~ehsan@24.212.206.174) (Remote host closed the connection)
- # [09:42] * Quits: jernoble (~jernoble@17.212.152.13) (Quit: Textual IRC Client: www.textualapp.com)
- # [09:44] * Joins: Smylers (~smylers@94.117.86.48)
- # [09:49] * Quits: Smylers (~smylers@94.117.86.48) (Ping timeout: 260 seconds)
- # [09:50] * Joins: mitemitreski (~mitemitre@212.120.17.179)
- # [09:55] * Joins: richt_ (~richt@91.216.105.41)
- # [09:58] * Quits: richt (~richt@222.233.254.208) (Ping timeout: 256 seconds)
- # [10:00] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 252 seconds)
- # [10:05] * Joins: bert3d (~bert3d@host86-150-199-119.range86-150.btcentralplus.com)
- # [10:06] * heycam is now known as heycam|away
- # [10:10] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [10:11] <jgraham> (In principle I can probably help fix the Twitter thing. Or at least I generally understand how Python works)
- # [10:12] * Joins: charl (~charl@2001:610:1908:1500:6c4d:c782:fe97:4f3f)
- # [10:14] * Joins: miketaylr (~miketaylr@149.6.202.84.customer.cdi.no)
- # [10:14] * Joins: ripples (~ripples@41-135-28-245.dsl.mweb.co.za)
- # [10:15] * Joins: tomasf (~tomasf@77.72.97.10.c.fiberdirekt.net)
- # [10:17] * Joins: miketaylr2000 (~miketaylr@91.203.97.247)
- # [10:21] * Joins: Smylers (~smylers@81.143.60.194)
- # [10:21] * Quits: miketaylr (~miketaylr@149.6.202.84.customer.cdi.no) (Disconnected by services)
- # [10:21] * Joins: miketaylr (~miketaylr@149.6.202.84.customer.cdi.no)
- # [10:23] * Quits: charl (~charl@2001:610:1908:1500:6c4d:c782:fe97:4f3f) (Ping timeout: 260 seconds)
- # [10:28] * Joins: benbarnett (~Adium@195.81.245.98)
- # [10:29] * Joins: richt (~richt@222.233.254.208)
- # [10:29] * Joins: baku (~baku@2-236-39-253.ip231.fastwebnet.it)
- # [10:32] * Quits: richt_ (~richt@91.216.105.41) (Ping timeout: 240 seconds)
- # [10:35] * Joins: charl (~charl@2001:67c:2564:524:92b1:1cff:fe89:ae5)
- # [10:36] * Joins: marcosc (~marcosc@bl11-16-70.dsl.telepac.pt)
- # [10:45] * Joins: darobin (~darobin@78.109.80.74)
- # [10:47] * Joins: nonge_ (~nonge@p50829549.dip0.t-ipconnect.de)
- # [10:48] * Joins: smaug____ (~chatzilla@85-76-165-97-nat.elisa-mobile.fi)
- # [10:49] * Quits: miketaylr (~miketaylr@149.6.202.84.customer.cdi.no) (Quit: miketaylr)
- # [10:50] * Quits: nonge (~nonge@p5082A205.dip0.t-ipconnect.de) (Ping timeout: 252 seconds)
- # [10:57] * Quits: birtles (~chatzilla@61-121-216-2.bitcat.net) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
- # [11:01] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [11:02] * Quits: wmil (~wmil@c-98-234-220-149.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [11:03] * Quits: marcosc (~marcosc@bl11-16-70.dsl.telepac.pt) (Remote host closed the connection)
- # [11:06] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [11:08] * Joins: nessy (~silviapf@210-84-33-40.dyn.iinet.net.au)
- # [11:12] * Quits: nessy (~silviapf@210-84-33-40.dyn.iinet.net.au) (Client Quit)
- # [11:16] * Joins: SimonSapin (~simon@207.218.72.65)
- # [11:28] * Quits: Smylers (~smylers@81.143.60.194) (Remote host closed the connection)
- # [11:29] * Quits: ^esc (~esc_ape@178.115.250.102.wireless.dyn.drei.com) (Ping timeout: 248 seconds)
- # [11:30] * Joins: Smylers (~smylers@81.143.60.194)
- # [11:31] * Joins: ^esc (~esc_ape@178.115.250.102.wireless.dyn.drei.com)
- # [11:31] * Quits: Smylers (~smylers@81.143.60.194) (Read error: No route to host)
- # [11:32] * Joins: Smylers (~smylers@81.143.60.194)
- # [11:44] * Joins: roc (~chatzilla@121.98.230.221)
- # [11:54] * Quits: jochen__ (jochen@nat/google/x-svowwxwllgrgprvb) (Remote host closed the connection)
- # [11:56] * Joins: jochen__ (jochen@nat/google/x-bjxbxaopvyepulez)
- # [12:26] * Joins: marcosc (~marcosc@bl11-16-70.dsl.telepac.pt)
- # [12:31] * Quits: richt (~richt@222.233.254.208) (Remote host closed the connection)
- # [12:32] * Joins: richt (~richt@222.233.254.208)
- # [12:36] * Quits: richt (~richt@222.233.254.208) (Ping timeout: 264 seconds)
- # [12:49] * Joins: hasather_ (~hasather@cm-84.210.170.16.getinternet.no)
- # [12:52] * Quits: marcosc (~marcosc@bl11-16-70.dsl.telepac.pt) (Remote host closed the connection)
- # [12:54] * Quits: hasather_ (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 252 seconds)
- # [12:59] * Joins: JohnAlbin (~JohnAlbin@111-250-41-253.dynamic.hinet.net)
- # [13:04] <Ms2ger> reyre, [SetterThrows] is Gecko-only, it isn't supposed to end up in specs
- # [13:07] * Quits: smaug____ (~chatzilla@85-76-165-97-nat.elisa-mobile.fi) (Ping timeout: 268 seconds)
- # [13:17] * Joins: mitsuhiko (~mitsuhiko@ubuntu/member/mitsuhiko)
- # [13:17] <mitsuhiko> hey everybody
- # [13:17] <mitsuhiko> does anyone have some authoritive answer in regards to http headers and rfc5987?
- # [13:18] <mitsuhiko> it looks like browsers are currently handling this encoding for their internal usage, but xmlhttprequest returns the raw string?
- # [13:19] <mitsuhiko> does that mean users of the XMLHttpRequest object are supposed to do that on their own?
- # [13:31] * Joins: newtron (~newtron@199.71.174.103)
- # [13:32] * Quits: JohnAlbin (~JohnAlbin@111-250-41-253.dynamic.hinet.net) (Quit: JohnAlbin)
- # [13:34] * Joins: JibberJim (~opera@132.185.151.37)
- # [13:36] * Quits: Smylers (~smylers@81.143.60.194) (Quit: Leaving.)
- # [13:37] * Joins: Smylers (~smylers@81.143.60.194)
- # [13:40] * Joins: scor (~scor@c-98-217-65-112.hsd1.ma.comcast.net)
- # [13:40] * Quits: scor (~scor@c-98-217-65-112.hsd1.ma.comcast.net) (Changing host)
- # [13:40] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [13:49] * Joins: cheron (~cheron@unaffiliated/cheron)
- # [13:52] * Quits: newtron (~newtron@199.71.174.103) (Remote host closed the connection)
- # [13:52] * Joins: JohnAlbin (~JohnAlbin@111-250-41-253.dynamic.hinet.net)
- # [13:54] * Quits: JohnAlbin (~JohnAlbin@111-250-41-253.dynamic.hinet.net) (Client Quit)
- # [13:55] * Quits: darobin (~darobin@78.109.80.74) (Read error: Connection reset by peer)
- # [13:55] * Joins: darobin (~darobin@78.109.80.74)
- # [13:56] * Joins: darobin_ (~darobin@78.109.80.74)
- # [13:56] * Quits: darobin (~darobin@78.109.80.74) (Read error: Connection reset by peer)
- # [14:00] * Joins: ehsan_ (~ehsan@24.212.206.174)
- # [14:02] * Quits: ripples (~ripples@41-135-28-245.dsl.mweb.co.za) (Read error: Connection reset by peer)
- # [14:05] * Quits: sangwhan (~sangwhan@fnttkyo001028.tkyo.fnt.ngn.ppp.infoweb.ne.jp) (Remote host closed the connection)
- # [14:11] * Quits: teamcoltra (~frextual@opennic/teamcoltra) (Quit: Computer has gone to sleep.)
- # [14:15] * Joins: richt (~richt@222.233.254.208)
- # [14:28] * Joins: erichynds (~ehynds@64.206.121.41)
- # [14:34] * Quits: Zauberfisch|idle (~Zauberfis@2a01:4f8:100:73c3::3) (Ping timeout: 240 seconds)
- # [14:42] * Joins: darfia (~darfia@cyclopes.nied.unicamp.br)
- # [14:47] * Quits: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si) (Quit: ZNC - http://znc.in)
- # [14:49] * Joins: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si)
- # [14:54] * Joins: rsimpson (~rsimpson@209-255-211-4.ip.mcleodusa.net)
- # [14:55] * Joins: smaug____ (~chatzilla@cs164155.pp.htv.fi)
- # [14:55] * miketaylr2000 is now known as miketaylr
- # [14:57] * Parts: rsimpson (~rsimpson@209-255-211-4.ip.mcleodusa.net)
- # [14:58] * Joins: teamcoltra (~frextual@opennic/teamcoltra)
- # [15:05] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [15:11] * Quits: tomasf (~tomasf@77.72.97.10.c.fiberdirekt.net) (Quit: tomasf)
- # [15:11] <SimonSapin> hsivonen: Do you know about this? (See mitsuhiko’s question above.)
- # [15:11] * Joins: decotii (~decotii@static-98-116-12-109.nycmny.fios.verizon.net)
- # [15:13] * Snowclone is now known as broquaint
- # [15:13] * Joins: JohnAlbin (~JohnAlbin@114-42-58-49.dynamic.hinet.net)
- # [15:13] * Quits: broquaint (~dbrook@static.94.217.47.78.clients.your-server.de) (Quit: leaving)
- # [15:14] * Joins: broquaint (~dbrook@static.94.217.47.78.clients.your-server.de)
- # [15:27] * Quits: ehsan_ (~ehsan@24.212.206.174) (Remote host closed the connection)
- # [15:32] <zewt> did something happen to the styling of the webvtt spec, heh
- # [15:33] * Joins: izhak (~izhak@31.47.112.56)
- # [15:33] <zewt> seems hard to read now (but I'm not sure why), and I don't remember getting that impression the last time I opened it
- # [15:35] <zewt> oh, it's because the underlined text is black, instead of blue (thanks @ web.archive.org)
- # [15:35] * Joins: scor (scor@nat/acquia/x-mvqoyfqxcoxmszzu)
- # [15:35] * Quits: scor (scor@nat/acquia/x-mvqoyfqxcoxmszzu) (Changing host)
- # [15:35] * Joins: scor (scor@drupal.org/user/52142/view)
- # [15:35] <zewt> or maybe because the spacing changed
- # [15:35] * Joins: jreading (~Adium@204.56.125.50)
- # [15:37] * Quits: scor (scor@drupal.org/user/52142/view) (Client Quit)
- # [15:38] * Quits: izhak (~izhak@31.47.112.56) (Remote host closed the connection)
- # [15:40] * Joins: annevk (~annevk@PPPex286.kyoto-ip.dti.ne.jp)
- # [15:40] <annevk> jgraham: still interested?
- # [15:41] <jgraham> annevk: In?
- # [15:41] <jgraham> The twitter thing?
- # [15:42] <jgraham> Sure
- # [15:42] <jgraham> Also, probably for most other things that I previously expressed interest in
- # [15:42] * Joins: marcosc (~marcosc@bl11-16-70.dsl.telepac.pt)
- # [15:42] <SimonSapin> annevk: Do you know about this? http://krijnhoetmer.nl/irc-logs/whatwg/20130613#l-308
- # [15:42] <MikeSmith> annevk: http://krijnhoetmer.nl/irc-logs/whatwg/20130613#l-308
- # [15:42] <MikeSmith> SimonSapin: jinx
- # [15:44] <annevk> SimonSapin: the specification doesn't care
- # [15:45] * Joins: scor (scor@drupal.org/user/52142/view)
- # [15:45] <annevk> SimonSapin: well, it treats values as byte sequences, not strings
- # [15:45] <annevk> (although it somewhat confusingly exposes them as strings...)
- # [15:45] <SimonSapin> mitsuhiko: ^
- # [15:46] <mitsuhiko> annevk: eg: client libraries have to decode the headers by hand?
- # [15:47] <mitsuhiko> does that also apply to outgoing headers?
- # [15:47] <annevk> mitsuhiko: yeah
- # [15:47] <annevk> yeah
- # [15:48] <annevk> basically the core HTTP header value type is byte sequences on top of which they created a number more specific value types
- # [15:48] * Quits: darfia (~darfia@cyclopes.nied.unicamp.br) (Read error: Operation timed out)
- # [15:48] <annevk> however, the API only knows about the core HTTP header value type
- # [15:49] <mitsuhiko> it's a bit of an unfortunate situation because from what i can see, no javascript high level library actually implements proper header parsing/emitting wrt to unicode
- # [15:52] <annevk> it'd be quite complicated to do so even
- # [15:53] <annevk> mitsuhiko: you might want to file a bug on http://xhr.spec.whatwg.org/ with the use case for outgoing and incoming headers you have in mind
- # [15:53] <annevk> mitsuhiko: it might be worth considering for an upgrade or new API
- # [15:54] <mitsuhiko> annevk: i will have to think about this first before i propose anything. I am just going through various unicode related issues for a server side http library right now and wanted to compare with browsers.
- # [15:54] <annevk> fair enough
- # [15:55] <annevk> in general I think they haven't really designed HTTP headers particularly well
- # [15:56] <mitsuhiko> it definitely got worse over time. by now 5 rfcs are involved in encoding and headers: http://greenbytes.de/tech/tc2231/ (not counting the cookie headers)
- # [15:56] <SimonSapin> there might have been more evolution than design involved…
- # [15:56] <mitsuhiko> SimonSapin: i'm not complaining :)
- # [15:56] <SimonSapin> I am :)
- # [16:00] * Quits: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si) (Quit: ZNC - http://znc.in)
- # [16:05] * Joins: ehsan (~ehsan@66.207.208.98)
- # [16:08] * Quits: marcosc (~marcosc@bl11-16-70.dsl.telepac.pt) (Remote host closed the connection)
- # [16:12] * Quits: shwetank (~shwetank@122.161.191.39) (Quit: Leaving...)
- # [16:13] * Joins: Zauberfisch^idle (~Zauberfis@2a01:4f8:100:73c3::3)
- # [16:15] * Joins: blooberry (~blooberry@134.134.139.76)
- # [16:15] <GPHemsley> mitsuhiko: Hey, that's a useful link. Thanks for that!
- # [16:17] <GPHemsley> annevk: I'm not too familiar with CSP; I think I got the directive wrong for the regular browsing context
- # [16:17] <GPHemsley> annevk: (I used 'connect-src')
- # [16:17] <GPHemsley> annevk: Which makes me wonder if there even is a directive for the regular browsing context (maybe 'default-src'?)
- # [16:18] <GPHemsley> annevk: Also, it makes me wonder if we need another context for 'connect-src'
- # [16:18] <annevk> GPHemsley: I don't think CSP blocks following links
- # [16:18] <GPHemsley> perhaps not
- # [16:23] * Joins: tantek (~tantek@70-36-197-111.dsl.dynamic.sonic.net)
- # [16:23] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [16:24] * Quits: annevk (~annevk@PPPex286.kyoto-ip.dti.ne.jp) (Remote host closed the connection)
- # [16:28] * Quits: teamcoltra (~frextual@opennic/teamcoltra) (Quit: Computer has gone to sleep.)
- # [16:30] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [16:32] * Parts: JibberJim (~opera@132.185.151.37)
- # [16:32] * Joins: JibberJim (~opera@132.185.151.37)
- # [16:32] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 246 seconds)
- # [16:36] * Quits: kborchers (~kborchers@unaffiliated/kborchers) (Excess Flood)
- # [16:37] * Quits: foolip (~philip@node-7lfba0nolmjcce1j8.a0.ipv6.opera.com) (Quit: Ex-Chat)
- # [16:37] * Joins: jryans (~jryans@office.massrel.com)
- # [16:40] * Joins: kborchers (~kborchers@unaffiliated/kborchers)
- # [16:40] * Quits: barneybook (~kvirc@36-224-114-23.dynamic-ip.hinet.net) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
- # [16:41] * Joins: krit (~krit@c-24-4-184-107.hsd1.ca.comcast.net)
- # [16:47] * Joins: teamcoltra (~frextual@opennic/teamcoltra)
- # [16:51] * Joins: sicking (~sicking@c-67-180-8-184.hsd1.ca.comcast.net)
- # [16:52] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Remote host closed the connection)
- # [16:53] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [16:54] <GPHemsley> hmm...
- # [16:56] <GPHemsley> parse natural DNA into natural pre-RNA; remove introns from natural pre-RNA to make natural mRNA; serialize natural mRNA into synthetic cDNA; patent synthetic cDNA
- # [16:57] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Ping timeout: 240 seconds)
- # [16:57] <GPHemsley> (that's like saying a potentially-malformed format from the wild is natural and unpatentable, but serializing it into a format that follows the ABNF results in a patentable form)
- # [16:58] * GPHemsley throws his hands up
- # [17:00] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [17:03] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [17:03] * Joins: krit1 (~krit@sjfw1.adobe.com)
- # [17:04] * Quits: krit (~krit@c-24-4-184-107.hsd1.ca.comcast.net) (Ping timeout: 260 seconds)
- # [17:05] * Parts: charl (~charl@2001:67c:2564:524:92b1:1cff:fe89:ae5)
- # [17:15] * Quits: codeho (~codeho@p57A872EF.dip0.t-ipconnect.de) (Quit: codeho)
- # [17:18] * Quits: sicking (~sicking@c-67-180-8-184.hsd1.ca.comcast.net) (Quit: sicking)
- # [17:23] * Joins: sicking (~sicking@c-67-180-8-184.hsd1.ca.comcast.net)
- # [17:31] * Joins: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si)
- # [17:34] * Joins: Andreo (~Andreo@177.18.55.74)
- # [17:38] * Quits: tantek (~tantek@70-36-197-111.dsl.dynamic.sonic.net) (Quit: tantek)
- # [17:40] * Quits: sicking (~sicking@c-67-180-8-184.hsd1.ca.comcast.net) (Quit: sicking)
- # [17:42] * Quits: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si) (Quit: ZNC - http://znc.in)
- # [17:43] * Joins: yodasw16 (~yodasw16@ql1fwhide.rockfin.com)
- # [17:44] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [17:45] * Joins: zcorpan (~zcorpan@90.230.218.37)
- # [17:48] * Joins: tantek (~tantek@mac0536d0.tmodns.net)
- # [17:49] * Quits: roc (~chatzilla@121.98.230.221) (Ping timeout: 264 seconds)
- # [17:52] * Quits: zcorpan (~zcorpan@90.230.218.37) (Remote host closed the connection)
- # [17:52] * Quits: teamcoltra (~frextual@opennic/teamcoltra) (Quit: Computer has gone to sleep.)
- # [17:53] * Quits: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net) (Quit: Leaving.)
- # [17:53] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [17:57] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 246 seconds)
- # [17:57] * Quits: krit1 (~krit@sjfw1.adobe.com) (Read error: Connection reset by peer)
- # [18:02] * Joins: jernoble (~jernoble@204.79.190.69)
- # [18:02] * Joins: waako (~waako@host86-148-51-143.range86-148.btcentralplus.com)
- # [18:03] * Quits: Masklinn (~textual@85.201.233.72)
- # [18:03] * Parts: waako (~waako@host86-148-51-143.range86-148.btcentralplus.com) ("Linkinus - http://linkinus.com")
- # [18:07] <zewt> today's insanity: in mobile safari, body { 50%; } works, but html body { 50%; } gives 25%
- # [18:07] <Ms2ger> html, body?
- # [18:08] <zewt> no, the real rule is html[something] body
- # [18:08] <zewt> oh i see what's happening
- # [18:08] <zewt> body { zoom: 50%; } body { body: 50%; } becomes 25%, instead of just overriding the rule
- # [18:08] <zewt> that's ... batshit insane
- # [18:08] <zewt> er, zoom:
- # [18:10] * Joins: krit (~krit@c-24-4-184-107.hsd1.ca.comcast.net)
- # [18:11] <SimonSapin> zewt: is zoom supposed to be the same as scale() in a transform?
- # [18:11] <zewt> i'm not sure of the particulars
- # [18:11] * Joins: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com)
- # [18:12] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [18:14] * GPHemsley recalls 'zoom' not being an interoperable property
- # [18:14] * Quits: jernoble (~jernoble@204.79.190.69) (Ping timeout: 256 seconds)
- # [18:14] * Joins: rubatdub (~khalil@213.188.180.185)
- # [18:14] <zewt> i don't think so: a transform lays the contents out the same way, then scales the result; zoom changes the size of the contents, so it affects the actual flow
- # [18:14] * Joins: khalil_ (~khalil@213.188.180.185)
- # [18:14] <Ms2ger> I thought it was something you used to... Force hasLayout in IE?
- # [18:14] * Quits: khalil_ (~khalil@213.188.180.185) (Read error: Connection reset by peer)
- # [18:16] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 240 seconds)
- # [18:18] * Quits: krit (~krit@c-24-4-184-107.hsd1.ca.comcast.net) (Quit: Leaving.)
- # [18:18] <GPHemsley> annevk: I wonder if the 'sandbox' directive might be more appropriate?
- # [18:18] * Joins: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net)
- # [18:19] * Joins: jernoble (~jernoble@192.42.249.95)
- # [18:19] * Joins: jsbell (jsbell@nat/google/x-prysreyfydrzlpng)
- # [18:20] <GPHemsley> Hixie: Does HTML treat XHR/WebSocket/EventSource requests as different from <script> requests?
- # [18:22] * Parts: JibberJim (~opera@132.185.151.37)
- # [18:24] * Quits: darobin_ (~darobin@78.109.80.74) (Remote host closed the connection)
- # [18:24] * Krinkle|detached is now known as Krinkle
- # [18:24] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [18:24] * Joins: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si)
- # [18:27] * Quits: benbarnett (~Adium@195.81.245.98) (Quit: Leaving.)
- # [18:28] * Quits: tantek (~tantek@mac0536d0.tmodns.net) (Ping timeout: 252 seconds)
- # [18:30] * Quits: Smylers (~smylers@81.143.60.194) (Ping timeout: 264 seconds)
- # [18:32] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Remote host closed the connection)
- # [18:34] * Joins: jarek (~jarek@unaffiliated/jarek)
- # [18:36] * Joins: frozenice (~frozenice@unaffiliated/fr0zenice)
- # [18:37] * Joins: alecf (alecf@nat/google/x-sgbqlhkrtsiuzjba)
- # [18:37] * Quits: jernoble (~jernoble@192.42.249.95) (Quit: Computer has gone to sleep.)
- # [18:38] * Joins: marcosc (~marcosc@bl11-16-70.dsl.telepac.pt)
- # [18:38] * Joins: Masklinn (~textual@213.211.144.248)
- # [18:40] * Joins: jernoble (~jernoble@192.42.249.96)
- # [18:42] * Quits: brainproxy (~brainprox@pdpc/supporter/gold/brainproxy) (Ping timeout: 260 seconds)
- # [18:42] * Joins: krit (~krit@240.sub-70-197-7.myvzw.com)
- # [18:46] * GPHemsley wonders why CSP uses 400 instead of 403
- # [18:47] * Quits: kborchers (~kborchers@unaffiliated/kborchers) (Excess Flood)
- # [18:47] * Joins: kborchers (~kborchers@unaffiliated/kborchers)
- # [18:55] * Joins: Lachy_ (~Lachy@cm-84.215.101.157.getinternet.no)
- # [18:55] * Joins: tantek (~tantek@70-36-197-111.dsl.dynamic.sonic.net)
- # [18:56] * Joins: brainproxy (~brainprox@pdpc/supporter/gold/brainproxy)
- # [18:56] * Quits: Lachy (~Lachy@cm-84.215.71.136.getinternet.no) (Ping timeout: 264 seconds)
- # [18:56] * Quits: krit (~krit@240.sub-70-197-7.myvzw.com) (Quit: Leaving.)
- # [18:57] * Quits: jernoble (~jernoble@192.42.249.96) (Quit: Computer has gone to sleep.)
- # [18:59] * Quits: baku (~baku@2-236-39-253.ip231.fastwebnet.it) (Ping timeout: 246 seconds)
- # [19:01] * Quits: yodasw16 (~yodasw16@ql1fwhide.rockfin.com) (Quit: yodasw16)
- # [19:01] * Joins: tantek-ipod (~tantek@70-36-197-111.dsl.dynamic.sonic.net)
- # [19:02] * Quits: erichynds (~ehynds@64.206.121.41) (Quit: erichynds)
- # [19:04] * Quits: marcosc (~marcosc@bl11-16-70.dsl.telepac.pt) (Remote host closed the connection)
- # [19:04] * Quits: Lachy_ (~Lachy@cm-84.215.101.157.getinternet.no) (Ping timeout: 251 seconds)
- # [19:04] * Joins: yodasw16 (~yodasw16@ql1fwhide.rockfin.com)
- # [19:07] * Joins: teamcoltra (~frextual@opennic/teamcoltra)
- # [19:07] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [19:11] * Quits: tantek-ipod (~tantek@70-36-197-111.dsl.dynamic.sonic.net) (Quit: Colloquy for iPod touch - http://colloquy.mobi)
- # [19:11] * Joins: jernoble (~jernoble@204.79.190.68)
- # [19:12] * Joins: erichynds (~ehynds@64.206.121.41)
- # [19:13] * Quits: teamcoltra (~frextual@opennic/teamcoltra) (Remote host closed the connection)
- # [19:13] * Joins: teamcoltra (~frextual@opennic/teamcoltra)
- # [19:14] <GPHemsley> hmm... an XHR/WebSocket/EventSource request is sort of a hybrid between a script context and a (nested) browsing context...
- # [19:14] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Ping timeout: 264 seconds)
- # [19:15] <GPHemsley> leaning more towards the latter
- # [19:16] * Quits: teamcoltra (~frextual@opennic/teamcoltra) (Client Quit)
- # [19:17] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [19:18] * Joins: baku (~baku@2-236-39-253.ip231.fastwebnet.it)
- # [19:22] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [19:24] * Joins: benbarnett (~Adium@149.241.223.80)
- # [19:24] * Quits: benbarnett (~Adium@149.241.223.80) (Client Quit)
- # [19:24] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Ping timeout: 260 seconds)
- # [19:27] * Quits: SimonSapin (~simon@207.218.72.65) (Read error: Operation timed out)
- # [19:28] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [19:28] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Read error: Connection reset by peer)
- # [19:29] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [19:29] * Joins: josemanuel (~josemanue@250.229.221.87.dynamic.jazztel.es)
- # [19:33] * Joins: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net)
- # [19:33] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Ping timeout: 264 seconds)
- # [19:33] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [19:34] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [19:34] * Joins: marcosc (~marcosc@bl11-16-70.dsl.telepac.pt)
- # [19:35] * Joins: sicking (~sicking@v-1045.fw1.sfo1.mozilla.net)
- # [19:35] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [19:39] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 264 seconds)
- # [19:39] * Quits: marcosc (~marcosc@bl11-16-70.dsl.telepac.pt) (Ping timeout: 246 seconds)
- # [19:43] * Joins: weinig (~weinig@17.212.154.202)
- # [19:44] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [19:45] * Quits: baku (~baku@2-236-39-253.ip231.fastwebnet.it) (Ping timeout: 264 seconds)
- # [19:45] * Quits: jernoble (~jernoble@204.79.190.68) (Ping timeout: 264 seconds)
- # [19:45] * Joins: newtron (~newtron@199.71.174.103)
- # [19:46] * Joins: shwetank (~shwetank@122.161.191.39)
- # [19:46] * Joins: krit (~krit@sjfw1-a.adobe.com)
- # [19:47] <smaug____> slightlyoff: ping
- # [19:47] * Joins: baku (~baku@2-236-39-253.ip231.fastwebnet.it)
- # [19:47] <smaug____> since annevk isn't here
- # [19:47] * Quits: baku (~baku@2-236-39-253.ip231.fastwebnet.it) (Client Quit)
- # [19:48] * Quits: tantek (~tantek@70-36-197-111.dsl.dynamic.sonic.net) (Quit: tantek)
- # [19:49] * Joins: jernoble (~jernoble@192.42.249.95)
- # [19:49] <smaug____> do you recall why http://dom.spec.whatwg.org/#promises-model requires then-property to be callabke.
- # [19:50] <smaug____> it would be simpler to just throw and catch and call reject in case then wasn't callable
- # [19:51] * Joins: dbaron (~dbaron@v-1045.fw1.sfo1.mozilla.net)
- # [19:52] * Quits: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
- # [19:54] <slightlyoff> We're going to go for ghetto branding, not what's there now, methinks
- # [19:55] * Ms2ger wonders why we're even implementing it now if we're going to have to rewrite everything anyway
- # [19:56] * Quits: sicking (~sicking@v-1045.fw1.sfo1.mozilla.net) (Quit: sicking)
- # [19:56] * Joins: darobin (~darobin@78.208.93.24)
- # [19:57] * Quits: erichynds (~ehynds@64.206.121.41) (Quit: erichynds)
- # [19:58] * Joins: marcosc (~marcosc@bl11-16-70.dsl.telepac.pt)
- # [19:59] <smaug____> Ms2ger: yeah
- # [20:00] * Quits: mitemitreski (~mitemitre@212.120.17.179) (Read error: Connection reset by peer)
- # [20:06] * Joins: mattgifford (~mattgiffo@70.102.199.158)
- # [20:06] * Quits: darobin (~darobin@78.208.93.24) (Remote host closed the connection)
- # [20:07] * Quits: ^esc (~esc_ape@178.115.250.102.wireless.dyn.drei.com) (Ping timeout: 248 seconds)
- # [20:07] * Quits: yoshiki_ (yoshiki@nat/google/x-hpzsjifegukyfejv) (Ping timeout: 256 seconds)
- # [20:08] * Joins: yoshiki_ (yoshiki@nat/google/x-ttpfwmcxgghtbxwi)
- # [20:10] * Quits: marcosc (~marcosc@bl11-16-70.dsl.telepac.pt) (Remote host closed the connection)
- # [20:13] * Quits: manu-db (~msporny@216.252.204.51) (Read error: No route to host)
- # [20:13] * Quits: jernoble (~jernoble@192.42.249.95) (Quit: Computer has gone to sleep.)
- # [20:13] * Joins: ^esc (~esc_ape@178.115.250.102.wireless.dyn.drei.com)
- # [20:16] * Joins: manu-db (~msporny@216.252.204.51)
- # [20:16] * Quits: manu-db (~msporny@216.252.204.51) (Client Quit)
- # [20:17] * Quits: bert3d (~bert3d@host86-150-199-119.range86-150.btcentralplus.com) (Remote host closed the connection)
- # [20:17] * Joins: manu-db (~msporny@216.252.204.51)
- # [20:21] * Quits: richt (~richt@222.233.254.208) (Remote host closed the connection)
- # [20:21] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Read error: Connection reset by peer)
- # [20:21] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [20:21] * Joins: richt (~richt@222.233.254.208)
- # [20:23] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Remote host closed the connection)
- # [20:23] * Quits: shwetank (~shwetank@122.161.191.39) (Quit: Linkinus - http://linkinus.com)
- # [20:23] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [20:24] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Remote host closed the connection)
- # [20:25] * Joins: jwalden (~waldo@c-71-202-165-226.hsd1.ca.comcast.net)
- # [20:25] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [20:26] * Quits: richt (~richt@222.233.254.208) (Ping timeout: 260 seconds)
- # [20:27] * Joins: darobin (~darobin@78.208.93.24)
- # [20:33] * Quits: heath (quassel@unaffiliated/ybit) (Read error: Connection reset by peer)
- # [20:34] * Quits: dbaron (~dbaron@v-1045.fw1.sfo1.mozilla.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [20:34] * Joins: heath (quassel@unaffiliated/ybit)
- # [20:34] * Joins: dbaron (~dbaron@v-1045.fw1.sfo1.mozilla.net)
- # [20:36] * Joins: jernoble (~jernoble@204.79.190.66)
- # [20:40] * Quits: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net) (Quit: Leaving.)
- # [20:43] * Quits: jernoble (~jernoble@204.79.190.66) (Quit: Computer has gone to sleep.)
- # [20:45] * Joins: SimonSapin (~simon@94-195-203-91.zone9.bethere.co.uk)
- # [20:46] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Ping timeout: 252 seconds)
- # [20:47] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [20:47] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [20:52] * Joins: cabanier (~cabanier@192.150.22.55)
- # [20:53] <Hixie> GPHemsley: yes, but maybe not in the way you care about? not sure what you're asking
- # [20:54] <Hixie> hm, floats are hard to use right.
- # [20:54] <Hixie> i want something that floats to the right of my paragraph, but comes after the paragraph in the dom
- # [20:54] <Hixie> not sure that's even possible
- # [20:55] <Ms2ger> Float your paragraph left?
- # [20:55] <Hixie> the paragraph is part of a long document
- # [20:55] <Hixie> think <p> vs <p class=note> in the spec
- # [20:56] <Hixie> i want the .note to float to the right of the p
- # [20:56] * Parts: jreading (~Adium@204.56.125.50)
- # [20:56] <Ms2ger> !p + p.note {}?
- # [20:56] <Hixie> that doesn't work if i don't know their relative sizes ahead of time
- # [20:56] <Ms2ger> Or do you want something that works practically rather than theoretically?
- # [20:56] <Hixie> practically, yes
- # [20:56] * Joins: sicking (~sicking@v-1045.fw1.sfo1.mozilla.net)
- # [20:56] <Ms2ger> No idea, then
- # [20:57] <Hixie> (also, really, we're going with the "!" thing? ugh)
- # [20:57] <Hixie> (:matches is such a better solution.)
- # [20:57] * Quits: smaug____ (~chatzilla@cs164155.pp.htv.fi) (Remote host closed the connection)
- # [20:57] * Joins: smaug____ (~chatzilla@cs164155.pp.htv.fi)
- # [20:58] <Ms2ger> I dunno
- # [20:58] <Ms2ger> It's not like anybody is implementing
- # [21:00] * Quits: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si) (Quit: ZNC - http://znc.in)
- # [21:01] <GPHemsley> what's 1?
- # [21:01] <GPHemsley> err, !
- # [21:01] <GPHemsley> what's !?
- # [21:02] * Joins: danbri_ (~danbri@cable-146-255-152-197.dynamic.telemach.ba)
- # [21:04] <Ms2ger> If you have !a + b { color: green }, the a is green
- # [21:05] <jgraham> Hasn't Hixie been promoting :matches since like 2000?
- # [21:06] <Hixie> yeah
- # [21:06] <Hixie> but i'm not active in the wg
- # [21:06] <Hixie> so... :-)
- # [21:07] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 252 seconds)
- # [21:07] <jgraham> Well yeah, but it's like "<Hixie> We should solve it using :matches" is a permanent feature of the web
- # [21:08] * Quits: blooberry (~blooberry@134.134.139.76) (Remote host closed the connection)
- # [21:08] * Joins: newtron_ (~newtron@199.71.174.7)
- # [21:09] * Quits: jwalden (~waldo@c-71-202-165-226.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.87-6.1450hg.fc18 [XULRunner 21.0/20130521122340])
- # [21:09] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [21:09] * Quits: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [21:13] * Quits: newtron (~newtron@199.71.174.103) (Ping timeout: 276 seconds)
- # [21:13] * Quits: danbri_ (~danbri@cable-146-255-152-197.dynamic.telemach.ba) (Remote host closed the connection)
- # [21:14] * Quits: darobin (~darobin@78.208.93.24) (Remote host closed the connection)
- # [21:16] * Joins: scottmey (~scottmey@ool-18e4f91b.dyn.optonline.net)
- # [21:23] * Joins: esprehn_ (~esprehn@216.239.45.73)
- # [21:23] * Quits: esprehn_ (~esprehn@216.239.45.73) (Client Quit)
- # [21:24] * Krinkle is now known as Krinkle|detached
- # [21:25] * Joins: Smylers (~smylers@host86-143-209-125.range86-143.btcentralplus.com)
- # [21:29] * Joins: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net)
- # [21:30] * Quits: yodasw16 (~yodasw16@ql1fwhide.rockfin.com) (Quit: yodasw16)
- # [21:30] * Quits: jryans (~jryans@office.massrel.com) (Read error: Connection reset by peer)
- # [21:33] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [21:35] * Quits: sicking (~sicking@v-1045.fw1.sfo1.mozilla.net) (Quit: sicking)
- # [21:37] * Joins: jpn (~jpn@a79-168-252-125.cpe.netcabo.pt)
- # [21:41] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Remote host closed the connection)
- # [21:41] * Joins: danbri_ (~danbri@cable-146-255-152-197.dynamic.telemach.ba)
- # [21:45] * Joins: lilmonkey` (~colin@5469E6D4.cm-12-2d.dynamic.ziggo.nl)
- # [21:45] * Quits: lilmonkey` (~colin@5469E6D4.cm-12-2d.dynamic.ziggo.nl) (Changing host)
- # [21:45] * Joins: lilmonkey` (~colin@pdpc/supporter/professional/riven)
- # [21:45] * Quits: Masklinn (~textual@213.211.144.248)
- # [21:46] * Quits: lilmonkey (~colin@pdpc/supporter/professional/riven) (Ping timeout: 264 seconds)
- # [21:47] * Joins: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net)
- # [21:51] * Quits: danbri_ (~danbri@cable-146-255-152-197.dynamic.telemach.ba) (Remote host closed the connection)
- # [21:51] * Quits: Ms2ger (~Ms2ger@84.255-64-87.adsl-dyn.isp.belgacom.be) (Quit: nn)
- # [21:55] * Quits: Dashiva (Dashiva@wikia/Dashiva)
- # [21:56] * Joins: miketaylr2000 (~miketaylr@149.6.202.84.customer.cdi.no)
- # [21:57] * Quits: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [21:58] * Quits: josemanuel (~josemanue@250.229.221.87.dynamic.jazztel.es) (Quit: Saliendo)
- # [21:58] * Joins: danbri_ (~danbri@cable-146-255-152-197.dynamic.telemach.ba)
- # [21:58] * Quits: danbri_ (~danbri@cable-146-255-152-197.dynamic.telemach.ba) (Remote host closed the connection)
- # [22:02] * Joins: teamcoltra (~frextual@opennic/teamcoltra)
- # [22:05] * Quits: miketaylr2000 (~miketaylr@149.6.202.84.customer.cdi.no) (Quit: goodbye cruel world)
- # [22:05] * Joins: reyre_ (~reyre_@142.204.133.18)
- # [22:07] * Quits: jarek (~jarek@unaffiliated/jarek) (Quit: jarek)
- # [22:10] * Joins: danja (~danny@host179-207-dynamic.8-79-r.retail.telecomitalia.it)
- # [22:11] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 252 seconds)
- # [22:14] * Joins: jernoble (~jernoble@204.79.190.72)
- # [22:16] * Quits: kborchers (~kborchers@unaffiliated/kborchers) (Excess Flood)
- # [22:17] * Joins: kborchers (~kborchers@unaffiliated/kborchers)
- # [22:20] * heycam|away is now known as heycam
- # [22:23] * Quits: cheron (~cheron@unaffiliated/cheron) (Ping timeout: 264 seconds)
- # [22:29] * Joins: Dashiva (Dashiva@178-82-40-88.dynamic.hispeed.ch)
- # [22:29] * Quits: Dashiva (Dashiva@178-82-40-88.dynamic.hispeed.ch) (Changing host)
- # [22:29] * Joins: Dashiva (Dashiva@wikia/Dashiva)
- # [22:31] * Quits: frozenice (~frozenice@unaffiliated/fr0zenice) (Remote host closed the connection)
- # [22:31] * Quits: scor (scor@drupal.org/user/52142/view) (Ping timeout: 260 seconds)
- # [22:31] * Quits: reyre_ (~reyre_@142.204.133.18) (Remote host closed the connection)
- # [22:32] * Krinkle|detached is now known as Krinkle
- # [22:35] * Joins: reyre_ (~reyre_@142.204.133.18)
- # [22:35] * Joins: scor (scor@drupal.org/user/52142/view)
- # [22:37] * Quits: Dashiva (Dashiva@wikia/Dashiva)
- # [22:39] * Joins: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si)
- # [22:45] * Quits: reyre_ (~reyre_@142.204.133.18) (Remote host closed the connection)
- # [22:45] * Joins: Dashiva (Dashiva@178-82-40-88.dynamic.hispeed.ch)
- # [22:45] * Quits: Dashiva (Dashiva@178-82-40-88.dynamic.hispeed.ch) (Changing host)
- # [22:45] * Joins: Dashiva (Dashiva@wikia/Dashiva)
- # [22:49] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [22:53] * Quits: newtron_ (~newtron@199.71.174.7) (Remote host closed the connection)
- # [22:54] * Joins: lilmonkey (~colin@5469E6D4.cm-12-2d.dynamic.ziggo.nl)
- # [22:54] * Quits: lilmonkey (~colin@5469E6D4.cm-12-2d.dynamic.ziggo.nl) (Changing host)
- # [22:54] * Joins: lilmonkey (~colin@pdpc/supporter/professional/riven)
- # [22:55] * Quits: teamcoltra (~frextual@opennic/teamcoltra) (Quit: Computer has gone to sleep.)
- # [22:56] * Quits: lilmonkey` (~colin@pdpc/supporter/professional/riven) (Read error: Operation timed out)
- # [23:01] * Quits: Aww (~Aww@unaffiliated/aww) (Changing host)
- # [23:01] * Joins: Aww (~Aww@dev.awwcookies.com)
- # [23:06] * Joins: reyre_ (~reyre_@24.114.78.0)
- # [23:09] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [23:10] * Joins: nessy (~silviapf@210-84-33-40.dyn.iinet.net.au)
- # [23:10] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Ping timeout: 252 seconds)
- # [23:12] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [23:12] <GPHemsley> IDK, ! makes sense to me, now that I remember what it means.
- # [23:13] <GPHemsley> since it patterns with !important
- # [23:15] * Joins: teamcoltra (~frextual@opennic/teamcoltra)
- # [23:16] <GPHemsley> plus, you'd have to explain to me how :matches would work
- # [23:17] * Quits: Aww (~Aww@dev.awwcookies.com) (Quit: ZNC - http://znc.in)
- # [23:17] * Joins: Aww (~Aww@cookies.erryfanclub.com)
- # [23:23] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Ping timeout: 246 seconds)
- # [23:23] * Quits: scor (scor@drupal.org/user/52142/view) (Quit: scor)
- # [23:25] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [23:28] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [23:31] * Joins: jwalden (~waldo@nat/mozilla/x-gmcvheiquioxkthq)
- # [23:31] * Quits: teamcoltra (~frextual@opennic/teamcoltra) (Quit: Computer has gone to sleep.)
- # [23:37] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 252 seconds)
- # [23:42] * Quits: rubatdub (~khalil@213.188.180.185) (Quit: Quitte)
- # [23:43] <Hixie> GPHemsley: with !, how do you pick an element that has either a <p> next sibling, a <div> next sibling, or an <ol> next sibling?
- # [23:44] <GPHemsley> isn't there any() for that?
- # [23:44] <Hixie> any is a variant of matches
- # [23:44] * Joins: sicking (~sicking@v-1045.fw1.sfo1.mozilla.net)
- # [23:44] <GPHemsley> !* :any(p, div, ol)
- # [23:44] <GPHemsley> or something
- # [23:45] <Hixie> an even better example would be, how do you match an element that has both an <ul> following subling, and an <ol> following sibling
- # [23:45] <GPHemsley> when would that happen?
- # [23:45] <GPHemsley> or you mean generically
- # [23:45] <GPHemsley> not immediately
- # [23:45] <GPHemsley> himm
- # [23:45] <GPHemsley> -i
- # [23:45] <Hixie> you could do it as a pair, as in: !* ~ ul ~ ol, !* ~ ol ~ ul
- # [23:45] <Hixie> but that quickly gets out of hand
- # [23:46] <GPHemsley> !* ul/ol
- # [23:46] <Hixie> with :matches it's just :matches(# ~ ol):matches(# ~ ul)
- # [23:46] * GPHemsley needs to brush up on his selectors
- # [23:46] <Hixie> what's "/"?
- # [23:46] <GPHemsley> dunno
- # [23:46] <GPHemsley> just made it up
- # [23:46] <Hixie> hah
- # [23:46] <Hixie> k
- # [23:46] <Hixie> i guess that's fair
- # [23:46] <Hixie> i'm making up :matches :-D
- # [23:46] <GPHemsley> :)
- # [23:47] <Hixie> anyway :matches() is just a pseudo that matches if its selector matches the node in question, with "#" being a placeholder in the argument for "the current element being checked"
- # [23:49] <GPHemsley> does :nth-match() help here?
- # [23:50] * heycam is now known as heycam|away
- # [23:50] <GPHemsley> (the spec is kinda sparse on examples)
- # [23:51] <GPHemsley> oh, it's E! not !E
- # [23:52] * Quits: SimonSapin (~simon@94-195-203-91.zone9.bethere.co.uk) (Ping timeout: 240 seconds)
- # [23:52] * Joins: othermaciej (~mjs@17.114.109.190)
- # [23:53] <GPHemsley> *! ( (~ ul) && (~ ol) )
- # [23:53] * Joins: reyre- (~reyre_@24.114.80.208)
- # [23:54] <GPHemsley> oh, apparently the spec is not consistent on the placement of the !
- # [23:55] * Quits: lilmonkey (~colin@pdpc/supporter/professional/riven) (Read error: Connection reset by peer)
- # [23:55] * Joins: lilmonkey` (~colin@5469E6D4.cm-12-2d.dynamic.ziggo.nl)
- # [23:55] * Quits: lilmonkey` (~colin@5469E6D4.cm-12-2d.dynamic.ziggo.nl) (Changing host)
- # [23:55] * Joins: lilmonkey` (~colin@pdpc/supporter/professional/riven)
- # [23:56] * Quits: reyre_ (~reyre_@24.114.78.0) (Ping timeout: 256 seconds)
- # [23:57] * heycam|away is now known as heycam
- # [23:57] * Quits: jpn (~jpn@a79-168-252-125.cpe.netcabo.pt) (Quit: jpn)
- # [23:59] <GPHemsley> oh, apparently :matches() is already in the spec, too
- # [23:59] * Quits: reyre- (~reyre_@24.114.80.208) (Ping timeout: 246 seconds)
- # [23:59] <GPHemsley> but it only takes two arguments?
- # [23:59] <GPHemsley> I'm not clear on the syntax here
- # Session Close: Fri Jun 14 00:00:00 2013
The end :)