Options:
- # Session Start: Wed Sep 11 00:00:00 2013
- # Session Ident: #whatwg
- # [00:02] * Quits: encryptd_fractal (~encryptd_@66-188-99-174.static.ftbg.wi.charter.com) (Remote host closed the connection)
- # [00:03] * Joins: encryptd_fractal (~encryptd_@66-188-99-174.static.ftbg.wi.charter.com)
- # [00:07] * Quits: encryptd_fractal (~encryptd_@66-188-99-174.static.ftbg.wi.charter.com) (Ping timeout: 248 seconds)
- # [00:09] <annevk> smaug____: was getting food and such, gonna watch a series and sleep soon though
- # [00:11] <smaug____> annevk: it was just about http://logbot.glob.com.au/?c=content#c128978
- # [00:11] * Joins: baku (~baku@148.122.12.62)
- # [00:12] <say2joe> Damn, Hixie_ i didn't know people could be so wrong (sarcastic) lol
- # [00:12] * Quits: Smylers (~smylers@host81-132-241-222.range81-132.btcentralplus.com) (Quit: Leaving.)
- # [00:13] * Joins: Smylers (~smylers@host81-132-241-222.range81-132.btcentralplus.com)
- # [00:14] <say2joe> you should reply… "how about them apples" (in reference to Mr. Krubner's work as an apple picker in an orchard as well as his "extensive" experience with Apple products / programming).
- # [00:14] <annevk> smaug____: ah yeah, you mentioned that before
- # [00:14] * Quits: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si) (Quit: ZNC - http://znc.in)
- # [00:14] <annevk> I should get better at filing bugs I guess
- # [00:15] * Joins: ehsan (~ehsan@148.122.12.62)
- # [00:15] * Quits: Smylers (~smylers@host81-132-241-222.range81-132.btcentralplus.com) (Client Quit)
- # [00:16] <smaug____> well, that is why some automatic tool might be good. In the case the spec change is significant, implementation bugs would be filed when committing the spec change
- # [00:17] <smaug____> hopefully wouldn't cause more work for spec authors
- # [00:18] <annevk> we could have a commit hook in GitHub I suppose
- # [00:18] * Joins: Spedax (~spedax@5.149.138.2)
- # [00:19] <annevk> I guess Bugzilla has an API?
- # [00:19] <annevk> I could look into this I suppose, might be interesting for other browser projects too
- # [00:20] <smaug____> bugzilla has some API yes
- # [00:20] * Quits: reyre (~reyre@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com) (Remote host closed the connection)
- # [00:22] <annevk> I need an intern to do stuff like this :p
- # [00:23] * Quits: Spedax (~spedax@5.149.138.2) (Ping timeout: 245 seconds)
- # [00:27] * Quits: zcorpan (~zcorpan@128.127.18.179) (Remote host closed the connection)
- # [00:28] * Joins: zcorpan (~zcorpan@128.127.18.179)
- # [00:28] * Joins: tantek (~tantek@AMontsouris-554-1-115-143.w92-128.abo.wanadoo.fr)
- # [00:30] * Quits: baku (~baku@148.122.12.62) (Ping timeout: 245 seconds)
- # [00:31] <jamesr_`> if i'm reading things correctly the <dialog>'s UI always shows up in the top layer of the document the element is in, right?
- # [00:31] <jamesr_`> meaning if you have a <dialog> inside an <iframe> the dialog is constrained within the iframe?
- # [00:32] * Quits: zcorpan (~zcorpan@128.127.18.179) (Ping timeout: 240 seconds)
- # [00:32] <jamesr_`> is there any way to break out?
- # [00:34] * Quits: Areks (~Areks@rs.gridnine.com) (Write error: Connection reset by peer)
- # [00:34] <jamesr_`> Hixie_: ^^ ?
- # [00:35] * Quits: arunranga (~otherarun@cpe-74-73-238-8.nyc.res.rr.com) (Quit: arunranga)
- # [00:35] <zewt> wow, now even amazon has product listing items that are fake javascript links that i can't middle-click
- # [00:35] <zewt> ww3
- # [00:35] * Joins: Areks (~Areks@rs.gridnine.com)
- # [00:43] * Quits: Zauberfisch__ (~Zauberfis@2a01:4f8:100:73c3::3) (Ping timeout: 245 seconds)
- # [00:44] * Joins: Zauberfisch (~Zauberfis@venus.zauberfisch.at)
- # [00:54] * Joins: jernoble|laptop (~jernoble@17.114.108.122)
- # [01:02] * Quits: RobbertA_ (~robbertat@2001:980:9368:1:8dac:d35c:4b8c:1704) (Remote host closed the connection)
- # [01:03] * Joins: RobbertAtWork (~robbertat@2001:980:9368:1:8dac:d35c:4b8c:1704)
- # [01:07] * Quits: RobbertAtWork (~robbertat@2001:980:9368:1:8dac:d35c:4b8c:1704) (Ping timeout: 245 seconds)
- # [01:07] <Hixie_> jamesr_`: there's no way to break out of an iframe currently, right
- # [01:09] * Quits: ehsan (~ehsan@148.122.12.62) (Remote host closed the connection)
- # [01:09] <jamesr_`> Hixie_: that means you can't use <dialog> as a clickjacking mitigation
- # [01:09] * Joins: ehsan (~ehsan@148.122.12.62)
- # [01:09] <jamesr_`> has there been much discussion about this?
- # [01:09] <Hixie_> jamesr_`: there's lots of things you can't use it for, sure
- # [01:10] <Hixie_> i don't think you'd ever be able to use it as a click-jacking mitigation -- i mean, there's no way we can allow a cross-origin iframe to break out of itself over a different-origin iframe
- # [01:10] <Hixie_> that's a huge spoofing risk
- # [01:10] <Hixie_> would just enable reverse clickjacking
- # [01:10] <jamesr_`> i get the spoofing concern although i'm not sure what reverse clickjacking is
- # [01:14] * Quits: ehsan (~ehsan@148.122.12.62) (Ping timeout: 264 seconds)
- # [01:16] <Hixie_> the inner iframe click-jacking the outer frame
- # [01:16] <Hixie_> i.e. spoofing
- # [01:16] * heycam|away is now known as heycam
- # [01:32] * Quits: annevk (~annevk@2.31.25.182) (Remote host closed the connection)
- # [01:35] * Joins: jdaggett (~jdaggett@61-121-216-2.bitcat.net)
- # [01:36] * Quits: WeirdAl (~chatzilla@g2spf.ask.info) (Remote host closed the connection)
- # [01:38] * Joins: zcorpan (~zcorpan@128.127.18.179)
- # [01:43] * Quits: zcorpan (~zcorpan@128.127.18.179) (Ping timeout: 276 seconds)
- # [01:47] * Joins: birtles (~chatzilla@61-121-216-2.bitcat.net)
- # [01:48] * Joins: mven (~mven@ip68-224-15-53.lv.lv.cox.net)
- # [01:51] * Quits: cwilso (uid10206@gateway/web/irccloud.com/x-yrhkekhdysquivfi) (Ping timeout: 260 seconds)
- # [01:53] * Guest68716 is now known as m4nu
- # [02:00] * jonlee|afk is now known as jonlee
- # [02:01] * heycam is now known as heycam|away
- # [02:05] * Quits: jernoble|laptop (~jernoble@17.114.108.122) (Quit: Computer has gone to sleep.)
- # [02:05] * Quits: jsbell (jsbell@nat/google/x-sttdlslpueyrbkbe) (Quit: There's no place like home...)
- # [02:05] * heycam|away is now known as heycam
- # [02:14] * Joins: seventh (seventh@69.80.107.212)
- # [02:15] * Quits: decotii (~decotii@hq.croscon.com) (Quit: Leaving)
- # [02:15] * Quits: cabanier (~cabanier@192.150.22.55) (Quit: Leaving.)
- # [02:26] * Joins: jernoble|laptop (~jernoble@76.74.153.41)
- # [02:27] * Quits: jorgepedret (~jorgepedr@64-46-23-103.dyn.novuscom.net) (Quit: Computer has gone to sleep.)
- # [02:35] * Joins: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net)
- # [02:37] * Quits: smaug____ (~chatzilla@cs164155.pp.htv.fi) (Ping timeout: 264 seconds)
- # [02:40] * Krinkle is now known as Krinkle|detached
- # [02:41] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [02:44] * jonlee is now known as jonlee|afk
- # [02:50] * Joins: reyre (~reyre@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com)
- # [02:54] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Remote host closed the connection)
- # [03:01] * Joins: encryptd_fractal (~encryptd_@71-89-74-12.dhcp.bycy.mi.charter.com)
- # [03:04] * Joins: myakura (~myakura@FL1-125-197-193-40.tky.mesh.ad.jp)
- # [03:06] * Quits: reyre (~reyre@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com) (Remote host closed the connection)
- # [03:07] * Quits: jernoble|laptop (~jernoble@76.74.153.41) (Quit: Computer has gone to sleep.)
- # [03:15] * Joins: Goplat (~goplat@reactos/developer/Goplat)
- # [03:31] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
- # [03:36] * Joins: scor (~scor@c-98-216-39-127.hsd1.ma.comcast.net)
- # [03:36] * Quits: scor (~scor@c-98-216-39-127.hsd1.ma.comcast.net) (Changing host)
- # [03:36] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [03:43] <jamesr_`> zewt: you consider macbooks to be 'mobile' instead of 'desktop'?
- # [03:44] * Quits: say2joe (~say2joe@209-253-225-97.ip.mcleodusa.net) (Quit: Leaving.)
- # [03:46] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [03:52] * Joins: cwilso (uid10206@gateway/web/irccloud.com/x-axwolgwtmhqveedr)
- # [04:05] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [04:07] * Joins: scor (~scor@c-98-216-39-127.hsd1.ma.comcast.net)
- # [04:07] * Quits: scor (~scor@c-98-216-39-127.hsd1.ma.comcast.net) (Changing host)
- # [04:07] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [04:09] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 256 seconds)
- # [04:14] * Joins: marcosc (~marcosc@bl7-118-144.dsl.telepac.pt)
- # [04:19] * Joins: Spedax (~spedax@5.149.138.2)
- # [04:20] * Quits: marcosc (~marcosc@bl7-118-144.dsl.telepac.pt) (Ping timeout: 246 seconds)
- # [04:23] * Quits: Spedax (~spedax@5.149.138.2) (Ping timeout: 245 seconds)
- # [04:24] * Quits: seventh (seventh@69.80.107.212) (Ping timeout: 276 seconds)
- # [04:32] * Quits: jwalden (~waldo@2620:101:8003:200:3ea9:f4ff:fe34:6fd4) (Quit: ChatZilla 0.9.87-7.1450hg.fc19 [XULRunner 23.0/20130805131520])
- # [04:59] * Quits: tantek (~tantek@AMontsouris-554-1-115-143.w92-128.abo.wanadoo.fr) (Quit: tantek)
- # [05:03] * Quits: encryptd_fractal (~encryptd_@71-89-74-12.dhcp.bycy.mi.charter.com) (Remote host closed the connection)
- # [05:03] * Joins: tantek (~tantek@AMontsouris-554-1-115-143.w92-128.abo.wanadoo.fr)
- # [05:04] * Joins: Yuhong (~chatzilla@S01060019d1e384a3.vc.shawcable.net)
- # [05:04] * Joins: drollwit (~drollwit@c-67-183-156-240.hsd1.wa.comcast.net)
- # [05:05] <Yuhong> Interestingly, Acid3 itself renders differently in real IE7 and IE8 in IE7 standards mode.
- # [05:05] * heycam is now known as heycam|away
- # [05:07] * Joins: nonge_ (~nonge@p5082B1EF.dip0.t-ipconnect.de)
- # [05:09] * Quits: drollwit (~drollwit@c-67-183-156-240.hsd1.wa.comcast.net) (Ping timeout: 264 seconds)
- # [05:09] <Yuhong> Interestingly, Acid3 itself renders differently between real IE7 and IE8 in IE7 standards mode.
- # [05:11] * Quits: nonge (~nonge@p5B326159.dip0.t-ipconnect.de) (Ping timeout: 264 seconds)
- # [05:12] <Yuhong> Using IE developer toolbar in IE7 with Acid3 open I was able to easily crash IE7 with a null pointer.
- # [05:18] * Joins: j_wright (~jwright@unaffiliated/j-wright/x-9145068)
- # [05:30] * Quits: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 260 seconds)
- # [05:32] * heycam|away is now known as heycam
- # [05:35] * Quits: tantek (~tantek@AMontsouris-554-1-115-143.w92-128.abo.wanadoo.fr) (Quit: tantek)
- # [05:39] * Joins: rxgx (~rxgx@64.38.203.218)
- # [05:50] * Quits: gavinc (~gavin@barad-dur.carothers.name) (Read error: Connection reset by peer)
- # [05:52] * diffalot is now known as diffalot-away
- # [05:53] * Quits: Yuhong (~chatzilla@S01060019d1e384a3.vc.shawcable.net) (Quit: ChatZilla 0.9.90.1 [Firefox 23.0.1/20130814063812])
- # [06:35] * Quits: rniwa (~rniwa@17.212.154.114) (Quit: rniwa)
- # [06:53] * Parts: JonathanNeal (uid5831@gateway/web/irccloud.com/x-vkovdnunbehoeaqk)
- # [06:53] * Joins: drollwit (~drollwit@c-67-183-156-240.hsd1.wa.comcast.net)
- # [06:53] * Quits: drollwit (~drollwit@c-67-183-156-240.hsd1.wa.comcast.net) (Read error: Connection reset by peer)
- # [06:53] * Joins: drollwit (~drollwit@c-67-183-156-240.hsd1.wa.comcast.net)
- # [06:56] * Quits: nielsle (~nielsle@3239149-cl69.boa.fiberby.dk) (Ping timeout: 245 seconds)
- # [07:01] * Quits: drollwit (~drollwit@c-67-183-156-240.hsd1.wa.comcast.net) (Ping timeout: 264 seconds)
- # [07:07] * Joins: McNugit (~McNugit@ip68-111-163-8.sd.sd.cox.net)
- # [07:11] * Quits: mven (~mven@ip68-224-15-53.lv.lv.cox.net) (Remote host closed the connection)
- # [07:11] * Joins: nielsle (~nielsle@3239149-cl69.boa.fiberby.dk)
- # [07:14] * Quits: McNugit (~McNugit@ip68-111-163-8.sd.sd.cox.net) (Read error: Connection reset by peer)
- # [07:21] * Joins: ehsan_ (~ehsan@148.122.12.62)
- # [07:23] * Joins: Goplat` (~goplat@50-1-105-195.dsl.dynamic.sonic.net)
- # [07:23] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Disconnected by services)
- # [07:24] * Quits: Goplat` (~goplat@50-1-105-195.dsl.dynamic.sonic.net) (Changing host)
- # [07:24] * Joins: Goplat` (~goplat@reactos/developer/Goplat)
- # [07:24] * Goplat` is now known as Goplat
- # [07:24] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [07:35] <slartsa> odinho: thanks, but I don't understand what you mean
- # [07:48] * Joins: jernoble|laptop (~jernoble@199-188-193-107.PUBLIC.monkeybrains.net)
- # [07:55] * Joins: Smylers (~smylers@host81-132-241-222.range81-132.btcentralplus.com)
- # [07:58] * Joins: Spedax (~spedax@5.149.138.2)
- # [07:58] * Quits: Spedax (~spedax@5.149.138.2) (Remote host closed the connection)
- # [08:07] * Joins: zkis (~zkis@2001:998:22:0:3561:e618:6afc:8d08)
- # [08:08] * Joins: baku (~baku@148.122.12.62)
- # [08:10] * Quits: birtles (~chatzilla@61-121-216-2.bitcat.net) (Read error: Connection reset by peer)
- # [08:10] * Quits: wakaba (~wakaba@33.114.147.124.dy.bbexcite.jp) (Read error: Connection reset by peer)
- # [08:10] * Joins: birtles (~chatzilla@61-121-216-2.bitcat.net)
- # [08:11] * Joins: wakaba (~wakaba@33.114.147.124.dy.bbexcite.jp)
- # [08:11] * Quits: rxgx (~rxgx@64.38.203.218) (Quit: timeout)
- # [08:13] * Joins: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si)
- # [08:13] * Joins: zcorpan (~zcorpan@128.127.18.179)
- # [08:16] * Quits: Smylers (~smylers@host81-132-241-222.range81-132.btcentralplus.com) (Quit: Leaving.)
- # [08:18] * Quits: zcorpan (~zcorpan@128.127.18.179) (Ping timeout: 264 seconds)
- # [08:26] * Joins: dbaron (~dbaron@89.202.203.51)
- # [08:26] * Quits: baku (~baku@148.122.12.62) (Quit: Leaving)
- # [08:29] * Quits: ehsan_ (~ehsan@148.122.12.62) (Remote host closed the connection)
- # [08:29] * Joins: ehsan_ (~ehsan@148.122.12.62)
- # [08:32] * Quits: jernoble|laptop (~jernoble@199-188-193-107.PUBLIC.monkeybrains.net) (Quit: Computer has gone to sleep.)
- # [08:34] * Quits: ehsan_ (~ehsan@148.122.12.62) (Ping timeout: 264 seconds)
- # [08:42] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Remote host closed the connection)
- # [08:44] * Joins: zcorpan (~zcorpan@89.202.203.52)
- # [08:51] * Quits: myakura (~myakura@FL1-125-197-193-40.tky.mesh.ad.jp) (Remote host closed the connection)
- # [08:51] * Joins: myakura (~myakura@FL1-125-197-193-40.tky.mesh.ad.jp)
- # [08:53] * Joins: rniwa (~rniwa@c-98-207-134-149.hsd1.ca.comcast.net)
- # [08:55] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [08:56] * Quits: myakura (~myakura@FL1-125-197-193-40.tky.mesh.ad.jp) (Ping timeout: 260 seconds)
- # [09:13] * Quits: zcorpan (~zcorpan@89.202.203.52) (Remote host closed the connection)
- # [09:13] * Joins: zcorpan (~zcorpan@89.202.203.52)
- # [09:14] * Joins: mitemitreski (~mitemitre@212.120.17.179)
- # [09:21] * Joins: sgalineau (~sylvaing@89.202.203.52)
- # [09:28] * Joins: Smylers (~smylers@94.117.230.65)
- # [09:29] * Joins: rego (~rego@belicus.igalia.com)
- # [09:31] * Joins: Spedax (~spedax@5.149.138.2)
- # [09:32] * Joins: Yitro (~Yitro@101.164.245.158)
- # [09:32] * Quits: Spedax (~spedax@5.149.138.2) (Read error: Connection reset by peer)
- # [09:32] * Joins: tantek (~tantek@89.202.203.51)
- # [09:33] * Joins: Spedax (~spedax@5.149.138.2)
- # [09:35] * Joins: baku (~baku@193.214.41.72)
- # [09:38] * Quits: Smylers (~smylers@94.117.230.65) (Ping timeout: 256 seconds)
- # [09:44] * heycam is now known as heycam|away
- # [09:44] * Joins: ehsan_ (~ehsan@230.43.214.193.static.cust.telenor.com)
- # [09:46] <zcorpan> annevk: ok i reviewed https://critic.hoppipolla.co.uk/r/300
- # [09:49] * Quits: Yitro (~Yitro@101.164.245.158) (Quit: Leaving)
- # [09:50] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 245 seconds)
- # [09:54] * Joins: jorgepedret (~jorgepedr@70-36-56-110.dyn.novuscom.net)
- # [10:08] * Quits: birtles (~chatzilla@61-121-216-2.bitcat.net) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
- # [10:19] * Joins: Yitro (~Yitro@101.164.245.158)
- # [10:24] * Joins: sicking (~sicking@0.43.214.193.static.cust.telenor.com)
- # [10:25] <MikeSmith> zcorpan: I don't find a definition of "whitespace" in http://dev.w3.org/csswg/mediaqueries4/
- # [10:26] <MikeSmith> SimonSapin: ↑
- # [10:26] <zcorpan> MikeSmith: look in css-syntax
- # [10:26] <MikeSmith> zcorpan: ok
- # [10:27] <zcorpan> but media queries should probably define its whitespace since they don't always come from a css file
- # [10:27] * Joins: smaug____ (~chatzilla@cs164155.pp.htv.fi)
- # [10:28] <MikeSmith> well it should also normatively reference some definition of whatever it means by it
- # [10:28] <MikeSmith> so I find http://dev.w3.org/csswg/css-syntax/#whitespace-diagram
- # [10:28] <MikeSmith> and http://dev.w3.org/csswg/css-syntax/#newline-diagram
- # [10:28] <MikeSmith> space, tabl
- # [10:28] <MikeSmith> oops
- # [10:29] <MikeSmith> space, tab, \n, \r\n, \r, \f
- # [10:29] <MikeSmith> zcorpan: which matches the definition in the HTML spec of whitespace, right?
- # [10:30] * Joins: drollwit (~drollwit@c-67-183-156-240.hsd1.wa.comcast.net)
- # [10:30] <MikeSmith> I find that the current media-queries checker in the validator doesn't allow \f
- # [10:31] <MikeSmith> oh wait
- # [10:31] <MikeSmith> http://dev.w3.org/csswg/css-syntax/#whitespace
- # [10:31] <MikeSmith> ah that's the same
- # [10:31] <MikeSmith> A newline, U+0009 CHARACTER TABULATION, or U+0020 SPACE.
- # [10:31] <MikeSmith> hmm, sorta
- # [10:31] <MikeSmith> http://dev.w3.org/csswg/css-syntax/#newline
- # [10:31] <MikeSmith> "U+000A LINE FEED. Note that U+000D CARRIAGE RETURN and U+000C FORM FEED are not included in this definition, as they are converted to U+000A LINE FEED during preprocessing."
- # [10:32] <zcorpan> question is what should happen with \f when the string comes from CSSOM
- # [10:32] <zcorpan> i'll file a bug on MQ
- # [10:32] <MikeSmith> OK
- # [10:33] <zcorpan> MQ currently refers to CSS21 for its grammar
- # [10:33] <MikeSmith> oh
- # [10:33] <zcorpan> S [ \t\r\n\f]+
- # [10:34] * Quits: drollwit (~drollwit@c-67-183-156-240.hsd1.wa.comcast.net) (Ping timeout: 260 seconds)
- # [10:35] <zcorpan> so i guess that makes it unambiguous
- # [10:35] <MikeSmith> yeah I like that a lot better actually
- # [10:39] <zcorpan> but this is something to keep in mind when css specs move to being defined in terms of css-syntax
- # [10:39] * Quits: jdaggett (~jdaggett@61-121-216-2.bitcat.net) (Ping timeout: 264 seconds)
- # [10:40] <SimonSapin> MikeSmith: I suppose it could link to http://www.w3.org/TR/CSS21/syndata.html#whitespace directly
- # [10:40] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [10:41] <SimonSapin> zcorpan: css-syntax-3’s pre-processing also applies to strings that come from CSSOM
- # [10:47] <zcorpan> SimonSapin: cssom refers to MQ for parsing a MQ, which in turn doesn't mention css-syntax, so that's not clear
- # [10:47] <zcorpan> we also have the case of HTML's media="" attribute
- # [10:47] * Quits: jorgepedret (~jorgepedr@70-36-56-110.dyn.novuscom.net) (Quit: Computer has gone to sleep.)
- # [10:48] <zcorpan> http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#matches-the-environment also refers directly to MQ
- # [10:52] * Joins: tomasf (~tomasf@77.72.97.10.c.fiberdirekt.net)
- # [10:53] <SimonSapin> zcorpan: I mean if you’re using the tokenizer as defined in Level 3, the pre-processing always applies
- # [10:53] * Joins: espadrine (~ttyl@AMontsouris-158-1-50-78.w92-128.abo.wanadoo.fr)
- # [10:54] <zcorpan> yeah sure
- # [10:55] * Parts: a-ja (~Instantbi@70.230.153.135)
- # [10:55] * Joins: cheron (~cheron@unaffiliated/cheron)
- # [10:56] * Joins: RobbertAtWork (~robbertat@2001:980:9368:1:2409:628f:268e:97e3)
- # [11:18] <tantek> hober, FYI https://wiki.mozilla.org/Standards/license
- # [11:19] * Joins: Smylers (~smylers@81.143.60.194)
- # [11:25] * Joins: Lachy (~textual@213.166.174.2)
- # [11:26] <TabAtkins> Lots of things refer to 2.1 for grammar right now, because Syntax is just now hitting WD.
- # [11:27] <odinho> slartsa: It works in Opera 12. The presto-based line of Opera :)
- # [11:27] <TabAtkins> But you should interpret everything as if it was using Syntax, because that's what we're actually basing it all on.
- # [11:28] <MikeSmith> TabAtkins: ok, good to know
- # [11:32] <MikeSmith> zcorpan: so I have a minor issue in trying to automate testing of the validator, which is that if I test for U+000c being handled as whitespace, then we emit a warning saying, "This document is not mappable to XML 1.0 without data loss due to U+000c which is not a legal XML 1.0 character."
- # [11:33] <MikeSmith> and I can suppress that by telling my test runner to ignore warnings, but then it ignores all warnings
- # [11:33] <MikeSmith> and the warnings are something I want to test for too
- # [11:35] <hsivonen> MikeSmith: this is checkin-needed right? https://bugzilla.mozilla.org/show_bug.cgi?id=910588
- # [11:37] <MikeSmith> I guess we need to add another class of test case, "has warning", along with "not valid" (has error) and "valid" (has no errors)
- # [11:38] <MikeSmith> hsivonen: yes , checkin needed
- # [11:39] <hsivonen> MikeSmith: ok
- # [11:44] * Quits: rniwa (~rniwa@c-98-207-134-149.hsd1.ca.comcast.net) (Quit: rniwa)
- # [11:45] * Joins: annevk (~annevk@207.218.72.65)
- # [11:51] <annevk> "Some comments I made a long time ago:" points to message between April and June this year :-)
- # [11:56] <MikeSmith> hsivonen: I had realized that was going to affect View Source. I guess I should have noted it in the bug report. I wonder if there's anybody actually testing the View Source behavior.
- # [12:11] * Quits: sicking (~sicking@0.43.214.193.static.cust.telenor.com) (Quit: sicking)
- # [12:13] * Joins: sicking (~sicking@0.43.214.193.static.cust.telenor.com)
- # [12:13] * Quits: davve (~user@node-7lfb91kwq155uy7y8.a0.ipv6.opera.com) (Read error: Connection reset by peer)
- # [12:13] * Joins: davve (~user@node-7lfb91kwq155uy7y8.a0.ipv6.opera.com)
- # [12:14] * davve is now known as Guest72463
- # [12:14] * Guest72463 is now known as davveo
- # [12:14] * Quits: davveo (~user@node-7lfb91kwq155uy7y8.a0.ipv6.opera.com) (Remote host closed the connection)
- # [12:19] * Joins: yoav (~yoav@LDijon-156-66-46-230.w82-127.abo.wanadoo.fr)
- # [12:34] * Quits: Spedax (~spedax@5.149.138.2) (Remote host closed the connection)
- # [12:43] <hsivonen> MikeSmith: OK to use your hg user line for the generated C++ patch?
- # [12:45] <MikeSmith> hsivonen: yep, fine by me
- # [12:46] * Quits: smaug____ (~chatzilla@cs164155.pp.htv.fi) (Quit: Reconnecting…)
- # [12:46] <hsivonen> MikeSmith: ok
- # [12:46] * Joins: smaug____ (~chatzilla@cs164155.pp.htv.fi)
- # [12:49] * Quits: sicking (~sicking@0.43.214.193.static.cust.telenor.com) (Quit: sicking)
- # [12:58] * Joins: Spedax (~spedax@5.149.138.2)
- # [13:04] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [13:08] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Remote host closed the connection)
- # [13:16] <annevk> Hmm, should URL.username and URL.password actually be settable?
- # [13:16] <annevk> abarth: ^^
- # [13:21] <annevk> I guess it's fine
- # [13:27] <zcorpan> MikeSmith: maybe the validator could be configured to not whine about XML-mappability?
- # [13:33] <MikeSmith> zcorpan: I thought I already had the test runner configured that way, actually. So I'm not sure why I'm seeing them.
- # [13:34] <MikeSmith> anyway, I guess I will probably make the change to have the test runner recognize some files as being expected to cause warnings to be emitted intead of errors. Because it's useful to distinguish the diference.
- # [13:35] * Joins: sicking (~sicking@0.43.214.193.static.cust.telenor.com)
- # [13:40] * Quits: wakaba (~wakaba@33.114.147.124.dy.bbexcite.jp) (Read error: Connection reset by peer)
- # [13:40] * Joins: wakaba (~wakaba@33.114.147.124.dy.bbexcite.jp)
- # [13:49] * Quits: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (Quit: is sleepy)
- # [13:58] * Joins: myakura (~myakura@FL1-125-197-193-40.tky.mesh.ad.jp)
- # [14:01] * Quits: Kolombiken (~Adium@gateway.creuna.se) (Quit: Leaving.)
- # [14:04] * Joins: ehsan__ (~ehsan@230.43.214.193.static.cust.telenor.com)
- # [14:04] * Quits: ehsan_ (~ehsan@230.43.214.193.static.cust.telenor.com) (Read error: Connection reset by peer)
- # [14:05] * Joins: Kolombiken (~Adium@gateway.creuna.se)
- # [14:16] * Joins: decotii (~decotii@hq.croscon.com)
- # [14:19] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [14:23] * Quits: sicking (~sicking@0.43.214.193.static.cust.telenor.com) (Quit: sicking)
- # [14:23] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 245 seconds)
- # [14:24] * Quits: Spedax (~spedax@5.149.138.2) (Remote host closed the connection)
- # [14:26] * Joins: Spedax (~spedax@5.149.138.2)
- # [14:29] * Quits: zkis (~zkis@2001:998:22:0:3561:e618:6afc:8d08) (Ping timeout: 245 seconds)
- # [14:30] * Quits: myakura (~myakura@FL1-125-197-193-40.tky.mesh.ad.jp) (Remote host closed the connection)
- # [14:30] * Joins: myakura (~myakura@FL1-125-197-193-40.tky.mesh.ad.jp)
- # [14:30] * Joins: jdaggett (~jdaggett@y230006.dynamic.ppp.asahi-net.or.jp)
- # [14:33] <annevk> TabAtkins: you should really get some more sleep ;)
- # [14:33] <annevk> TabAtkins: oooh wait, you're in Paris
- # [14:33] * Joins: sicking (~sicking@0.43.214.193.static.cust.telenor.com)
- # [14:33] * Joins: felipeduardo (~felipedua@189.115.44.34)
- # [14:34] * Quits: myakura (~myakura@FL1-125-197-193-40.tky.mesh.ad.jp) (Ping timeout: 245 seconds)
- # [14:41] <annevk> TabAtkins: I'm running into that problem you always seem to run into, how do I use http://dev.w3.org/csswg/selectors/ to do what I need?
- # [14:41] <annevk> TabAtkins: :-)
- # [14:43] <SimonSapin> annevk: which problem is that?
- # [14:43] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [14:43] <annevk> SimonSapin: I have a string, what parsing algorithm do I pass it to to get a selector object out? The algorithm needs to return failures for unresolved namespaces and other parsing errors.
- # [14:44] <annevk> SimonSapin: The next step is then using that selector object to match against a set of nodes. It's not clear what algorithm to use for that either, although the spec does seem to suggest to use "scope-filtered selectors" in that in some way because of the example I just read...
- # [14:44] * Joins: jreading (Adium@nat/novell/x-buirnszaxjiltmuk)
- # [14:45] <annevk> SimonSapin: that next step also needs to take the context object into account and discard it if it's not an Element, I guess
- # [14:45] <SimonSapin> there is no explicit algorithms
- # [14:45] * Quits: scor (~scor@drupal.org/user/52142/view) (Client Quit)
- # [14:46] <annevk> SimonSapin: so I just need to monkey patch my way out of this mess?
- # [14:46] <SimonSapin> but the first step is parse per the grammar http://dev.w3.org/csswg/selectors/#grammar and check that the result is not invalid http://dev.w3.org/csswg/selectors/#invalid
- # [14:46] <hsivonen> MikeSmith: what OS do you deploy the Nu Validator on?
- # [14:46] <hsivonen> MikeSmith: do you deploy on Java 7?
- # [14:47] <annevk> SimonSapin: how does that deal with namespaces?
- # [14:47] <annevk> SimonSapin: and why is there no algorithm for parsing? that's kinda fundamental, no?
- # [14:48] <annevk> SimonSapin: we have lots of contexts that need selector parsing...
- # [14:49] <SimonSapin> there is a grammar
- # [14:49] * Quits: sicking (~sicking@0.43.214.193.static.cust.telenor.com) (Quit: sicking)
- # [14:49] <annevk> orly?
- # [14:49] <SimonSapin> http://dev.w3.org/csswg/selectors/#grammar
- # [14:49] <annevk> yeah you already gave that link
- # [14:49] <SimonSapin> yeah
- # [14:50] <annevk> Again, that's not parsing, doesn't return anything, doesn't describe what it means what you get back when you follow it, etc.
- # [14:50] <annevk> Doesn't deal with resolving namespaces
- # [14:50] <SimonSapin> yes, the "invalid" concept includes undeclared namespace prefixes
- # [14:50] <annevk> You can't say "grammar" and expect magic
- # [14:51] <SimonSapin> not everything has to be written in imperative style
- # [14:51] <annevk> SimonSapin: yes, but it doesn't define if the namespace prefixes need to be declared ahead of parse time or not, etc.
- # [14:52] <annevk> SimonSapin: but you need clear hooks between specs, I don't really care how you define what gets implemented as an algorithm
- # [14:52] <annevk> SimonSapin: but if you don't define an algorithm, you need to be clear on how things work
- # [14:52] <annevk> SimonSapin: you can't just say, "there a grammar" and there's rules for "invalid" and you can derive the parsing algorithm from that
- # [14:53] <SimonSapin> yes, this spec should have better-defined hooks for other specs
- # [14:53] <SimonSapin> beyond that, I don’t see what’s the problem
- # [14:54] <annevk> Well, does parsing a selector fail if namespaces are not (yet) declared?
- # [14:55] <annevk> I.e. does parsing need a map of namespace declarations, or is that an after the fact thing on top of the output. That affects the implementation and affects designs around selectors.
- # [14:55] <SimonSapin> http://dev.w3.org/csswg/selectors/#namespaces says that you need a (possibly empty) set of namespace prefix declarations
- # [14:55] <annevk> Yes, but it doesn't say when.
- # [14:55] * Joins: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [14:56] <SimonSapin> that depends on what uses selectors. For stylesheets, http://www.w3.org/TR/css3-namespace/ defines that @namespace rules must be before style rules
- # [14:56] <SimonSapin> because having to go back and change the meaning of previous rules would suck
- # [14:57] <annevk> So you're saying the parse operation itself is independent of namespaces?
- # [14:57] <SimonSapin> Selectors APIs defines that the set is always empty, I believe
- # [14:57] <SimonSapin> in practice, you get namespace prefix declarations before parsing
- # [14:58] * Quits: smaug____ (~chatzilla@cs164155.pp.htv.fi) (Ping timeout: 264 seconds)
- # [14:58] <annevk> Well that depends on what API I design
- # [14:58] <annevk> The specification doesn't seem to constrain me either way
- # [14:58] <SimonSapin> I mean http://www.w3.org/TR/selectors-api/
- # [14:58] <annevk> I don't
- # [14:59] <SimonSapin> ok, so if you’re making a new thing that uses selectors, you need to define what ns declarations apply to any given selector
- # [14:59] <annevk> Again, I could do that after parse has completed it seems...
- # [14:59] <annevk> Because you don't define what parsing means, it's up to me
- # [15:00] <annevk> And I think that would be a problem for implementations, which is why I bring this up...
- # [15:00] <SimonSapin> well, if you want to separate the parsing into a concrete syntax tree per the grammar and then replace ns prefixes with URLs in a later step, you could do that
- # [15:00] <SimonSapin> I believe that’s an implementation detail
- # [15:01] * Joins: encryptd_fractal (~encryptd_@71-89-74-12.dhcp.bycy.mi.charter.com)
- # [15:01] <annevk> :-(
- # [15:02] <SimonSapin> there is no model of "what you get" after parsing a selector because they’re basically black boxes. On the platform you can only observe their string serialization
- # [15:02] <annevk> That sounds like really bad systems design. I wonder if TabAtkins agrees with this...
- # [15:03] <SimonSapin> we’re in the middle in the F2F and he’s talking about gradient interpolation, but I’ll point him to this later
- # [15:03] * Joins: sicking (~sicking@0.43.214.193.static.cust.telenor.com)
- # [15:03] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Quit: ChatZilla 0.9.90.1 [Firefox 23.0.1/20130814063812])
- # [15:04] <annevk> If you define a syntax, whether the result object is a black box you can do things with or not, defining "parse X using namespace map Y" seems like a good thing to do.
- # [15:05] <annevk> And then you can ask the opaque object to query /tree/ using /scope/ or some such...
- # [15:05] <SimonSapin> ok, we could do that
- # [15:05] * Quits: ehsan__ (~ehsan@230.43.214.193.static.cust.telenor.com) (Read error: Connection reset by peer)
- # [15:05] * Joins: ehsan (~ehsan@230.43.214.193.static.cust.telenor.com)
- # [15:06] * Quits: Kolombiken (~Adium@gateway.creuna.se) (Quit: Leaving.)
- # [15:06] <annevk> We might even want to expose a Selector as a thing in script at some point I suppose... Hmm
- # [15:07] <SimonSapin> maybe
- # [15:07] <SimonSapin> for now all you get is .selectorText
- # [15:08] <SimonSapin> In my experience when implementing Selectors, the data structure you want to represent them varies *a lot* based on the matching strategy
- # [15:08] <TabAtkins> annevk: I can add algo hooks for converting string to selector, and matching selector against a set of nodes in a tree.
- # [15:08] * Joins: Kolombiken (~Adium@94.137.124.2)
- # [15:08] <annevk> TabAtkins: sweet
- # [15:09] <annevk> SimonSapin: interesting
- # [15:09] <annevk> SimonSapin: I wasn't thinking of exposing the data structure anymore than an opaque Selector object, perhaps with serialization
- # [15:09] <annevk> SimonSapin: but if it depends on matching, that might not be good
- # [15:10] * Quits: ehsan (~ehsan@230.43.214.193.static.cust.telenor.com) (Ping timeout: 245 seconds)
- # [15:10] <annevk> TabAtkins: I'll add something to the DOM standard for querySelector / querySelectorAll for now and then you can fill in the boxes I leave open and then we patch 'm up
- # [15:11] <TabAtkins> Yeah, all you need is a "selector" thinger, no internal structure. That's perfectly fine to expose.
- # [15:11] <hsivonen> If I set up a new VM for running Validator.nu, which Ubuntu version should I use? The latest are the LTS?
- # [15:11] <TabAtkins> But there is still an internal structure insofar as it's a complex selector list or whatever.
- # [15:11] <SimonSapin> well, exposing a Selector object that does do anything but its serialization is not very useful
- # [15:12] <hsivonen> The canonical supported version of OpenJDK in the LTS 6. in the latest, it's 7.
- # [15:12] <TabAtkins> SimonSapin: It's used by the "match a selector against some nodes" algo that Anne will be doing
- # [15:13] <SimonSapin> TabAtkins: do you mean a spec concept, or a JS object?
- # [15:13] <TabAtkins> It's just convenient to have a spec concept for "selector" rather than having to cart around a string and constantly say "interpret as a selector...".
- # [15:13] <TabAtkins> Spec concept only.
- # [15:13] <TabAtkins> I suspect.
- # [15:13] <TabAtkins> annevk: ?
- # [15:14] <SimonSapin> then yes, +1 on spec concepts
- # [15:14] <annevk> TabAtkins: spec concept for sure, I was thinking maybe a JS object at some point
- # [15:14] <TabAtkins> Yeah, if you can find a use for it, I'm not against a JS object for it.
- # [15:14] <annevk> TabAtkins: we've had requests for that too, but if as SimonSapin says you want different data structures that might not be good to have
- # [15:14] <SimonSapin> requests for what exactly?
- # [15:15] <MikeSmith> hsivonen: w3c vnu backends I deploy on are all running java7
- # [15:15] <annevk> TabAtkins: but yeah, for most specs with a syntax having string -> object and object -> string is nice :)
- # [15:15] <annevk> SimonSapin: compile a string into a selector and then use it; similar to regular expressions
- # [15:15] <annevk> SimonSapin: selector.test(node) or some such
- # [15:16] <hsivonen> MikeSmith: ok. thanks
- # [15:16] <annevk> SimonSapin: we're adding the opposite now, which is okay I suppose, but somewhat ugly
- # [15:16] <annevk> (node.matches())
- # [15:16] <SimonSapin> annevk: if that JS object can be used in Selectors APIs, then yes it’s useful
- # [15:16] <annevk> Selectors API is going away
- # [15:17] <SimonSapin> uh, ok
- # [15:18] <annevk> SimonSapin: but what about your point about wanting to parse it into different structures depending on usage?
- # [15:18] <SimonSapin> or whatever its replacement is
- # [15:18] <jgraham> (I would totally prefer selector.matches(node) to node.matches(selector) fwiw)
- # [15:18] <annevk> jgraham: noted
- # [15:18] <MikeSmith> hsivonen: OS on all is Debian stable, 64 bit Intel
- # [15:19] <jgraham> Only for aesthetic reasons though
- # [15:19] <annevk> jgraham: depending on SimonSapin's answer to that question I might propose that on public-webapps
- # [15:19] <SimonSapin> annevk: if you want to expose the parts of a selector such as combinators, pseudo-classes, etc
- # [15:20] <SimonSapin> there are many ways to organize these in data structures
- # [15:20] * Quits: sicking (~sicking@0.43.214.193.static.cust.telenor.com) (Quit: sicking)
- # [15:20] <annevk> SimonSapin: the point is that if you parse it into an object, you lose context of what it might be used for
- # [15:21] <hsivonen> MikeSmith: OK.
- # [15:21] <hsivonen> MikeSmith: does Debian already have OpenJDK 7 as a system package?
- # [15:21] <annevk> SimonSapin: in particular, you remark was "In my experience when implementing Selectors, the data structure you want to represent them varies *a lot* based on the matching strategy"
- # [15:21] <SimonSapin> yes
- # [15:21] <annevk> SimonSapin: if you have a single object without context, it seems that is still a problem
- # [15:22] * Joins: newtron (~newtron@199.71.174.103)
- # [15:22] * Quits: Lachy (~textual@213.166.174.2) (Quit: Textual IRC Client: www.textualapp.com)
- # [15:22] <SimonSapin> when adding an optimization to make matching faster, you may want to change the internal representation of selectors to make that easier
- # [15:22] <jgraham> But is "strategy" a constant for a given implementation?
- # [15:22] <annevk> SimonSapin: that's a different comment
- # [15:22] <jgraham> Or is it something that varies between e.g. CSS and qSA
- # [15:23] <SimonSapin> that’s a more specific example of what you quoted
- # [15:23] <annevk> *sigh*
- # [15:23] <jgraham> I think annevk is worried about the latter but not the former
- # [15:23] <jgraham> Or, maybe that's not a good example of the latter
- # [15:24] <annevk> Changing the data structure overall is indeed fine. That's why you have it as opaque object.
- # [15:24] <SimonSapin> ok, so we agree on that much
- # [15:24] <annevk> But if the data structure needs to be different between sel.matches(node) and sel.matchAgainst(tree), there's a problem
- # [15:24] <annevk> doh
- # [15:24] <SimonSapin> but then if that object is opaque, why is it useful?
- # [15:24] <annevk> SimonSapin: regular expression objects are opaque too...
- # [15:25] <SimonSapin> ok, you have a matching API on it
- # [15:25] <SimonSapin> I was missing that part
- # [15:25] <jgraham> So I think the idea is that it would be like re.compile in python
- # [15:25] * Joins: myakura (~myakura@FL1-125-197-193-40.tky.mesh.ad.jp)
- # [15:26] <jgraham> var s = new Selector(".foo > bar")
- # [15:26] <annevk> Why else would you have an object...
- # [15:26] <jgraham> s.matches(node)
- # [15:26] <jgraham> -> bool
- # [15:26] * Joins: darobin (~darobin@78.109.80.74)
- # [15:27] * Joins: TuRnaD0 (~Thunderbi@x1-6-e0-46-9a-1e-fe-ca.k368.webspeed.dk)
- # [15:29] <MikeSmith> I believe Debian does have Java 7 as a package, but not sure. I did not do the Java installs on those hosts. I think Yves did, so I'll ask him.
- # [15:29] <SimonSapin> so, yeah, a matching API with "pre-compiled" objects would be good
- # [15:29] <SimonSapin> though I don’t know how much it really affects performance in practice
- # [15:30] * Quits: Kolombiken (~Adium@94.137.124.2) (Quit: Leaving.)
- # [15:33] * Joins: Lachy (~textual@213.166.174.2)
- # [15:35] <hsivonen> MikeSmith: no need. I'll go with the latest non-LTS Ubuntu
- # [15:35] <jgraham> SimonSapin: Well it's not just a performance thing
- # [15:36] <jgraham> I quite like the idea of inverting the API so that instead of everything hanging off node you have a selector that you can run against various objects
- # [15:36] <SimonSapin> jgraham: what’s the difference with using strings, other than perf?
- # [15:36] <jgraham> Others probably disagree though
- # [15:37] <jgraham> SimonSapin: YOu can't have the API this way around and strings
- # [15:37] <annevk> Domenic_: you're now my default-cc for a bunch of things, I'm gonna assume you'll let me know when it gets annoying
- # [15:38] <jgraham> ".foo > bar".matches(node) seems like all kind of wrong
- # [15:38] <hober> zcorpan: does cssom view define when an element establishes a scrolling box?
- # [15:38] <annevk> jgraham: making selectors first-class citizens makes a lot of sense to me
- # [15:38] <zcorpan> hober: no. known bug
- # [15:38] <hober> ok, thanks
- # [15:38] <annevk> jgraham: it's also less work for me :)
- # [15:39] <annevk> hober: zcorpan: CSS ought to define that...
- # [15:39] <annevk> hober: zcorpan: CSSOM is just there to expose the properties of the box and manipulate it, not to define when it exists
- # [15:40] * Joins: ehsan (~ehsan@230.43.214.193.static.cust.telenor.com)
- # [15:40] <hober> yeah, i don't really care where the definition is so long as there's one i can xref
- # [15:41] <annevk> hober: dude, you're on the CSS WG, it's your job to care, and I shouldn't have to :)
- # [15:42] <SimonSapin> jgraham: Selector("foo").match(node) vs. Selector.match("foo", node), meh.
- # [15:42] <hober> i mean, i do care from a "specs should be well organized" perspective, but i care less about that than that it gets written down somewhere. we can always move the definition to somewhere more appropriate
- # [15:42] <Lachy> I once had a proposal to be able to construct new slectors like that, though it was being considered for some other reason.
- # [15:44] * Quits: jdaggett (~jdaggett@y230006.dynamic.ppp.asahi-net.or.jp) (Quit: jdaggett)
- # [15:44] * Joins: sicking (~sicking@0.43.214.193.static.cust.telenor.com)
- # [15:44] * Quits: encryptd_fractal (~encryptd_@71-89-74-12.dhcp.bycy.mi.charter.com) (Remote host closed the connection)
- # [15:47] <hober> zcorpan: looks like you can reference "flow root" in css-box
- # [15:47] <zcorpan> hober: ? i don't edit css-box
- # [15:47] <zcorpan> oh do you mean for scrolling box?
- # [15:47] <hober> zcorpan: i mean the term "scrolling box" in cssom-view can reference that
- # [15:47] <zcorpan> ah
- # [15:48] <hober> although it looks like the definition could use a lot of love
- # [15:49] <zcorpan> it's not clear that it's the same as scrolling box
- # [15:49] <zcorpan> float:left causes flow root but not scrolling box
- # [15:49] * Quits: sicking (~sicking@0.43.214.193.static.cust.telenor.com) (Quit: sicking)
- # [15:50] <zcorpan> you need overflow:auto or something
- # [15:54] * Joins: drollwit (~drollwit@c-67-183-156-240.hsd1.wa.comcast.net)
- # [15:54] * Joins: TallTed (~Thud@63.119.36.36)
- # [15:55] <annevk> Lachy: time to chat for a bit?
- # [15:56] <Lachy> in a few minutes
- # [15:56] * Quits: tomasf (~tomasf@77.72.97.10.c.fiberdirekt.net) (Read error: Operation timed out)
- # [15:57] <annevk> Lachy: element.querySelector(): tree is element's node document, subject is element; document.querySelector(); tree is document, subject is document; documentfragment.querySelector(); tree is documentfragment, subject is documentfragment?
- # [15:58] <annevk> Lachy: and where I said subject, I meant scoping root
- # [15:58] * Quits: drollwit (~drollwit@c-67-183-156-240.hsd1.wa.comcast.net) (Ping timeout: 256 seconds)
- # [15:59] * Joins: scor (~scor@w0105259.mgh.harvard.edu)
- # [15:59] * Quits: scor (~scor@w0105259.mgh.harvard.edu) (Changing host)
- # [15:59] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [16:00] <zcorpan> hober: http://dev.w3.org/csswg/css-box/#scrolling-mechanism looks closer
- # [16:03] <annevk> Actually, element's node document is wrong if element's ancestor is not document.
- # [16:03] <annevk> Ah yeah, you want element's root
- # [16:03] <annevk> And root also works for Document and DocumentFragment
- # [16:03] <annevk> brilliant
- # [16:06] * Joins: sicking (~sicking@0.43.214.193.static.cust.telenor.com)
- # [16:07] * Joins: gavinc (~gavin@barad-dur.carothers.name)
- # [16:08] * Joins: encryptd_fractal (~encryptd_@66-188-99-174.static.ftbg.wi.charter.com)
- # [16:09] * Joins: TheGallery (~TheGaller@athedsl-217130.home.otenet.gr)
- # [16:10] * Quits: Spedax (~spedax@5.149.138.2) (Remote host closed the connection)
- # [16:11] * Joins: Kolombiken (~Adium@gateway.creuna.se)
- # [16:12] * Joins: reyre (~reyre@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com)
- # [16:17] <hober> zcorpan: yeah, that doesn't handle overflow:hidden (which can be scrolled by script but has no scrolling mechanism)
- # [16:18] * Joins: tomasf (~tomasf@static-88.131.62.36.addr.tdcsong.se)
- # [16:18] <zcorpan> hober: good point
- # [16:18] * Joins: smaug____ (~chatzilla@cs164155.pp.htv.fi)
- # [16:19] <Lachy> annevk, I'm back
- # [16:19] <zcorpan> hober: so has overflow and either overflow:hidden or has a scrolling mechanism
- # [16:22] <annevk> Lachy: TabAtkins: http://dom.spec.whatwg.org/#evaluate-a-selectors-string
- # [16:22] <annevk> ms^^
- # [16:22] <annevk> oh, meant that for Ms2ger, who is MIA
- # [16:24] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [16:27] <annevk> Lachy: also question, the idea with find/select is that instead of the tree being the context object's root, it's the context object itself, and the selector is a relative selector, right?
- # [16:30] * Joins: marcosc (~marcosc@bl7-118-144.dsl.telepac.pt)
- # [16:30] <Lachy> tree is always the root element. It has to be since find can match elements anywhere in the document. Find basically just has an implied :scope that matches the context object.
- # [16:31] <annevk> oh okay, so tree is still the same, it's just that parsing is different?
- # [16:32] <Lachy> From memory, I think it works like this. element.find("+p") implies :scope+p
- # [16:33] <Lachy> yes, parsing is different. I will review what I'd written in here. I can take a look later tonight. I have to leave in about 2 minutes. https://github.com/lachlanhunt/dom/blob/master/dom-core.html
- # [16:34] <annevk> Lachy: it's fine I guess, I'll figure it out, seems like a few things are gonna change anyway per public-webapps discussion
- # [16:35] <Lachy> ok
- # [16:36] <Lachy> I should catch up with that stuff. Feel free to do whatever you think is best.
- # [16:36] <annevk> ta
- # [16:43] <Lachy> annevk, btw, the name select isn't usable. It clashes with an existing method. I'll check which one it is later.
- # [16:43] <Lachy> bye
- # [16:43] * Quits: Lachy (~textual@213.166.174.2) (Quit: Textual IRC Client: www.textualapp.com)
- # [16:52] * Quits: foolip (~philip@node-7lfba0nolmjcce1j8.a0.ipv6.opera.com) (Quit: Ex-Chat)
- # [16:54] * Quits: rego (~rego@belicus.igalia.com) (Remote host closed the connection)
- # [16:56] * Quits: marcosc (~marcosc@bl7-118-144.dsl.telepac.pt) (Remote host closed the connection)
- # [16:57] * Joins: marcosc (~marcosc@bl7-118-144.dsl.telepac.pt)
- # [17:01] <TabAtkins> annevk: Difference between find and querySelector is solely:
- # [17:01] * Quits: marcosc (~marcosc@bl7-118-144.dsl.telepac.pt) (Ping timeout: 245 seconds)
- # [17:01] <TabAtkins> a) find allows relative selectors (starts with a combinator)
- # [17:01] * Quits: sicking (~sicking@0.43.214.193.static.cust.telenor.com) (Quit: sicking)
- # [17:02] <annevk> right, that's parsing
- # [17:02] <annevk> I'd appreciate review of http://dom.spec.whatwg.org/#evaluate-a-selectors-string btw
- # [17:03] <TabAtkins> b) find doesn't do any scoping, while qSA does scope-filtering. (But the effect of relative selectors means that it kinda looks like scoping.)
- # [17:03] <annevk> Ah interesting. And c) has a much better return value...
- # [17:03] <TabAtkins> Yes.
- # [17:04] <TabAtkins> And yeah, i'll review in a bit. I'm still minuting...
- # [17:04] <annevk> poor TabAtkins
- # [17:04] * Quits: encryptd_fractal (~encryptd_@66-188-99-174.static.ftbg.wi.charter.com) (Remote host closed the connection)
- # [17:04] <Domenic_> ugh these stream proposals are getting out of hand
- # [17:06] <annevk> Domenic_: a decade ago someone would have just shipped something and we'd be stuck with that
- # [17:06] <annevk> Domenic_: count your blessings
- # [17:07] <jgraham> Now we will spend a year iterating the design, someone will just ship something, it will turn out to be crappy, and we will be stuck with that
- # [17:07] <Domenic_> annevk: was more a comment on quality than quantity, but yeah, i know what you mean
- # [17:08] <Domenic_> going to have to just take isaacs's proposed minimal API, slap one or two promise-returning sugar methods on top of it, and see how that goes over
- # [17:08] <Domenic_> will write up after i finish these damn jsconf eu slides
- # [17:08] <annevk> Man, everyone is going to Berlin?
- # [17:08] <annevk> Maybe next year...
- # [17:09] <annevk> darobin: for some reason your matchesSelector email doesn't show up in my inbox, I guess there's delayed delivery for you too :/
- # [17:09] <annevk> darobin: but seems like there'd be transition cost either way
- # [17:10] <darobin> annevk: yeah, it seems there's some weirdness
- # [17:10] <darobin> oh I'm not against the idea, I think I like it — I was just pointing out that there are implementations
- # [17:11] <Domenic_> while it seems cool conceptually, i am not sure I would ever use a Selectors object...
- # [17:11] <darobin> Domenic_: hence my "I think I like it"
- # [17:11] <darobin> I'm still thinking about which contexts I'd actually use it in
- # [17:15] <annevk> If you wouldn't use that, would you use matches()?
- # [17:15] <annevk> They're identical, except one has less parsing over time...
- # [17:16] <annevk> And puts less cruft on Element
- # [17:16] <Domenic_> yeah I use the jQuery equivalent (.is) all the time
- # [17:17] * Joins: encryptd_fractal (~encryptd_@66-188-99-174.static.ftbg.wi.charter.com)
- # [17:18] <Domenic_> I meant, in a world where both were available, I can never see myself doing `(new Selectors("x")).matches(el)` over `el.matches("x")`, so I need to think of cases where caching the selector is important, and I can't think of any right now.
- # [17:18] <annevk> Yeah understood. Hmm...
- # [17:19] <annevk> .matches() takes relative selectors too?
- # [17:20] * Quits: ehsan (~ehsan@230.43.214.193.static.cust.telenor.com) (Remote host closed the connection)
- # [17:21] * Joins: ehsan (~ehsan@230.43.214.193.static.cust.telenor.com)
- # [17:25] * Quits: ehsan (~ehsan@230.43.214.193.static.cust.telenor.com) (Ping timeout: 246 seconds)
- # [17:28] * Joins: say2joe (~say2joe@209-253-225-97.ip.mcleodusa.net)
- # [17:30] * Joins: jernoble|laptop (~jernoble@76.74.153.36)
- # [17:30] * Quits: tomasf (~tomasf@static-88.131.62.36.addr.tdcsong.se) (Quit: tomasf)
- # [17:30] <annevk> So <input> has select(), but it doesn't take an argument...
- # [17:31] <Domenic_> oh boy :P
- # [17:31] * Joins: erichynds (~erichynds@64.206.121.41)
- # [17:31] <Domenic_> i humbly put forth query/queryAll, which are not as good, but no such issues i would hope
- # [17:31] <annevk> That might work
- # [17:33] * Joins: foolip (~philip@node-7lfba0nolmjcce1j8.a0.ipv6.opera.com)
- # [17:35] * Quits: RobbertAtWork (~robbertat@2001:980:9368:1:2409:628f:268e:97e3) (Remote host closed the connection)
- # [17:35] * Joins: RobbertAtWork (~robbertat@212.238.236.229)
- # [17:36] * Quits: TuRnaD0 (~Thunderbi@x1-6-e0-46-9a-1e-fe-ca.k368.webspeed.dk) (Ping timeout: 256 seconds)
- # [17:38] * Joins: drollwit (~drollwit@c-67-183-156-240.hsd1.wa.comcast.net)
- # [17:39] * Quits: Kolombiken (~Adium@gateway.creuna.se) (Quit: Leaving.)
- # [17:40] <Domenic_> Hmm did the ascii-art get dropped from grid layout?
- # [17:41] * Quits: RobbertAtWork (~robbertat@212.238.236.229) (Read error: Connection reset by peer)
- # [17:41] * Joins: RobbertAtWork (~robbertat@2001:980:9368:1:6147:47da:fc5:e083)
- # [17:47] * Quits: yoav (~yoav@LDijon-156-66-46-230.w82-127.abo.wanadoo.fr) (Ping timeout: 276 seconds)
- # [17:51] * Joins: jsbell (jsbell@nat/google/x-iyrfmrvbdentuccy)
- # [17:51] * Quits: TheGallery (~TheGaller@athedsl-217130.home.otenet.gr) (Quit: Leaving)
- # [17:51] * Joins: yoav (~yoav@LDijon-156-66-46-230.w82-127.abo.wanadoo.fr)
- # [17:53] * Quits: sgalineau (~sylvaing@89.202.203.52) (Quit: Textual IRC Client: www.textualapp.com)
- # [17:53] * Joins: sicking (~sicking@0.43.214.193.static.cust.telenor.com)
- # [17:53] * Quits: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net) (Quit: Leaving.)
- # [17:54] <TabAtkins> Domenic_: No, of course not. Why would you think so?
- # [17:54] <Domenic_> TabAtkins: was reading some links tweeted by @CSSWG and saw a different syntax being used. Probably additive then, not instead of.
- # [17:55] <TabAtkins> Yeah, grid-template-areas is the ascii-art property.
- # [17:57] * Joins: lmcliste_ (~lmclister@192.150.10.209)
- # [17:58] * Joins: ehsan (~ehsan@230.43.214.193.static.cust.telenor.com)
- # [18:00] * darobin wishes it were just called "ascii-art"
- # [18:03] * Joins: cabanier (~cabanier@192.150.22.55)
- # [18:05] * Joins: baku_ (~baku@235.43.214.193.static.cust.telenor.com)
- # [18:06] * Quits: baku (~baku@193.214.41.72) (Ping timeout: 245 seconds)
- # [18:08] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [18:11] * Joins: Spedax (~spedax@5.149.138.2)
- # [18:11] * Joins: nimbu (~nimbu@192.150.10.206)
- # [18:15] * Quits: sicking (~sicking@0.43.214.193.static.cust.telenor.com) (Quit: sicking)
- # [18:15] * Quits: Spedax (~spedax@5.149.138.2) (Ping timeout: 256 seconds)
- # [18:16] * Quits: nimbu (~nimbu@192.150.10.206) (Quit: Leaving.)
- # [18:16] * Quits: lmcliste_ (~lmclister@192.150.10.209)
- # [18:18] * Joins: weinig (~weinig@nor75-5-89-90-21-150.dsl.sta.abo.bbox.fr)
- # [18:19] * Quits: weinig (~weinig@nor75-5-89-90-21-150.dsl.sta.abo.bbox.fr) (Client Quit)
- # [18:21] * Quits: jernoble|laptop (~jernoble@76.74.153.36) (Quit: Computer has gone to sleep.)
- # [18:22] * Joins: barneybook (~kvirc@114-43-158-224.dynamic.hinet.net)
- # [18:26] * Quits: Smylers (~smylers@81.143.60.194) (Ping timeout: 246 seconds)
- # [18:26] * Quits: darobin (~darobin@78.109.80.74) (Remote host closed the connection)
- # [18:29] * Joins: jernoble|laptop (~jernoble@17.212.155.75)
- # [18:30] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: :tiuQ tiuq sah woclrak)
- # [18:36] * Quits: baku_ (~baku@235.43.214.193.static.cust.telenor.com) (Ping timeout: 264 seconds)
- # [18:38] * Joins: baku (~baku@235.43.214.193.static.cust.telenor.com)
- # [18:39] * Quits: say2joe (~say2joe@209-253-225-97.ip.mcleodusa.net) (Read error: Connection reset by peer)
- # [18:42] * Quits: baku (~baku@235.43.214.193.static.cust.telenor.com) (Ping timeout: 245 seconds)
- # [18:46] * Joins: baku (~baku@235.43.214.193.static.cust.telenor.com)
- # [18:46] * Quits: myakura (~myakura@FL1-125-197-193-40.tky.mesh.ad.jp) (Remote host closed the connection)
- # [18:47] * Joins: myakura (~myakura@FL1-125-197-193-40.tky.mesh.ad.jp)
- # [18:48] * Quits: fishd (darin@nat/google/x-sxqdwhmtcbahozgu) (Read error: Connection reset by peer)
- # [18:48] * Joins: say2joe (~say2joe@209-253-225-97.ip.mcleodusa.net)
- # [18:48] * Joins: fishd (~darin@216.239.45.66)
- # [18:49] * Joins: frozenice (~frozenice@unaffiliated/fr0zenice)
- # [18:50] * Quits: baku (~baku@235.43.214.193.static.cust.telenor.com) (Ping timeout: 245 seconds)
- # [18:51] * Quits: myakura (~myakura@FL1-125-197-193-40.tky.mesh.ad.jp) (Ping timeout: 264 seconds)
- # [18:52] * Joins: baku (~baku@235.43.214.193.static.cust.telenor.com)
- # [18:56] * Quits: baku (~baku@235.43.214.193.static.cust.telenor.com) (Ping timeout: 245 seconds)
- # [18:58] * Joins: baku (~baku@235.43.214.193.static.cust.telenor.com)
- # [19:00] * Quits: reyre (~reyre@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com) (Ping timeout: 256 seconds)
- # [19:02] * Joins: lmcliste_ (~lmclister@192.150.10.209)
- # [19:03] * Quits: zcorpan (~zcorpan@89.202.203.52) (Remote host closed the connection)
- # [19:04] * Joins: zcorpan (~zcorpan@89.202.203.52)
- # [19:04] * Joins: nimbu (~nimbu@192.150.10.206)
- # [19:05] * Parts: say2joe (~say2joe@209-253-225-97.ip.mcleodusa.net)
- # [19:06] * Quits: zcorpan (~zcorpan@89.202.203.52) (Read error: Connection reset by peer)
- # [19:07] * Joins: zcorpan (~zcorpan@89.202.203.52)
- # [19:08] * Quits: zcorpan (~zcorpan@89.202.203.52) (Remote host closed the connection)
- # [19:08] <gsnedders> jgraham: Can you rebase r/287?
- # [19:09] * Joins: Somatt_wrk (~somattwrk@darkstar2.fullsix.com)
- # [19:09] <gsnedders> jgraham: Should be in-place to ca4041f2e005748559189af27c92c1db73e76159
- # [19:09] * Quits: ehsan (~ehsan@230.43.214.193.static.cust.telenor.com) (Remote host closed the connection)
- # [19:10] * Joins: ehsan (~ehsan@230.43.214.193.static.cust.telenor.com)
- # [19:10] * Quits: drollwit (~drollwit@c-67-183-156-240.hsd1.wa.comcast.net) (Remote host closed the connection)
- # [19:12] <gsnedders> jgraham: Okay, managed to do the rebase, now can't enable tracking
- # [19:12] <gsnedders> jgraham: And now it's working again suddenly. Weird.
- # [19:15] * Quits: ehsan (~ehsan@230.43.214.193.static.cust.telenor.com) (Ping timeout: 264 seconds)
- # [19:15] * Quits: dbaron (~dbaron@89.202.203.51) (Ping timeout: 256 seconds)
- # [19:15] * Joins: jorgepedret (~jorgepedr@24.85.65.64)
- # [19:16] * Joins: TheGallery (~TheGaller@athedsl-217130.home.otenet.gr)
- # [19:16] * Quits: nimbu (~nimbu@192.150.10.206) (Quit: Leaving.)
- # [19:17] * Quits: annevk (~annevk@207.218.72.65) (Remote host closed the connection)
- # [19:17] * Quits: baku (~baku@235.43.214.193.static.cust.telenor.com) (Ping timeout: 264 seconds)
- # [19:18] * Joins: annevk (~annevk@207.218.72.65)
- # [19:19] * Quits: yoav (~yoav@LDijon-156-66-46-230.w82-127.abo.wanadoo.fr) (Quit: Ex-Chat)
- # [19:20] * Joins: yoav (~yoav@LDijon-156-66-46-230.w82-127.abo.wanadoo.fr)
- # [19:23] * Quits: annevk (~annevk@207.218.72.65) (Ping timeout: 264 seconds)
- # [19:26] * Quits: j_wright (~jwright@unaffiliated/j-wright/x-9145068) (Quit: [A] it brings us closer than dying ... and cancer ... and crying ...)
- # [19:27] * Quits: tantek (~tantek@89.202.203.51) (Quit: tantek)
- # [19:27] * Quits: cabanier (~cabanier@192.150.22.55) (Quit: Leaving.)
- # [19:28] * Joins: zkis (~zkis@188-67-161-229.bb.dnainternet.fi)
- # [19:30] * Quits: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si) (Quit: ZNC - http://znc.in)
- # [19:32] * Joins: eminor (~eminor@p548CF746.dip0.t-ipconnect.de)
- # [19:40] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 264 seconds)
- # [19:40] <mounir> Domenic_: in 'promises-unwrapping', the .race() method in inspired by what? A+? previous DOM spec?
- # [19:42] <mounir> Domenic_: ... I wonder why it is designed to reject if one of the promises is rejected
- # [19:42] * Quits: zkis (~zkis@188-67-161-229.bb.dnainternet.fi) (Ping timeout: 245 seconds)
- # [19:43] * Joins: nimbu (~nimbu@192.150.10.206)
- # [19:46] * Quits: lmcliste_ (~lmclister@192.150.10.209)
- # [19:47] * Joins: KevinMarks (~KevinMark@212.25.224.12)
- # [19:51] * Quits: nimbu (~nimbu@192.150.10.206) (Quit: Leaving.)
- # [19:52] * Joins: reyre (~reyre@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com)
- # [19:54] * Joins: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si)
- # [19:59] * Quits: yoav (~yoav@LDijon-156-66-46-230.w82-127.abo.wanadoo.fr) (Ping timeout: 276 seconds)
- # [20:00] * Joins: brion (brion@wikipedia/pdpc.professional.brion)
- # [20:01] * Joins: Maurice (copyman@5ED57922.cm-7-6b.dynamic.ziggo.nl)
- # [20:06] * Joins: nimbu (~nimbu@192.150.10.206)
- # [20:06] * Quits: nimbu (~nimbu@192.150.10.206) (Client Quit)
- # [20:09] * Joins: j_wright (~jwright@unaffiliated/j-wright/x-9145068)
- # [20:09] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [20:10] * Joins: lmcliste_ (~lmclister@192.150.10.209)
- # [20:10] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [20:10] * Joins: zkis (~zkis@188-67-161-229.bb.dnainternet.fi)
- # [20:12] * Quits: jorgepedret (~jorgepedr@24.85.65.64) (Quit: Computer has gone to sleep.)
- # [20:14] * Quits: espadrine (~ttyl@AMontsouris-158-1-50-78.w92-128.abo.wanadoo.fr) (Ping timeout: 264 seconds)
- # [20:16] * Joins: jwalden (~waldo@c-71-202-165-226.hsd1.ca.comcast.net)
- # [20:23] * Joins: bholley (~bholley@c-67-180-21-133.hsd1.ca.comcast.net)
- # [20:24] * Joins: emin0r (~eminor@p548CE1B3.dip0.t-ipconnect.de)
- # [20:27] * Quits: eminor (~eminor@p548CF746.dip0.t-ipconnect.de) (Ping timeout: 248 seconds)
- # [20:27] * Joins: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com)
- # [20:29] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Remote host closed the connection)
- # [20:32] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [20:32] * Joins: nimbu (~nimbu@192.150.10.206)
- # [20:32] * Joins: sandorjanssen (~sandorjan@541ECDF3.cm-5-7d.dynamic.ziggo.nl)
- # [20:33] * Quits: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si) (Ping timeout: 245 seconds)
- # [20:34] * Joins: drollwit (~drollwit@c-67-183-156-240.hsd1.wa.comcast.net)
- # [20:39] * Joins: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si)
- # [20:42] <Hixie_> http://larry.masinter.net/1307multipart-form-data.pdf https://www.w3.org/Bugs/Public/show_bug.cgi?id=16909#c8
- # [20:42] * Quits: RobbertAtWork (~robbertat@2001:980:9368:1:6147:47da:fc5:e083) (Remote host closed the connection)
- # [20:45] * Joins: ap (~ap@2620:149:4:304:3487:5b60:1100:108f)
- # [20:47] * Joins: rniwa (~rniwa@17.212.154.114)
- # [20:48] * Quits: nimbu (~nimbu@192.150.10.206) (Quit: Leaving.)
- # [20:50] * Joins: cabanier (~cabanier@192.150.22.55)
- # [20:51] * Joins: marcosc (~marcosc@bl7-118-144.dsl.telepac.pt)
- # [20:58] * Quits: lmcliste_ (~lmclister@192.150.10.209)
- # [21:01] * Quits: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
- # [21:02] * Joins: jorgepedret (~jorgepedr@S01067444013f60b9.vc.shawcable.net)
- # [21:03] * Quits: jorgepedret (~jorgepedr@S01067444013f60b9.vc.shawcable.net) (Client Quit)
- # [21:04] * Quits: drollwit (~drollwit@c-67-183-156-240.hsd1.wa.comcast.net) (Remote host closed the connection)
- # [21:12] * Quits: mitemitreski (~mitemitre@212.120.17.179) (Read error: Connection reset by peer)
- # [21:14] * Quits: KevinMarks (~KevinMark@212.25.224.12) (Quit: The computer fell asleep)
- # [21:15] * Joins: KevinMarks (~KevinMark@212.25.224.12)
- # [21:15] * Quits: frozenice (~frozenice@unaffiliated/fr0zenice) (Remote host closed the connection)
- # [21:20] * Quits: KevinMarks (~KevinMark@212.25.224.12) (Ping timeout: 268 seconds)
- # [21:23] * Joins: rego (~rego@231.193.27.77.dynamic.mundo-r.com)
- # [21:24] * Joins: lmcliste_ (~lmclister@192.150.10.209)
- # [21:46] * Joins: darobin (~darobin@2a01:e34:ed05:d180:7d05:e217:5049:cdb1)
- # [21:48] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [21:48] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [21:50] * Quits: zkis (~zkis@188-67-161-229.bb.dnainternet.fi) (Ping timeout: 260 seconds)
- # [21:51] * Quits: marcosc (~marcosc@bl7-118-144.dsl.telepac.pt) (Remote host closed the connection)
- # [21:51] * Quits: darobin (~darobin@2a01:e34:ed05:d180:7d05:e217:5049:cdb1) (Remote host closed the connection)
- # [21:51] * Joins: marcosc (~marcosc@bl7-118-144.dsl.telepac.pt)
- # [21:56] * Quits: marcosc (~marcosc@bl7-118-144.dsl.telepac.pt) (Ping timeout: 248 seconds)
- # [21:57] * Joins: scor (~scor@w0105259.mgh.harvard.edu)
- # [21:57] * Quits: scor (~scor@w0105259.mgh.harvard.edu) (Changing host)
- # [21:57] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [21:58] * Quits: scor (~scor@drupal.org/user/52142/view) (Client Quit)
- # [21:59] * emin0r is now known as eminor
- # [22:01] * Joins: Smylers (~smylers@host86-152-155-75.range86-152.btcentralplus.com)
- # [22:09] * Joins: krawchyk (~krawchyk@pool-96-231-112-97.washdc.fios.verizon.net)
- # [22:09] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: This computer has gone to sleep)
- # [22:11] * Joins: Spedax (~spedax@5.149.138.2)
- # [22:14] * Krinkle|detached is now known as Krinkle
- # [22:16] * Quits: Spedax (~spedax@5.149.138.2) (Ping timeout: 268 seconds)
- # [22:17] * Joins: garciawebdev (~garciaweb@11-223-235-201.fibertel.com.ar)
- # [22:22] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [22:25] * Joins: drollwit (~drollwit@c-67-183-156-240.hsd1.wa.comcast.net)
- # [22:27] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Remote host closed the connection)
- # [22:29] * Quits: drollwit (~drollwit@c-67-183-156-240.hsd1.wa.comcast.net) (Ping timeout: 268 seconds)
- # [22:35] * Joins: baku (~baku@148.122.12.62)
- # [22:35] * Joins: sicking (~sicking@148.122.12.62)
- # [22:36] * Joins: ehsan (~ehsan@148.122.12.62)
- # [22:39] * Joins: nimbu (~nimbu@192.150.10.206)
- # [22:40] * Quits: nimbu (~nimbu@192.150.10.206) (Client Quit)
- # [22:42] * Joins: zkis (~zkis@188-67-161-229.bb.dnainternet.fi)
- # [22:45] * Quits: garciawebdev (~garciaweb@11-223-235-201.fibertel.com.ar) (Remote host closed the connection)
- # [22:45] * Joins: marcosc (~marcosc@bl7-118-144.dsl.telepac.pt)
- # [22:46] * Joins: zcorpan (~zcorpan@128.127.18.179)
- # [22:46] * Quits: ehsan (~ehsan@148.122.12.62) (Read error: Connection reset by peer)
- # [22:47] * Joins: ehsan (~ehsan@148.122.12.62)
- # [22:47] * Quits: ehsan (~ehsan@148.122.12.62) (Remote host closed the connection)
- # [22:48] * Quits: lmcliste_ (~lmclister@192.150.10.209)
- # [22:48] * Joins: espadrine (~ttyl@AMontsouris-158-1-94-141.w90-2.abo.wanadoo.fr)
- # [22:49] * Joins: nimbu (~nimbu@192.150.10.206)
- # [22:50] * Quits: marcosc (~marcosc@bl7-118-144.dsl.telepac.pt) (Ping timeout: 245 seconds)
- # [22:52] * Quits: sandorjanssen (~sandorjan@541ECDF3.cm-5-7d.dynamic.ziggo.nl) (Quit: Leaving)
- # [22:58] * Quits: TallTed (~Thud@63.119.36.36)
- # [23:08] * Quits: jreading (Adium@nat/novell/x-buirnszaxjiltmuk) (Quit: Leaving.)
- # [23:10] * Quits: Maurice (copyman@5ED57922.cm-7-6b.dynamic.ziggo.nl)
- # [23:11] * Joins: lmcliste_ (~lmclister@192.150.10.209)
- # [23:12] * Quits: charl (~charl@charl.eu) (Quit: leaving)
- # [23:12] * Quits: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si) (Quit: ZNC - http://znc.in)
- # [23:12] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [23:13] * Quits: smaug____ (~chatzilla@cs164155.pp.htv.fi) (Quit: Reconnecting…)
- # [23:14] * Joins: smaug____ (~chatzilla@cs164155.pp.htv.fi)
- # [23:18] * Quits: cheron (~cheron@unaffiliated/cheron) (Ping timeout: 276 seconds)
- # [23:23] * Joins: myakura (~myakura@FL1-125-197-193-40.tky.mesh.ad.jp)
- # [23:24] * Quits: zkis (~zkis@188-67-161-229.bb.dnainternet.fi) (Ping timeout: 256 seconds)
- # [23:26] * Quits: Smylers (~smylers@host86-152-155-75.range86-152.btcentralplus.com) (Quit: Leaving.)
- # [23:28] * Joins: dbaron (~dbaron@202-160.80-90.static-ip.oleane.fr)
- # [23:32] <Hixie_> do we really still not have a cross-browser mousewheel story?
- # [23:32] <zcorpan> Hixie_: my chrome passes http://www.hixie.ch/tests/adhoc/dom/level0/window/security/001.html
- # [23:32] * Quits: nimbu (~nimbu@192.150.10.206) (Quit: Leaving.)
- # [23:33] <Hixie_> zcorpan: yes? are we expecting otherwise?
- # [23:34] <zcorpan> Hixie_: you claimed otherwise in https://www.w3.org/Bugs/Public/show_bug.cgi?id=23218#c1
- # [23:35] <zcorpan> oh the pass condition is backwards
- # [23:35] <Hixie_> that test is checking something else
- # [23:35] <Hixie_> my bad
- # [23:35] <Hixie_> i changed it after filign the bug
- # [23:35] <Hixie_> forgot i'd mentioned it in the bug
- # [23:36] <zcorpan> ok
- # [23:37] <jgraham> gsnedders: Yeah, I think the caching gets screwed up or something
- # [23:39] <zewt> Hixie_: it's not even interoperable across browser versions, heh
- # [23:40] * Quits: erichynds (~erichynds@64.206.121.41)
- # [23:40] * Quits: krawchyk (~krawchyk@pool-96-231-112-97.washdc.fios.verizon.net) (Remote host closed the connection)
- # [23:41] * Joins: nimbu (~nimbu@192.150.10.206)
- # [23:41] * Quits: nimbu (~nimbu@192.150.10.206) (Client Quit)
- # [23:43] <zewt> (iirc event.detail is the amount of the scroll, and since mousewheels snap to lines it's some constant N times the number of lines--but that constant isn't very constant)
- # [23:43] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [23:43] <Hixie_> wheelDelta, not detail, but yeah
- # [23:43] * Quits: baku (~baku@148.122.12.62) (Ping timeout: 264 seconds)
- # [23:45] * Joins: drollwit (~drollwit@c-67-183-156-240.hsd1.wa.comcast.net)
- # [23:46] <zewt> it's event.detail somewhere, or at least I have code that tries both
- # [23:49] <zewt> oh yeah it's .detail on DOMMouseScroll (firefox), .wheelDelta on mousewheel (webkit)
- # [23:49] * Quits: drollwit (~drollwit@c-67-183-156-240.hsd1.wa.comcast.net) (Ping timeout: 248 seconds)
- # [23:49] <zewt> and for added fun, not only are their scales completely different--their signs are opposite
- # [23:49] * Joins: tantek (~tantek@AMontsouris-554-1-115-143.w92-128.abo.wanadoo.fr)
- # [23:51] <jgraham> Just call it "natural scrolling" and sell it as a feature
- # [23:52] * Joins: nimbu (~nimbu@192.150.10.206)
- # [23:53] * Quits: brion (brion@wikipedia/pdpc.professional.brion) (Quit: brion)
- # [23:53] * Joins: jorgepedret (~jorgepedr@S01067444013f60b9.vc.shawcable.net)
- # [23:54] <zewt> zing
- # [23:55] * Joins: annevk (~annevk@2.31.25.182)
- # [23:57] * Joins: TheOtherGallery (~TheGaller@athedsl-218081.home.otenet.gr)
- # [23:58] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Read error: Connection reset by peer)
- # [23:58] * Quits: jorgepedret (~jorgepedr@S01067444013f60b9.vc.shawcable.net) (Client Quit)
- # [23:58] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [23:59] * Quits: scor (~scor@drupal.org/user/52142/view) (Ping timeout: 245 seconds)
- # Session Close: Thu Sep 12 00:00:00 2013
The end :)