Options:
- # Session Start: Wed Apr 30 00:00:00 2014
- # Session Ident: #whatwg
- # [00:03] * Joins: rniwa (~rniwa@17.202.43.222)
- # [00:04] <IZh> Okay. :-)
- # [00:04] * Joins: weinig (~weinig@17.202.48.136)
- # [00:06] * Quits: KevinMarks (~yaaic@2607:fb90:110:6ff7:ec02:9421:e7da:22ab) (Ping timeout: 240 seconds)
- # [00:06] * Quits: ehsan (~ehsan@66.207.208.102) (Read error: Connection reset by peer)
- # [00:07] * Joins: ehsan (~ehsan@66.207.208.102)
- # [00:07] <IZh> What about colors? There are more and more monitors capable to display 30-bit colors.
- # [00:07] <Hixie> yeah
- # [00:07] <Domenic_> Wasn't there some smooth animating verison of scrollIntoView() being specced somewhere?
- # [00:07] <Hixie> color is hard
- # [00:07] <Hixie> too many places in the platform assume 32 bit colour
- # [00:08] <Hixie> (including alpha)
- # [00:08] <TabAtkins> IZh: Colors can be whatever depth you want. You're not limited to the hex notation.
- # [00:08] <IZh> There is often lack of support by modern OSes, but I believe it will be more wide supported soon.
- # [00:08] <TabAtkins> Whether the browser actually uses anything bigger than 32-bit is up to it.
- # [00:08] <Hixie> you are in a lot of places
- # [00:08] <Hixie> e.g. rgb(1,1,1) and #XXX are both limited to 32 bit
- # [00:08] <TabAtkins> Domenic_: It's in CSSOM-View, I believe.
- # [00:09] <TabAtkins> Hixie: *Some* syntaxes are.
- # [00:09] <TabAtkins> Other syntaxes aren't.
- # [00:09] <Hixie> and it underlies a lot of the assumptions
- # [00:09] <TabAtkins> ...like?
- # [00:10] <IZh> What syntax is suitable for 30-bit colors (10 bit per channel)?
- # [00:10] <Domenic_> TabAtkins: that was it, thanks. Nice spec. I assume no implementers? :P
- # [00:10] <Hixie> like, <input type=color> is a 32 bit color
- # [00:10] <Hixie> (well, 24 bit)
- # [00:10] <TabAtkins> IZh: Use rgb() with percentages, or use hsl().
- # [00:10] <TabAtkins> Hixie: Yeah, it exposes the color as a hex string, so 8bits per.
- # [00:11] <Hixie> and canvas exposes colours using rgba(n,n,n,m) 0<=n<=255
- # [00:11] <Hixie> i forget what cssom does
- # [00:11] <TabAtkins> So HTML makes a bunch of assumptions and only exposes colors as 8bit per. CSS doesn't.
- # [00:13] <Hixie> oh nobody mentioned CSS. CSS might allow it, sure.
- # [00:13] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [00:13] <Hixie> CSSOM serialises to 32bit also, it looks like
- # [00:13] <zewt> doubt we'll see greater than 8bpc color in (consumer) displays any time soon
- # [00:14] * Quits: karlcow (~karl@nerval.la-grange.net) (Ping timeout: 264 seconds)
- # [00:14] <Hixie> so same problem there
- # [00:14] <zewt> could be sort of interesting to do temporal dithering on a 24bpp display to get higher resolution color, heh
- # [00:14] <IZh> I think the best way is a percentages with enough precision to select particular value up to 16-bit per channel -- the highest depth possible in some image formats
- # [00:15] * Quits: llkats (~llkats@h-64-236-138-1.aoltw.net)
- # [00:15] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [00:15] <TabAtkins> Hixie: Where?
- # [00:15] <IZh> zewt: I have 30-bit capable display. ;-)
- # [00:15] <zewt> (which is what my plasma TV seems to do)
- # [00:15] <Hixie> TabAtkins: http://dev.w3.org/csswg/cssom/#serializing-css-values
- # [00:16] <zewt> "consumer", they're beyond rare heh
- # [00:16] <TabAtkins> rgb() no longer requires only integers in the N,N,N format.
- # [00:16] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [00:17] <IZh> zewt: not so rare as you think. :-) You can search for 30-bit colors
- # [00:17] <TabAtkins> (Got that fixed in Colors 4. Recent, so impls probably haven't caught up yet.)
- # [00:17] <zewt> they're precisely as rare as i think :)
- # [00:17] <IZh> zewt: the problem now is that only few apps like Photoshop can use it :-)
- # [00:18] <Hixie> TabAtkins: ah. i hope that doesn't break any scripts relying on the serialisation to be rounded off to integers.
- # [00:19] <TabAtkins> Me too!
- # [00:19] <zewt> even photoshop is bad at it and turns lots of stuff off
- # [00:19] <TabAtkins> Because I'm mainly trying to fix *my* scripts that do naive math and forgte to floor things to integers.
- # [00:20] <TabAtkins> Canvas is extra-bad, since accidentally setting thing to "rgb(127.5, 127.5, 127.5)" gives you pure black.
- # [00:20] <TabAtkins> Very annoying to debug unless you learn to recognize it.
- # [00:20] <IZh> zewt: what you mean? I read that all is ok. But I have no time yet to play with it by myself.
- # [00:22] * Joins: scor (~scor@c-24-2-162-32.hsd1.ma.comcast.net)
- # [00:22] * Quits: scor (~scor@c-24-2-162-32.hsd1.ma.comcast.net) (Changing host)
- # [00:22] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [00:22] <zewt> i wonder if it would be useful to allow serializing colors to [0,255] floats to truncate the decimal place early, so (1/65535) can be output as something like 0.004 instead of 0.003921568627
- # [00:22] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [00:23] <zewt> allow truncating to any value that gives the same result when converted to a 16-bit int, or something like that
- # [00:23] <TabAtkins> It's annoying that the divisor isn't 256, as that makes for nice pretty decimals.
- # [00:23] * Quits: bholley (~bholley@98.210.101.88) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [00:23] <TabAtkins> 10-bit color just has .25, .5, .75 in that case.
- # [00:24] <zewt> 1/256 is 0.00390625, which is beyond my ability to recognize as 1/power of two, heh
- # [00:24] <TabAtkins> The values are already scaled to 1/256, so that's just "1".
- # [00:25] <TabAtkins> The issue is that the divisor right now isn't 1/256, but 1/255, which has worse decimal serialization.
- # [00:25] <zewt> no, 1/256 (0.00390625) is the value you'd get for 1/65536 after converting it to [1,256]
- # [00:25] <TabAtkins> Oh, that's 16-bit channels.
- # [00:26] <TabAtkins> Sure.
- # [00:26] <TabAtkins> ([0,256])
- # [00:26] <zewt> i'll pass on a 257-color mode :P
- # [00:26] <TabAtkins> Aw, come on.
- # [00:26] <zewt> IZh: many filters only work in 8-bit, and tons don't work in 32-bit
- # [00:26] <zewt> (they're probably gradually fixing them)
- # [00:27] <zewt> but the main point of 16-bit editing in photoshop is editing, not display
- # [00:27] <zewt> (which I've used many times; helps prevent artifacts cropping in when you're doing a lot of filtering)
- # [00:28] <IZh> zewt: 1. You can see raw image from your camera with more wider dynamic range.
- # [00:29] <zewt> 16-bit color doesn't give you more dynamic range, it gives you higher resolution in the same range
- # [00:29] <IZh> Agree.
- # [00:29] <zewt> do i have to
- # [00:29] <IZh> Finer gradients
- # [00:30] <zewt> one of photoshop's dumb things is that it doesn't (as far as I know) support dithering gradients
- # [00:30] <IZh> With 30-bit mode you don't need it. ;-)
- # [00:38] <zewt> not sure what you're trying to argue :P
- # [00:38] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [00:38] <IZh> Although you have a 4k display :-)
- # [00:38] <zewt> (no I don't)
- # [00:38] <IZh> Me too. Alas.
- # [00:38] * Joins: lmclister (~lmclister@192.150.10.210)
- # [00:38] <zewt> afk
- # [00:38] <astearns> zewt: the gradient tool options has a dither checkbox (never used it, though)
- # [00:38] * Joins: weinig_ (~weinig@17.114.216.47)
- # [00:38] * Quits: weinig (~weinig@17.202.48.136) (Ping timeout: 252 seconds)
- # [00:38] * weinig_ is now known as weinig
- # [00:38] * Quits: annevk (~annevk@207.218.72.65) (Remote host closed the connection)
- # [00:38] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [00:41] <IZh> What about hex noration, where bits are "left-aligned"?
- # [00:42] <IZh> I mean that ff, ff4, ff40 will give the same value ff when converted to 8-bit.
- # [00:42] <IZh> I mean, most significant bit first
- # [00:43] <TabAtkins> IZh: What are you talking about?
- # [00:43] <IZh> Colors
- # [00:43] * Quits: newtron (~newtron@199.71.174.203) (Quit: Leaving...)
- # [00:43] <TabAtkins> Yes. What are you talking about, with this discussion of left-aligned bits?
- # [00:44] <IZh> I propose new encoding :-)
- # [00:44] <IZh> Of colors
- # [00:45] <TabAtkins> Why?
- # [00:46] <IZh> To support different depth without very long floating point numbers.
- # [00:46] * Quits: plutoniix (~plutoniix@node-40d.pool-125-25.dynamic.totbb.net) (Quit: จรลี จรลา)
- # [00:46] <cabanier> zewt: sure it does
- # [00:46] <cabanier> support dithering gradients
- # [00:47] * Quits: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com) (Quit: sicking)
- # [00:47] <IZh> TabAtkins: Just an idea.
- # [00:48] <cabanier> IZh: is this just to reduce banding? nothing's stopping a browser from making that optimization
- # [00:49] <cabanier> IZh: colors don't have to be in high precision for that. Adobe apps have been doing that for 18 years
- # [00:50] <IZh> cabanier: I believe that sooner 30-bit displays will conquer the market
- # [00:50] <cabanier> ok
- # [00:50] <IZh> cabanier: So you will need to specify particular color.
- # [00:51] <cabanier> IZh: why?
- # [00:52] <cabanier> IZh: with color managments, you will never get the actual color value on the display
- # [00:53] <cabanier> IZh: 30 bit gives you more consistency over the color range so you don't lose precision
- # [00:54] * Joins: KevinMarks (~yaaic@2607:fb90:110:6ff7:ec02:9421:e7da:22ab)
- # [00:55] <IZh> cabanier: For image manipulation, for example
- # [00:56] * Quits: karlcow (~karl@nerval.la-grange.net) (Ping timeout: 240 seconds)
- # [00:56] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [00:56] <IZh> cabanier: I think, this is orthogonal things
- # [00:56] * Quits: weinig (~weinig@17.114.216.47) (Quit: weinig)
- # [00:57] <IZh> cabanier: It gives the ability to set, for example, rgb(1023, 1022, 1000) color
- # [00:58] <zewt> oh yeah, it's gradient layer styles that don't dither
- # [00:59] * Joins: annevk (~annevk@2.31.25.182)
- # [01:00] <cabanier> zewt: there's a dither button for gradient layer styles
- # [01:00] <zewt> ah, that's new
- # [01:01] <zewt> (i see it in CS6, i do a lot in CS4)
- # [01:01] <cabanier> Photoshop CS6
- # [01:01] <cabanier> ah
- # [01:01] * Quits: CvP (~CvP@27.147.198.50) (Read error: Connection reset by peer)
- # [01:02] * Joins: CvP (~CvP@27.147.198.50)
- # [01:03] * Joins: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com)
- # [01:05] * Joins: bholley (~bholley@98.210.101.88)
- # [01:06] * Joins: weinig (~weinig@17.114.17.109)
- # [01:07] * Joins: SimonSapin (~simon@hako.exyr.org)
- # [01:08] <cabanier> IZh: css color allows decimal points for color values. That should work for you, right?
- # [01:12] <IZh> cabanier: yes. The only thing is long syntax. 7/1024 = 0.0068359375 vs 013
- # [01:14] * Joins: seventh (seventh@192.64.7.208)
- # [01:18] <IZh> I mean 01C :-)
- # [01:21] * Joins: bkardell__ (uid10373@gateway/web/irccloud.com/x-valhohnvhhypechs)
- # [01:22] * Quits: IZh (~IZh@83.220.239.242) (Remote host closed the connection)
- # [01:22] <zewt> have browsers implemented high-color support in other systems (canvas, CSS colors, gradients and shadows, image rendering, ) ... well okay
- # [01:26] <cabanier> zewt: no :-) not even decent color support except maybe Safari
- # [01:26] * Quits: KevinMarks_ (~KevinMark@50-193-60-118-static.hfc.comcastbusiness.net) (Remote host closed the connection)
- # [01:27] * Joins: KevinMarks_ (~KevinMark@50-193-60-118-static.hfc.comcastbusiness.net)
- # [01:27] <zewt> i presumed that, it was a leading question to "then lobby for that before asking for new features" :)
- # [01:28] * Quits: weinig (~weinig@17.114.17.109) (Quit: weinig)
- # [01:29] * Quits: smaug____ (~chatzilla@cs78246079.pp.htv.fi) (Ping timeout: 252 seconds)
- # [01:29] * Guest66797 is now known as fredy
- # [01:30] * Quits: ehsan (~ehsan@66.207.208.102) (Remote host closed the connection)
- # [01:35] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [01:47] * Quits: scrollback (scrollback@conference/jsconf/x-sxfrtdhqnsnpqmay) (K-Lined)
- # [01:48] * Joins: scor (~scor@c-24-2-162-32.hsd1.ma.comcast.net)
- # [01:48] * Quits: scor (~scor@c-24-2-162-32.hsd1.ma.comcast.net) (Changing host)
- # [01:48] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [01:50] * Quits: jeffreyatw (~jeffreyat@66-194-1-26.STATIC.twtelecom.net) (Quit: jeffreyatw)
- # [01:54] * Quits: rafaelrinaldi (~textual@B12E810B.dynamic.spo.dsl.tesa.net.br) (Quit: Textual IRC Client: www.textualapp.com)
- # [01:55] * Quits: abinader (sid21713@gateway/web/irccloud.com/x-bgwworotcsvanqlj)
- # [01:56] * Quits: eatsomeatso (~eatsomeat@gateway/tor-sasl/eatsomeatso) (Remote host closed the connection)
- # [01:56] * Quits: annevk (~annevk@2.31.25.182) (Remote host closed the connection)
- # [01:56] * Joins: eatsomeatso (~eatsomeat@gateway/tor-sasl/eatsomeatso)
- # [01:58] * Quits: jernoble|laptop (~jernoble@17.202.45.163) (Quit: Computer has gone to sleep.)
- # [02:00] * Quits: ap (~ap@2620:149:4:304:2dff:5197:21:eaa6) (Quit: ap)
- # [02:00] * Joins: JosephSilber (~Joseph@ool-44c3e80a.static.optonline.net)
- # [02:05] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [02:07] * Joins: jdaggett (~jdaggett@q023013.dynamic.ppp.asahi-net.or.jp)
- # [02:08] * Joins: sysTemz- (~systemz_@x1-6-e0-91-f5-27-6c-08.cpe.webspeed.dk)
- # [02:13] * Joins: alyssonfranklin (~Alysson@191.180.17.86)
- # [02:15] * Quits: sysTemz- (~systemz_@x1-6-e0-91-f5-27-6c-08.cpe.webspeed.dk)
- # [02:15] * Joins: jonathanmarvens (~jonathanm@67.216.17.3)
- # [02:18] * Joins: sysTemz- (~systemz_@x1-6-e0-91-f5-27-6c-08.cpe.webspeed.dk)
- # [02:23] * Quits: jonathanmarvens (~jonathanm@67.216.17.3) (Remote host closed the connection)
- # [02:25] * Joins: weinig (~weinig@17.114.216.47)
- # [02:25] <MikeSmith> cabanier: thanksーturned on the Chrome "Enable experimental canvas features" flag and re-generated the test report http://w3c.github.io/test-results/2dcontext/less-than-2.html
- # [02:28] <MikeSmith> cabanier: about http://www.w3c-test.org/2dcontext/fill-and-stroke-styles/2d.pattern.repeat.null.html & http://www.w3c-test.org/2dcontext/fill-and-stroke-styles/2d.pattern.image.broken.html ーthanks also, I'll fix those and open a PR
- # [02:29] * Joins: scor (~scor@c-24-2-162-32.hsd1.ma.comcast.net)
- # [02:29] * Quits: scor (~scor@c-24-2-162-32.hsd1.ma.comcast.net) (Changing host)
- # [02:29] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [02:30] <MikeSmith> cabanier: ah I see you opened a PR already
- # [02:37] <MikeSmith> cabanier: hmm that new http://web-platform.test:8000/2dcontext/fill-and-stroke-styles/2d.pattern.image.broken.html test fails too
- # [02:38] <MikeSmith> "that is not a DOMException INVALID_STATE_ERR: property "code" is equal to undefined, expected 11"
- # [02:38] * Quits: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com) (Quit: sicking)
- # [02:39] * Quits: sysTemz- (~systemz_@x1-6-e0-91-f5-27-6c-08.cpe.webspeed.dk) (Remote host closed the connection)
- # [02:39] * Joins: sysTemz- (~systemz_@x1-6-e0-91-f5-27-6c-08.cpe.webspeed.dk)
- # [02:40] * Quits: JosephSilber (~Joseph@ool-44c3e80a.static.optonline.net) (Ping timeout: 276 seconds)
- # [02:42] * Joins: JosephSilber (~Joseph@ool-44c3e80a.static.optonline.net)
- # [02:44] * Quits: sysTemz- (~systemz_@x1-6-e0-91-f5-27-6c-08.cpe.webspeed.dk) (Ping timeout: 252 seconds)
- # [02:44] <MikeSmith> cabanier: yeah seems that still nobody actually conforms to the spec on this yet, right?
- # [02:45] <MikeSmith> nobody throws
- # [02:46] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [02:50] <MikeSmith> cabanier: wait in the case where there is not image at a given URL, the image is not going to be in the "broken" state is it? it just remains "unavailable"
- # [02:51] * Joins: falken_ (uid20729@gateway/web/irccloud.com/x-ltqfwbwraafqluet)
- # [02:52] * falken_ is now known as falken_gardening
- # [02:52] * Quits: parshap (sid18846@gateway/web/irccloud.com/x-jbhztcbbiiiaeznt) (Ping timeout: 252 seconds)
- # [02:52] * Quits: ojan (sid5519@gateway/web/irccloud.com/x-zuactafedroaubfx) (Ping timeout: 252 seconds)
- # [02:52] * Quits: birtles (sid16523@gateway/web/irccloud.com/x-pzgasrfgwxqychec) (Ping timeout: 252 seconds)
- # [02:52] * Joins: birtles (sid16523@gateway/web/irccloud.com/x-rnlftjhnwaegjokj)
- # [02:52] * Quits: JakeA (uid3836@gateway/web/irccloud.com/x-jcsemzvlyhspwxcb) (Ping timeout: 252 seconds)
- # [02:53] * Joins: ojan_away (sid5519@gateway/web/irccloud.com/x-hwljvbjkemmhhtva)
- # [02:53] * Quits: lmclister (~lmclister@192.150.10.210)
- # [02:54] * Joins: plutoniix (~plutoniix@210.213.57.70)
- # [02:55] * Joins: parshap (sid18846@gateway/web/irccloud.com/x-ctsfckrsfxjidvxa)
- # [02:55] * Quits: benv (~benv@38.104.194.126) (Quit: Computer has gone to sleep.)
- # [02:55] * Joins: JakeA (uid3836@gateway/web/irccloud.com/x-gqttfkocuuoecmkc)
- # [02:56] <MikeSmith> an nah I see it does end up as "broken"
- # [03:03] <MikeSmith> cabanier: fyi https://bugzilla.mozilla.org/show_bug.cgi?id=405761 "drawImage should throw INVALID_STATE_ERR on invalid image, not NS_ERROR_NOT_AVAIL"
- # [03:04] <MikeSmith> which is not createPattern but I guess it's the same issue, as far as Firefox goes
- # [03:08] * Quits: KevinMarks_ (~KevinMark@50-193-60-118-static.hfc.comcastbusiness.net) (Ping timeout: 240 seconds)
- # [03:15] * Quits: weinig (~weinig@17.114.216.47) (Quit: weinig)
- # [03:16] * Quits: bholley (~bholley@98.210.101.88) (Quit: Textual IRC Client: www.textualapp.com)
- # [03:30] * Quits: bkardell__ (uid10373@gateway/web/irccloud.com/x-valhohnvhhypechs) (Quit: Connection closed for inactivity)
- # Session Close: Wed Apr 30 03:35:01 2014
- #
- # Session Start: Wed Apr 30 03:35:02 2014
- # Session Ident: #whatwg
- # [03:35] * Disconnected
- # [03:44] * Attempting to rejoin channel #whatwg
- # [03:44] * Rejoined channel #whatwg
- # [03:44] * Topic is 'http://www.whatwg.org/ — logs: http://krijnhoetmer.nl/irc-logs/ & http://logbot.glob.com.au/ — stats: http://gavinsharp.com/irc/whatwg.html — Please leave your sense of logic at the door, thanks!'
- # [03:44] * Set by annevk!~annevk@207.218.72.65 on Tue Mar 25 11:47:32
- # [03:47] * Quits: ondras (~ondras@zarovi.cz) (Ping timeout: 252 seconds)
- # [03:48] * Joins: jonathanmarvens (~jonathanm@12.130.116.31)
- # [03:52] * Joins: ondras (~ondras@zarovi.cz)
- # [03:53] * Quits: dbaron (~dbaron@corp-nat.p2p.sfo1.mozilla.com) (Ping timeout: 255 seconds)
- # [03:53] * Quits: jmason (~jmason@174.137.110.73) (Ping timeout: 255 seconds)
- # Session Close: Wed Apr 30 03:59:49 2014
- #
- # Session Start: Wed Apr 30 03:59:49 2014
- # Session Ident: #whatwg
- # [03:59] * Disconnected
- # [04:09] * Attempting to rejoin channel #whatwg
- # [04:09] * Rejoined channel #whatwg
- # [04:09] * Topic is 'http://www.whatwg.org/ — logs: http://krijnhoetmer.nl/irc-logs/ & http://logbot.glob.com.au/ — stats: http://gavinsharp.com/irc/whatwg.html — Please leave your sense of logic at the door, thanks!'
- # [04:09] * Set by annevk!~annevk@207.218.72.65 on Tue Mar 25 11:47:32
- # [04:20] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [04:29] <cabanier> MikeSmith: It's weird. when I try the createPattern case with my own test file in chrome canary, it throws the right exception, but not in the test
- # [04:29] <cabanier> MikeSmith: I opened a firefox bug on it: https://bugzilla.mozilla.org/show_bug.cgi?id=1003380
- # [04:29] <cabanier> MikeSmith: I got an r+ for the patch but the test is failing. Likely because the image is not in the broken state when the test runs
- # [04:35] * Quits: seventh (seventh@192.64.7.208) (Ping timeout: 264 seconds)
- # [04:46] * MikeSmith looks at cabanier bug
- # [04:49] <MikeSmith> cabanier: sounds like you've got another Firefox bug to fix :-) by the time you're done you'll have re-written all the image-processing logic in Firefox. And by the time you're done with that, Hixie will have landed the image-processing changes in the spec and your changes will be out of date already :-)
- # [04:50] <cabanier> MikeSmith: I marked 405761 as a duplicate
- # [04:50] <MikeSmith> ok
- # [04:50] <cabanier> :-)
- # [04:50] <MikeSmith> so about the createPattern test, maybe there's a bug in the test
- # [04:51] <MikeSmith> but I dunno what it'd be
- # [04:51] <cabanier> MikeSmith: I don't know what's going on. I can't tell from stepping through.
- # [04:51] <cabanier> MikeSmith: it seems the image state is fragile
- # [04:51] <MikeSmith> sounds like
- # [05:21] * Quits: weinig (~weinig@98.234.191.242) (Quit: weinig)
- # [05:22] * Krinkle is now known as Krinkle|detached
- # [05:26] * Joins: weinig (~weinig@98.234.191.242)
- # [05:34] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [05:36] * Quits: weinig (~weinig@98.234.191.242) (Quit: weinig)
- # [05:37] * Quits: morrita_ (uid16889@gateway/web/irccloud.com/x-dwepxvywgebocbxy) (Quit: Connection closed for inactivity)
- # [05:46] * Joins: weinig (~weinig@98.234.191.242)
- # [05:46] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [05:52] * Joins: tantek (~tantek@shanem10.lnk.telstra.net)
- # [05:57] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [06:00] * Quits: tantek (~tantek@shanem10.lnk.telstra.net) (Quit: tantek)
- # [06:01] * Quits: eatsomeatso (~eatsomeat@gateway/tor-sasl/eatsomeatso) (Quit: eatsomeatso)
- # [06:02] * Quits: izhak (~izhak@92.248.142.152) (Ping timeout: 240 seconds)
- # [06:06] <Hixie> MikeSmith: aw man, img loading. i don't suppose you want to spec that do you.
- # [06:06] * Hixie is so lot looking forward to speccing that
- # [06:06] <Hixie> uh, not, not lot
- # [06:19] <MikeSmith> Hixie: I don't want to spec it :)
- # [06:19] <Hixie> bummer
- # [06:20] <cabanier> Hixie: didn't you already spec it?
- # [06:20] <cabanier> or is it not detailed enough?
- # [06:20] <Hixie> see recent mails to the list, i linked to the relevant bugs
- # [06:20] * Joins: llkats (~llkats@c-69-181-45-245.hsd1.ca.comcast.net)
- # [06:23] <MikeSmith> Hixie: I guess you probably don't necessarily _want_ to spec it either. But as usual if you don't, nobody else going to
- # [06:23] <Hixie> :-)
- # [06:29] * Joins: KevinMarks_ (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net)
- # [06:34] * Quits: weinig (~weinig@98.234.191.242) (Quit: weinig)
- # [06:35] * Quits: rektide (~rektide@eldergods.com) (Ping timeout: 264 seconds)
- # [06:36] * Joins: rektide (~rektide@eldergods.com)
- # [06:37] * Joins: rwaldron- (rwaldron@gateway/shell/jquery.com/x-otfftsutgfbowzxp)
- # [06:37] * Quits: rwaldron (rwaldron@gateway/shell/jquery.com/x-nerpqxovbeliumyp) (Ping timeout: 252 seconds)
- # [06:42] * Quits: JosephSilber (~Joseph@ool-44c3e80a.static.optonline.net) (Ping timeout: 255 seconds)
- # [06:44] * Joins: BigBangUDR (~Thunderbi@220.225.242.27)
- # [06:47] * Joins: dbaron (~dbaron@50-0-248-164.dsl.dynamic.sonic.net)
- # [06:51] * llkats is now known as llhax
- # [06:52] * Joins: bholley (~bholley@98.210.101.88)
- # [07:11] * Joins: MutantMahesh (74cb1aea@gateway/web/freenode/ip.116.203.26.234)
- # [07:11] * Quits: MutantMahesh (74cb1aea@gateway/web/freenode/ip.116.203.26.234) (Changing host)
- # [07:11] * Joins: MutantMahesh (74cb1aea@unaffiliated/msankhala)
- # [07:11] * Quits: MutantMahesh (74cb1aea@unaffiliated/msankhala) (Changing host)
- # [07:11] * Joins: MutantMahesh (74cb1aea@gateway/web/freenode/ip.116.203.26.234)
- # [07:14] <Hixie> woot, my parser is up to passing 5000 tests.
- # [07:14] <Hixie> no idea how many tests there are...
- # [07:14] <Hixie> and about 4000 of those seem to be entity tests...
- # [07:14] <Hixie> but anyway...
- # [07:25] * Joins: niloy (~niloy@110.224.128.98)
- # [07:29] <zcorpan> Hixie: html parser?
- # [07:36] * Joins: ap (~ap@24.130.61.31)
- # [07:44] * Quits: llhax (~llkats@c-69-181-45-245.hsd1.ca.comcast.net)
- # [08:03] * Quits: dbaron (~dbaron@50-0-248-164.dsl.dynamic.sonic.net) (Ping timeout: 240 seconds)
- # [08:08] * Joins: Ducki (~Ducki@137.116.197.171)
- # [08:17] * Joins: benv (~benv@c-67-188-10-155.hsd1.ca.comcast.net)
- # [08:18] * Joins: jungkees (uid24208@gateway/web/irccloud.com/x-xpdbwactvmutidbh)
- # [08:18] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [08:25] <zcorpan> Hixie: now the spec looks nice!
- # [08:31] * Quits: ap (~ap@24.130.61.31) (Quit: ap)
- # [08:31] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [08:46] * Joins: Ms2ger (~Ms2ger@151.205-242-81.adsl-dyn.isp.belgacom.be)
- # [09:01] * Quits: rniwa (~rniwa@17.202.43.222) (Quit: rniwa)
- # [09:04] * Joins: markkes (~markkes@62.207.90.201)
- # [09:04] * Joins: bufferino (~yz@103.11.50.96)
- # [09:19] <hsivonen> Hixie: no complaints about the TLD-based guessing yet
- # [09:20] <hsivonen> Hixie: meanwhile, Firefox 29 shipped, so I should nugde the telemetry folks about running the analysis for 27 and 28 now
- # [09:20] * Joins: mpt (~mpt@nat/canonical/x-edpvrcppqdzqnskx)
- # [09:20] * Quits: mpt (~mpt@nat/canonical/x-edpvrcppqdzqnskx) (Changing host)
- # [09:20] * Joins: mpt (~mpt@canonical/mpt)
- # [09:21] <hsivonen> SimonSapin: the use case for VISCII is editing an mq patch as text in gedit when the patch patches both UTF-8 files and windows-1252 files, so the patch as a whole won't decode cleanly as either
- # [09:21] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Remote host closed the connection)
- # [09:21] <hsivonen> SimonSapin: VISCII a) is supported by gedit, b) assigns all the bytes and c) doesn't do bidi or other munging
- # [09:23] <Ms2ger> Speaking of obscure use cases :)
- # [09:26] * Quits: benv (~benv@c-67-188-10-155.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
- # [09:26] * Joins: charl_ (~charl@2001:67c:2564:524:412b:a1ce:23f4:707)
- # [09:28] * Joins: zdobersek (~zan@109.201.154.147)
- # [09:32] * Quits: niloy (~niloy@110.224.128.98) (Ping timeout: 240 seconds)
- # [09:32] <zcorpan> https://xkcd.com/1172/
- # [09:36] * Quits: mpt (~mpt@canonical/mpt) (Remote host closed the connection)
- # [09:41] * Joins: mpt (~mpt@canonical/mpt)
- # [09:41] * Joins: sysTemz- (~systemz_@x1-6-e0-91-f5-27-6c-08.cpe.webspeed.dk)
- # [09:45] * Joins: niloy (~niloy@110.224.128.98)
- # [09:46] * Quits: sysTemz- (~systemz_@x1-6-e0-91-f5-27-6c-08.cpe.webspeed.dk) (Remote host closed the connection)
- # [09:51] * Joins: lerc_ (~quassel@121-74-255-121.telstraclear.net)
- # [09:51] * Quits: lerc (~quassel@121-74-255-121.telstraclear.net) (Ping timeout: 252 seconds)
- # [10:00] * Joins: richt (~richt@83.218.67.123)
- # [10:01] * Quits: bholley (~bholley@98.210.101.88) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [10:02] * Quits: Ms2ger (~Ms2ger@151.205-242-81.adsl-dyn.isp.belgacom.be) (Quit: bbl)
- # [10:12] * Joins: darobin (~darobin@78.109.80.74)
- # [10:20] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [10:42] * Quits: jdaggett (~jdaggett@q023013.dynamic.ppp.asahi-net.or.jp) (Quit: jdaggett)
- # [10:49] * Joins: Lachy (~Lachy@213.166.174.2)
- # [10:52] * Joins: annevk (~annevk@2.31.25.182)
- # [10:53] * Quits: jahman (~woops@129.175.204.73) (Ping timeout: 264 seconds)
- # [11:06] * Quits: annevk (~annevk@2.31.25.182) (Remote host closed the connection)
- # [11:11] * Quits: mpt (~mpt@canonical/mpt) (Read error: Operation timed out)
- # [11:17] * falken_gardening is now known as falken
- # [11:28] * Joins: Ms2ger (~Ms2ger@nata241.ugent.be)
- # [11:28] * Joins: mpt (~mpt@nat/canonical/x-ffrscjuwdfrclznw)
- # [11:28] * Quits: mpt (~mpt@nat/canonical/x-ffrscjuwdfrclznw) (Changing host)
- # [11:28] * Joins: mpt (~mpt@canonical/mpt)
- # [11:40] * Quits: Ms2ger (~Ms2ger@nata241.ugent.be) (Ping timeout: 252 seconds)
- # [11:41] * Joins: smaug____ (~chatzilla@cs78246079.pp.htv.fi)
- # [11:43] * Joins: eatsomeatso (~eatsomeat@gateway/tor-sasl/eatsomeatso)
- # [11:52] * Joins: Ms2ger (~Ms2ger@nata241.ugent.be)
- # [12:00] * Quits: eatsomeatso (~eatsomeat@gateway/tor-sasl/eatsomeatso) (Remote host closed the connection)
- # [12:00] * Joins: eatsomeatso (~eatsomeat@gateway/tor-sasl/eatsomeatso)
- # [12:17] * Joins: sysTemz- (~systemz_@x1-6-e0-91-f5-27-6c-08.cpe.webspeed.dk)
- # [12:20] * Quits: karlcow (~karl@nerval.la-grange.net) (Ping timeout: 252 seconds)
- # [12:22] * Quits: smaug____ (~chatzilla@cs78246079.pp.htv.fi) (Ping timeout: 252 seconds)
- # [12:25] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [12:35] * Quits: Ducki (~Ducki@137.116.197.171) (Remote host closed the connection)
- # [12:39] * Joins: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com)
- # [12:42] * Joins: jahman (~woops@129.175.204.73)
- # [12:45] * Quits: Ms2ger (~Ms2ger@nata241.ugent.be) (Quit: bbl)
- # [12:45] * Joins: annevk (~annevk@207.218.72.65)
- # [12:46] * Joins: barnabywalters (~barnabywa@46-239-239-203.tal.is)
- # [12:48] * Quits: BigBangUDR (~Thunderbi@220.225.242.27) (Quit: BigBangUDR)
- # [12:49] * Joins: zcorpan_ (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [12:52] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 265 seconds)
- # [12:53] * Joins: zcorpan (~zcorpan@c-5eeaaa24-74736162.cust.telenor.se)
- # [12:53] * Quits: zcorpan_ (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 250 seconds)
- # [12:56] * Joins: BigBangUDR (~Thunderbi@220.225.242.27)
- # [13:03] * Joins: 14WACOX2B (scrollback@conference/jsconf/x-cuggwwxbjqxeuvlv)
- # [13:05] * Quits: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com) (Remote host closed the connection)
- # [13:08] <jgraham> zcorpan: You should get TabAtkins to sign up as a reviewer for the quirks mode spec
- # [13:09] <zcorpan> TabAtkins: ^
- # [13:09] <jgraham> +tests
- # [13:17] * Quits: alyssonfranklin (~Alysson@191.180.17.86) (Ping timeout: 252 seconds)
- # [13:19] <zcorpan> mathiasbynens++ for record turnaround time re CSS.escape spec changes
- # [13:26] * Quits: plutoniix (~plutoniix@210.213.57.70) (Quit: จรลี จรลา)
- # [13:37] * Joins: randomwind_tim (c169b3e6@gateway/web/freenode/ip.193.105.179.230)
- # [13:37] * Joins: davve (~user@83.218.67.123)
- # [13:41] <mathiasbynens> zcorpan: Mozilla just landed an initial implementation based on the old spec, bad timing :/
- # [13:42] <zcorpan> that's ok, it'll just escape some things that are not necessary anymore (but were necessary per css2.1)
- # [13:43] <zcorpan> (before errata)
- # [13:43] <zcorpan> i don't like errata
- # [13:46] <MikeSmith> "In accordance with prophecy" should be the new meme
- # [13:47] <MikeSmith> zcorpan: errata are the new substantive changes
- # [13:49] <MikeSmith> we should just give up on trying to create an XML-ER spec and just have the XML Core group publish it all in successive pieces as "errata" for the XML 5th edition spec
- # [13:51] * Quits: rcombs (~rcombs@rcombs.me) (Read error: Connection reset by peer)
- # [13:52] * Joins: rcombs (~rcombs@rcombs.me)
- # [13:53] * Joins: jmason (~jmason@174.137.110.73)
- # [13:54] <zcorpan> what if you need to errata the errata? can it go deeper?
- # [13:56] <zcorpan> errata #1: fix the link in the errata to this list of errata
- # [13:57] <zcorpan> (obviously each level should be harder to find)
- # [13:58] <zcorpan> ((the next level is uncommitted))
- # [13:59] * Joins: smaug____ (~chatzilla@cs78246079.pp.htv.fi)
- # [14:00] <zcorpan> (((limbo is not written down anywhere)))
- # [14:11] * Joins: tj_vantoll (~Adium@2601:4:5380:eba:ecb7:2a3d:9c4e:ed96)
- # [14:14] * Joins: scor (~scor@ip-64-134-240-91.public.wayport.net)
- # [14:14] * Quits: scor (~scor@ip-64-134-240-91.public.wayport.net) (Changing host)
- # [14:14] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [14:14] * Joins: rc0mbs (~rcombs@rcombs.me)
- # [14:16] * Quits: rcombs (~rcombs@rcombs.me) (Ping timeout: 258 seconds)
- # [14:16] * rc0mbs is now known as rcombs
- # [14:22] <MikeSmith> hah
- # [14:26] * Joins: zcorpan_ (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [14:30] * Quits: zcorpan (~zcorpan@c-5eeaaa24-74736162.cust.telenor.se) (Ping timeout: 240 seconds)
- # [14:33] <annevk> http://what-if.xkcd.com/94/ <3
- # [14:34] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [14:37] * Krinkle|detached is now known as Krinkle
- # [14:46] * Quits: randomwind_tim (c169b3e6@gateway/web/freenode/ip.193.105.179.230) (Ping timeout: 240 seconds)
- # [14:59] * Quits: zcorpan_ (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [15:00] * Quits: BigBangUDR (~Thunderbi@220.225.242.27) (Quit: BigBangUDR)
- # [15:04] * Joins: abinader (sid21713@gateway/web/irccloud.com/x-homrjdzjlqnsebkn)
- # [15:06] <annevk> mathiasbynens: so what if I pass in a surrogate to CSS.escape()... I get it back? Does not seem entirely correct
- # [15:16] * Quits: 14WACOX2B (scrollback@conference/jsconf/x-cuggwwxbjqxeuvlv) (Remote host closed the connection)
- # [15:16] * Quits: jungkees (uid24208@gateway/web/irccloud.com/x-xpdbwactvmutidbh) (Quit: Connection closed for inactivity)
- # [15:17] * Joins: 92AAAWP4F (scrollback@conference/jsconf/x-vbnuzrfuvbdtbjug)
- # [15:18] <mathiasbynens> annevk: do you mean that whenever CSSOM uses the term “character”, it means scalar value/symbol?
- # [15:18] <mathiasbynens> annevk: or should CSSOM be changed so that it is
- # [15:25] <annevk> mathiasbynens: I wonder if the behavior for CSS.escape("\uD800") is what we want
- # [15:26] <annevk> mathiasbynens: it not defining what it means by character is an issue I suppose
- # [15:26] <mathiasbynens> agreed
- # [15:31] * Joins: newtron (~newtron@199.71.174.203)
- # [15:31] * Quits: niloy (~niloy@110.224.128.98) (Ping timeout: 252 seconds)
- # [15:40] * Joins: foxtrotwhiskey (~foxtrotwh@192-63-2457.unisys.com)
- # [15:45] * Quits: MutantMahesh (74cb1aea@gateway/web/freenode/ip.116.203.26.234) (Ping timeout: 240 seconds)
- # [15:49] * Quits: charl_ (~charl@2001:67c:2564:524:412b:a1ce:23f4:707) (Quit: leaving)
- # [16:05] * Joins: TallTed (~Thud@63.119.36.36)
- # [16:06] * Quits: bufferino (~yz@103.11.50.96) (Remote host closed the connection)
- # [16:07] * Joins: BigBangUDR (~Thunderbi@101.57.10.185)
- # [16:09] * Quits: sysTemz- (~systemz_@x1-6-e0-91-f5-27-6c-08.cpe.webspeed.dk) (Remote host closed the connection)
- # [16:10] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: :tiuQ tiuq sah woclrak)
- # [16:10] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [16:14] * Joins: tj_vantoll1 (~Adium@c-98-250-130-237.hsd1.mi.comcast.net)
- # [16:17] * Quits: tj_vantoll (~Adium@2601:4:5380:eba:ecb7:2a3d:9c4e:ed96) (Ping timeout: 240 seconds)
- # [16:18] * Joins: nickp (~nickpelle@unaffiliated/nicolasp)
- # [16:19] * Joins: lubuntu (~chatzilla@151.244.243.105)
- # [16:20] * lubuntu is now known as Guest31394
- # [16:25] <zewt> wow, really? gmail's editor now appears to be swallowing control-pgup/pgdn, preventing me from changing tabs with the keyboard while editing an email
- # [16:26] * Quits: davve (~user@83.218.67.123) (Remote host closed the connection)
- # [16:26] * Quits: Areks (~Areks@rs.gridnine.com) (Ping timeout: 260 seconds)
- # [16:27] * Joins: Areks (~Areks@rs.gridnine.com)
- # [16:29] <SamB> zewt: time to switch to basic html?
- # [16:30] <SamB> (it's not as bad as it sounds -- there's still some JavaScript for autocompletion, it's just still possible to use the page if it doesn't work)
- # [16:30] * Quits: Lachy (~Lachy@213.166.174.2) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [16:30] * Joins: Lachy (~Lachy@213.166.174.2)
- # [16:33] * Quits: BigBangUDR (~Thunderbi@101.57.10.185) (Quit: BigBangUDR)
- # [16:43] * Quits: espadrine (~ttyl@AMontsouris-158-1-54-253.w92-128.abo.wanadoo.fr) (Ping timeout: 276 seconds)
- # [16:44] * mathiasbynens still wishes Gmail would make the annoying hard-wrapping optional for plaintext emails
- # [16:55] * Joins: espadrine (~ttyl@AMontsouris-158-1-93-157.w90-2.abo.wanadoo.fr)
- # [16:58] * Quits: toyoshiAw (~toyoshim@yuri.twintail.org) (Remote host closed the connection)
- # [17:02] * Quits: Guest31394 (~chatzilla@151.244.243.105) (Remote host closed the connection)
- # [17:07] <annevk> I'd rather they wrap the whole thing
- # [17:07] <annevk> http://lists.w3.org/Archives/Public/public-pointer-events/2014AprJun/0020.html is ugly
- # [17:09] <annevk> JakeA: seems like the SW spec is broken for interfaces?
- # [17:10] * Joins: sysTemz- (~systemz_@x1-6-e0-91-f5-27-6c-08.cpe.webspeed.dk)
- # [17:10] * Quits: barnabywalters (~barnabywa@46-239-239-203.tal.is) (Quit: barnabywalters)
- # [17:11] <JakeA> annevk: ugh, yes
- # [17:11] <JakeA> will see which commit busted that
- # [17:11] * Joins: sysTemz-_ (~systemz_@80.197.38.187)
- # [17:11] * Quits: sysTemz- (~systemz_@x1-6-e0-91-f5-27-6c-08.cpe.webspeed.dk) (Read error: Connection reset by peer)
- # [17:12] * Quits: Lachy (~Lachy@213.166.174.2) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [17:13] * Quits: kangil (~kangil@210.94.41.89) (Read error: Connection reset by peer)
- # [17:14] * Quits: darobin (~darobin@78.109.80.74) (Remote host closed the connection)
- # [17:14] * Parts: nickp (~nickpelle@unaffiliated/nicolasp)
- # [17:14] * Quits: dwim (~dwim@210.94.41.89) (Read error: Connection reset by peer)
- # [17:14] * Quits: KevinMarks (~yaaic@2607:fb90:110:6ff7:ec02:9421:e7da:22ab) (Ping timeout: 240 seconds)
- # [17:16] * Quits: sysTemz-_ (~systemz_@80.197.38.187) (Ping timeout: 252 seconds)
- # [17:16] * Joins: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [17:17] * Joins: bkardell__ (uid10373@gateway/web/irccloud.com/x-esycyxxkdkcjpwct)
- # [17:17] <JakeA> annevk: I've rolled it back to the last good commit while I figure out what's happening
- # [17:21] * Quits: markkes (~markkes@62.207.90.201) (Quit: Nettalk6 - www.ntalk.de)
- # [17:22] * Joins: jernoble|laptop (~jernoble@76.74.153.41)
- # [17:22] * Quits: tj_vantoll1 (~Adium@c-98-250-130-237.hsd1.mi.comcast.net) (Quit: Leaving.)
- # [17:24] * Joins: plutoniix (~plutoniix@node-40d.pool-125-25.dynamic.totbb.net)
- # [17:25] * Joins: Ms2ger (~Ms2ger@151.205-242-81.adsl-dyn.isp.belgacom.be)
- # [17:29] <JakeA> annevk: New version of polymer broke it. Asked Alex to look into it. gh-pages version is working now though
- # [17:31] * Quits: KevinMarks_ (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 255 seconds)
- # [17:31] <annevk> JakeA: ta
- # [17:31] * Quits: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 250 seconds)
- # [17:32] <annevk> Polymer seems like such overkill for a spec
- # [17:35] * Joins: KevinMarks (~yaaic@2607:fb90:2814:ec9d:e7c:8172:4a26:c082)
- # [17:38] <Domenic_> I like the idea of killing preprocessors via custom elements.
- # [17:38] * Joins: izhak (~izhak@92.248.142.152)
- # [17:42] <mathiasbynens> annevk: that’s hypermail’s fault, though
- # [17:43] * Quits: richt (~richt@83.218.67.123) (Remote host closed the connection)
- # [17:44] * Quits: th2389 (uid27360@gateway/web/irccloud.com/x-himcjuhxyinyobac) (Ping timeout: 245 seconds)
- # [17:44] * Joins: jsbell (jsbell@nat/google/x-pawxkxjtnaimnufg)
- # [17:45] * Parts: jsbell (jsbell@nat/google/x-pawxkxjtnaimnufg)
- # [17:45] * Joins: th2389 (uid27360@gateway/web/irccloud.com/x-jjranekuquvipwuk)
- # [17:46] <Hixie> gsnedders: yt?
- # [17:47] <Hixie> gsnedders: are you doing test coverage analysis of the parser by any chance?
- # [17:53] * Quits: benschwarz (sid2121@gateway/web/irccloud.com/x-drhujtweubiblzky) (Ping timeout: 252 seconds)
- # [17:53] * Quits: tmfsd (sid26422@gateway/web/irccloud.com/x-abhdfeutogttnjdm) (Ping timeout: 245 seconds)
- # [17:54] * Quits: hdv (sid2376@gateway/web/irccloud.com/x-snmpllxawkgflvbs) (Ping timeout: 252 seconds)
- # [17:54] <Ms2ger> https://twitter.com/mattur/status/461240899503407105
- # [17:55] * Joins: tmfsd (sid26422@gateway/web/irccloud.com/x-yjtpbilrzjluqsvm)
- # [17:55] * Quits: twisted` (sid6794@gateway/web/irccloud.com/x-anxfgflwoucnujdz) (Ping timeout: 245 seconds)
- # [17:55] <annevk> Pretty sure Philip` would have spotted that before they even started to attempt writing Polyglot
- # [17:56] * Joins: benschwarz (sid2121@gateway/web/irccloud.com/x-wuazmdynnbgksbul)
- # [17:56] * Joins: hdv (sid2376@gateway/web/irccloud.com/x-zoxorxbfbjrtlohi)
- # [17:56] <Hixie> anyone want to take over maintaining the blog? it's the main user of CPU on our machine these days.
- # [17:57] * Joins: lmclister (~lmclister@192.150.10.210)
- # [17:58] * Joins: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com)
- # [17:59] <jgraham> Hixie: 4 posts in 2 years? Seems like you could just shoot it in the head
- # [18:00] <annevk> Hixie: maintaining how?
- # [18:00] <jgraham> Maybe try to dump the content somehow first
- # [18:00] <Hixie> maintaining like maybe transitioning us to something that doesn't take huge amounts of CPU just to report content that, as jgraham points out, has only changed 4 times in 2 years
- # [18:00] * annevk attempts to reach blog.whatwg.org
- # [18:01] <Hixie> the lowest hanging fruit would be making /feed static somehow
- # [18:02] <Domenic_> Octopress has worked very well for me. (Static blog generator.)
- # [18:02] <annevk> I can't even get to the server at this point
- # [18:02] <Hixie> load average: 35.36, 20.42, 11.41
- # [18:02] <Domenic_> My preference for Node toolchains over Ruby ones would make me want to try Ghost, but Octopress is known-working.
- # [18:02] <Hixie> about 19 of the top 20 processes on the machine are:
- # [18:02] <Hixie> 4897 17693 lhunt 0:00.96 0.3 262m 34m 1.8 ? php54.cgi
- # [18:02] <Hixie> where "lhunt" is the user that runs the blog
- # [18:02] <annevk> Pretty sure WP has plug-ins to make most stuff stable
- # [18:03] <annevk> s/stable/static/
- # [18:03] * Quits: JakeA (uid3836@gateway/web/irccloud.com/x-gqttfkocuuoecmkc) (Ping timeout: 252 seconds)
- # [18:03] * Quits: falken (uid20729@gateway/web/irccloud.com/x-ltqfwbwraafqluet) (Ping timeout: 252 seconds)
- # [18:03] <annevk> Just need to get in...
- # [18:03] * Quits: mpt (~mpt@canonical/mpt) (Quit: Ex-Chat)
- # [18:03] <Hixie> yeah i'd be shocked if WP didn't have something like that
- # [18:03] * Quits: astearns (sid15080@gateway/web/irccloud.com/x-yqgdbiqyngkttrzv) (Ping timeout: 252 seconds)
- # [18:03] * Joins: mpt (~mpt@nat/canonical/x-oicpieyogmyrfcsg)
- # [18:03] * Quits: mpt (~mpt@nat/canonical/x-oicpieyogmyrfcsg) (Changing host)
- # [18:03] * Joins: mpt (~mpt@canonical/mpt)
- # [18:03] <Hixie> making the RSS static was one of the first optimisations i made to my own blog software decades ago :-)
- # [18:04] * annevk updates blog
- # [18:04] * Quits: foxtrotwhiskey (~foxtrotwh@192-63-2457.unisys.com) (Ping timeout: 276 seconds)
- # [18:04] * Joins: JakeA (uid3836@gateway/web/irccloud.com/x-rbvgxrwdiqvskccm)
- # [18:04] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [18:04] * Joins: foxtrotwhiskey (~foxtrotwh@192-63-201127.unisys.com)
- # [18:05] <jgraham> Oh, look http://octopress.org/docs/plugins/render-partial/ sounds like what I want for the testthewebforward website
- # [18:05] * Joins: astearns_ (sid15080@gateway/web/irccloud.com/x-ynwesvcelnzrdwmp)
- # [18:05] * Joins: twisted` (sid6794@gateway/web/irccloud.com/x-lydjnhoiqflxykpy)
- # [18:05] * Joins: falken_gardening (uid20729@gateway/web/irccloud.com/x-hunfqnqefqmszhzs)
- # [18:05] <jgraham> Domenic_: Any idea if that works directly with github static pages or whatever they're called
- # [18:06] * Quits: KevinMarks (~yaaic@2607:fb90:2814:ec9d:e7c:8172:4a26:c082) (Ping timeout: 240 seconds)
- # [18:06] <jgraham> testthewebforward is using raw Jekyll
- # [18:06] <Domenic_> jgraham: yup, any static file server. I host http://domenic.me/ with GitHub pages + a CNAME file.
- # [18:06] <Domenic_> AFAICT Octopress is just Jekyll + some blog-specific helpers
- # [18:06] <jgraham> Domenic_: Right, but I think GitHub have some auto-build thing
- # [18:06] <Domenic_> jgraham: yeah, but I don't use that, I just push the files.
- # [18:06] <Domenic_> after building locally
- # [18:07] <jgraham> Domenic_: Right, but testthewebforward does
- # [18:07] * Quits: karlcow (~karl@nerval.la-grange.net) (Ping timeout: 245 seconds)
- # [18:07] <jgraham> Which is what I want to change
- # [18:07] <Domenic_> jgraham: oh i see what you're saying. Cool!
- # [18:07] * Joins: dbaron (~dbaron@50-0-248-164.dsl.dynamic.sonic.net)
- # [18:08] <jgraham> Looks like the answer is no :(
- # [18:08] <cabanier> Ms2ger: can you do merge your own pull request?
- # [18:08] <cabanier> s/do//
- # [18:08] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [18:08] <jgraham> cabanier: Which repo?
- # [18:09] <cabanier> jgraham: w3c/web-platform-tests
- # [18:09] <jgraham> cabanier: If it is reviewed on github or critic then feel free to merge
- # [18:10] <cabanier> jgraham: how do I ask for review there? Do I assign it to someone?
- # [18:10] <annevk> Hixie: blog.whatwg.org is super slow
- # [18:10] * Joins: Maurice` (copyman@5ED57922.cm-7-6b.dynamic.ziggo.nl)
- # [18:10] <Hixie> yes
- # [18:10] * Joins: estellevw (~estellewy@209.49.66.106)
- # [18:10] <jgraham> cabanier: critic automagically asks for review
- # [18:10] <Hixie> that's why i mentioned it eaclier :-)
- # [18:10] * Joins: KevinMarks (~KevinMark@172.56.40.173)
- # [18:10] * Joins: sysTemz- (~systemz_@x1-6-e0-91-f5-27-6c-08.cpe.webspeed.dk)
- # [18:10] <Hixie> earlier even
- # [18:10] <jgraham> cabanier: https://critic.hoppipolla.co.uk/r/1416
- # [18:11] <gsnedders> Hixie: no, but it's trivial to do from html5lib
- # [18:11] <gsnedders> Hixie: except the fact that that doesn't necessarily perfectly match the spec, as it is slightly out of date
- # [18:11] <cabanier> jgraham: got it!
- # [18:11] <TabAtkins> annevk: The behavior for CSS.escape("\uD800") is that you get a string containing U+FFFD, right?
- # [18:12] <gsnedders> Hixie: and what are you looking for? line coverage? branch coverage? path coverage?
- # [18:12] <Hixie> gsnedders: mostly coverage of each of the switch statements' branches, i think
- # [18:12] <Hixie> gsnedders: just to make sure we've covered all of them at least once
- # [18:12] <annevk> TabAtkins: no, you get U+D800 back with the current API, though it depends on what character means whether or not it crashes
- # [18:13] <gsnedders> Hixie: ping me in half an hour and I'll check what html5lib currently gives
- # [18:13] <Hixie> gsnedders: i can probably instrument my own code to check later if you haven't, i was just curious if you were looking into it. could be a useful thing to look at.
- # [18:13] <TabAtkins> Hmm. I'd expect either U+FFFD or "\d800", which escapes to a U+FFFD character.
- # [18:13] <gsnedders> Hixie: it's trivial to do with html5lib, and I've done it before
- # [18:13] <Hixie> gsnedders: ah ok, cool
- # [18:13] <TabAtkins> Depending on how escape() is defined.
- # [18:13] <gsnedders> Hixie: like nosetests --coverage or something, I forget the argument needed
- # [18:14] <Hixie> cool
- # [18:14] <annevk> Hixie: cache plugin is on and updated now...
- # [18:14] * Hixie wishes he could say the same of FPC
- # [18:14] <gsnedders> but yeah, me -> uni
- # [18:14] <annevk> Hixie: hopefully it works better?
- # [18:14] * Joins: KevinMarks2 (~yaaic@2607:fb90:2814:ec9d:6993:d0ee:3d97:3f49)
- # [18:14] <Hixie> (i think you have to use like valgrind or something to do coverage testing for FPC programs)
- # [18:14] <Hixie> annevk: cool
- # [18:14] <Hixie> annevk: does that make /feed basically static?
- # [18:15] <Hixie> looks like yes
- # [18:15] * Quits: sysTemz- (~systemz_@x1-6-e0-91-f5-27-6c-08.cpe.webspeed.dk) (Ping timeout: 252 seconds)
- # [18:15] <Hixie> there's a huge comment at the end of the feed now talking about the cache status
- # [18:15] <Hixie> i'm guessing that's not necessary :-)
- # [18:16] <annevk> hmm
- # [18:17] <Hixie> thanks for doing this
- # [18:17] <Hixie> it should be a huge help
- # [18:17] * Joins: BigBangUDR (~Thunderbi@101.57.10.185)
- # [18:19] * Joins: sysTemz- (~systemz_@x1-6-e0-91-f5-27-6c-08.cpe.webspeed.dk)
- # [18:20] * Quits: izhak (~izhak@92.248.142.152) (Ping timeout: 264 seconds)
- # [18:21] <jgraham> cabanier: You want to add your email to https://critic.hoppipolla.co.uk/home so you get notifications
- # [18:21] * Quits: jernoble|laptop (~jernoble@76.74.153.41) (Quit: Computer has gone to sleep.)
- # [18:21] * Quits: BigBangUDR (~Thunderbi@101.57.10.185) (Client Quit)
- # [18:23] * Joins: bufferino (~bufferino@bb115-66-4-98.singnet.com.sg)
- # [18:23] * Quits: bufferino (~bufferino@bb115-66-4-98.singnet.com.sg) (Changing host)
- # [18:23] * Joins: bufferino (~bufferino@unaffiliated/bufferino)
- # [18:24] <annevk> Hixie: I'll look into disabling debug
- # [18:24] <cabanier> jgraham: done. let me know if I'm not using the toold correctly
- # [18:25] * Joins: memento (~yz@103.11.50.96)
- # [18:26] <Hixie> annevk: cool
- # [18:26] <annevk> Hixie: the admin panel is sooooo slow
- # [18:28] <Hixie> the load average is dropping
- # [18:28] <Hixie> but it's still 4.64, 7.54, 8.89
- # [18:29] * Quits: bufferino (~bufferino@unaffiliated/bufferino) (Disconnected by services)
- # [18:29] * memento is now known as bufferino
- # [18:29] <jgraham> cabanier: Looks like you are doing just fine at the moment. I suspect Ms2ger is particularly interested in "null" rather than a randomly chosen invalid value though (I didn't check the other test, I'm just assuming that it doesn't use "null")
- # [18:31] <cabanier> jgraham: yes, it uses a bogus value
- # [18:31] <cabanier> jgraham: maybe he's worried that someone tests for the "null" string?
- # [18:31] <annevk> Hixie: should be gone now; if you're logged in you might still see it or maybe it's another kind of artifact
- # [18:32] <Hixie> annevk: k
- # [18:32] <Hixie> annevk: thanks!
- # [18:32] * Joins: ehsan_ (~ehsan@66.207.208.102)
- # [18:32] <annevk> Domenic_: tools used to fetch DTDs, brought netscape.com nearly to its knees back in the RSS days
- # [18:33] <Domenic_> wowwww
- # [18:33] * Quits: foxtrotwhiskey (~foxtrotwh@192-63-201127.unisys.com) (Ping timeout: 240 seconds)
- # [18:33] <Hixie> made w3c suffer too
- # [18:33] * Joins: foxtrotwhiskey (~foxtrotwh@192-63-2457.unisys.com)
- # [18:34] <annevk> Yeah, W3C might still suffer I guess
- # [18:34] <cabanier> jgraham: I'll add that test. It's easy
- # [18:34] * Joins: jernoble|laptop (~jernoble@17.202.45.163)
- # [18:37] * Joins: ap (~ap@2620:149:4:304:8935:1011:52c:1908)
- # [18:39] <beverloo_> MikeSmith, thanks for the push repo!
- # [18:41] * Joins: llkats (~llkats@50.141.87.4)
- # [18:43] <cabanier> jgraham: I think I messed something up
- # [18:44] * Joins: kangil (~kangil@210.94.41.89)
- # [18:45] * Joins: dwim (~dwim@210.94.41.89)
- # [18:45] <zcorpan> TabAtkins: r? https://critic.hoppipolla.co.uk/r/1424
- # [18:45] * Joins: jeffreyatw (~jeffreyat@199-188-192-248.PUBLIC.monkeybrains.net)
- # [18:45] <zcorpan> TabAtkins: also would you be OK with setting up a filter for quirks-mode/ ?
- # [18:46] * rwaldron- is now known as rwaldron
- # [18:47] <TabAtkins> Dunno how to do so, but I'm fine with such.
- # [18:50] <TabAtkins> annevk: Yeah, W3C still has caching infrastructure in place to handle DTD queries super-cheaply.
- # [18:50] <jgraham> cabanier: Seems like you created a new review rather than pushing a commit to your previous branch?
- # [18:52] <jgraham> cabanier: Right, the normal mode of operation is to address all the comments in that review and not merge until it says "Accepted" in big letters
- # [18:52] <cabanier> jgraham: I directly committed something in the master github. I have no idea how that happened.
- # [18:54] <cabanier> jgraham: ok. I should not have merge that pullrequest yet either
- # [18:54] <zewt> can just reset it if it's not pushed
- # [18:55] * Joins: benv (~benv@c-67-188-10-155.hsd1.ca.comcast.net)
- # [18:55] <jgraham> cabanier: Yeah, I'm not sure what you did here, but basically no harm done I thnk
- # [18:55] <cabanier> weird
- # [18:55] * Quits: newtron (~newtron@199.71.174.203) (Remote host closed the connection)
- # [18:56] * Joins: newtron (~newtron@199.71.174.203)
- # [18:56] * Joins: xiinotulp (~plutoniix@node-19cw.pool-101-109.dynamic.totbb.net)
- # [18:56] <gsnedders> Hixie: http://stuff.gsnedders.com/html5lib-coverage-20140430/ is what html5lib-python currently has. html5lib.html5parser and html5lib.tokenizer are probably the only really interesting cases
- # [18:57] * Quits: sysTemz- (~systemz_@x1-6-e0-91-f5-27-6c-08.cpe.webspeed.dk) (Remote host closed the connection)
- # [18:57] <zcorpan> TabAtkins: https://critic.hoppipolla.co.uk/home click "add filter", type quirks-mode/ in path, make sure it's the right repo and type is "reviewer", click save
- # [18:58] * Joins: sysTemz- (~systemz_@x1-6-e0-91-f5-27-6c-08.cpe.webspeed.dk)
- # [18:58] <zcorpan> TabAtkins: https://critic.hoppipolla.co.uk/tutorial?item=filters if you feel like reading about it
- # [18:58] <zcorpan> TabAtkins: and thanks :-)
- # [18:58] <TabAtkins> kk
- # [18:58] * Quits: smaug____ (~chatzilla@cs78246079.pp.htv.fi) (Ping timeout: 240 seconds)
- # [18:58] <gsnedders> Hixie: so we're missing tests for <![FOO[ where <![CDATA[ is parsed, some case in the AAA, and a few cases of branches always being taken
- # [18:59] * Quits: plutoniix (~plutoniix@node-40d.pool-125-25.dynamic.totbb.net) (Ping timeout: 246 seconds)
- # [18:59] <zcorpan> jgraham: wtf happened here? https://critic.hoppipolla.co.uk/r/1423 https://critic.hoppipolla.co.uk/r/1424 https://critic.hoppipolla.co.uk/r/1425 https://critic.hoppipolla.co.uk/r/1426
- # [18:59] <Hixie> gsnedders: neat
- # [19:00] * Quits: newtron (~newtron@199.71.174.203) (Ping timeout: 240 seconds)
- # [19:01] * Joins: bholley (~bholley@98.210.101.88)
- # [19:01] <gsnedders> Hixie: a few of those cases I'm not sure it's even possible to not take the branch quickly looking
- # [19:01] <jgraham> zcorpan: My guess is that MikeSmith was trying to help me set up wptrunner in critic, running into problems and pressing the "test hook" button in w-p-t which re-sends the last request
- # [19:01] <gsnedders> Hixie: (proof is left as an exercise to the reader) :)
- # [19:01] <Hixie> gsnedders: dead code in html5lib?
- # [19:01] <zcorpan> jgraham: oh
- # [19:01] <zcorpan> ok
- # [19:02] <gsnedders> Hixie: the branch is always taken, so could maybe hoist the body of the if statement and get rid of the if statement
- # [19:02] <zcorpan> MikeSmith: wanna drop the excess reviews? :-)
- # [19:03] * Quits: sysTemz- (~systemz_@x1-6-e0-91-f5-27-6c-08.cpe.webspeed.dk) (Ping timeout: 265 seconds)
- # [19:03] * xiinotulp is now known as plutoniix
- # [19:03] <gsnedders> Hixie: anyhow, time for me to go back to^W^W^W start revising for exam tomorrow :)
- # [19:03] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [19:04] <Hixie> gsnedders: enjoy!
- # [19:05] <jgraham> MikeSmith: I dropped them, no need for you to do anything
- # [19:07] * Quits: llkats (~llkats@50.141.87.4) (Read error: Connection reset by peer)
- # [19:08] * Joins: llkats (~llkats@50.141.87.4)
- # [19:09] * ojan_away is now known as ojan
- # [19:11] * Quits: benv (~benv@c-67-188-10-155.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
- # [19:13] * Joins: newtron (~newtron@199.71.174.204)
- # [19:13] * Quits: newtron (~newtron@199.71.174.204) (Remote host closed the connection)
- # [19:14] * Joins: newtron (~newtron@199.71.174.204)
- # [19:16] * Joins: encryptd_fractal (~encryptd_@dyn-72-33-147-7.uwnet.wisc.edu)
- # [19:18] * Quits: newtron (~newtron@199.71.174.204) (Ping timeout: 240 seconds)
- # [19:18] * Joins: BigBangUDR (~Thunderbi@101.57.10.185)
- # [19:19] * Quits: bholley (~bholley@98.210.101.88) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [19:19] <MikeSmith> jgraham: OK
- # [19:19] <MikeSmith> jgraham: yeah your guess was correct
- # [19:19] <MikeSmith> monkey vs typewriter
- # [19:25] * Joins: weinig (~weinig@17.114.216.47)
- # [19:27] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [19:29] * Joins: llkats_ (~llkats@50.141.87.4)
- # [19:29] * llkats_ is now known as llhax
- # [19:31] <TabAtkins> What's the correct repo in critic for quirks-mode tests?
- # [19:31] * Quits: llkats (~llkats@50.141.87.4) (Ping timeout: 276 seconds)
- # [19:33] <jgraham> TabAtkins: web-platform-tests
- # [19:33] <Ms2ger> Since... yesterday?
- # [19:33] <jgraham> Today
- # [19:33] <jgraham> Possibly depending on timezone or sleeping pattersm
- # [19:33] <MikeSmith> beverloo_: glad to help
- # [19:34] <jgraham> *patterns
- # [19:34] <TabAtkins> Cool, thanks.
- # [19:34] <MikeSmith> Hixie: let's move the blog over to hosting at w3.org!
- # [19:34] <MikeSmith> that'll probably work out well
- # [19:34] <jgraham> MikeSmith: Are we still stuck with the wptrunner webhook thing?
- # [19:34] <MikeSmith> jgraham: yeah I'm stumped at least
- # [19:35] <Ms2ger> MikeSmith, ....interesting idea
- # [19:35] <MikeSmith> jgraham: if Robin can get some time to look at it he might be able to figure it out. I have no clue myself at this point
- # [19:35] <jgraham> MikeSmith: Did you try choosing a different content type and then switching back, like darobin suggested?
- # [19:35] <MikeSmith> jgraham: I can look more in the morning my time
- # [19:36] <MikeSmith> jgraham: yeah did that
- # [19:36] <jgraham> MikeSmith: OK
- # [19:36] <jgraham> MikeSmith: Thanks for the help
- # [19:36] * Joins: bholley (~bholley@98.210.101.88)
- # [19:36] <jgraham> Probably we should just ask github at this point
- # [19:36] <MikeSmith> yeah
- # [19:37] <MikeSmith> jgraham: that config UI makes me want to kick somebody in the face
- # [19:38] <Ms2ger> Hey
- # [19:38] <Ms2ger> The previous UI was "use the API"
- # [19:38] <MikeSmith> I like that UI better
- # [19:38] <Hixie> MikeSmith: heh
- # [19:38] <MikeSmith> at least somebody didn't get paid money to spend time developing that UI
- # [19:39] <MikeSmith> Hixie: speaking of blogs btw the blog thing on w3.org also sucks up most of the CPU. except in that case it's multiplied by 150 times. Or however many CGs there are. It's nuts
- # [19:39] <MikeSmith> so, yay for blogs
- # [19:40] <gsnedders> Hixie: you just running Apache?
- # [19:41] <Hixie> MikeSmith: nice
- # [19:41] * Joins: sysTemz- (~systemz_@x1-6-e0-91-f5-27-6c-08.cpe.webspeed.dk)
- # [19:41] <Hixie> gsnedders: yeah
- # [19:41] * Quits: sysTemz- (~systemz_@x1-6-e0-91-f5-27-6c-08.cpe.webspeed.dk) (Remote host closed the connection)
- # [19:41] * Quits: BigBangUDR (~Thunderbi@101.57.10.185) (Quit: BigBangUDR)
- # [19:42] <gsnedders> Hixie: should be able to throw mod_cache in front of teh blog, I think
- # [19:42] <MikeSmith> cabanier: if/when you have time, please review https://critic.hoppipolla.co.uk/r/1239
- # [19:42] <MikeSmith> cabanier: which is for https://github.com/w3c/web-platform-tests/pull/851
- # [19:42] <Hixie> gsnedders: configuring apache on dreamhost is a pain
- # [19:42] <gsnedders> Hixie: gl;hf ;P
- # [19:42] <Hixie> :-)
- # [19:43] * Joins: benv (~benv@38.104.194.126)
- # [19:43] * Quits: llhax (~llkats@50.141.87.4) (Read error: Connection reset by peer)
- # [19:44] * Joins: llhax (~llkats@50.141.87.4)
- # [19:44] * Joins: jwalden (~waldo@corp.mtv2.mozilla.com)
- # [19:46] * Quits: fredy (~fredy@2001:648:2ffc:1225:a800:ff:fe12:113e) (Excess Flood)
- # [19:47] * Joins: llhax_ (~llkats@c-69-181-45-245.hsd1.ca.comcast.net)
- # [19:47] * Quits: KevinMarks (~KevinMark@172.56.40.173) (Ping timeout: 252 seconds)
- # [19:48] * Joins: fredy (~fredy@snf-8914.vm.okeanos.grnet.gr)
- # [19:50] * Quits: llhax (~llkats@50.141.87.4) (Ping timeout: 240 seconds)
- # [19:52] <MikeSmith> jgraham: please try again on that hook right now if you have time
- # [19:53] <MikeSmith> when I went to check it now it was set back to no-JSON and with SSL turned back on
- # [19:53] <MikeSmith> which I re-switched it back again
- # [19:56] <jgraham> MikeSmith: Checking
- # [19:56] <jgraham> MikeSmith: Worked :)
- # [19:57] <MikeSmith> sweet
- # [19:57] <MikeSmith> so I can now go to sleep feeling like I actually accomplished something useful today
- # [19:57] <jgraham> Heh
- # [19:57] <jgraham> Sleep well :)
- # [19:58] * Quits: weinig (~weinig@17.114.216.47) (Quit: weinig)
- # [20:04] * Joins: weinig (~weinig@17.114.216.47)
- # [20:04] * Quits: encryptd_fractal (~encryptd_@dyn-72-33-147-7.uwnet.wisc.edu) (Remote host closed the connection)
- # [20:04] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [20:07] * Joins: encryptd_fractal (~encryptd_@dyn-72-33-147-7.uwnet.wisc.edu)
- # [20:07] * Quits: annevk (~annevk@207.218.72.65) (Remote host closed the connection)
- # [20:08] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 245 seconds)
- # [20:12] * Joins: sysTemz- (~systemz_@x1-6-e0-91-f5-27-6c-08.cpe.webspeed.dk)
- # [20:15] * Joins: asdasds (~bufferino@bb115-66-4-98.singnet.com.sg)
- # [20:15] * Quits: bufferino (~yz@103.11.50.96) (Disconnected by services)
- # [20:16] * asdasds is now known as bufferino
- # [20:16] * Quits: bufferino (~bufferino@bb115-66-4-98.singnet.com.sg) (Changing host)
- # [20:16] * Joins: bufferino (~bufferino@unaffiliated/bufferino)
- # [20:16] * Quits: sysTemz- (~systemz_@x1-6-e0-91-f5-27-6c-08.cpe.webspeed.dk) (Ping timeout: 246 seconds)
- # [20:16] * Quits: estellevw (~estellewy@209.49.66.106) (Ping timeout: 252 seconds)
- # [20:17] * Joins: encrypt__ (~encryptd_@dyn-72-33-147-7.uwnet.wisc.edu)
- # [20:17] * Joins: estellevw (~estellewy@209.49.66.106)
- # [20:19] * Quits: encryptd_fractal (~encryptd_@dyn-72-33-147-7.uwnet.wisc.edu) (Ping timeout: 252 seconds)
- # [20:19] * encrypt__ is now known as tan_hunk_dev
- # [20:20] * Joins: danbeam (dbeam@unaffiliated/danbeam)
- # [20:20] * tan_hunk_dev is now known as duncan
- # [20:20] * duncan is now known as Guest53932
- # [20:20] * Parts: danbeam (dbeam@unaffiliated/danbeam)
- # [20:21] * Guest53932 is now known as suqshaq
- # [20:23] * Joins: Areks_home (~Areks@95-26-45-140.broadband.corbina.ru)
- # [20:27] * Quits: weinig (~weinig@17.114.216.47) (Quit: weinig)
- # [20:48] * Quits: bholley (~bholley@98.210.101.88) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [20:55] * Joins: bholley (~bholley@98.210.101.88)
- # [20:56] * Quits: bholley (~bholley@98.210.101.88) (Client Quit)
- # [21:00] * Joins: benvie (~bbenvie@204.28.118.69)
- # [21:02] * Quits: remysharp (sid4345@gateway/web/irccloud.com/x-rozsmqnqylfnylce) (Read error: Connection reset by peer)
- # [21:02] * Quits: _hendrik (sid24861@gateway/web/irccloud.com/x-zscmdtvsuoqyiozl) (Read error: Connection reset by peer)
- # [21:03] * Joins: _hendrik (sid24861@gateway/web/irccloud.com/x-tvplnqqsccfeuqnj)
- # [21:03] <cabanier> MikeSmith: that test looks good to me
- # [21:03] * Joins: remysharp (sid4345@gateway/web/irccloud.com/x-nvadcjrhbdjydgsl)
- # [21:05] * Joins: bholley (~bholley@98.210.101.88)
- # [21:06] * Joins: jeremyj (~jeremyj@17.202.44.231)
- # [21:09] * Quits: bholley (~bholley@98.210.101.88) (Ping timeout: 240 seconds)
- # [21:10] * Joins: benvie_ (~bbenvie@204.28.118.69)
- # [21:10] * Quits: benvie (~bbenvie@204.28.118.69) (Ping timeout: 276 seconds)
- # [21:10] * Joins: sysTemz- (~systemz_@x1-6-e0-91-f5-27-6c-08.cpe.webspeed.dk)
- # [21:10] * Quits: jeremyj (~jeremyj@17.202.44.231) (Client Quit)
- # [21:15] * Joins: weinig (~weinig@17.114.216.47)
- # [21:15] * Quits: sysTemz- (~systemz_@x1-6-e0-91-f5-27-6c-08.cpe.webspeed.dk) (Ping timeout: 240 seconds)
- # [21:22] * Quits: suqshaq (~encryptd_@dyn-72-33-147-7.uwnet.wisc.edu) (Remote host closed the connection)
- # [21:22] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 264 seconds)
- # [21:23] * Joins: dunckr (~dunckr@109.201.137.164)
- # [21:26] * Quits: jeffreyatw (~jeffreyat@199-188-192-248.PUBLIC.monkeybrains.net) (Quit: jeffreyatw)
- # [21:34] * Quits: jernoble|laptop (~jernoble@17.202.45.163) (Ping timeout: 250 seconds)
- # [21:34] * Quits: th2389 (uid27360@gateway/web/irccloud.com/x-jjranekuquvipwuk) (Ping timeout: 245 seconds)
- # [21:36] * Joins: jernoble|laptop (~jernoble@17.202.45.163)
- # [21:36] * Quits: daleharvey (sid513@gateway/web/irccloud.com/x-zprmlxodrvxfylji) (Ping timeout: 252 seconds)
- # [21:36] * Joins: th2389 (uid27360@gateway/web/irccloud.com/x-tsmbwszstpdrvkda)
- # [21:36] * Quits: weinig (~weinig@17.114.216.47) (Quit: weinig)
- # [21:37] * astearns_ is now known as astearns
- # [21:38] * Joins: newtron (~newtron@199.71.174.203)
- # [21:38] * Joins: daleharvey (sid513@gateway/web/irccloud.com/x-wvgaucoknnmbunnm)
- # [21:39] * Joins: weinig (~weinig@17.114.216.47)
- # [21:40] * Quits: bkardell__ (uid10373@gateway/web/irccloud.com/x-esycyxxkdkcjpwct) (Quit: Connection closed for inactivity)
- # [21:41] * Joins: topek (~topek@91-119-72-168.dynamic.xdsl-line.inode.at)
- # [21:45] * Quits: weinig (~weinig@17.114.216.47) (Quit: weinig)
- # [21:49] * Joins: weinig (~weinig@17.114.216.47)
- # [21:49] * Quits: dunckr (~dunckr@109.201.137.164)
- # [21:50] * Quits: topek (~topek@91-119-72-168.dynamic.xdsl-line.inode.at)
- # [21:53] * Quits: benvie_ (~bbenvie@204.28.118.69)
- # [21:55] * Quits: weinig (~weinig@17.114.216.47) (Quit: weinig)
- # [22:00] * Quits: llhax_ (~llkats@c-69-181-45-245.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [22:05] * Quits: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com) (Quit: sicking)
- # [22:08] * Quits: KevinMarks2 (~yaaic@2607:fb90:2814:ec9d:6993:d0ee:3d97:3f49) (Ping timeout: 240 seconds)
- # [22:10] * Joins: sysTemz- (~systemz_@x1-6-e0-91-f5-27-6c-08.cpe.webspeed.dk)
- # [22:12] * Joins: KevinMarks (~yaaic@2607:fb90:2814:ec9d:41b:7430:3384:389a)
- # [22:14] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [22:15] * Quits: sysTemz- (~systemz_@x1-6-e0-91-f5-27-6c-08.cpe.webspeed.dk) (Ping timeout: 246 seconds)
- # [22:16] * Joins: jeffreyatw (~jeffreyat@199-188-192-248.PUBLIC.monkeybrains.net)
- # [22:23] * Quits: Areks_home (~Areks@95-26-45-140.broadband.corbina.ru) (Ping timeout: 245 seconds)
- # [22:24] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 246 seconds)
- # [22:27] * Joins: llhax (~llkats@c-69-181-45-245.hsd1.ca.comcast.net)
- # [22:27] * Joins: sysTemz- (~systemz_@x1-6-e0-91-f5-27-6c-08.cpe.webspeed.dk)
- # [22:27] * Joins: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com)
- # [22:29] * Quits: foxtrotwhiskey (~foxtrotwh@192-63-2457.unisys.com)
- # [22:31] * Joins: weinig (~weinig@17.114.216.47)
- # [22:32] * Joins: jeremyj (~jeremyj@17.202.44.231)
- # [22:38] * Quits: sysTemz- (~systemz_@x1-6-e0-91-f5-27-6c-08.cpe.webspeed.dk)
- # [22:38] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [22:40] * Quits: ImBcmDth (~Jon@oftn/member/ImBcmDth) (Read error: Connection reset by peer)
- # [22:41] * Joins: ImBcmDth (~Jon@oftn/member/ImBcmDth)
- # [22:42] * Joins: karbassi (~karbassi@li62-206.members.linode.com)
- # [22:42] * Quits: Ms2ger (~Ms2ger@151.205-242-81.adsl-dyn.isp.belgacom.be) (Ping timeout: 276 seconds)
- # [22:53] * Joins: rniwa (~rniwa@17.202.43.222)
- # [22:54] * Joins: Ms2ger (~Ms2ger@200.228-64-87.adsl-dyn.isp.belgacom.be)
- # [23:03] * Quits: weinig (~weinig@17.114.216.47) (Quit: weinig)
- # [23:07] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [23:08] * Joins: weinig (~weinig@17.114.216.47)
- # [23:09] * Quits: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com) (Quit: sicking)
- # [23:17] * Quits: TallTed (~Thud@63.119.36.36)
- # [23:18] * Joins: annevk (~annevk@2.31.25.182)
- # [23:20] * Quits: Maurice` (copyman@5ED57922.cm-7-6b.dynamic.ziggo.nl)
- # [23:23] * Joins: bholley (~bholley@c-50-148-162-19.hsd1.ca.comcast.net)
- # [23:24] * Joins: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com)
- # [23:25] * Joins: newtron_ (~newtron@199.71.174.204)
- # [23:28] * Quits: newtron (~newtron@199.71.174.203) (Ping timeout: 240 seconds)
- # [23:29] * Quits: newtron_ (~newtron@199.71.174.204) (Ping timeout: 240 seconds)
- # [23:29] * Quits: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com) (Ping timeout: 276 seconds)
- # [23:36] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [23:42] * Quits: zdobersek (~zan@109.201.154.147) (Quit: Leaving.)
- # [23:42] * Joins: IZh (~IZh@83.220.236.7)
- # [23:47] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [23:47] <IZh> Hixie: Hi.
- # [23:48] <IZh> Hixie: My script reported that your URL returned HTTP 504 status for last document.
- # [23:49] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 246 seconds)
- # [23:51] <Hixie> 504!
- # [23:51] * Hixie tries to remember what 504 is :-)
- # [23:51] <Hixie> oh gateway timeout
- # [23:51] <Hixie> yeah
- # [23:52] <Hixie> server was having issues this morning
- # [23:54] <IZh> Should my script handle this by repeating sending?
- # [23:54] * Quits: weinig (~weinig@17.114.216.47) (Quit: weinig)
- # [23:56] <Hixie> nah
- # [23:57] <Hixie> i would just ignore any errors you get back
- # [23:57] <Hixie> i'll update the spec again soon enough and then it'll regenerate
- # Session Close: Thu May 01 00:00:00 2014
The end :)