Options:
- # Session Start: Wed Jan 22 00:00:00 2014
- # Session Ident: #whatwg
- # [00:01] * Joins: zcorpan (~zcorpan@ip-200.t2.se.opera.com)
- # [00:04] * Joins: tantek (~tantek@corp-nat.p2p.sfo1.mozilla.com)
- # [00:05] * Quits: zcorpan (~zcorpan@ip-200.t2.se.opera.com) (Ping timeout: 272 seconds)
- # [00:07] <tbsaunde> Hixie: oh, so I think another think that helped confuse me is this at the end of the scrollPathIntoView() description " "Inform the user", as used in this section, could mean calling a system accessibility API, which would notify assistive technologies such as magnification tools. To properly drive magnification based on a focus change,
- # [00:07] <tbsaunde> a system accessibility API driving a screen magnifier needs the bounds for the newly focused object. The methods above are intended to enable this by allowing the user agent to report the bounding box of the path used
- # [00:07] <tbsaunde> to render the focus ring as the bounds of the element element passed as an argument, if that element is focused, and the bounding box of the area to which the user agent is scrolling as the bounding box of the current
- # [00:08] * Quits: shaunbaker (~shaunbake@195.69.155.61) (Remote host closed the connection)
- # [00:08] <tbsaunde> selection." which since the inform ... isn't explained for the draw*FocusRing() methods so I assumed it applied to both
- # [00:08] <tbsaunde> that said it seems wrong for the scrollIntoView method too
- # [00:09] <Hixie> that text is kinda confusing, yeah
- # [00:09] <Hixie> that'll teach me to have non-normative text...
- # [00:09] <Hixie> every time i try to explain things, people rely more on the non-normative text than the normative text. d'oh.
- # [00:10] <tbsaunde> especially since all the accessibility APIs are stateful here
- # [00:10] * Quits: jeffreyatw (~jeffreyat@209.49.230.45) (Read error: Connection reset by peer)
- # [00:10] <Hixie> yeah
- # [00:10] * Quits: zaal (~zaal@cpc65346-nrwh11-2-0-cust48.4-4.cable.virginmedia.com) (Quit: ZNC - http://znc.in)
- # [00:11] * Joins: jeffreyatw (~jeffreyat@209.49.230.45)
- # [00:11] <Hixie> it might be that the right solution is just to make these methods not tell the ATs anything
- # [00:11] <tbsaunde> what did you actually mean? I can't see what happens on screen but I'd assume the focus ring *is* the notification that that thing is focused
- # [00:11] <Hixie> and tell authors to use addHitRegion() only
- # [00:11] * Joins: zaal (~zaal@cpc65346-nrwh11-2-0-cust48.4-4.cable.virginmedia.com)
- # [00:11] <Hixie> tbsaunde: what i originally meant was that you'd call drawSystemFocusRing() with a focused element, and the magnification would move, end of story
- # [00:12] * Quits: jensnockert_ (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com) (Remote host closed the connection)
- # [00:13] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [00:13] <cabanier> Hixie: in our last exchange I stated this:
- # [00:13] <cabanier> > Informing the user is an imperative action, not an indirect action
- # [00:13] <cabanier> > involving caching state over multiple frames.
- # [00:13] <cabanier> If that is the case, we should drop focus ring support. There's no point to just draw rings.
- # [00:13] <tbsaunde> Hixie: yeah, still thinking, but it seemslike the right thing to do is have the fall back content / hit regions set up and then have draw focus ring not tell the AT anything
- # [00:13] * Joins: icaaq (~icaaq@h132n3-s-oev-d1.ias.bredband.telia.com)
- # [00:13] <tbsaunde> (other than fire a focus event on the accessible that is getting focused of course
- # [00:14] <Hixie> cabanier: right (though of course we still want to draw focus rings in general, separate from ATs)
- # [00:14] <cabanier> Hixie: why?
- # [00:15] <cabanier> Hixie: the API as currently implemented by chrome is quite useful according to the a11y people
- # [00:15] <Hixie> tbsaunde: yeah. the problem there is that most authors aren't going to bother to use addHitRegion(), i'd guess... i wonder how many authors would use draw*FocusRing() but not addHitRegion(), maybe the number of people who want system focus rings is so low that actually all the people who'd do it half right with focus rings will just do it entirely right with hit regions, dunno.
- # [00:15] <cabanier> Hixie: It is a bit wonky
- # [00:15] <Hixie> cabanier: why what?
- # [00:15] <cabanier> why would you still want an API for focus rings if all it does is draw focus
- # [00:16] <Hixie> cabanier: i've not seen anyone say that the API is actually useful, do you have a pointer for where that's discussed?
- # [00:16] <Hixie> cabanier: so you can draw the focus ring?
- # [00:16] <Hixie> cabanier: how else would you draw one?
- # [00:16] <cabanier> Hixie: the author can draw it. There's nothing magical going on
- # [00:17] <tbsaunde> Hixie: yeah, that's a valid concern, but I'm not really sure how we make draw*FocusRing() work usefully
- # [00:17] * Quits: Johnny- (~null@unaffiliated/johnny-) (Ping timeout: 272 seconds)
- # [00:17] <Hixie> cabanier: how do you draw a native-looking focus ring? i don't follow.
- # [00:17] <Hixie> tbsaunde: yeah
- # [00:17] <cabanier> Hixie: I agree that the there's a high barrier for addHitRegion so it won't see much adoption
- # [00:17] <Hixie> cabanier: why do you think the barrier is high?
- # [00:18] <cabanier> Hixie: because the author would have to make sure that the region DOM is in sync with what's on the page
- # [00:18] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [00:19] <Hixie> cabanier: do you think the barrier to using draw*FocusRing() is significantly lower? (notwithstanding the fact that that API doesn't actually work well for ATs)
- # [00:19] <Hixie> cabanier: it seems like it'd be nearly the same code
- # [00:21] <cabanier> Hixie: you'd have to keep track of the id and add/remove regions
- # [00:21] <cabanier> Hixie: with draw*Ring, that all happens behind the scenes
- # [00:22] * Quits: jeremyj (~jeremyj@17.202.45.170) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [00:22] <Hixie> cabanier: no, the regions get removed automatically with addHitRegion()
- # [00:22] * Joins: jeremyj (~jeremyj@17.202.45.170)
- # [00:23] * Joins: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net)
- # [00:23] * Joins: Johnny- (~null@unaffiliated/johnny-)
- # [00:23] <tbsaunde> Hixie: I wonder if we can make hit regions simpler? why can't we nuke the label / control / role stuff, and just always have them point at a element that is a child (or inderct child) of the <canvas> ?
- # [00:24] <Hixie> cabanier: you just have to call x.addHitRegion({ control: element }); whenever you draw the path for the control
- # [00:24] * Quits: newtron (~newtron@76-10-161-235.dsl.teksavvy.com) (Remote host closed the connection)
- # [00:24] <Hixie> tbsaunde: simpler for whom? implementors or authors?
- # [00:24] * Joins: newtron (~newtron@76-10-161-235.dsl.teksavvy.com)
- # [00:25] <Hixie> cabanier: (if you remove a control entirely, but are calling clearRect() regularly, then you don't even have to worry about the control being removed, unlike the mess that would result from the focus ring stuff being repurposed in this way)
- # [00:25] <tbsaunde> I was thinking it would be simpler for authors since it would just be one consistant way of doing things
- # [00:25] <Hixie> tbsaunde: well, there's several kinds of authors. Some will have a backing DOM, but others won't (what would the backing DOM be for a game?)
- # [00:26] <Hixie> tbsaunde: as specced, it lets you put labels all over the canvas, without having to worry about having <span>s for each such label
- # [00:26] <Hixie> tbsaunde: think e.g. of a chart, how would you design a functional backing DOM for it?
- # [00:26] <tbsaunde> not really clear other than a bunch of divs, but what would be the a11y story there anyway?
- # [00:26] <Hixie> well it depends on the user
- # [00:27] <Hixie> but e.g. an entirely blind users on a tablet could use tactile feedback to feel their way around the canvas, with addHitRegion() roles and labels
- # [00:27] <tbsaunde> that seems reasonable
- # [00:27] <Hixie> a user with low sight but enough sight to see the image, who just need magnification, could jump from label to label and see that zoomed in
- # [00:27] <Hixie> a user who cannot read but can rely on speech synthesis could walk around the canvas using a mouse, and have the labels read out
- # [00:28] * Quits: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net) (Ping timeout: 265 seconds)
- # [00:28] <tbsaunde> on the other hand since you only get a couple types of form control or (label, role) your kind of restricted
- # [00:28] * jorendorff is now known as jorendorff_away
- # [00:29] <Hixie> what kind of stuff are you imagining that can't be done?
- # [00:29] * Quits: newtron (~newtron@76-10-161-235.dsl.teksavvy.com) (Ping timeout: 272 seconds)
- # [00:29] <Hixie> tbsaunde: (btw, i changed that paragraph you quoted to hopefully be less confusing)
- # [00:29] <tbsaunde> well, you wouldn't get accessible states, so if you wanted to have editable text I'm not sure how you'd mark it as editable
- # [00:30] <Hixie> as far as editable text goes, i refer you to http://www.whatwg.org/html#best-practices
- # [00:30] <Hixie> uh http://www.whatwg.org/specs/web-apps/current-work/#best-practices
- # [00:32] <Hixie> ah, http://www.whatwg.org/html#best-practices does work
- # [00:32] <tbsaunde> Hixie: fair, I could probably think of other stuff but its kind of corner casey
- # [00:36] <Hixie> i mean, there's always things that can't be done, but that's true regardless of whether you're using canvas or not.
- # [00:36] <Hixie> if there's things that can't be done that could easily be supported, we can always improve the API.
- # [00:36] <tbsaunde> Hixie: so, as an implementor of this virtual dom tree how do I handle order of children? / is there a way to insert a child before another?
- # [00:36] <Hixie> you mean the addHitRegion() one?
- # [00:36] <Hixie> it's unordered. or rather, it's ordered by visual order.
- # [00:38] <tbsaunde> yeah, visual order makes sense
- # [00:44] * Joins: llkats (~llkats@206.169.83.230)
- # [00:44] * Quits: ehsan (~ehsan@66.207.208.102) (Remote host closed the connection)
- # [00:45] * Joins: newtron (~newtron@76-10-161-235.dsl.teksavvy.com)
- # [00:45] * Joins: zcorpan (~zcorpan@ip-200.t2.se.opera.com)
- # [00:49] * Joins: smaug_____ (~chatzilla@cs78246079.pp.htv.fi)
- # [00:50] * Quits: zcorpan (~zcorpan@ip-200.t2.se.opera.com) (Ping timeout: 272 seconds)
- # [00:51] * Joins: scor (~scor@c-98-217-11-242.hsd1.ma.comcast.net)
- # [00:51] * Quits: scor (~scor@c-98-217-11-242.hsd1.ma.comcast.net) (Changing host)
- # [00:51] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [00:53] * Quits: smaug____ (~chatzilla@cs78246079.pp.htv.fi) (Ping timeout: 260 seconds)
- # [00:53] * smaug_____ is now known as smaug____
- # [00:53] * Quits: newtron (~newtron@76-10-161-235.dsl.teksavvy.com) (Remote host closed the connection)
- # [00:54] * Joins: newtron (~newtron@76-10-161-235.dsl.teksavvy.com)
- # [00:59] * Quits: newtron (~newtron@76-10-161-235.dsl.teksavvy.com) (Ping timeout: 272 seconds)
- # [00:59] * Quits: Jswalden86 (~waldo@2001:4830:2446:bb:386f:cea6:982c:7f3a) (Quit: back tomorrow for a bit, then back on from MV again \o/)
- # [01:01] * Quits: smaug____ (~chatzilla@cs78246079.pp.htv.fi) (Quit: Reconnecting…)
- # [01:01] * Joins: smaug____ (~chatzilla@cs78246079.pp.htv.fi)
- # [01:05] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [01:07] * Quits: encryptd_fractal (~encryptd_@71-89-74-12.dhcp.bycy.mi.charter.com) (Remote host closed the connection)
- # [01:08] * Parts: Itprotj (~opera@60-240-188-238.static.tpgi.com.au)
- # [01:08] * Joins: Itprotj (~opera@60-240-188-238.static.tpgi.com.au)
- # [01:08] * Quits: Itprotj (~opera@60-240-188-238.static.tpgi.com.au) (Quit: Itprotj)
- # [01:13] * Krinkle|detached is now known as Krinkle
- # [01:19] * Quits: lmclister (~lmclister@sjfw1-b.adobe.com)
- # [01:22] * Quits: decotii (~decotii@hq.croscon.com) (Quit: Leaving)
- # [01:29] * Quits: tantek (~tantek@corp-nat.p2p.sfo1.mozilla.com) (Quit: tantek)
- # [01:31] * Joins: jdaggett (~jdaggett@61-121-216-2.bitcat.net)
- # [01:33] * Joins: ambv (~ambv@206.108.217.134)
- # [01:35] * Joins: newtron (~newtron@76-10-161-235.dsl.teksavvy.com)
- # [01:35] * Quits: llkats (~llkats@206.169.83.230)
- # [01:35] * jorendorff_away is now known as jorendorff
- # [01:36] * Joins: tantek (~tantek@corp-nat.p2p.sfo1.mozilla.com)
- # [01:37] * Quits: ambv (~ambv@206.108.217.134) (Client Quit)
- # [01:37] * Joins: plutoniix (~plutoniix@210.213.57.70)
- # [01:37] * Quits: newtron (~newtron@76-10-161-235.dsl.teksavvy.com) (Remote host closed the connection)
- # [01:37] * Joins: ambv (~ambv@206.108.217.134)
- # [01:37] * Joins: newtron (~newtron@76-10-161-235.dsl.teksavvy.com)
- # [01:40] * Joins: encryptd_fractal (~encryptd_@71-82-217-3.dhcp.mdsn.wi.charter.com)
- # [01:41] * Quits: icaaq (~icaaq@h132n3-s-oev-d1.ias.bredband.telia.com) (Ping timeout: 248 seconds)
- # [01:42] * Quits: newtron (~newtron@76-10-161-235.dsl.teksavvy.com) (Ping timeout: 272 seconds)
- # [01:43] * Joins: nessy (~silviapf@101.164.144.53)
- # [01:46] * Joins: zcorpan (~zcorpan@ip-200.t2.se.opera.com)
- # [01:48] * Quits: sgalinea_ (~sylvaing@c-98-247-242-151.hsd1.wa.comcast.net) (Remote host closed the connection)
- # [01:49] * Joins: sgalineau (~sylvaing@sjfw1-a.adobe.com)
- # [01:51] * Quits: reyre (~reyre@guest-nat.p2p.sfo1.mozilla.com) (Remote host closed the connection)
- # [01:51] * Quits: zcorpan (~zcorpan@ip-200.t2.se.opera.com) (Ping timeout: 272 seconds)
- # [01:54] * jorendorff is now known as jorendorff_away
- # [01:55] * Quits: jernoble|laptop (~jernoble@17.202.45.163) (Quit: Computer has gone to sleep.)
- # [01:58] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
- # [02:00] * Quits: jeremyj (~jeremyj@17.202.45.170) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [02:00] * Quits: sgalineau (~sylvaing@sjfw1-a.adobe.com) (Remote host closed the connection)
- # [02:01] * Joins: sgalineau (~sylvaing@sjfw1-a.adobe.com)
- # [02:02] * Joins: jeremyj (~jeremyj@17.202.45.170)
- # [02:03] * Quits: weinig (~weinig@17.114.216.176) (Quit: weinig)
- # [02:04] * Joins: weinig (~weinig@17.114.216.176)
- # [02:05] * Quits: Streusel (~Anonymous@unaffiliated/streusel) (Quit: Computer has gone to sleep.)
- # [02:08] * Joins: newtron (~newtron@76-10-161-235.dsl.teksavvy.com)
- # [02:10] * Joins: newtron_ (~newtron@76-10-161-235.dsl.teksavvy.com)
- # [02:11] * Joins: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net)
- # [02:12] * Quits: newtron (~newtron@76-10-161-235.dsl.teksavvy.com) (Ping timeout: 272 seconds)
- # [02:13] * Joins: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com)
- # [02:13] * Quits: jsbell (jsbell@nat/google/x-fnronsqcqoeslgvv) (Quit: There's no place like home...)
- # [02:14] * Quits: newtron_ (~newtron@76-10-161-235.dsl.teksavvy.com) (Ping timeout: 272 seconds)
- # [02:14] * Joins: dylanlindgren (~kartstar@1.148.239.222)
- # [02:16] * Joins: llkats (~llkats@206.169.83.230)
- # [02:16] * Quits: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net) (Ping timeout: 272 seconds)
- # [02:18] * Joins: lmclister (~lmclister@105.sub-70-197-4.myvzw.com)
- # [02:18] * Joins: jernoble|laptop (~jernoble@76.74.153.41)
- # [02:18] * Quits: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com) (Ping timeout: 272 seconds)
- # [02:18] * Quits: llkats (~llkats@206.169.83.230) (Client Quit)
- # [02:18] * Joins: scor (~scor@c-98-217-11-242.hsd1.ma.comcast.net)
- # [02:18] * Quits: scor (~scor@c-98-217-11-242.hsd1.ma.comcast.net) (Changing host)
- # [02:18] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [02:18] * Quits: scor (~scor@drupal.org/user/52142/view) (Client Quit)
- # [02:21] * jorendorff_away is now known as jorendorff
- # [02:21] * Quits: ambv (~ambv@206.108.217.134) (Quit: sys.exit(0) # app closed)
- # [02:21] * Joins: lmcliste_ (~lmclister@sjfw1-b.adobe.com)
- # [02:21] * jorendorff is now known as jorendorff_away
- # [02:23] * Quits: dylanlindgren (~kartstar@1.148.239.222) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [02:24] * Quits: lmclister (~lmclister@105.sub-70-197-4.myvzw.com) (Ping timeout: 252 seconds)
- # [02:26] * Joins: Streusel (~Anonymous@unaffiliated/streusel)
- # [02:27] * Joins: newtron (~newtron@76-10-161-235.dsl.teksavvy.com)
- # [02:28] * Quits: jernoble|laptop (~jernoble@76.74.153.41) (Quit: Textual IRC Client: www.textualapp.com)
- # [02:28] * Quits: lmcliste_ (~lmclister@sjfw1-b.adobe.com) (Ping timeout: 252 seconds)
- # [02:30] * Joins: dylanlindgren (~kartstar@123.208.18.38)
- # [02:30] * Quits: annevk (~annevk@216.239.55.138) (Remote host closed the connection)
- # [02:31] * Quits: seventh (seventh@185.29.164.233) (Ping timeout: 246 seconds)
- # [02:33] * Joins: reyre (~reyre@ip-64-32-189-20.dsl.sca.megapath.net)
- # [02:34] * Quits: jdaggett (~jdaggett@61-121-216-2.bitcat.net) (Quit: jdaggett)
- # [02:35] * Joins: lmclister (~lmclister@105.sub-70-197-4.myvzw.com)
- # [02:36] * Quits: newtron (~newtron@76-10-161-235.dsl.teksavvy.com) (Remote host closed the connection)
- # [02:36] * Quits: sgalineau (~sylvaing@sjfw1-a.adobe.com) (Read error: Connection reset by peer)
- # [02:36] * Joins: sgalineau (~sylvaing@c-98-247-242-151.hsd1.wa.comcast.net)
- # [02:36] * Joins: newtron (~newtron@76-10-161-235.dsl.teksavvy.com)
- # [02:37] * Quits: jeffreyatw (~jeffreyat@209.49.230.45) (Quit: jeffreyatw)
- # [02:40] * heycam is now known as heycam|away
- # [02:41] * Quits: sgalineau (~sylvaing@c-98-247-242-151.hsd1.wa.comcast.net) (Ping timeout: 248 seconds)
- # [02:41] * Quits: newtron (~newtron@76-10-161-235.dsl.teksavvy.com) (Ping timeout: 272 seconds)
- # [02:43] * Quits: lmclister (~lmclister@105.sub-70-197-4.myvzw.com)
- # [02:44] * Joins: jdaggett (~jdaggett@61-121-216-2.bitcat.net)
- # [02:47] * Joins: zcorpan (~zcorpan@ip-200.t2.se.opera.com)
- # [02:50] * Quits: wefo (~wefo@gateway/tor-sasl/wefo) (Quit: wefo)
- # [02:51] * Quits: zcorpan (~zcorpan@ip-200.t2.se.opera.com) (Ping timeout: 260 seconds)
- # [02:52] * Quits: tantek (~tantek@corp-nat.p2p.sfo1.mozilla.com) (Quit: tantek)
- # [02:53] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [02:56] * Joins: hoobdeebla (~hoobdeebl@ip70-190-42-239.ph.ph.cox.net)
- # [02:56] * Joins: scor (~scor@c-98-217-11-242.hsd1.ma.comcast.net)
- # [02:56] * Quits: scor (~scor@c-98-217-11-242.hsd1.ma.comcast.net) (Changing host)
- # [02:56] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [02:56] * Quits: jorgepedret (~jorgepedr@64-46-23-103.dyn.novuscom.net) (Quit: Computer has gone to sleep.)
- # [02:57] * Quits: scor (~scor@drupal.org/user/52142/view) (Client Quit)
- # [02:59] * Joins: tantek (~tantek@172.56.39.216)
- # [02:59] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [03:01] * Quits: tantek (~tantek@172.56.39.216) (Client Quit)
- # [03:07] * Quits: smaug____ (~chatzilla@cs78246079.pp.htv.fi) (Read error: Operation timed out)
- # [03:08] * Joins: sgalineau (~sylvaing@c-98-247-242-151.hsd1.wa.comcast.net)
- # [03:11] * Joins: ap (~ap@c-24-130-62-30.hsd1.ca.comcast.net)
- # [03:11] * Quits: ap (~ap@c-24-130-62-30.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [03:11] * Joins: ap (~ap@c-24-130-62-30.hsd1.ca.comcast.net)
- # [03:12] * Quits: reyre (~reyre@ip-64-32-189-20.dsl.sca.megapath.net) (Remote host closed the connection)
- # [03:14] * Quits: jeremyj (~jeremyj@17.202.45.170) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [03:14] * Quits: sgalineau (~sylvaing@c-98-247-242-151.hsd1.wa.comcast.net) (Ping timeout: 252 seconds)
- # [03:16] * Krinkle is now known as Krinkle|detached
- # [03:18] * Krinkle|detached is now known as Krinkle
- # [03:20] * Krinkle is now known as Krinkle|detached
- # [03:21] * Joins: newtron (~newtron@76-10-161-235.dsl.teksavvy.com)
- # [03:23] * Joins: smaug____ (~chatzilla@cs78246079.pp.htv.fi)
- # [03:24] * Quits: weinig (~weinig@17.114.216.176) (Quit: weinig)
- # [03:26] * Quits: newtron (~newtron@76-10-161-235.dsl.teksavvy.com) (Ping timeout: 272 seconds)
- # [03:30] * Joins: KevinMarks (~KevinMark@64.125.143.5)
- # [03:32] * Joins: weinig (~weinig@17.114.216.176)
- # [03:38] * Joins: newtron (~newtron@76-10-161-235.dsl.teksavvy.com)
- # [03:41] * Joins: nickpellegrino (~nicolasp@unaffiliated/nicolasp)
- # [03:42] * Parts: nickpellegrino (~nicolasp@unaffiliated/nicolasp)
- # [03:43] * Krinkle|detached is now known as Krinkle
- # [03:43] * Quits: newtron (~newtron@76-10-161-235.dsl.teksavvy.com) (Ping timeout: 272 seconds)
- # [03:44] * Krinkle is now known as Krinkle|detached
- # [03:47] * Joins: zcorpan (~zcorpan@ip-200.t2.se.opera.com)
- # [03:51] * Quits: encryptd_fractal (~encryptd_@71-82-217-3.dhcp.mdsn.wi.charter.com) (Remote host closed the connection)
- # [03:52] * Quits: zcorpan (~zcorpan@ip-200.t2.se.opera.com) (Ping timeout: 260 seconds)
- # [03:56] * Joins: Goplat (~goplat@reactos/developer/Goplat)
- # [03:59] * Joins: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net)
- # [04:03] * Quits: bholley (~bholley@c-67-180-21-133.hsd1.ca.comcast.net) (Quit: bholley)
- # [04:04] * Quits: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net) (Ping timeout: 252 seconds)
- # [04:07] * Quits: ap (~ap@c-24-130-62-30.hsd1.ca.comcast.net) (Quit: ap)
- # [04:12] * Joins: tantek (~tantek@172.56.39.239)
- # [04:13] * Joins: llkats (~llkats@c-67-188-8-143.hsd1.ca.comcast.net)
- # [04:14] * Quits: tantek (~tantek@172.56.39.239) (Client Quit)
- # [04:14] * Joins: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com)
- # [04:17] * Quits: hoobdeebla (~hoobdeebl@ip70-190-42-239.ph.ph.cox.net)
- # [04:17] * Joins: tantek (~tantek@172.56.39.239)
- # [04:19] * Quits: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com) (Ping timeout: 252 seconds)
- # [04:25] * Quits: dylanlindgren (~kartstar@123.208.18.38) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [04:29] * Joins: bholley (~bholley@c-67-180-21-133.hsd1.ca.comcast.net)
- # [04:31] * Quits: scrollback (scrollback@conference/jsconf/x-hnkuhcyyqdsclnzb) (Remote host closed the connection)
- # [04:32] * Joins: scrollback (scrollback@conference/jsconf/x-zdvhpnvkmfjgtjsl)
- # [04:37] * Joins: encryptd_fractal (~encryptd_@71-89-74-12.dhcp.bycy.mi.charter.com)
- # [04:39] * Joins: newtron (~newtron@76-10-161-235.dsl.teksavvy.com)
- # [04:40] * Quits: weinig (~weinig@17.114.216.176) (Quit: weinig)
- # [04:41] * Joins: boogyman (~boogyman@142.196.161.32)
- # [04:41] * Quits: KevinMarks (~KevinMark@64.125.143.5) (Ping timeout: 264 seconds)
- # [04:41] * Quits: boogyman (~boogyman@142.196.161.32) (Changing host)
- # [04:41] * Joins: boogyman (~boogyman@pdpc/supporter/professional/boogyman)
- # [04:42] * Quits: boogyman (~boogyman@pdpc/supporter/professional/boogyman) (Client Quit)
- # [04:42] * Joins: weinig (~weinig@17.114.216.176)
- # [04:44] * Quits: newtron (~newtron@76-10-161-235.dsl.teksavvy.com) (Ping timeout: 272 seconds)
- # [04:49] * Quits: weinig (~weinig@17.114.216.176) (Quit: weinig)
- # [04:50] * Joins: weinig (~weinig@17.114.216.176)
- # [04:50] * Quits: smaug____ (~chatzilla@cs78246079.pp.htv.fi) (Ping timeout: 265 seconds)
- # [04:50] * Quits: weinig (~weinig@17.114.216.176) (Client Quit)
- # [04:55] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
- # [05:04] * Quits: scrollback (scrollback@conference/jsconf/x-zdvhpnvkmfjgtjsl) (Remote host closed the connection)
- # [05:05] * Joins: scrollback (scrollback@conference/jsconf/x-fekklqfurdtwamfx)
- # [05:13] * Joins: sgalineau (~sylvaing@c-98-247-242-151.hsd1.wa.comcast.net)
- # [05:14] * Joins: icaaq (~icaaq@h132n3-s-oev-d1.ias.bredband.telia.com)
- # [05:17] * Quits: scrollback (scrollback@conference/jsconf/x-fekklqfurdtwamfx) (Remote host closed the connection)
- # [05:17] * Quits: sgalineau (~sylvaing@c-98-247-242-151.hsd1.wa.comcast.net) (Ping timeout: 252 seconds)
- # [05:18] * Joins: scrollback (scrollback@conference/jsconf/x-vrffukuryyctrpab)
- # [05:20] * Quits: tantek (~tantek@172.56.39.239) (Quit: tantek)
- # [05:23] * Quits: bholley (~bholley@c-67-180-21-133.hsd1.ca.comcast.net) (Quit: bholley)
- # [05:34] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [05:40] * Joins: mven (~mven@ip72-193-85-64.lv.lv.cox.net)
- # [05:40] * Joins: newtron (~newtron@76-10-161-235.dsl.teksavvy.com)
- # [05:42] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [05:46] * Quits: newtron (~newtron@76-10-161-235.dsl.teksavvy.com) (Ping timeout: 272 seconds)
- # [05:47] * Joins: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net)
- # [05:48] * Joins: reyre (~reyre@ip-64-32-189-20.dsl.sca.megapath.net)
- # [05:49] * Joins: zcorpan (~zcorpan@ip-200.t2.se.opera.com)
- # [05:52] * Quits: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net) (Ping timeout: 252 seconds)
- # [05:52] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
- # [05:54] * Quits: zcorpan (~zcorpan@ip-200.t2.se.opera.com) (Ping timeout: 272 seconds)
- # [05:55] * Quits: reyre (~reyre@ip-64-32-189-20.dsl.sca.megapath.net) (Remote host closed the connection)
- # [05:58] * Quits: arunranga (~otherarun@cpe-98-14-83-233.nyc.res.rr.com) (Quit: arunranga)
- # [06:11] * heycam|away is now known as heycam
- # [06:11] * Joins: bholley (~bholley@c-67-180-21-133.hsd1.ca.comcast.net)
- # [06:12] * Quits: Benvie (~bbenvie@corp-nat.p2p.sfo1.mozilla.com) (Ping timeout: 272 seconds)
- # [06:15] * Joins: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com)
- # [06:15] * Joins: zdobersek (~zan@cpe-77.38.31.63.cable.t-1.si)
- # [06:17] * Joins: niloy (~niloy@223.239.205.140)
- # [06:18] * Joins: weinig (~weinig@24.130.60.35)
- # [06:19] * Quits: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com) (Ping timeout: 248 seconds)
- # [06:19] * Joins: Benvie (~bbenvie@204.28.118.69)
- # [06:20] * Joins: GPH-Hickory (~GPHemsley@24-197-156-137.dhcp.gsvl.ga.charter.com)
- # [06:20] * Quits: GPH-Hickory (~GPHemsley@24-197-156-137.dhcp.gsvl.ga.charter.com) (Changing host)
- # [06:20] * Joins: GPH-Hickory (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [06:20] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Read error: Connection reset by peer)
- # [06:21] * Quits: GPH-Hickory (~GPHemsley@pdpc/supporter/student/GPHemsley) (Client Quit)
- # [06:21] * Joins: newtron (~newtron@76-10-161-235.dsl.teksavvy.com)
- # [06:23] * Joins: dylanlindgren (~kartstar@1.148.179.44)
- # [06:26] * Quits: newtron (~newtron@76-10-161-235.dsl.teksavvy.com) (Ping timeout: 272 seconds)
- # [06:29] * Joins: reyre (~reyre@ip-64-32-189-20.dsl.sca.megapath.net)
- # [06:29] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [06:35] * Quits: bholley (~bholley@c-67-180-21-133.hsd1.ca.comcast.net) (Quit: bholley)
- # [06:37] * Quits: zdobersek (~zan@cpe-77.38.31.63.cable.t-1.si) (Quit: Leaving.)
- # [06:37] * Joins: sgalineau (~sylvaing@c-98-247-242-151.hsd1.wa.comcast.net)
- # [06:39] * Joins: Itprotj (~opera@60-240-188-238.static.tpgi.com.au)
- # [06:39] * Parts: Itprotj (~opera@60-240-188-238.static.tpgi.com.au)
- # [06:40] * Quits: icaaq (~icaaq@h132n3-s-oev-d1.ias.bredband.telia.com) (Ping timeout: 264 seconds)
- # [06:41] * Quits: encryptd_fractal (~encryptd_@71-89-74-12.dhcp.bycy.mi.charter.com) (Remote host closed the connection)
- # [06:42] * Quits: sgalineau (~sylvaing@c-98-247-242-151.hsd1.wa.comcast.net) (Ping timeout: 248 seconds)
- # [06:47] * Joins: sgalineau (~sylvaing@c-98-247-242-151.hsd1.wa.comcast.net)
- # [06:50] * Joins: zcorpan (~zcorpan@ip-200.t2.se.opera.com)
- # [06:52] * Joins: fishd (~fishd@c-69-181-136-182.hsd1.ca.comcast.net)
- # [06:52] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [06:54] * Quits: zcorpan (~zcorpan@ip-200.t2.se.opera.com) (Ping timeout: 246 seconds)
- # [06:56] * Quits: reyre (~reyre@ip-64-32-189-20.dsl.sca.megapath.net) (Remote host closed the connection)
- # [06:57] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 264 seconds)
- # [07:02] * Quits: scrollback (scrollback@conference/jsconf/x-vrffukuryyctrpab) (Remote host closed the connection)
- # [07:02] * Joins: scrollback (scrollback@conference/jsconf/x-etrquzqsfbbcjzvn)
- # [07:02] * Quits: weinig (~weinig@24.130.60.35) (Quit: weinig)
- # [07:09] * Quits: sgalineau (~sylvaing@c-98-247-242-151.hsd1.wa.comcast.net) (Ping timeout: 252 seconds)
- # [07:12] * Quits: dylanlindgren (~kartstar@1.148.179.44) (Quit: Textual IRC Client: www.textualapp.com)
- # [07:14] * Joins: icaaq (~icaaq@h132n3-s-oev-d1.ias.bredband.telia.com)
- # [07:15] * Quits: plutoniix (~plutoniix@210.213.57.70) (Ping timeout: 252 seconds)
- # [07:18] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Remote host closed the connection)
- # [07:18] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [07:20] * Quits: llkats (~llkats@c-67-188-8-143.hsd1.ca.comcast.net)
- # [07:22] * Joins: newtron (~newtron@76-10-161-235.dsl.teksavvy.com)
- # [07:23] * Joins: jeffreyatw (~jeffreyat@199-188-192-239.PUBLIC.monkeybrains.net)
- # [07:27] * Quits: newtron (~newtron@76-10-161-235.dsl.teksavvy.com) (Ping timeout: 272 seconds)
- # [07:30] * Quits: icaaq (~icaaq@h132n3-s-oev-d1.ias.bredband.telia.com) (Ping timeout: 252 seconds)
- # [07:32] * Joins: plutoniix (~plutoniix@210.213.57.70)
- # [07:35] * Joins: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net)
- # [07:40] * Quits: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net) (Ping timeout: 246 seconds)
- # [07:41] * Quits: scrollback (scrollback@conference/jsconf/x-etrquzqsfbbcjzvn) (Remote host closed the connection)
- # [07:42] * Joins: scrollback (scrollback@conference/jsconf/x-mmofqczjgxodkrgd)
- # Session Close: Wed Jan 22 07:45:33 2014
- #
- # Session Start: Wed Jan 22 07:45:33 2014
- # Session Ident: #whatwg
- # [07:45] * Disconnected
- # [08:14] * Attempting to rejoin channel #whatwg
- # [08:14] * Rejoined channel #whatwg
- # [08:14] * Topic is 'WHATWG: 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!'
- # [08:14] * Set by smaug____!~chatzilla@GGZYYCCCXVIII.gprs.sl-laajakaista.fi on Wed Mar 21 17:14:24
- # [08:16] * Joins: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com)
- # Session Close: Wed Jan 22 08:16:52 2014
- #
- # Session Start: Wed Jan 22 08:16:52 2014
- # Session Ident: #whatwg
- # [08:16] * Disconnected
- # [16:31] * Attempting to rejoin channel #whatwg
- # [16:31] * Rejoined channel #whatwg
- # [16:31] * Topic is 'WHATWG: 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!'
- # [16:31] * Set by smaug____!~chatzilla@GGZYYCCCXVIII.gprs.sl-laajakaista.fi on Wed Mar 21 17:14:24
- # [16:32] <gsnedders> GPHemsley: So my intuition says that "must", "might", and "may" are scarcely used in Scots.
- # [16:32] <krijnh> (Back up!)
- # [16:34] * Joins: tj_vantoll (~Adium@199.108.71.44)
- # [16:37] <gsnedders> GPHemsley: Quick look through corpus shows "must" pretty much only being used in "Standard English" (however you wish to define that :)).
- # [16:38] <Ms2ger> Her Majesty's English
- # [16:38] <gsnedders> Ms2ger: Not clear that isn't something different again. :)
- # [16:39] <Ms2ger> Not if you define it that way :)
- # [16:40] <gsnedders> Ms2ger: Consider the royal "we" and similar
- # [16:40] <Ms2ger> Well, we disagree with you on that one
- # [16:43] * Joins: jensnockert_ (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com)
- # [16:45] * Joins: ehsan (~ehsan@66.207.208.102)
- # [16:46] * Quits: shaunbaker (~shaunbake@brick-lane.lbi.co.uk) (Remote host closed the connection)
- # [16:46] * Quits: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com) (Ping timeout: 265 seconds)
- # [17:03] * icaaq is now known as icaaq|afck
- # [17:06] * Joins: shaunbaker (~shaunbake@brick-lane.lbi.co.uk)
- # [17:06] * Joins: saba (~foo@unaffiliated/saba)
- # [17:06] * Joins: lmclister (~lmclister@sjfw1-b.adobe.com)
- # [17:08] * Quits: icaaq|afck (~icaaq@94.137.124.2) (Ping timeout: 264 seconds)
- # [17:09] <Ms2ger> Hmm, http://web-platform.test:8000//2dcontext/shadows/canvas_shadows_002.htm doesn't work
- # [17:09] * Quits: jensnockert_ (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com) (Remote host closed the connection)
- # [17:10] * Joins: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com)
- # [17:11] * Quits: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com) (Remote host closed the connection)
- # [17:12] <jgraham> Ms2ger: In which way?
- # [17:12] <jgraham> The //?
- # [17:12] <Ms2ger> Yep
- # [17:12] * Joins: sicking (~sicking@c-98-210-154-157.hsd1.ca.comcast.net)
- # [17:13] <jgraham> Well if that's supposed to work then patches welcome, I guess?
- # [17:13] * Joins: Jswalden86 (~waldo@2001:4830:2446:bb:4d0f:a960:c81:944d)
- # [17:13] <Ms2ger> Don't think I care enough :)
- # [17:14] * Jswalden86 is now known as jwalden
- # [17:19] * Quits: Lachy (~Lachy@213.166.174.2) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [17:20] * Quits: mven (~mven@ip72-193-85-64.lv.lv.cox.net) (Remote host closed the connection)
- # [17:20] * Joins: shwetank (~shwetank@122.161.236.65)
- # [17:26] * Quits: 45PAA5ZT9 (scrollback@conference/jsconf/x-qndqgqgmjjxtkqig) (Remote host closed the connection)
- # [17:27] * Joins: 20WAAX5GY (scrollback@conference/jsconf/x-gvtdbcpwjqdlsljp)
- # [17:32] * Joins: bholley (~bholley@c-67-180-21-133.hsd1.ca.comcast.net)
- # [17:32] * Joins: jensnockert (~jensnocke@ip126-21.wireless.lu.se)
- # [17:32] * Quits: jensnockert (~jensnocke@ip126-21.wireless.lu.se) (Remote host closed the connection)
- # [17:34] <Ms2ger> jgraham, okay, this one is fun
- # [17:35] <Ms2ger> Clicking a link in http://web-platform.test:8000/foo gives a 404
- # [17:35] <Ms2ger> The same link in http://web-platform.test:8000/foo/ works
- # [17:35] * Joins: felipeduardo (~felipedua@r253-pw-corumbatai.ibys.com.br)
- # [17:35] * Joins: icaaq (~icaaq@94.234.170.176)
- # [17:36] * Joins: hoobdeebla (~hoobdeebl@wsip-68-14-248-14.ph.ph.cox.net)
- # [17:36] * Quits: hoobdeebla (~hoobdeebl@wsip-68-14-248-14.ph.ph.cox.net) (Client Quit)
- # [17:37] * Joins: jensnockert (~jensnocke@ip126-21.wireless.lu.se)
- # [17:38] * Quits: jensnockert (~jensnocke@ip126-21.wireless.lu.se) (Client Quit)
- # [17:38] * Quits: Guest44448 (~kborchers@unaffiliated/kborchers) (Quit: ZNC - http://znc.sourceforge.net)
- # [17:39] * Quits: shwetank (~shwetank@122.161.236.65) (Quit: Linkinus - http://linkinus.com)
- # [17:40] <jgraham> Ms2ger: Yeah, that sounds quite plausible.
- # [17:44] * Joins: kborchers_ (~kborchers@unaffiliated/kborchers)
- # [17:50] * Quits: 20WAAX5GY (scrollback@conference/jsconf/x-gvtdbcpwjqdlsljp) (Remote host closed the connection)
- # [17:51] * Joins: jernoble|laptop (~jernoble@76.74.153.49)
- # [17:51] * Joins: 64MABCMIU (scrollback@conference/jsconf/x-dduohpqdowoznxkq)
- # [17:52] * Joins: jwalden_ (~waldo@2001:4830:2446:bb:4d0f:a960:c81:944d)
- # [17:53] * Quits: jwalden (~waldo@2001:4830:2446:bb:4d0f:a960:c81:944d) (Disconnected by services)
- # [17:53] * jwalden_ is now known as jwalden
- # [17:54] * Quits: zcorpan (~zcorpan@94.234.170.72) (Ping timeout: 245 seconds)
- # [17:54] * Joins: smaug____ (~chatzilla@cs78246079.pp.htv.fi)
- # [17:55] * Quits: 64MABCMIU (scrollback@conference/jsconf/x-dduohpqdowoznxkq) (Remote host closed the connection)
- # [17:56] * Joins: 36DAB8HXA (scrollback@conference/jsconf/x-xltugwgjgxlqgavw)
- # [17:58] * Joins: KevinMarks (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net)
- # [18:00] * Quits: sgalineau (~sylvaing@192.150.22.5) (Remote host closed the connection)
- # [18:02] * Quits: sicking (~sicking@c-98-210-154-157.hsd1.ca.comcast.net) (Quit: sicking)
- # [18:04] * Quits: darobin_ (~darobin@78.109.80.74) (Remote host closed the connection)
- # [18:06] * Joins: fishd (fishd@nat/google/x-uzcibwezahpwoylr)
- # [18:13] * Quits: barnabywalters (~barnabywa@46-239-239-203.tal.is) (Quit: barnabywalters)
- # [18:13] * Joins: jeffreyatw (~jeffreyat@209.49.230.45)
- # [18:14] * Quits: smaug____ (~chatzilla@cs78246079.pp.htv.fi) (Ping timeout: 245 seconds)
- # [18:16] * Quits: bholley (~bholley@c-67-180-21-133.hsd1.ca.comcast.net) (Quit: bholley)
- # [18:16] * Quits: jeffreyatw (~jeffreyat@209.49.230.45) (Client Quit)
- # [18:18] <dglazkov> good morning, Whatwg!
- # [18:18] * Joins: jeffreyatw (~jeffreyat@209.49.230.45)
- # [18:18] <jwalden> 'afternoon, dglazkov
- # [18:18] * Joins: sgalineau (~sylvaing@192.150.10.203)
- # [18:19] <Ms2ger> Hi dglazkov!
- # [18:19] * Quits: newtron_ (~newtron@76-10-170-180.dsl.teksavvy.com) (Remote host closed the connection)
- # [18:19] <Ms2ger> <insert daily question>
- # [18:19] * Joins: reyre (~reyre@guest-nat.p2p.sfo1.mozilla.com)
- # [18:20] <dglazkov> ah yes!
- # [18:20] * jonlee_|afk is now known as jonlee_
- # [18:21] * Quits: jernoble|laptop (~jernoble@76.74.153.49) (Quit: Textual IRC Client: www.textualapp.com)
- # [18:25] * Quits: reyre (~reyre@guest-nat.p2p.sfo1.mozilla.com) (Remote host closed the connection)
- # [18:26] * Joins: Benvie (~bbenvie@guest-nat.p2p.sfo1.mozilla.com)
- # [18:26] * Quits: Smylers (~smylers@81.143.60.194) (Ping timeout: 260 seconds)
- # [18:27] * Joins: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net)
- # [18:29] * Joins: smaug____ (~chatzilla@cs78246079.pp.htv.fi)
- # [18:30] * Joins: ap (~ap@c-24-130-62-30.hsd1.ca.comcast.net)
- # [18:30] <foolip> Hixie: it would be nice if you could decide or say what you need to decide on https://www.w3.org/Bugs/Public/show_bug.cgi?id=19619 since I intent to update Blink's implementation of the RSA to match spec soonish
- # [18:32] * Joins: barnabywalters (~barnabywa@89.17.128.127)
- # [18:33] * Quits: barnabywalters (~barnabywa@89.17.128.127) (Client Quit)
- # [18:33] * Joins: Maurice (copyman@5ED57922.cm-7-6b.dynamic.ziggo.nl)
- # [18:33] * Quits: 36DAB8HXA (scrollback@conference/jsconf/x-xltugwgjgxlqgavw) (Remote host closed the connection)
- # [18:34] * Joins: scrollback (scrollback@conference/jsconf/x-nkmwqtwqhxelydap)
- # [18:35] * Joins: reyre (~reyre@guest-nat.p2p.sfo1.mozilla.com)
- # [18:36] * Joins: jsbell (jsbell@nat/google/x-rjfckkkrlsdbdoym)
- # [18:39] * Quits: scrollback (scrollback@conference/jsconf/x-nkmwqtwqhxelydap) (Remote host closed the connection)
- # [18:39] * Joins: newtron (~newtron@76-10-170-180.dsl.teksavvy.com)
- # [18:39] * Joins: 16WAAF8QV (scrollback@conference/jsconf/x-xvtdzrxccaddkmop)
- # [18:39] * Joins: annevk (~annevk@216.239.55.138)
- # [18:41] * Quits: icaaq (~icaaq@94.234.170.176) (Ping timeout: 272 seconds)
- # [18:43] * Joins: jernoble|laptop (~jernoble@17.114.216.128)
- # [18:43] * Quits: jcgregorio_ (jcgregorio@nat/google/x-hkgcztekscdryila) (Ping timeout: 264 seconds)
- # [18:44] * Joins: bholley (~bholley@c-67-180-21-133.hsd1.ca.comcast.net)
- # [18:44] * Joins: icaaq (~icaaq@94.234.170.115)
- # [18:46] * Quits: fishd (fishd@nat/google/x-uzcibwezahpwoylr) (Ping timeout: 276 seconds)
- # [18:46] * ehynds is now known as erichynds
- # [18:46] * Quits: erichynds (~ehynds@64.206.121.41)
- # [18:49] * Joins: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com)
- # [18:49] * Joins: llkats (~llkats@206.169.83.230)
- # [18:50] * Joins: alecf (alecf@nat/google/x-bqpyfbwvoszcgzcz)
- # [18:50] * Joins: pinage404 (~pinage404@2a01:e35:8b86:e330:260a:64ff:fe63:69ab)
- # [18:51] * Quits: alecf (alecf@nat/google/x-bqpyfbwvoszcgzcz) (Client Quit)
- # [18:51] * Joins: alecf (alecf@nat/google/x-juvaqsinjqbknkmq)
- # [18:59] * Joins: jcgregorio_ (~jcgregori@108-192-129-122.lightspeed.rlghnc.sbcglobal.net)
- # [19:02] * Quits: zaal (~zaal@cpc65346-nrwh11-2-0-cust48.4-4.cable.virginmedia.com) (Quit: ZNC - http://znc.in)
- # [19:03] * Joins: zaal (~zaal@cpc65346-nrwh11-2-0-cust48.4-4.cable.virginmedia.com)
- # [19:07] * Quits: jeffreyatw (~jeffreyat@209.49.230.45) (Quit: jeffreyatw)
- # [19:09] * Joins: jeffreyatw (~jeffreyat@209.49.230.45)
- # [19:15] * Quits: WolfieZero (~WolfieZer@neils-thunderbolt.manor.fubra.net) (Ping timeout: 260 seconds)
- # [19:18] * Quits: bholley (~bholley@c-67-180-21-133.hsd1.ca.comcast.net) (Quit: bholley)
- # [19:18] * Joins: bholley (~bholley@c-67-180-21-133.hsd1.ca.comcast.net)
- # [19:18] * Quits: bholley (~bholley@c-67-180-21-133.hsd1.ca.comcast.net) (Client Quit)
- # [19:20] * Krinkle|detached is now known as Krinkle
- # [19:24] * Quits: 16WAAF8QV (scrollback@conference/jsconf/x-xvtdzrxccaddkmop) (Remote host closed the connection)
- # [19:24] * jorendorff_away is now known as jorendorff
- # [19:25] * Joins: 14WABVS7B (scrollback@conference/jsconf/x-pfsxjkysyxiitutg)
- # [19:25] * Quits: ebetancourt (~ebetancou@c-66-229-12-65.hsd1.fl.comcast.net) (Read error: Connection reset by peer)
- # [19:25] * Joins: jorgepedret (~jorgepedr@64-46-23-103.dyn.novuscom.net)
- # [19:25] * Joins: ebetancourt (~ebetancou@c-66-229-12-65.hsd1.fl.comcast.net)
- # [19:25] * Quits: ebetancourt (~ebetancou@c-66-229-12-65.hsd1.fl.comcast.net) (Max SendQ exceeded)
- # [19:29] * Quits: pinage404 (~pinage404@2a01:e35:8b86:e330:260a:64ff:fe63:69ab) (Quit: Screw you guys i'm going home ! KMP !)
- # [19:31] * Joins: foxtrotwhiskey (~foxtrotwh@192-63-2457.unisys.com)
- # [19:31] * Joins: Jarrod_ (~Jarrod_@pdpc/supporter/active/jarrod)
- # [19:36] * Quits: tj_vantoll (~Adium@199.108.71.44) (Remote host closed the connection)
- # [19:40] * jorendorff is now known as jorendorff_away
- # [19:42] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [19:46] * Joins: weinig (~weinig@17.114.216.176)
- # [19:49] * Joins: gavinc (~gavin@barad-dur.carothers.name)
- # [19:50] * Joins: Streusel (~Anonymous@unaffiliated/streusel)
- # [19:51] * Quits: saba (~foo@unaffiliated/saba) (Ping timeout: 264 seconds)
- # [19:53] * Quits: icaaq (~icaaq@94.234.170.115) (Remote host closed the connection)
- # [19:53] * Quits: Streusel (~Anonymous@unaffiliated/streusel) (Client Quit)
- # [19:54] * Quits: lerc (~quassel@121-74-1-14.telstraclear.net) (Read error: Connection reset by peer)
- # [19:54] * Joins: icaaq (~icaaq@c-5eeaaa73-74736162.cust.telenor.se)
- # [19:55] * Quits: reyre (~reyre@guest-nat.p2p.sfo1.mozilla.com) (Remote host closed the connection)
- # [19:55] * Joins: bholley (~bholley@c-24-130-146-209.hsd1.ca.comcast.net)
- # [19:56] * Joins: lerc (~quassel@121-74-1-14.telstraclear.net)
- # [19:56] * jonlee_ is now known as jonlee_|afk
- # [19:58] * Joins: jeremyj (~jeremyj@17.202.45.170)
- # [19:59] * Joins: reyre (~reyre@guest-nat.p2p.sfo1.mozilla.com)
- # [20:06] * Quits: llkats (~llkats@206.169.83.230) (Remote host closed the connection)
- # [20:19] * Quits: weinig (~weinig@17.114.216.176) (Quit: weinig)
- # [20:19] <Hixie> foolip: last paragraph of https://www.w3.org/Bugs/Public/show_bug.cgi?id=19619#c20 is still my position -- if browsers drop it, then i'll remove it from the spec, but at the moment everyone implements it, so keeping it is the logical action for me
- # [20:19] * Joins: saba (~foo@unaffiliated/saba)
- # [20:21] * Quits: shaunbaker (~shaunbake@brick-lane.lbi.co.uk) (Remote host closed the connection)
- # [20:23] * jonlee_|afk is now known as jonlee_
- # [20:23] * Quits: reyre (~reyre@guest-nat.p2p.sfo1.mozilla.com) (Remote host closed the connection)
- # [20:24] * Quits: jonlee_ (~jonlee_@17.202.46.222) (Quit: jonlee_)
- # [20:25] * Joins: jonlee_ (~jonlee_@17.202.46.222)
- # [20:30] * Joins: reyre (~reyre@guest-nat.p2p.sfo1.mozilla.com)
- # [20:33] * Quits: reyre (~reyre@guest-nat.p2p.sfo1.mozilla.com) (Remote host closed the connection)
- # [20:34] * Quits: npcomp (~eldon@c-24-126-240-124.hsd1.ga.comcast.net) (Ping timeout: 248 seconds)
- # [20:34] * Quits: newtron (~newtron@76-10-170-180.dsl.teksavvy.com) (Quit: Leaving...)
- # [20:36] * Joins: npcomp (~eldon@c-24-126-240-124.hsd1.ga.comcast.net)
- # [20:37] * Joins: reyre (~reyre@guest-nat.p2p.sfo1.mozilla.com)
- # [20:40] * Quits: reyre (~reyre@guest-nat.p2p.sfo1.mozilla.com) (Read error: Operation timed out)
- # [20:42] * Quits: jeremyj (~jeremyj@17.202.45.170) (Quit: Textual IRC Client: www.textualapp.com)
- # [20:46] * Quits: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com) (Quit: sicking)
- # [20:47] * Joins: jeremyj (~jeremyj@17.202.45.170)
- # [20:48] * Quits: jeremyj (~jeremyj@17.202.45.170) (Client Quit)
- # [20:50] * Joins: reyre (~reyre@guest-nat.p2p.sfo1.mozilla.com)
- # [20:51] * Joins: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com)
- # [20:53] * Quits: jernoble (~jernoble@17.202.46.221) (Quit: Computer has gone to sleep.)
- # [20:55] * Joins: darobin (~darobin@78.208.93.24)
- # [20:56] * Quits: darobin (~darobin@78.208.93.24) (Remote host closed the connection)
- # [20:57] * Joins: darobin (~darobin@78.208.93.24)
- # [20:58] * Quits: darobin (~darobin@78.208.93.24) (Remote host closed the connection)
- # [20:58] * Quits: reyre (~reyre@guest-nat.p2p.sfo1.mozilla.com) (Remote host closed the connection)
- # [21:00] * Joins: weinig (~weinig@17.114.216.176)
- # [21:01] * Quits: saba (~foo@unaffiliated/saba) (Ping timeout: 252 seconds)
- # [21:01] * Joins: reyre (~reyre@guest-nat.p2p.sfo1.mozilla.com)
- # [21:02] * Quits: weinig (~weinig@17.114.216.176) (Client Quit)
- # [21:04] * Joins: dbaron (~dbaron@corp-nat.p2p.sfo1.mozilla.com)
- # [21:04] * Quits: reyre (~reyre@guest-nat.p2p.sfo1.mozilla.com) (Remote host closed the connection)
- # [21:04] * Joins: llkats (~llkats@206.169.83.230)
- # [21:05] * jonlee_ is now known as jonlee_|afk
- # [21:05] * jonlee_|afk is now known as jonlee_
- # [21:06] * Joins: reyre (~reyre@guest-nat.p2p.sfo1.mozilla.com)
- # [21:07] * Quits: reyre (~reyre@guest-nat.p2p.sfo1.mozilla.com) (Remote host closed the connection)
- # [21:08] * Joins: jernoble (~jernoble@17.202.46.221)
- # [21:12] * Quits: alecf (alecf@nat/google/x-juvaqsinjqbknkmq) (Quit: alecf)
- # [21:15] <Hixie> ok, so, what have we learnt from the rel wiki and the meta name wiki
- # [21:15] <Hixie> we have learnt that:
- # [21:15] <Hixie> 1. the long tail of needs is very long
- # [21:15] <Hixie> 2. there are many duplicate ideas
- # [21:15] <Hixie> 3. many authors have no idea what these really are for, but they are very sure they want to have them and don't want validators to complain about it
- # [21:16] <Hixie> 4. specifications rarely exist for these things
- # [21:17] <Hixie> 5. if we make certain values non-conforming, we'd better have a damn convincing message to give the validators to help authors pick the right alternative
- # [21:17] * Quits: icaaq (~icaaq@c-5eeaaa73-74736162.cust.telenor.se) (Ping timeout: 240 seconds)
- # [21:17] <Hixie> 6. even major vendors like microsoft do crazy things, as in <meta name="msapplication-square70x70logo" content="images/tinylogo.png">
- # [21:19] * Quits: ap (~ap@c-24-130-62-30.hsd1.ca.comcast.net) (Quit: ap)
- # [21:19] * Joins: icaaq (~icaaq@c-5eeaaa73-74736162.cust.telenor.se)
- # [21:20] * jonlee_ is now known as jonlee_|afk
- # [21:20] * jonlee_|afk is now known as jonlee_
- # [21:27] * Joins: weinig (~weinig@17.114.3.99)
- # [21:31] * Quits: felipeduardo (~felipedua@r253-pw-corumbatai.ibys.com.br) (Remote host closed the connection)
- # [21:32] * Quits: weinig (~weinig@17.114.3.99) (Quit: weinig)
- # [21:33] * Quits: icaaq (~icaaq@c-5eeaaa73-74736162.cust.telenor.se) (Ping timeout: 264 seconds)
- # [21:33] * Quits: jwalden (~waldo@2001:4830:2446:bb:4d0f:a960:c81:944d) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131206152142])
- # [21:34] <tantek> Hixie you forgot:
- # [21:34] <tantek> 7. Nearly anything is better than a registry maintained by IETF.
- # [21:35] <Hixie> yeah, the list wasn't suposed to be comprehensive
- # [21:35] <Hixie> contributions from everyone are very welcome!
- # [21:36] <Hixie> ideally i think we should find some solution that is more nuanced and less burdensome than a registry
- # [21:36] * Joins: reyre (~reyre@guest-nat.p2p.sfo1.mozilla.com)
- # [21:36] <tantek> Hixie, the previous solution was no registry at all - any user values were allowed for rel attrs and meta names
- # [21:36] <Hixie> i have a vision of a two-tier system, where anyone can freely add values or add notes to existing values, and after the value has been in the list for a while, someone examines it and decides whether it should go in the spec to be recommended, or go in a list of things validators should reject, or go in a list of things that are proprietary solutions
- # [21:37] <tantek> (conforming to the syntax of course)
- # [21:37] <Hixie> well, html4's conformance approach is suboptimal in general, i'm not sure what that tells us
- # [21:37] <tantek> btw - that's basically what happens with rel values in the microformats wiki
- # [21:37] <tantek> people add them, and once in a while someone more experienced goes through and cleans them up and/or does work to promote them (write a better spec etc.)
- # [21:38] <Hixie> it's similar, yeah
- # [21:38] <tantek> but for that to work you need some semblance of a community that cares about them, which #microformats does about rel values
- # [21:38] <tantek> however I don't know if there is any community that actually *cares* about meta name values
- # [21:38] <tantek> other than "don't reject me validator" type caring
- # [21:40] * Quits: jernoble|laptop (~jernoble@17.114.216.128) (Quit: Textual IRC Client: www.textualapp.com)
- # [21:42] <JonathanNeal> "Nearly anything is better than a registry maintained by IETF" +1
- # [21:42] <Hixie> i envision a world where validators categorise values into five groups: non-conforming unknown (i.e. never registered), conforming interoperable good practice (i.e. in the HTML spec or wherever, with a full spec), provisionally conforming (i.e. registered but not examined), conforming proprietary (i.e. registered, deemed not useful for wide use, not implemented by widely used UAs, but used in private and not harmful), and non-conforming (registered, has better
- # [21:43] <Hixie> alternatives, has a pre-canned message for validators to spit out)
- # [21:43] * Joins: arunranga (~otherarun@cpe-98-14-83-233.nyc.res.rr.com)
- # [21:43] <arunranga> annevk, are you still around?
- # [21:43] <Hixie> validators would have an API that lets them take values from non-conforming unknown to provisionally conforming without requiring that people register in a wiki or whatever
- # [21:44] * Ms2ger wonders how much value there is in making validators complain about any of them
- # [21:46] <JonathanNeal> Hixie: what are you hoping to solve by organizing these meta properties?
- # [21:46] <Hixie> JonathanNeal: a valid question. my main purpose here is making validators useful for authors who use these features, to enable them to catch typos, bad practices, and the like (same as the usual purpose for validators)
- # [21:47] <Hixie> JonathanNeal: e.g. it would be good to help authors avoid wasting time putting in <meta name=keywords>
- # [21:48] * Joins: icaaq (~icaaq@c-e688e455.68-1076-74657210.cust.bredbandsbolaget.se)
- # [21:50] * Joins: jeremyj (~jeremyj@17.202.45.170)
- # [21:51] * Joins: ap (~ap@2620:149:4:304:24e5:ca0f:5651:80b0)
- # [21:53] <JonathanNeal> I have observed meta names change with the wind as they're "created" by things like open graph, Twitter cards, or browser feature detection. It would be difficult to have any proactive specification.
- # [21:54] * jorendorff_away is now known as jorendorff
- # [21:54] <JonathanNeal> browser feature detection err I mean ... vendor specific configurations? viewport, touch icon, etc.
- # [21:54] <Hixie> JonathanNeal: right, hence the reactive specification in the proposal above
- # [21:55] * jorendorff is now known as jorendorff_away
- # [21:56] <JonathanNeal> I wish I could better describe how this feels out of scope for HTML. It feels a bit like conforming data attributes or class names.
- # [21:56] * Quits: llkats (~llkats@206.169.83.230) (Remote host closed the connection)
- # [21:57] <JonathanNeal> Because I have no data that suggests developers write better or faster when a validator returns the kind of information you're proposing.
- # [21:57] * Joins: llkats (~llkats@206.169.83.230)
- # [21:58] * jorendorff_away is now known as jorendorff
- # [21:58] <Hixie> JonathanNeal: it seems intuitive, though i admit that it might be misleading intuition, that if an author spends time doing something that will have no effect (like giving meta name=keywords), it is a net negative compred to not doing that.
- # [21:58] <JonathanNeal> And in my own experience, I've only ever wanted a "don't reject me" validator.
- # [21:59] * Krinkle is now known as Krinkle|detached
- # [21:59] <Hixie> what's a "don't reject me" validator?
- # [21:59] <tantek> Hixie, what we have today.
- # [21:59] <Hixie> how is that different than what i'm proposing?
- # [21:59] <tantek> people registering things just so the validator doesn't complain ("reject me")
- # [21:59] * Joins: ZKM (~zkm@199.181.111.102)
- # [22:00] <Hixie> do people want a validator that says <b></i> is valid?
- # [22:01] <JonathanNeal> Hixie: If I'm remembering correctly, I had issues with the validator whining after I first implemented twitter cards on my site.
- # [22:01] <Hixie> right. what i'm proposing is that validators have a button so you just say "yep, that's valid, don't complain again"
- # [22:01] <JonathanNeal> I added it to some wiki, but that didn't immediately resolve the validator - I want to say that someone was manually copying over the values from the wiki. Is that right?
- # [22:01] <Hixie> today? probably
- # [22:02] <Hixie> (or manual during the build process)
- # [22:02] <Hixie> s/manual/automatic/
- # [22:02] * Quits: Ms2ger (~Ms2ger@91.180.148.63) (Quit: nn)
- # [22:03] * Quits: krawchyk (~krawchyk@65.220.49.251)
- # [22:05] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [22:06] * Quits: lmclister (~lmclister@sjfw1-b.adobe.com) (Ping timeout: 272 seconds)
- # [22:07] * Joins: weinig (~weinig@17.114.216.176)
- # [22:07] <tantek> JonathanNeal - typically a bug must be filed to get new meta or rel values added to the validator.
- # [22:08] <tantek> adding to the wiki page may eventually (years?) cause a change in the validator but certainly not immediately
- # [22:09] <tantek> note the paragraph before the ToC here: http://wiki.whatwg.org/wiki/MetaExtensions
- # [22:09] * Quits: npcomp (~eldon@c-24-126-240-124.hsd1.ga.comcast.net) (Ping timeout: 252 seconds)
- # [22:09] <tantek> Hixie, I will note that there seems to be a lot more proprietary and/or redundant meta name values than rel values.
- # [22:09] <Hixie> yeah
- # [22:10] * jonlee_ is now known as jonlee_|afk
- # [22:10] <tantek> I feel like "synonyms" doesn't capture enough for the validator to say something actionable.
- # [22:11] * jonlee_|afk is now known as jonlee_
- # [22:11] * Joins: npcomp (~eldon@c-24-126-240-124.hsd1.ga.comcast.net)
- # [22:11] <tantek> I.e. we need a way to indicate that a particular value is proprietary, and which (if any) "standard" value to use instead.
- # [22:12] <tantek> or even use some other method altogether
- # [22:12] <tantek> (rather than stuffing ever more into metacrap)
- # [22:13] <Hixie> right, that was the "validator message" in the proposal above
- # [22:13] <tantek> makes sense
- # [22:15] * Joins: lmclister (~lmclister@sjfw1-b.adobe.com)
- # [22:17] * Krinkle|detached is now known as Krinkle
- # [22:19] <Hixie> MikeSmith, hsivonen: you around?
- # [22:21] <annevk> arunranga: still around
- # [22:21] * Joins: alecf (alecf@nat/google/x-fwqfkztglvwxnpzh)
- # [22:28] * jonlee_ is now known as jonlee_|afk
- # [22:29] * Joins: WolfieZero (~WolfieZer@neilandkerrie.plus.com)
- # [22:29] * Quits: cheron (~cheron@unaffiliated/cheron) (Read error: Operation timed out)
- # [22:31] * Joins: Smylers (~smylers@host86-140-154-23.range86-140.btcentralplus.com)
- # [22:31] * Quits: foxtrotwhiskey (~foxtrotwh@192-63-2457.unisys.com) (Ping timeout: 252 seconds)
- # [22:32] <Hixie> hsivonen, MikeSmith: if you're around... i'm curious to know your thoughts on the proposal above.
- # [22:33] <Hixie> hsivonen, MikeSmith: assuming you like the general direction, i'm also interested in more concretely whether you would prefer an HTTP-based request/response mechanism to register values and poll for updated registrations, or whether you'd prefer a long-lived TCP connection for that kind of thing.
- # [22:35] * Joins: shaunbaker (~shaunbake@97e69e6b.skybroadband.com)
- # [22:38] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [22:39] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [22:40] * heycam|away is now known as heycam
- # [22:40] * Quits: 14WABVS7B (scrollback@conference/jsconf/x-pfsxjkysyxiitutg) (Remote host closed the connection)
- # [22:41] * Joins: 17SAAAE1N (scrollback@conference/jsconf/x-karayudvzbojbfzs)
- # [22:43] * Quits: shaunbaker (~shaunbake@97e69e6b.skybroadband.com)
- # [22:45] * Quits: jeremyj (~jeremyj@17.202.45.170) (Ping timeout: 240 seconds)
- # [22:46] * Joins: jeremyj (~jeremyj@17.202.45.170)
- # [22:49] * Quits: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com) (Quit: sicking)
- # [22:49] * Quits: 17SAAAE1N (scrollback@conference/jsconf/x-karayudvzbojbfzs) (Remote host closed the connection)
- # [22:50] * Joins: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com)
- # [22:50] * Joins: 92AAAPZ8M (scrollback@conference/jsconf/x-nijbhbjrcgwpdkii)
- # [22:52] * Quits: sgalineau (~sylvaing@192.150.10.203) (Remote host closed the connection)
- # [22:53] * Quits: llkats (~llkats@206.169.83.230)
- # [22:55] * Joins: jeremyj_ (~jeremyj@17.202.45.170)
- # [22:55] * Quits: jeremyj (~jeremyj@17.202.45.170) (Ping timeout: 265 seconds)
- # [22:56] * Joins: jeremyj (~jeremyj@17.202.51.51)
- # [22:56] * Quits: WolfieZero (~WolfieZer@neilandkerrie.plus.com) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [22:57] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
- # [22:59] * Quits: jeremyj_ (~jeremyj@17.202.45.170) (Ping timeout: 252 seconds)
- # [23:00] * Quits: dbaron (~dbaron@corp-nat.p2p.sfo1.mozilla.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [23:02] * jonlee_|afk is now known as jonlee_
- # [23:02] * Joins: jeremyj_ (~jeremyj@17.202.45.170)
- # [23:03] * Quits: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net) (Quit: tantek)
- # [23:03] * Joins: lmcliste_ (~lmclister@sjfw1-b.adobe.com)
- # [23:04] * Quits: lmclister (~lmclister@sjfw1-b.adobe.com) (Read error: Connection reset by peer)
- # [23:04] * Quits: bzed (~bzed@devel.recluse.de) (Remote host closed the connection)
- # [23:04] * Joins: bzed (~bzed@devel.recluse.de)
- # [23:05] * Quits: Smylers (~smylers@host86-140-154-23.range86-140.btcentralplus.com) (Quit: Leaving.)
- # [23:06] * Quits: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com) (Quit: sicking)
- # [23:06] * Quits: jeremyj (~jeremyj@17.202.51.51) (Ping timeout: 264 seconds)
- # [23:06] * Quits: Maurice (copyman@5ED57922.cm-7-6b.dynamic.ziggo.nl)
- # [23:07] <annevk> I suspect HTTP-based
- # [23:07] <annevk> so it can be part of a build process
- # [23:09] <annevk> Hixie: if you're going to set up a registry, please allow for multiple registries
- # [23:10] * Quits: weinig (~weinig@17.114.216.176) (Quit: weinig)
- # [23:11] * Krinkle is now known as Krinkle|detached
- # [23:16] * Quits: jeremyj_ (~jeremyj@17.202.45.170) (Quit: Textual IRC Client: www.textualapp.com)
- # [23:16] * Quits: zdobersek (~zan@109.201.152.230) (Quit: Leaving.)
- # [23:17] * icaaq is now known as icaaq|afck
- # [23:20] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [23:21] * Joins: jernoble|laptop (~jernoble@17.202.45.163)
- # [23:22] * jonlee_ is now known as jonlee_|afk
- # [23:22] * Joins: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net)
- # [23:22] * Quits: icaaq|afck (~icaaq@c-e688e455.68-1076-74657210.cust.bredbandsbolaget.se) (Ping timeout: 272 seconds)
- # [23:25] * Krinkle|detached is now known as Krinkle
- # [23:31] * Joins: say2joe (~say2joe@209-253-225-97.ip.mcleodusa.net)
- # [23:32] * Quits: encryptd_fractal (~encryptd_@71-89-74-12.dhcp.bycy.mi.charter.com) (Remote host closed the connection)
- # [23:32] * Quits: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net) (Quit: Leaving...)
- # [23:40] * Quits: jcgregorio_ (~jcgregori@108-192-129-122.lightspeed.rlghnc.sbcglobal.net) (Ping timeout: 252 seconds)
- # [23:41] * Joins: llkats (~llkats@206.169.83.230)
- # [23:42] * Quits: llkats (~llkats@206.169.83.230) (Client Quit)
- # [23:42] * Joins: llkats (~llkats@206.169.83.230)
- # [23:43] * jonlee_|afk is now known as jonlee_
- # [23:46] * Quits: bholley (~bholley@c-24-130-146-209.hsd1.ca.comcast.net) (Quit: bholley)
- # [23:46] <Hixie> annevk: sounds like an interesting idea. can you elaborate?
- # [23:46] <annevk> Hixie: e.g. rel / meta / URL schemes
- # [23:46] <annevk> might all benefit
- # [23:49] * Quits: jorgepedret (~jorgepedr@64-46-23-103.dyn.novuscom.net) (Quit: Computer has gone to sleep.)
- # [23:49] <Hixie> oh you mean multiple registries for different things, not multiple registries for the same thing
- # [23:49] <Hixie> yeah, if i write any code for this i'll definitely make it reusable, for sure
- # [23:50] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [23:53] <annevk> oh heh
- # [23:53] * jonlee_ is now known as jonlee_|afk
- # [23:54] <annevk> yeah, didn't really want to propose competing registries maintained centrally :-)
- # [23:54] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 240 seconds)
- # [23:55] <Hixie> my main questions initially are whether the whole model seems sane; what API the validators would prefer; and what kind of interface we should expose for administration.
- # [23:55] <Hixie> that will then decide the implementation approach.
- # [23:58] * Joins: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com)
- # [23:58] * jonlee_|afk is now known as jonlee_
- # [23:59] * Quits: ehsan (~ehsan@66.207.208.102) (Remote host closed the connection)
- # [23:59] * Joins: ambv (~ambv@206.108.217.134)
- # Session Close: Thu Jan 23 00:00:00 2014
The end :)