Options:
- # Session Start: Sun Jun 22 00:00:00 2014
- # Session Ident: #whatwg
- # [00:05] * Quits: jernoble (~jernoble@162.217.73.171) (Quit: Computer has gone to sleep.)
- # [00:05] <JonathanNeal> TabAtkins: When you say “that model is crazytown” is that referring to <use xlink:href>? Do you think the future of using SVGs is strictly <img> or something else?
- # [00:08] * Joins: RiVale (~rv@a79-168-80-35.cpe.netcabo.pt)
- # [00:09] * Parts: RiVale (~rv@a79-168-80-35.cpe.netcabo.pt)
- # [00:16] * Joins: mark06 (~freenode@unaffiliated/renatosilva)
- # [00:16] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [00:16] * Parts: mark06 (~freenode@unaffiliated/renatosilva)
- # [00:33] * Joins: ytrezq (~0x0EDFADE@2a02-8422-1191-6e00-56e6-fcff-fedb-2bba.rev.sfr.net)
- # [00:34] * Parts: ytrezq (~0x0EDFADE@2a02-8422-1191-6e00-56e6-fcff-fedb-2bba.rev.sfr.net) ("Konversation terminated!")
- # [00:34] * Joins: tantek (~tantek@c-24-118-60-123.hsd1.mn.comcast.net)
- # [00:36] * Quits: tantek (~tantek@c-24-118-60-123.hsd1.mn.comcast.net) (Client Quit)
- # [00:37] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [00:38] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net) (Client Quit)
- # [00:58] * Quits: TimboTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Quit: Leaving...)
- # [01:06] <caitp> as sad as it is, xml doesn't work very well in HTML or the DOM, so SVG has some issues --- they aren't necessarily related to the issue you're talking about WRT cross-domain <use> tags, but there are a number of hard problems to solve, and it could be that SVG's future in html is just as broken as html has been, historically, if not moreso
- # [01:07] <caitp> no need to get into the specifics about the various broken things, but if you've looked at it, you've probably noticed some of the issues
- # [01:09] <caitp> of course that doesn't mean that the future of SVG won't be successful, it's a common theme around here about broken things being highly successful
- # [01:10] * Joins: jernoble (~jernoble@tiff-v227.public.monkeybrains.net)
- # [01:11] <SamB> caitp: :-(
- # [01:15] <caitp> well I'm not saying I'm right, it could be a pessimistic view =)
- # [01:15] <caitp> but the way it looks to me, it's a bit like trying to fit a square peg into a round hole, it doesn't quite squeeze in
- # [01:17] <SamB> well, I mean, I don't really expect SVG embedded in the HTML syntax to work the best ...
- # [01:17] <caitp> the network requirements may not line up with those of the web platform, xml complicates things for CSS resulting in weird and unfortunate hacks, which are still not actually working in some mainstream browsers, and are certainly not working with DOM apis using query selectors, beyond selectors, the createElementNS thing is really just a hack to support xml, there are all these corners that don't quite fit
- # [01:18] <caitp> the CSS issue particularly being @namespaces
- # [01:18] <caitp> yeah it's not really limited to SVG, most of that stuff is just XML not really fitting well into HTML to begin with
- # [01:18] <SamB> where you really need something more like what RNG has, eh?
- # [01:19] <SamB> and CSS not really being this generic thing it's presented as
- # [01:19] <SamB> I guess it works about as well as DTDs though ...
- # [01:21] * Joins: weinig (~weinig@98.234.191.242)
- # [01:23] * Quits: jernoble (~jernoble@tiff-v227.public.monkeybrains.net) (Quit: Computer has gone to sleep.)
- # [01:24] * Quits: jensnockert (~jensnocke@h51n3-kba-a11.ias.bredband.telia.com) (Remote host closed the connection)
- # [01:24] * Quits: diffalot (~diffalot@c-76-107-128-104.hsd1.ms.comcast.net) (Read error: Connection reset by peer)
- # [01:28] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [01:29] * Joins: diffalot (~diffalot@c-76-107-128-104.hsd1.ms.comcast.net)
- # [01:37] * Joins: weinig_ (~weinig@98.234.191.242)
- # [01:41] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [01:42] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [01:44] <TabAtkins> JonathanNeal: I'm referring to cross-document <use>.
- # [01:44] <TabAtkins> Though now that the instance tree is gone, it might be slightly saner.
- # [01:45] <TabAtkins> caitp: Namespaces don't really cause problems for CSS unless you're missing vocabs with the same element names.
- # [01:46] <caitp> it's not necessarily a problem implementing them, but lets face it, it's a hack
- # [01:47] <TabAtkins> And even then it's not a "problem" so much as an inconvenience.
- # [01:47] <caitp> inconveniences are problems =) but I concede that css is the smallest problem
- # [01:47] * Quits: weinig_ (~weinig@98.234.191.242) (Quit: weinig_)
- # [01:48] <caitp> although DOM selector APIs having to deal with case-sensitive names is kind of sucky
- # [01:48] <caitp> because that is just totally different from HTML
- # [01:48] * Joins: weinig_ (~weinig@98.234.191.242)
- # [01:48] <caitp> which is what this stuff was built for
- # [01:49] <caitp> there are all kinds of problems with it, and I'm not saying that as an attack on XML, because XML is great. but the pieces never really fit together very well
- # [01:49] <caitp> from my perspective
- # [01:53] * Quits: weinig_ (~weinig@98.234.191.242) (Quit: weinig_)
- # [01:54] * Joins: weinig_ (~weinig@98.234.191.242)
- # [01:55] * Quits: Maurice` (copyman@5ED5617C.cm-7-6b.dynamic.ziggo.nl)
- # [02:02] * Joins: kurtruppel (~eresair@c-71-198-63-116.hsd1.ca.comcast.net)
- # [02:16] * Quits: weinig_ (~weinig@98.234.191.242) (Quit: weinig_)
- # [02:18] * Joins: weinig_ (~weinig@98.234.191.242)
- # [02:23] <MikeSmith> caitp: yeah in contrast the pieces of the Web platform all fit together super elegantly well
- # [02:24] <caitp> the sarcasm is appreciated
- # [02:24] <SamB> caitp: well that's good, because otherwise you'd have totally misunderstood him
- # [02:27] <caitp> my argument that shoving XML into HTML doesn't really fit doesn't necessarily mean that everything else fits together well, but it doesn't necessarily help the situation
- # [02:27] <caitp> it will be interesting to see how that plays out, and if it can be made to sort of work
- # [02:29] * Joins: tantek (~tantek@ma65036d0.tmodns.net)
- # [02:34] * Quits: tantek (~tantek@ma65036d0.tmodns.net) (Ping timeout: 245 seconds)
- # [02:35] * Joins: tantek (~tantek@c-69-180-153-162.hsd1.mn.comcast.net)
- # [02:39] * Joins: espadrine` (~ttyl@AMontsouris-158-1-50-16.w92-128.abo.wanadoo.fr)
- # [02:39] <JonathanNeal> If I want to use SVG over webfont and use it across domains then I'm going to need to hack.
- # [02:41] * Quits: KevinMarks2 (~yaaic@2607:fb90:1906:1a79:b9fd:e998:5850:7b2f) (Ping timeout: 272 seconds)
- # [02:42] * Joins: KevinMarks2 (~yaaic@2607:fb90:502:257:e915:7a42:6d1f:8fc9)
- # [02:42] * Quits: espadrine_ (~ttyl@AMontsouris-158-1-19-30.w92-128.abo.wanadoo.fr) (Ping timeout: 272 seconds)
- # [02:44] <JonathanNeal> Which probably means an XHR request and access headers, if I can even do that with an SVG. I can imagine it now, JSVN (Jay-Sven, JavaScript Vector Notation) and JSVNP.
- # [02:45] * Quits: dylanlin_ (~kartstar@60-241-188-143.static.tpgi.com.au) (Ping timeout: 240 seconds)
- # [02:56] * Quits: KevinMarks2 (~yaaic@2607:fb90:502:257:e915:7a42:6d1f:8fc9) (Ping timeout: 260 seconds)
- # [02:57] <MikeSmith> JonathanNeal: btw what's the level of support for img@crossorigin is browsers?
- # [02:57] <MikeSmith> caniuse tells me nothing
- # [02:58] <JonathanNeal> MikeSmith: I don't know, and I will be testing as soon as I can get on the laptop.
- # [03:00] * Joins: KevinMarks2 (~yaaic@2607:fb90:1908:90e8:825:e21c:95af:4e55)
- # [03:00] <MikeSmith> JonathanNeal: https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_enabled_image indicates it's been supported in Chrome and Firefox for a long time
- # [03:00] * Quits: weinig_ (~weinig@98.234.191.242) (Quit: weinig_)
- # [03:01] <MikeSmith> there are some things that Alexis doesn't add to to caniuse even when they already have browser support. I don't understand why
- # [03:01] <caitp> maybe nobody has tried to add it yet?
- # [03:02] <caitp> they take patches
- # [03:02] <caitp> i don't see any issues about CORS wrt images
- # [03:05] <JonathanNeal> Well, SVG is a special kind of image, in that it's a kind of readable.
- # [03:06] <MikeSmith> writing a canisuse patch requires me to first have tests, or write the tests myself
- # [03:06] <MikeSmith> which I suspect is why Alexis hasn't added it
- # [03:07] * Quits: KevinMarks2 (~yaaic@2607:fb90:1908:90e8:825:e21c:95af:4e55) (Ping timeout: 272 seconds)
- # [03:07] <MikeSmith> he doesn't add stuff without tests
- # [03:10] <SamB> I assume the point of using CORS with an img is to keep it untainted?
- # [03:13] * Quits: montecfel (~montecfel@gateway/tor-sasl/montecfel) (Quit: montecfel)
- # [03:16] * Joins: KevinMarks2 (~yaaic@2607:fb90:1909:9b00:907a:56cf:2f4:9b56)
- # [03:26] <JonathanNeal> It looks like even with CORS, IE9-11 is out of the picture.
- # [03:37] * Joins: montecfel (~montecfel@gateway/tor-sasl/montecfel)
- # [04:00] * Quits: montecfel (~montecfel@gateway/tor-sasl/montecfel) (Quit: montecfel)
- # [04:02] * Quits: boogyman (~boogyman@pdpc/supporter/professional/boogyman) (Quit: ChatZilla 0.9.90.1 [Firefox 30.0/20140605174243])
- # [04:35] * Joins: poona (~poona@117.202.122.56)
- # [04:35] * Quits: poona (~poona@117.202.122.56) (Changing host)
- # [04:35] * Joins: poona (~poona@unaffiliated/poona)
- # [04:49] * Quits: poona (~poona@unaffiliated/poona) (Ping timeout: 240 seconds)
- # [04:59] * Joins: dbaron (~dbaron@50-0-128-161.dsl.dynamic.sonic.net)
- # [05:00] * Quits: SamB (~SamB@2001:470:1f07:57:282d:da1e:498f:ebf9) (Read error: Connection reset by peer)
- # [05:01] * Quits: plutoniix (~plutoniix@node-j3i.pool-101-108.dynamic.totbb.net) (Quit: จรลี จรลา)
- # [05:01] * Joins: SamB (~SamB@2001:470:1f07:57:8082:ffc9:2b8e:4120)
- # [05:25] * Quits: tantek (~tantek@c-69-180-153-162.hsd1.mn.comcast.net) (Quit: tantek)
- # [05:35] * Joins: roc_ (~chatzilla@121-99-142-122.bng1.tvc.orcon.net.nz)
- # [05:37] * Quits: roc (~chatzilla@121-99-138-101.bng1.tvc.orcon.net.nz) (Ping timeout: 255 seconds)
- # [05:37] * roc_ is now known as roc
- # [05:53] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: :tiuQ tiuq sah woclrak)
- # [06:05] * Joins: tantek (~tantek@172.56.13.241)
- # [06:07] * Quits: npcomp (~eldon@c-24-126-240-124.hsd1.ga.comcast.net) (Quit: leaving)
- # [06:08] * Quits: tav (~tav`@host31-52-143-6.range31-52.btcentralplus.com) (Quit: tav)
- # [06:13] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [06:14] * Joins: npcomp (~eldon@c-24-126-240-124.hsd1.ga.comcast.net)
- # [06:15] <zcorpan> Hixie: will the broken ndash and dots fix themselves in your new pipeline? See first example in introduction
- # [06:21] * Quits: tantek (~tantek@172.56.13.241) (Quit: tantek)
- # [06:22] * Quits: kurtruppel (~eresair@c-71-198-63-116.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [06:24] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Quit: Bye)
- # [06:27] * Quits: npcomp (~eldon@c-24-126-240-124.hsd1.ga.comcast.net) (Quit: leaving)
- # [06:30] * Joins: tantek (~tantek@172.56.13.241)
- # [06:39] * Quits: 17SAAG1QN (scrollback@conference/jsconf/x-mucvqxnbvyaypkth) (Write error: Broken pipe)
- # [06:40] * Joins: scrollback2 (scrollback@conference/jsconf/x-bnoptbpmxspfzeju)
- # [07:18] * Quits: tantek (~tantek@172.56.13.241) (Quit: tantek)
- # [07:54] * Quits: KevinMarks2 (~yaaic@2607:fb90:1909:9b00:907a:56cf:2f4:9b56) (Ping timeout: 260 seconds)
- # [07:55] * Joins: KevinMarks2 (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [08:03] * Quits: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [08:03] * Joins: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net)
- # [08:07] * Quits: dbaron (~dbaron@50-0-128-161.dsl.dynamic.sonic.net) (Ping timeout: 272 seconds)
- # [08:09] * Quits: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [08:18] * Joins: satazor (~satazor@a213-22-1-7.cpe.netcabo.pt)
- # [08:23] * Joins: kurtruppel (~eresair@c-71-198-63-116.hsd1.ca.comcast.net)
- # [08:25] * Quits: kurtruppel (~eresair@c-71-198-63-116.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [08:25] * Joins: kurtrupp_ (~eresair@c-71-198-63-116.hsd1.ca.comcast.net)
- # [08:26] * Quits: satazor (~satazor@a213-22-1-7.cpe.netcabo.pt)
- # [08:28] * Quits: scrollback2 (scrollback@conference/jsconf/x-bnoptbpmxspfzeju) (Remote host closed the connection)
- # [08:29] * Joins: 1JTAAMGTF (scrollback@conference/jsconf/x-xcujgxthexzrtdwj)
- # [08:30] * Quits: kurtrupp_ (~eresair@c-71-198-63-116.hsd1.ca.comcast.net) (Ping timeout: 244 seconds)
- # [09:00] * Quits: KevinMarks2 (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 264 seconds)
- # [09:01] * Quits: CvP (~CvP@27.147.199.131) (Write error: Connection reset by peer)
- # [09:01] * Joins: KevinMarks2 (~yaaic@2607:fb90:500:92c:301c:bf4:56aa:a773)
- # [09:01] * Joins: CvP (~CvP@27.147.199.131)
- # [09:12] * Joins: Ms2ger (~Ms2ger@91.182.7.213)
- # [09:12] * Quits: weinig (~weinig@98.234.191.242) (Quit: weinig)
- # [09:44] * Joins: BigBangUDR (~Thunderbi@101.56.8.94)
- # [09:51] * Quits: BigBangUDR (~Thunderbi@101.56.8.94) (Quit: BigBangUDR)
- # [09:54] * Quits: KevinMarks (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 272 seconds)
- # [10:09] * Joins: danbri (~danbri@87.115.153.149)
- # [10:35] * Joins: Maurice` (copyman@5ED5617C.cm-7-6b.dynamic.ziggo.nl)
- # [10:44] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [11:12] * Joins: plutoniix (~plutoniix@node-zpg.pool-180-180.dynamic.totbb.net)
- # [11:20] * Joins: musically_ut (~musically@2a02:120b:c3f4:f9e0:a11:96ff:fefb:db24)
- # [11:24] * Quits: jwatt (~roslea@host109-145-4-35.range109-145.btcentralplus.com) (Ping timeout: 264 seconds)
- # [11:28] * Joins: kurtruppel (~eresair@c-71-198-63-116.hsd1.ca.comcast.net)
- # [11:28] <musically_ut> I have a question about the CORS specification which probably has been discussed on some mailing list. Where should I post the question or search for answers?
- # [11:32] * Quits: kurtruppel (~eresair@c-71-198-63-116.hsd1.ca.comcast.net) (Ping timeout: 255 seconds)
- # [11:41] * Joins: espadrine_ (~ttyl@AMontsouris-158-1-64-173.w92-128.abo.wanadoo.fr)
- # [11:41] * Quits: espadrine` (~ttyl@AMontsouris-158-1-50-16.w92-128.abo.wanadoo.fr) (Ping timeout: 240 seconds)
- # [11:43] * Joins: BigBangUDR (~Thunderbi@101.56.8.94)
- # [11:44] * Quits: danbri (~danbri@87.115.153.149) (Remote host closed the connection)
- # [11:44] * Joins: danbri (~danbri@87.115.153.149)
- # [11:45] <MikeSmith> musically_ut: whatwg@whatwg.org or public-webappsec@w3.org
- # [11:46] <musically_ut> MikeSmith, Thanks. Is there a web-frontend to search those mailing lists?
- # [11:46] <MikeSmith> musically_ut: or ping annevk here when he's around (he wrote the spec)
- # [11:46] <MikeSmith> musically_ut: yeah lists.w3.org
- # [11:46] * espadrine_ is now known as espadrine
- # [11:46] <musically_ut> I could write him an e-mail but I'd rather do some research myself first. :)
- # [11:46] <musically_ut> Perfect.
- # [11:47] <MikeSmith> the whatwg list archives are at http://lists.w3.org/Archives/Public/public-whatwg-archive/
- # [11:47] <MikeSmith> musically_ut: note that Anne has folded CORS into the Fetch spec
- # [11:48] <musically_ut> Huh .. April 2004 was the 10 year anniversary of whatwg. I never made the connection.
- # [11:48] <musically_ut> * April 2014
- # [11:48] <MikeSmith> so the standalone CORS spec is obsolete
- # [11:48] <MikeSmith> no this month was the anniversary of the whatwg actually
- # [11:49] <musically_ut> :)
- # [11:49] <musically_ut> http://www.w3.org/TR/cors/ doesn't seem to suggest that the spec has become obsolete.
- # [11:50] <MikeSmith> April was the 10 year anniversary of the HTML spec (aka WebApps 1.0 aka HTML5) https://github.com/whatwg/web-history#2004-04
- # [11:50] <MikeSmith> musically_ut: never use anything in http://www.w3.org/TR/
- # [11:50] * musically_ut raises eyebrows.
- # [11:50] <MikeSmith> seriously
- # [11:51] <MikeSmith> always use either the Editor's Draft version that corresponds to whatever's in http://www.w3.org/TR or find out whatever has replaced it
- # [11:52] <musically_ut> What does "TR" in the URL stand for?
- # [11:52] <MikeSmith> the documents in http://www.w3.org/TR can pretty much always be considered out of date
- # [11:52] <MikeSmith> Technical Report
- # [11:52] <musically_ut> Ah.
- # [11:53] <MikeSmith> anyway as far as CORS, I think the WebAppSec WG is still maintaining a separate spec but the browser implementors are implementing from Fetch now
- # [11:53] <MikeSmith> or should be
- # [11:53] <musically_ut> This is rather confusing. http://www.w3.org/TR/ lists neither Fetch nor CORS TR.
- # [11:53] <musically_ut> But I did not know about the cumulative Fetch specs.
- # [11:54] <musically_ut> I have found them here: http://fetch.spec.whatwg.org/#http-cors-protocol
- # [11:54] <MikeSmith> yeah sorry for the confusion but it's not unique to this case
- # [11:54] <MikeSmith> musically_ut: yeah http://fetch.spec.whatwg.org is what you want to be reading
- # [11:54] <musically_ut> Excellent.
- # [11:57] <musically_ut> Okay, I'll search the archives a bit to see if I can find an answer. Otherwise, you'll hear from me on the mailing list. :)
- # [11:57] <MikeSmith> btw we're trying to do some things to deal with the http://www.w3.org/TR confusion problem but it's taking some time because there's a lot of politics and inertia that get in the way
- # [11:57] <MikeSmith> musically_ut: sounds great. cheers
- # [11:57] <musically_ut> What is the plan with www.w3.org/TR then?
- # [11:58] <Ms2ger> Ignore it
- # [11:58] <MikeSmith> the plan is to make it always provide up-to-date info about what the latest version of every spec is
- # [11:58] <musically_ut> up-to-date == github master branch?
- # [12:00] <MikeSmith> but in the mean time you can ignore TR or least any time you look at a doc in http://www.w3.org/TR you should check the top of it to see if it lists a "Latest Editor's Draft" link
- # [12:00] <MikeSmith> and if it does, use the document at that link
- # [12:00] <Ms2ger> And if it doesn't, still try to find one :)
- # [12:00] <MikeSmith> and if it doesn't then be very suspicious
- # [12:00] <MikeSmith> yeah
- # [12:00] <musically_ut> :)
- # [12:01] <musically_ut> So if it doesn't have an editor draft then it has very likely been made obsolete?
- # [12:01] <MikeSmith> well
- # [12:01] <MikeSmith> yeah, basically
- # [12:01] <MikeSmith> either that or it's not relevant at all to begin with
- # [12:02] <musically_ut> Great. Thanks for the tips, MikeSmith and Ms2ger
- # [12:02] <MikeSmith> there are many documents at http://www.w3.org/TR that have absolutely nothing to do with the Web platform so you don't need to care about them at all
- # [12:03] <MikeSmith> musically_ut: http://platform.html5.org is a much better index of what's relevant
- # [12:05] <MikeSmith> Ms2ger: do you know if all floating-point numbers are allowed in CSS length values?
- # [12:05] <Ms2ger> I don't
- # [12:07] <musically_ut> Ah, nice.
- # [12:08] * Joins: jensnockert (~jensnocke@h51n3-kba-a11.ias.bredband.telia.com)
- # [12:10] <MikeSmith> well I find http://dev.w3.org/csswg/css-values/#number-value which says "A number is either an <integer> or zero or more decimal digits followed by a dot (.) followed by one or more decimal digits." but then it also says "It corresponds to the <number-token> production in the CSS Syntax Module." and TabAtkins railroad diagram at http://dev.w3.org/csswg/css-syntax-3/#number-token-diagram suggests it can be any floating-point number, not just "either an <
- # [12:23] * Joins: montecfel (~montecfel@gateway/tor-sasl/montecfel)
- # [12:33] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 244 seconds)
- # [12:38] <MikeSmith> TabAtkins: I'm trying to figure out if, e.g., 100e+0vw is a valid length value or not
- # [12:39] <MikeSmith> TabAtkins: because I'm trying to write an error-reporting @sizes parse for the validator
- # [12:39] <MikeSmith> *parser
- # [12:43] * Quits: jensnockert (~jensnocke@h51n3-kba-a11.ias.bredband.telia.com) (Remote host closed the connection)
- # [12:49] * Quits: plutoniix (~plutoniix@node-zpg.pool-180-180.dynamic.totbb.net) (Ping timeout: 272 seconds)
- # [12:54] * Joins: plutoniix (~plutoniix@node-zpg.pool-180-180.dynamic.totbb.net)
- # [13:02] * Joins: satazor (~satazor@a213-22-1-7.cpe.netcabo.pt)
- # [13:06] * Quits: satazor (~satazor@a213-22-1-7.cpe.netcabo.pt) (Client Quit)
- # [13:23] * Joins: jensnockert (~jensnocke@h51n3-kba-a11.ias.bredband.telia.com)
- # [13:29] * Joins: zdobersek (~zan@cpe-77.38.31.63.cable.t-1.si)
- # [13:33] * Quits: zdobersek (~zan@cpe-77.38.31.63.cable.t-1.si) (Ping timeout: 240 seconds)
- # [13:45] * Quits: BigBangUDR (~Thunderbi@101.56.8.94) (Ping timeout: 272 seconds)
- # [13:46] * Joins: zdobersek (~zan@5.153.233.26)
- # [13:57] * Joins: dylanlindgren (~kartstar@60-241-188-143.static.tpgi.com.au)
- # [14:02] * Joins: kurtruppel (~eresair@c-71-198-63-116.hsd1.ca.comcast.net)
- # [14:05] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [14:06] * Quits: kurtruppel (~eresair@c-71-198-63-116.hsd1.ca.comcast.net) (Ping timeout: 255 seconds)
- # [14:09] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 255 seconds)
- # [14:11] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [14:14] * Joins: poona (~poona@unaffiliated/poona)
- # [14:16] * Quits: jensnockert (~jensnocke@h51n3-kba-a11.ias.bredband.telia.com) (Remote host closed the connection)
- # [14:16] * Joins: jensnockert (~jensnocke@h51n3-kba-a11.ias.bredband.telia.com)
- # [14:18] * Joins: jensnockert_ (~jensnocke@h51n3-kba-a11.ias.bredband.telia.com)
- # [14:21] * Quits: jensnockert (~jensnocke@h51n3-kba-a11.ias.bredband.telia.com) (Ping timeout: 264 seconds)
- # [14:23] * Joins: cheron (~cheron@unaffiliated/cheron)
- # [15:06] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [15:07] * Joins: jwatt (~roslea@host109-145-4-35.range109-145.btcentralplus.com)
- # [15:10] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 245 seconds)
- # [15:13] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Read error: Connection reset by peer)
- # [15:13] * Joins: GPH-Hickory (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [15:14] * GPH-Hickory is now known as GPHemsley
- # [15:14] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Client Quit)
- # [15:14] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [15:37] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [15:40] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [15:48] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [15:55] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [16:03] * Joins: kurtruppel (~eresair@c-71-198-63-116.hsd1.ca.comcast.net)
- # [16:05] * Joins: weinig (~weinig@98.234.191.242)
- # [16:05] * Quits: dylanlindgren (~kartstar@60-241-188-143.static.tpgi.com.au) (Quit: Textual IRC Client: www.textualapp.com)
- # [16:07] * Quits: kurtruppel (~eresair@c-71-198-63-116.hsd1.ca.comcast.net) (Ping timeout: 240 seconds)
- # [16:08] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [16:13] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 244 seconds)
- # [16:14] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [16:29] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [16:30] * Joins: seventh (seventh@207-207-21-163.fwd.datafoundry.com)
- # [16:35] * Quits: jwatt (~roslea@host109-145-4-35.range109-145.btcentralplus.com) (Ping timeout: 272 seconds)
- # [16:37] * Quits: ^esc_ (~esc-ape@178.115.128.94.wireless.dyn.drei.com) (Ping timeout: 252 seconds)
- # [16:38] <TabAtkins> MikeSmith: Trust the specified parser.
- # [16:38] <TabAtkins> 100e+0vw is valid.
- # [16:39] <TabAtkins> I need to update V&U to take the scinot change into account.
- # [16:41] * Joins: dbaron (~dbaron@50-0-128-161.dsl.dynamic.sonic.net)
- # [16:48] <TabAtkins> MikeSmith: Fixed now.
- # [16:59] * Quits: jensnockert_ (~jensnocke@h51n3-kba-a11.ias.bredband.telia.com) (Remote host closed the connection)
- # [17:00] * Joins: jensnockert (~jensnocke@h51n3-kba-a11.ias.bredband.telia.com)
- # [17:00] * Quits: plutoniix (~plutoniix@node-zpg.pool-180-180.dynamic.totbb.net) (Ping timeout: 264 seconds)
- # [17:01] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [17:03] * Joins: plutoniix (~plutoniix@node-zpg.pool-180-180.dynamic.totbb.net)
- # [17:04] * Joins: ^esc (~esc-ape@91.141.0.43.wireless.dyn.drei.com)
- # [17:10] * Quits: 1JTAAMGTF (scrollback@conference/jsconf/x-xcujgxthexzrtdwj) (Remote host closed the connection)
- # [17:11] * Joins: scrollback (scrollback@conference/jsconf/x-mpdozipvswiedqjx)
- # [17:20] * Quits: weinig (~weinig@98.234.191.242) (Quit: weinig)
- # [17:46] * Quits: plutoniix (~plutoniix@node-zpg.pool-180-180.dynamic.totbb.net) (Quit: จรลี จรลา)
- # [17:50] * Joins: plutoniix (~plutoniix@node-zpg.pool-180-180.dynamic.totbb.net)
- # [18:02] * Joins: jensnockert_ (~jensnocke@h51n3-kba-a11.ias.bredband.telia.com)
- # [18:03] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [18:04] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Client Quit)
- # [18:05] * Joins: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net)
- # [18:05] * Joins: kurtruppel (~eresair@c-71-198-63-116.hsd1.ca.comcast.net)
- # [18:05] * Quits: jensnockert (~jensnocke@h51n3-kba-a11.ias.bredband.telia.com) (Ping timeout: 264 seconds)
- # [18:09] * Quits: kurtruppel (~eresair@c-71-198-63-116.hsd1.ca.comcast.net) (Ping timeout: 245 seconds)
- # [18:14] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [18:35] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [18:37] * Quits: seventh (seventh@207-207-21-163.fwd.datafoundry.com) (Ping timeout: 255 seconds)
- # [18:38] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [18:42] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Client Quit)
- # [18:55] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [19:00] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [19:07] * Joins: BigBangUDR (~Thunderbi@101.57.13.7)
- # [19:07] * Quits: BigBangUDR (~Thunderbi@101.57.13.7) (Client Quit)
- # [19:09] * Quits: espadrine (~ttyl@AMontsouris-158-1-64-173.w92-128.abo.wanadoo.fr) (Ping timeout: 272 seconds)
- # [19:10] * Joins: espadrine (~ttyl@AMontsouris-158-1-26-204.w92-128.abo.wanadoo.fr)
- # [19:21] * Quits: poona (~poona@unaffiliated/poona) (Ping timeout: 245 seconds)
- # [19:30] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [19:31] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [19:41] * Joins: weinig (~weinig@98.234.191.242)
- # [19:41] * Quits: musically_ut (~musically@2a02:120b:c3f4:f9e0:a11:96ff:fefb:db24) (Ping timeout: 240 seconds)
- # [19:48] * Joins: musically_ut (~musically@2a02:120b:c3f4:f9e0:a11:96ff:fefb:db24)
- # [19:52] * Quits: Ms2ger (~Ms2ger@91.182.7.213) (Quit: nn)
- # [19:59] * Joins: jacobolu_ (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [20:02] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 272 seconds)
- # [20:04] * Joins: BigBangUDR (~Thunderbi@101.57.13.7)
- # [20:07] * Quits: BigBangUDR (~Thunderbi@101.57.13.7) (Client Quit)
- # [20:09] * Quits: KevinMarks2 (~yaaic@2607:fb90:500:92c:301c:bf4:56aa:a773) (Ping timeout: 272 seconds)
- # [20:13] * Joins: seventh (seventh@192.64.6.56)
- # [20:15] * Joins: KevinMarks (~yaaic@2607:fb90:500:92c:301c:bf4:56aa:a773)
- # [20:27] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [20:33] * Quits: fredy (~fredy@snf-535807.vm.okeanos.grnet.gr) (Excess Flood)
- # [20:33] * Joins: fredy (~fredy@snf-535807.vm.okeanos.grnet.gr)
- # [20:39] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [20:45] * Joins: BigBangUDR (~Thunderbi@101.57.13.7)
- # [20:45] * Quits: BigBangUDR (~Thunderbi@101.57.13.7) (Client Quit)
- # [20:45] * Joins: tantek (~tantek@c-24-118-60-123.hsd1.mn.comcast.net)
- # [20:59] * Quits: tantek (~tantek@c-24-118-60-123.hsd1.mn.comcast.net) (Quit: tantek)
- # [21:01] * Quits: lerc (~quassel@121-74-2-8.telstraclear.net) (Read error: Connection reset by peer)
- # [21:01] * Joins: lerc (~quassel@121-74-2-8.telstraclear.net)
- # [21:08] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [21:17] <MikeSmith> TabAtkins: Coolーthanks!
- # [21:19] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [21:22] <TabAtkins> MikeSmith: To write a good sizes parser, you'll want to write a full css parser, which is trivial to do by following the Syntax spec.
- # [21:22] <TabAtkins> And is much smaller than an html parser. ^_^
- # [21:36] * jacobolu_ is now known as jacobolus
- # [21:38] <MikeSmith> TabAtkins: for the validator I need the parser to be error-reporting, which I think can make the implemented algorithm need to be somewhat different from the spec
- # [21:39] <MikeSmith> at the very least it means I basically need to infer some parse errors based on the corresponding authoring requirements
- # [21:40] <MikeSmith> e.g., at http://www.whatwg.org/specs/web-apps/current-work/multipage/edits.html#parse-a-sizes-attribute where it says "Remove all consecutive <whitespace-token>s from the end of unparsed size. If unparsed size is now empty, continue to the next iteration of this algorithm.", I need to emit an error for the "If unparsed size is now empty" condition
- # [21:43] * Quits: encryptd_fractl (~encryptd_@68-112-125-21.dhcp.stcd.mn.charter.com) (Remote host closed the connection)
- # [21:48] * Joins: tav (~tav`@host31-52-143-6.range31-52.btcentralplus.com)
- # [21:50] * Quits: musically_ut (~musically@2a02:120b:c3f4:f9e0:a11:96ff:fefb:db24) (Ping timeout: 240 seconds)
- # [21:50] * Quits: plutoniix (~plutoniix@node-zpg.pool-180-180.dynamic.totbb.net) (Ping timeout: 240 seconds)
- # [21:53] * Joins: musically_ut (~musically@2a02:120b:c3f4:f9e0:a11:96ff:fefb:db24)
- # [21:58] * Joins: plutoniix (~plutoniix@node-zpg.pool-180-180.dynamic.totbb.net)
- # [22:00] * Quits: musically_ut (~musically@2a02:120b:c3f4:f9e0:a11:96ff:fefb:db24) (Ping timeout: 240 seconds)
- # [22:04] * Quits: cheron (~cheron@unaffiliated/cheron) (Ping timeout: 240 seconds)
- # [22:07] * Joins: kurtruppel (~eresair@c-71-198-63-116.hsd1.ca.comcast.net)
- # [22:09] * Quits: plutoniix (~plutoniix@node-zpg.pool-180-180.dynamic.totbb.net) (Ping timeout: 244 seconds)
- # [22:12] * Quits: kurtruppel (~eresair@c-71-198-63-116.hsd1.ca.comcast.net) (Ping timeout: 264 seconds)
- # [22:15] * Joins: plutoniix (~plutoniix@node-zpg.pool-180-180.dynamic.totbb.net)
- # [22:17] * Quits: weinig (~weinig@98.234.191.242) (Quit: weinig)
- # [22:18] * Quits: zdobersek (~zan@5.153.233.26) (Quit: Leaving.)
- # [22:49] * Joins: tantek (~tantek@172.56.13.241)
- # [23:00] * Joins: jarek (~jarek@unaffiliated/jarek)
- # [23:03] * Joins: othermaciej (~mjs@12.130.117.99)
- # [23:10] * Quits: Maurice` (copyman@5ED5617C.cm-7-6b.dynamic.ziggo.nl)
- # [23:20] * Quits: roc (~chatzilla@121-99-142-122.bng1.tvc.orcon.net.nz) (Ping timeout: 240 seconds)
- # [23:30] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [23:50] * Quits: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [23:51] * Joins: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net)
- # [23:53] * Joins: roc (~chatzilla@2001:cb0:b202:232:2677:3ff:fece:dc64)
- # [23:59] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # Session Close: Mon Jun 23 00:00:00 2014
The end :)