Options:
- # Session Start: Fri Oct 17 00:00:00 2014
- # Session Ident: #whatwg
- # [00:00] * Quits: smaug____ (~chatzilla@cs78246079.pp.htv.fi) (Ping timeout: 245 seconds)
- # [00:04] * Joins: erlehmann (~erlehmann@f055102174.adsl.alicedsl.de)
- # [00:07] * Joins: bnicholson (~bnicholso@2620:101:80fb:224:80f2:eceb:447:6fa7)
- # [00:10] * Quits: bnicholson (~bnicholso@2620:101:80fb:224:80f2:eceb:447:6fa7) (Client Quit)
- # [00:11] * Joins: bnicholson (~bnicholso@2620:101:80fb:224:7e7a:91ff:fe25:a5c6)
- # [00:16] * Quits: mven (~textual@32.97.110.57) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [00:22] * Quits: thinkxl (~thinkxl@74-95-237-22-Houston.hfc.comcastbusiness.net) (Quit: Lingo - http://www.lingoirc.com)
- # [00:23] * Quits: wirepair_ (fbi@206.223.224.3) (Read error: Connection reset by peer)
- # [00:23] * Joins: wirepair (fbi@206.223.224.3)
- # [00:23] <MikeSmith> can anybody think of a good reason to ever use a value for tabindex other than 0 or -1? https://www.w3.org/Bugs/Public/show_bug.cgi?id=27076
- # [00:25] * Joins: wartdev (~wartdev@109.255.148.96)
- # [00:25] <Hixie> when the controls aren't in DOM order?
- # [00:25] * Quits: wartdev (~wartdev@109.255.148.96) (Remote host closed the connection)
- # [00:27] <Hixie> consider e.g. a paragraph with two form controls in it, and a float in the middle, with controls in it as well. You would want to navigate the controls in the paragraph, then those in the float, then those in the next paragraph, probably.
- # [00:27] * Joins: roc (~chatzilla@2001:cb0:b202:232:2677:3ff:fece:dc64)
- # [00:29] <MikeSmith> Hixie: ok, but Marco's comment is that in practice authors who put values other than 0 or -1 are almost always (or always even) misusing it based on misunderstanding
- # [00:30] <MikeSmith> Hixie: so it would be good to have some actual data
- # [00:30] <Hixie> by that reasoning, we should drop most of HTML
- # [00:31] <TabAtkins> Hixie: That's the logic behind dropping longdesc. ^_^
- # [00:31] * Joins: jwalden (~waldo@2620:101:80fc:224:7e7a:91ff:fe25:a5a3)
- # [00:31] <Hixie> not quite
- # [00:32] <Hixie> for longdesc the logic is that implementing it is bad for accessibility so it should be dropped in implementations
- # [00:32] <Hixie> MikeSmith wasn't suggesting dropping support for tabindex>1, just making them non-conforming
- # [00:33] <MikeSmith> Hixie: well short of that we can do the obsolete-but-conforming thing and I can actually have the correspnding validator warning for it include a link to the bug. i.e., in the way we talked about before for nested footnotes (I think it was that one, right?)
- # [00:33] <MikeSmith> yeah, non-conforming or obsolete-but-conforming
- # [00:33] <Hixie> what would the warning be? "If you are actually trying to put controls in a different tab order than the default, let us know so we don't drop support for this feature"?
- # [00:33] <MikeSmith> script@type is a related kind of case I guess
- # [00:34] <MikeSmith> Hixie: yeah, seriously
- # [00:34] <MikeSmith> I think it would be good to start using the validator to collect actual feedback for cases like this
- # [00:34] <Hixie> i don't know how you'd actually find out if people are using this correctly
- # [00:34] <Hixie> if they are, you'd never hear of it
- # [00:34] <Hixie> it'd just work
- # [00:34] <Hixie> and you'd never know the DOM didn't match rendering order
- # [00:36] <MikeSmith> dunno either, just suggesting a possible resolution for that bug
- # [00:37] <MikeSmith> Hixie: ah i get your point -- as an end user, you wouldn't know
- # [00:37] <Hixie> (this differs from longdesc, for example, because with longdesc you can programmatically detect the vast majority of bad uses, and compared to the good uses, they're the vast majority of all uses)
- # [00:39] <MikeSmith> so Marco's statement there about only seeing it misused is more about him only noticing the cases where it's misued byt not noticing the cases where values>1 are used properly, because things just work as expected for him in those cases
- # [00:39] <MikeSmith> Hixie: yeah (about comparison to checking longdesc misuse) I see now
- # [00:40] * MikeSmith will add another comment to the bug
- # [00:41] <MikeSmith> TabAtkins: what non-standard attribute names does bikeshed .bs markup use. Is there a list somewhere?
- # [00:41] <TabAtkins> MikeSmith: All of its output attributes are data-*
- # [00:41] <MikeSmith> oh
- # [00:41] <TabAtkins> It only uses non-standard ones in its input format.
- # [00:41] <MikeSmith> ah yeah that's what I meant
- # [00:41] <MikeSmith> the input format
- # [00:42] <TabAtkins> Ah, no, there's no list. Why?
- # [00:42] * Joins: markkes (~markkes@62.207.90.201)
- # [00:42] <MikeSmith> because I can imagine that is sometimes might be useful to check the input files to find errors
- # [00:42] <MikeSmith> check with the validator
- # [00:42] * Joins: Nyalab (~nyalab@89.30.127.162)
- # [00:43] <MikeSmith> and one of things I'm thinking about is, adding some standard filtering mechanism to allow users to specify certain errors to ignore
- # [00:43] <TabAtkins> Bikeshed's input format isn't really HTML.
- # [00:43] <MikeSmith> ah ok
- # [00:44] <MikeSmith> nm then
- # [00:44] <TabAtkins> And it uses a bunch of shorthands that use angle brackets.
- # [00:44] <MikeSmith> ah
- # [00:44] <TabAtkins> <<foo>>, for example.
- # [00:44] <MikeSmith> I see yeah
- # [00:47] * Quits: Nyalab (~nyalab@89.30.127.162) (Ping timeout: 258 seconds)
- # [00:47] * Quits: encryptd_fractl (~encryptd_@cgn-uwnet-7-animal.net.wisc.edu) (Remote host closed the connection)
- # [00:49] * Quits: espadrine (~espadrine@AMontsouris-158-1-93-99.w90-2.abo.wanadoo.fr) (Quit: espadrine)
- # [00:54] * Joins: boogyman_ (~boogyman@50.167.218.18)
- # [00:57] <MikeSmith> oh wow Daniel Buchner's at Target
- # [00:57] <MikeSmith> and they have a github repo and stuff
- # [00:59] * Joins: newtron (~newtron@76-10-163-48.dsl.teksavvy.com)
- # [01:01] * Quits: othermaciej (~mjs@17.245.24.63) (Quit: othermaciej)
- # [01:03] * Quits: newtron (~newtron@76-10-163-48.dsl.teksavvy.com) (Ping timeout: 255 seconds)
- # [01:09] * Quits: erlehmann (~erlehmann@f055102174.adsl.alicedsl.de) (Remote host closed the connection)
- # [01:09] * Joins: othermaciej (~mjs@17.244.0.95)
- # [01:23] * Quits: ehsan (~ehsan@135-23-212-183.cpe.pppoe.ca) (Quit: Leaving...)
- # [01:24] <MikeSmith> TabAtkins: bikeshed should have an option for suppression section numbers
- # [01:24] <TabAtkins> MikeSmith: Put a class="no-num" on the heading.
- # [01:24] <TabAtkins> (Documented. ^_^)
- # [01:24] <MikeSmith> yeah I mean not numbering any at all
- # [01:25] <TabAtkins> Oh. Interesting. Why?
- # [01:25] <MikeSmith> the section numbers change anyway, nobody pays attention to them
- # [01:26] <MikeSmith> just an idea anyway. I don't feel strongly about it
- # [01:26] <TabAtkins> I'll wait until someone actually wants to publish a spec like that. ^_^
- # [01:26] <MikeSmith> yeah
- # [01:27] <TabAtkins> Section numbers dont' change that often, they're useful in the short term even if they do change, and Bikeshed uses them for attractive section references which carry over well to print.
- # [01:27] <MikeSmith> ah print yes
- # [01:27] <MikeSmith> and also they do convey information about the depth of the section
- # [01:27] <TabAtkins> Not a priority, but it's nice when I can do something nice for printed specs. ^_^
- # [01:27] <MikeSmith> yeah
- # [01:28] <MikeSmith> so btw does bikeshed have problems with some unicode chars?
- # [01:28] <TabAtkins> It shouldn't, but it's possible there are spots where I'm still messing up. If so, please report with a repro.
- # [01:28] <MikeSmith> ok
- # [01:28] <TabAtkins> Ideally a stripped down .bs file that causes the error.
- # [01:28] <TabAtkins> But a full file with a pointer to what's wrong works too.
- # [01:29] <TabAtkins> (I put a lot of effort into making it unicode-clean, but I've also changed a lot since then, and it's very possible that errors have crept in since then.)
- # [01:29] * Joins: scor (~scor@c-24-2-162-32.hsd1.ma.comcast.net)
- # [01:29] * Quits: scor (~scor@c-24-2-162-32.hsd1.ma.comcast.net) (Changing host)
- # [01:29] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [01:32] <MikeSmith> I plan to start using bikeshed for some stuff soon
- # [01:34] <TabAtkins> Cool!
- # [01:35] * Quits: tantek (~tantek@173-167-114-230-sfba.hfc.comcastbusiness.net) (Quit: tantek)
- # [01:39] * Quits: KevinMarks (~yaaic@2607:fb90:2705:187e:2d61:b571:81ac:101b) (Ping timeout: 260 seconds)
- # [01:40] * Joins: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [01:47] * Joins: jdaggett_ (~jdaggett@103.5.142.28)
- # [01:50] * Joins: tantek (~tantek@70-36-139-41.dsl.dynamic.fusionbroadband.com)
- # [01:52] * Quits: ericandrewlewis (uid32062@gateway/web/irccloud.com/x-fustfkezgzncwjoq) (Quit: Connection closed for inactivity)
- # [01:52] * Joins: hasather (~hasather@80.91.33.141)
- # [01:54] * Joins: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se)
- # [01:55] * Quits: othermaciej (~mjs@17.244.0.95) (Quit: othermaciej)
- # [01:57] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 245 seconds)
- # [01:58] * Quits: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se) (Ping timeout: 260 seconds)
- # [02:02] * Quits: jdaggett_ (~jdaggett@103.5.142.28) (Ping timeout: 260 seconds)
- # [02:07] * Quits: ap (~ap@17.202.44.214)
- # [02:08] * Joins: jdaggett_ (~jdaggett@103.5.142.28)
- # [02:19] * Quits: caitp (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 244 seconds)
- # [02:25] * Quits: satazor (~satazor@102.99.136.95.rev.vodafone.pt) (Remote host closed the connection)
- # [02:25] * Joins: caitp (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [02:30] * Quits: caitp (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 260 seconds)
- # [02:30] * Quits: espadrine_ (~ttyl@AMontsouris-158-1-93-99.w90-2.abo.wanadoo.fr) (Ping timeout: 245 seconds)
- # [02:31] * Joins: Nyalab (~nyalab@89.30.127.162)
- # [02:31] * Joins: ehsan (~ehsan@135-23-212-183.cpe.pppoe.ca)
- # [02:31] * Joins: mven (~textual@72.183.104.138)
- # [02:31] * Quits: mven (~textual@72.183.104.138) (Excess Flood)
- # [02:32] <TabAtkins> MikeSmith: Curious, what are you planning to write with Bikeshed?
- # [02:36] * Quits: Nyalab (~nyalab@89.30.127.162) (Ping timeout: 260 seconds)
- # [02:43] * Quits: dbaron (~dbaron@2620:101:80fb:224:e44a:c699:d7a9:944c) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [02:46] * Quits: jwalden (~waldo@2620:101:80fc:224:7e7a:91ff:fe25:a5a3) (Quit: ChatZilla 0.9.87-8.1450hg.fc20 [XULRunner 32.0/20140902134853])
- # [02:46] * Joins: mescoda (~mescoda@116.251.221.76)
- # [02:50] * Quits: bnicholson (~bnicholso@2620:101:80fb:224:7e7a:91ff:fe25:a5c6) (Ping timeout: 260 seconds)
- # [02:53] <MikeSmith> TabAtkins: reference docs for HTML elements
- # [02:53] <TabAtkins> ah, kk
- # [02:54] * Joins: hasather (~hasather@80.91.33.141)
- # [02:54] <TabAtkins> Note that Bikeshed does have an "elementdef" shorthand, which is... not currently documented. I'll fix that.
- # [02:54] <MikeSmith> oh cool
- # [02:58] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 260 seconds)
- # [03:09] * Joins: Mso150_x (~ctlM@217.118.64.39)
- # [03:13] * Quits: thinkxl_ (~thinkxl@207-91-184-162.nstci.net) (Quit: Lingo - http://www.lingoirc.com)
- # [03:16] * Joins: satazor (~satazor@102.99.136.95.rev.vodafone.pt)
- # [03:21] * Quits: satazor (~satazor@102.99.136.95.rev.vodafone.pt) (Ping timeout: 240 seconds)
- # [03:22] * Quits: tantek (~tantek@70-36-139-41.dsl.dynamic.fusionbroadband.com) (Quit: tantek)
- # [03:23] * Joins: Goplat (~goplat@reactos/developer/Goplat)
- # [03:30] * Joins: jungkees (uid24208@gateway/web/irccloud.com/x-llbjfcxokoiivacv)
- # [03:44] * Quits: mescoda (~mescoda@116.251.221.76)
- # [03:52] * Quits: Mso150_x (~ctlM@217.118.64.39) (Ping timeout: 258 seconds)
- # [03:53] * Quits: kochi1 (~kochi@2401:fa00:4:1000:5041:bebc:492b:d283) (Ping timeout: 272 seconds)
- # [03:53] * Quits: kochi (~kochi@2401:fa00:4:1000:5041:bebc:492b:d283) (Ping timeout: 272 seconds)
- # [03:55] * Joins: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se)
- # [03:56] * Quits: jdaggett_ (~jdaggett@103.5.142.28) (Quit: jdaggett_)
- # [03:59] * Quits: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se) (Ping timeout: 258 seconds)
- # [04:05] * Joins: kochi (~kochi@2401:fa00:4:1000:30a4:7cb0:30c4:3df3)
- # [04:06] * Joins: kochi1 (~kochi@2401:fa00:4:1000:30a4:7cb0:30c4:3df3)
- # [04:10] * Joins: satazor (~satazor@102.99.136.95.rev.vodafone.pt)
- # [04:11] * Joins: tantek (~tantek@70-36-139-41.dsl.dynamic.fusionbroadband.com)
- # [04:16] * xiinotulp is now known as plutoniix
- # [04:16] * Quits: satazor (~satazor@102.99.136.95.rev.vodafone.pt) (Ping timeout: 260 seconds)
- # [04:20] * Joins: Nyalab (~nyalab@89.30.127.162)
- # [04:20] * Joins: thinkxl (~thinkxl@207-91-184-162.nstci.net)
- # [04:24] * Quits: Nyalab (~nyalab@89.30.127.162) (Ping timeout: 258 seconds)
- # [04:29] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com)
- # [04:29] * Quits: tantek (~tantek@70-36-139-41.dsl.dynamic.fusionbroadband.com) (Quit: tantek)
- # [04:34] * Quits: markkes (~markkes@62.207.90.201) (Ping timeout: 240 seconds)
- # [04:44] * Quits: sballesteros (uid39846@gateway/web/irccloud.com/x-ogijcsgpjghpakdg) (Quit: Connection closed for inactivity)
- # [04:46] * Joins: dbaron (~dbaron@50.0.192.112)
- # [05:05] * Joins: ricea (~ricea@2401:fa00:4:1000:7d75:9f9a:65d3:c321)
- # [05:05] * Joins: satazor (~satazor@102.99.136.95.rev.vodafone.pt)
- # [05:10] * Quits: satazor (~satazor@102.99.136.95.rev.vodafone.pt) (Ping timeout: 240 seconds)
- # [05:15] * Joins: jwalden (~waldo@c-50-168-55-219.hsd1.ca.comcast.net)
- # [05:24] * Quits: thinkxl (~thinkxl@207-91-184-162.nstci.net) (Quit: Lingo - http://www.lingoirc.com)
- # [05:36] * Quits: stalled (~stalled@unaffiliated/stalled) (Ping timeout: 255 seconds)
- # [05:37] * Quits: morrita_ (uid16889@gateway/web/irccloud.com/x-olsagbnsteeorrfq) (Quit: Connection closed for inactivity)
- # [05:38] * Joins: ehsan_ (~ehsan@135-23-212-183.cpe.pppoe.ca)
- # [05:40] * Quits: ehsan (~ehsan@135-23-212-183.cpe.pppoe.ca) (Ping timeout: 245 seconds)
- # [05:51] * Joins: stalled (~stalled@unaffiliated/stalled)
- # [05:53] * Quits: boogyman_ (~boogyman@50.167.218.18) (Quit: ChatZilla 0.9.91 [Firefox 32.0.3/20140923175406])
- # [05:55] * Joins: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se)
- # [06:00] * Joins: satazor (~satazor@102.99.136.95.rev.vodafone.pt)
- # [06:00] * Quits: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se) (Ping timeout: 245 seconds)
- # [06:05] * Quits: satazor (~satazor@102.99.136.95.rev.vodafone.pt) (Ping timeout: 260 seconds)
- # [06:09] * Joins: Nyalab (~nyalab@89.30.127.162)
- # [06:13] * Quits: Nyalab (~nyalab@89.30.127.162) (Ping timeout: 260 seconds)
- # [06:20] * Joins: yhirano_ (uid40668@gateway/web/irccloud.com/x-kascdiqzunpkgeyx)
- # [06:25] * Quits: yutak (~yutak@2401:fa00:4:1000:54c:d1c8:149b:78dc) (Quit: Ex-Chat)
- # [06:36] * Joins: jdaggett_ (~jdaggett@ae031063.dynamic.ppp.asahi-net.or.jp)
- # [06:36] * Joins: Jirka_ (~Jirka@apn.sa.cz)
- # [06:40] * Joins: bob (4a41b954@gateway/web/freenode/ip.74.65.185.84)
- # [06:40] * bob is now known as Guest47795
- # [06:45] * Joins: weinig (~weinig@98.234.191.242)
- # [06:45] * Quits: weinig (~weinig@98.234.191.242) (Client Quit)
- # [06:46] * Quits: ehsan_ (~ehsan@135-23-212-183.cpe.pppoe.ca) (Quit: Leaving...)
- # [06:52] * Quits: Jirka_ (~Jirka@apn.sa.cz) (Ping timeout: 272 seconds)
- # [06:53] * Joins: satazor (~satazor@102.99.136.95.rev.vodafone.pt)
- # [06:59] * Quits: satazor (~satazor@102.99.136.95.rev.vodafone.pt) (Ping timeout: 240 seconds)
- # [07:03] * Quits: roc (~chatzilla@2001:cb0:b202:232:2677:3ff:fece:dc64) (Remote host closed the connection)
- # [07:09] * npcomp is now known as npcomp|away
- # [07:18] * Joins: dreamseer (~dreamseer@pD9FF8919.dip0.t-ipconnect.de)
- # [07:18] * Quits: dreamseer (~dreamseer@pD9FF8919.dip0.t-ipconnect.de) (Client Quit)
- # [07:18] * Quits: Guest47795 (4a41b954@gateway/web/freenode/ip.74.65.185.84) (Quit: Page closed)
- # [07:46] * Joins: TuRnaD0 (~Thunderbi@x1-6-e0-46-9a-1e-fe-ca.cpe.webspeed.dk)
- # [07:46] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Remote host closed the connection)
- # [07:55] * Joins: hasather (~hasather@80.91.33.141)
- # [07:56] * Joins: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se)
- # [07:57] * Joins: Nyalab (~nyalab@89.30.127.162)
- # [07:59] * Joins: jensnockert_ (~jensnocke@s83-179-51-171.cust.tele2.se)
- # [07:59] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 265 seconds)
- # [07:59] * Quits: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se) (Read error: Connection reset by peer)
- # [08:02] * Joins: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [08:03] * Quits: Nyalab (~nyalab@89.30.127.162) (Ping timeout: 272 seconds)
- # [08:08] * Joins: BigBangUDR (~Thunderbi@103.249.181.147)
- # [08:20] * Quits: TuRnaD0 (~Thunderbi@x1-6-e0-46-9a-1e-fe-ca.cpe.webspeed.dk) (Ping timeout: 255 seconds)
- # [08:24] * Quits: jensnockert_ (~jensnocke@s83-179-51-171.cust.tele2.se) (Remote host closed the connection)
- # [08:25] * Joins: bnicholson (~bnicholso@180.sub-70-197-8.myvzw.com)
- # [08:31] * Quits: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 258 seconds)
- # [08:32] * Joins: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [08:32] <jamesr__> TabAtkins: mystery feature is best feature
- # [08:34] <TabAtkins> jamesr__: http://memegenerator.net/instance/55380835
- # [08:39] * Joins: jernoble (~jernoble@tiff-v227.public.monkeybrains.net)
- # [08:39] * Quits: ricea (~ricea@2401:fa00:4:1000:7d75:9f9a:65d3:c321) (Quit: Leaving.)
- # [08:42] * Joins: satazor (~satazor@102.99.136.95.rev.vodafone.pt)
- # [08:43] * Joins: ricea (~ricea@2401:fa00:4:1000:6c6e:b815:c6c1:cf5e)
- # [08:45] <jamesr__> wow such ads
- # [08:45] <jamesr__> so slow load
- # [08:47] * Quits: dbaron (~dbaron@50.0.192.112) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [08:51] * Quits: satazor (~satazor@102.99.136.95.rev.vodafone.pt) (Ping timeout: 255 seconds)
- # [08:53] * Joins: zdobersek (~zan@109.201.154.184)
- # [08:55] * Joins: hasather (~hasather@80.91.33.141)
- # [08:55] * Quits: bnicholson (~bnicholso@180.sub-70-197-8.myvzw.com) (Read error: Connection reset by peer)
- # [08:58] * Joins: tantek (~tantek@70-36-139-41.dsl.dynamic.fusionbroadband.com)
- # [08:58] * Quits: nicolasbadia (~nicolasba@hue38-1-78-209-78-103.fbx.proxad.net) (Ping timeout: 245 seconds)
- # [08:59] * Quits: CvP (~CvP@203.76.123.238) (Quit: [ UPP ] > all)
- # [09:00] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 240 seconds)
- # [09:00] * Quits: jernoble (~jernoble@tiff-v227.public.monkeybrains.net) (Quit: Computer has gone to sleep.)
- # [09:01] * Joins: jernoble (~jernoble@162.217.73.171)
- # [09:02] * Joins: laurensclaessen (~laurenscl@91.183.84.141)
- # [09:03] * Krinkle is now known as Krinkle|detached
- # [09:08] * Joins: baku (~baku@38.27.43.5.rev.vodafone.pt)
- # [09:13] * Quits: jernoble (~jernoble@162.217.73.171) (Quit: Computer has gone to sleep.)
- # [09:13] * Joins: satazor (~satazor@102.99.136.95.rev.vodafone.pt)
- # [09:17] * Joins: Jirka_ (~Jirka@eduroam149-177.nbk.vse.cz)
- # [09:22] * Joins: cbr (~cbr@145.36.150.83.chzhher77.rootnet.ch)
- # [09:26] * Joins: markkes (~markkes@62.207.90.201)
- # [09:32] * Joins: Nyalab (~nyalab@89.30.127.162)
- # [09:35] * Joins: Mso150_x (~ctlM@217.118.64.47)
- # [09:41] * Joins: Ms2ger (~Ms2ger@33.234-64-87.adsl-dyn.isp.belgacom.be)
- # [09:42] <annevk> http://www.dreamhoststatus.com/2014/10/16/https-web-site-owners-ssl-v-3-disablement/
- # [09:42] <annevk> "(Remember, everything less than TLS 1.2 with an AEAD mode is cryptographically broken.)" https://www.imperialviolet.org/2014/10/14/poodle.html
- # [09:43] <annevk> Anyone know anything about that?
- # [09:43] * Joins: CvP (~CvP@203.76.123.238)
- # [09:44] <annevk> MikeSmith: I wonder how much could be solved if we had a way to indicate a tabgroup
- # [09:53] * Joins: cheron (~cheron@unaffiliated/cheron)
- # [09:57] * Quits: psy (~psy@103.6.159.172) (Remote host closed the connection)
- # [09:58] * Quits: BigBangUDR (~Thunderbi@103.249.181.147) (Remote host closed the connection)
- # [10:03] * Joins: kaeku (~awissel@94.79.170.90)
- # [10:08] * Quits: baku (~baku@38.27.43.5.rev.vodafone.pt) (Ping timeout: 260 seconds)
- # [10:17] * Quits: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 255 seconds)
- # [10:19] * Quits: satazor (~satazor@102.99.136.95.rev.vodafone.pt)
- # [10:21] * Joins: psy (~psy@122.172.79.154)
- # [10:24] <MikeSmith> annevk: dunnoーI've not spent enough time looking at to have an informed view on it. But please post to that bug if you have thoughts.
- # [10:26] <MikeSmith> annevk: btw I'm looking into getting the w3c validator working over TLS. I'm told it should be relatively easy. I guess it's just a matter of somebody making time to do it
- # [10:28] * Quits: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 250 seconds)
- # [10:29] <annevk> MikeSmith: hsivonen mentioned some issues, but I'm not sure what they were
- # [10:30] <annevk> MikeSmith: well, I don't remember
- # [10:30] <annevk> MikeSmith: but yeah, if you have full control over the server it should be quite easy
- # [10:30] * Joins: KevinMarks (~yaaic@2607:fb90:2207:2727:e8b6:a779:e616:a91b)
- # [10:31] * Joins: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [10:32] * Quits: tantek (~tantek@70-36-139-41.dsl.dynamic.fusionbroadband.com) (Quit: tantek)
- # [10:32] * Joins: baku (~baku@187.238.28.37.rev.vodafone.pt)
- # [10:36] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [10:36] * Quits: kaeku (~awissel@94.79.170.90) (Quit: kaeku)
- # [10:37] * Quits: baku (~baku@187.238.28.37.rev.vodafone.pt) (Ping timeout: 240 seconds)
- # [10:38] * Joins: kaeku (~awissel@b2b-94-79-170-90.unitymedia.biz)
- # [10:39] <MikeSmith> annevk: yeah I don't know what issues hsivonen was thinking about but as far as I can tell, with the was W3C systems handle the TLS termination, deploying under TLS in the W3C environment doesn't require me to do anything different at all with the vnu instances. It should should work.
- # [10:39] * Quits: kaeku (~awissel@b2b-94-79-170-90.unitymedia.biz) (Client Quit)
- # [10:41] * Quits: Mso150_x (~ctlM@217.118.64.47) (Read error: Connection reset by peer)
- # [10:41] * Joins: kaeku (~awissel@b2b-94-79-170-90.unitymedia.biz)
- # [10:41] * Quits: moo-_- (miohtama@lakka.kapsi.fi) (Ping timeout: 272 seconds)
- # [10:41] <MikeSmith> annevk: in other news, do you have any opinion on what we should do about document-conformance requirements for meta@http-equiv=X-UA-Compatible
- # [10:41] * Joins: KevinMarks___ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [10:42] * Quits: nephyrin` (~neph@2620:101:80fc:224:7a2b:cbff:fe9e:2e67) (Ping timeout: 272 seconds)
- # [10:42] <MikeSmith> one option is to just put it into the spec and make it valid. Another is to put it into the spec and make it required
- # [10:42] <annevk> MikeSmith: won't it wither and die with all older IE versions?
- # [10:43] <MikeSmith> one would hope. But we don't seem to be there yet
- # [10:43] * Joins: nephyrin (~neph@2620:101:80fc:224:7a2b:cbff:fe9e:2e67)
- # [10:43] <MikeSmith> in the mean time, most boilerplate things like bootstrap include it
- # [10:43] <MikeSmith> s/most/all
- # [10:44] <MikeSmith> so the spec is currently at odds with reality on this
- # [10:44] * Quits: KevinMarks (~yaaic@2607:fb90:2207:2727:e8b6:a779:e616:a91b) (Ping timeout: 260 seconds)
- # [10:45] <MikeSmith> in practical terms for me, it means the validator is emitting an error for it that is just wasting developers' time, because they're not going to remove it from their documents.
- # [10:46] <annevk> MikeSmith: I think at the very least that the proposal to emit an error for developers that have not included it, would also be wasting time
- # [10:46] <MikeSmith> and sorta worse, downstream tools that embed the validator have to add code to filter out that error
- # [10:47] <annevk> MikeSmith: but I'm okay with making cruft conforming, we're allowing <br/> after all
- # [10:47] <MikeSmith> annevk: so yeah point taken and that suggests we should make it valid but optional
- # [10:47] <MikeSmith> annevk: ok what about meta@name=viewport
- # [10:50] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Ping timeout: 246 seconds)
- # [10:51] <annevk> MikeSmith: same opinion
- # [10:51] <MikeSmith> hai
- # [10:54] * Joins: BigBangUDR (~Thunderbi@103.249.181.147)
- # [10:56] * Quits: Jirka_ (~Jirka@eduroam149-177.nbk.vse.cz) (Ping timeout: 255 seconds)
- # [10:58] * Quits: BigBangUDR (~Thunderbi@103.249.181.147) (Ping timeout: 255 seconds)
- # [11:05] * Quits: ^esc_ (~esc-ape@91.141.2.119.wireless.dyn.drei.com) (Ping timeout: 250 seconds)
- # [11:07] * Joins: hasather (~hasather@80.91.33.141)
- # [11:11] * Joins: tommyliu (~tommyliu@61.144.248.40)
- # [11:12] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 260 seconds)
- # [11:12] * Joins: tommyliu_ (~tommyliu@183.37.150.138)
- # [11:14] * Joins: espadrine_ (~ttyl@LMontsouris-656-01-02-84.w80-12.abo.wanadoo.fr)
- # [11:15] * Joins: tommyli__ (~tommyliu@61.144.248.40)
- # [11:16] * Quits: tommyliu (~tommyliu@61.144.248.40) (Ping timeout: 260 seconds)
- # [11:18] * Quits: tommyliu_ (~tommyliu@183.37.150.138) (Ping timeout: 245 seconds)
- # [11:21] * Joins: tommyliu (~tommyliu@183.37.150.138)
- # [11:24] * Quits: tommyli__ (~tommyliu@61.144.248.40) (Ping timeout: 240 seconds)
- # [11:26] * Joins: roc (~chatzilla@121-98-104-107.bng1.tvc.orcon.net.nz)
- # [11:26] * Joins: tommyliu_ (~tommyliu@183.37.150.138)
- # [11:29] * Quits: tommyliu (~tommyliu@183.37.150.138) (Ping timeout: 265 seconds)
- # [11:34] * Quits: tommyliu_ (~tommyliu@183.37.150.138) (Quit: brb)
- # [11:34] <MikeSmith> annevk: fyi just filed https://www.w3.org/Bugs/Public/show_bug.cgi?id=27091 about meta@http-equiv=X-UA-Compatible
- # [11:35] <MikeSmith> hsivonen: ↑
- # [11:35] * Quits: roc (~chatzilla@121-98-104-107.bng1.tvc.orcon.net.nz) (Remote host closed the connection)
- # [11:36] <MikeSmith> reading https://wiki.whatwg.org/wiki/Talk:PragmaExtensions I see that Hixie considers this to be a bug in the IANA registry and not really a bug in the spec. Given that, if I make the validator not report an error for it, that's not a wilful violation of the HTML spec, it's just resigning ourselves to the fact that the IANA registration process is broken
- # [11:37] <MikeSmith> hsivonen: given that, would you be OK with me going ahead and changing the vnu schema to allow meta@http-equiv=X-UA-Compatible now
- # [11:38] * Quits: lerc (~quassel@121-74-5-229.telstraclear.net) (Ping timeout: 240 seconds)
- # [11:39] * Quits: sarri (~sari@p50995cae.dip0.t-ipconnect.de) (Ping timeout: 245 seconds)
- # [11:41] * Joins: sarri (~sari@p50995cae.dip0.t-ipconnect.de)
- # [11:41] <MikeSmith> for those who appreciate irony, the page at https://wiki.whatwg.org/wiki/PragmaExtensions which says that meta@http-equiv=X-UA-Compatible is not valid itself has <meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
- # [11:41] <MikeSmith> view-source:https://wiki.whatwg.org/wiki/PragmaExtensions
- # [11:43] * Quits: Nyalab (~nyalab@89.30.127.162)
- # [11:43] * Joins: BigBangUDR (~Thunderbi@103.249.181.147)
- # [11:44] * Joins: Lachy_ (~Lachy@cm-84.215.104.248.getinternet.no)
- # [11:48] * Joins: roc (~chatzilla@121-98-104-107.bng1.tvc.orcon.net.nz)
- # [11:50] <annevk> MikeSmith: I find the idea that http-equiv is actually equivalent to HTTP headers somewhat absurd
- # [11:50] <annevk> MikeSmith: not sure why Hixie maintains that point of view
- # [11:51] * Quits: laurensclaessen (~laurenscl@91.183.84.141) (Remote host closed the connection)
- # [11:51] <MikeSmith> I think he's just trying to impose some reasoning on it
- # [11:51] <MikeSmith> but yeah I guess it's really just a fiction
- # [11:53] * Joins: ttepasse (~ttepasse@ip-109-90-166-140.hsi11.unitymediagroup.de)
- # [11:59] * Quits: BigBangUDR (~Thunderbi@103.249.181.147) (Quit: BigBangUDR)
- # [12:00] * Joins: laurensclaessen (~laurenscl@91.183.84.141)
- # [12:02] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
- # [12:07] <gsnedders> does anyone know how ePub readers parse XHTML de facto? Because AFAICT they all support non-WF content
- # [12:08] * Joins: hasather (~hasather@80.91.33.141)
- # [12:09] * Quits: sarri (~sari@p50995cae.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
- # [12:09] * Joins: sarri (~sari@p50995cae.dip0.t-ipconnect.de)
- # [12:11] <MikeSmith> gsnedders: They just just use webkit and I've been told it just goes through the text/html parser in webkit not the XML parser
- # [12:12] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 250 seconds)
- # [12:13] * Joins: Nyalab (~nyalab@89.30.127.162)
- # [12:14] <gsnedders> MikeSmith: the HTML5 parser in WebKit? Because AIUI stuff like <script /> is handled
- # [12:15] <gsnedders> (which IIRC the old WebKit parser handled through reparsing?)
- # [12:15] <MikeSmith> hmm maybe they are using the old parser then
- # [12:16] <MikeSmith> and if so they can't change it now I guess ,if they have ebooks out in the wild with stuff like <script />
- # [12:16] <gsnedders> Calibre currently uses a patched version of html5lib (except where it's packaged in distros like arch which just use upstream html5lib and probably break stuff…)
- # [12:17] <MikeSmith> the epub people seem to have dug themselves into a lot of holes -- against advice from others
- # [12:17] <gsnedders> totally
- # [12:18] <MikeSmith> I think hsivonen might know something about the implementation details on particular readers -- based on research he did a couple years back
- # [12:18] <MikeSmith> but maybe he didn't go too deep into the details, I dunno
- # [12:18] <gsnedders> no JS makes testing tiresome, le sigh
- # [12:18] <gsnedders> (at least in most readers)
- # [12:19] * Joins: BigBangUDR (~Thunderbi@103.249.181.147)
- # [12:19] <MikeSmith> they
- # [12:20] <MikeSmith> we just need to move ebooks to the web where they belong and where the rest of the world's information content is
- # [12:21] <MikeSmith> all of these problems they have arise for requiring users to download and install some separate "reading system" application that users don't want to install to begin with
- # [12:21] <MikeSmith> it's fundamentally all user-hostile
- # [12:22] <gsnedders> the problem is all getting content to be licensed DRM-free in the first place
- # [12:24] <gsnedders> Google Play gets away with doing it all in browser with a page or so of buffering
- # [12:24] <gsnedders> but never actually opens the whole thing
- # [12:24] <gsnedders> and makes it incredibly user-hostile to copy anything
- # [12:25] <MikeSmith> yep
- # [12:27] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [12:27] <MikeSmith> the prevent-users-from-copying user hostility just naturally follows from the fundamental flawed foundation of the whole thing
- # [12:30] <MikeSmith> we need a kickstarter-like thing for book authors
- # [12:31] <gsnedders> tbf, people were trying to prevent copying stuff frm the web 15 years ago
- # [12:31] <MikeSmith> oh they still are
- # [12:31] <gsnedders> at least the book industry isn't so hellbent on DRM as the movie industry
- # [12:31] <gsnedders> oh, I'm not saying that — I'm just saying it's not a new phenomom
- # [12:31] <MikeSmith> ok
- # [12:33] <MikeSmith> anyway the core problem here is publishers. The Web doesn't need "publishers", and books don't need publishers either
- # [12:33] <jgraham> They often do need marketing departments
- # [12:34] <jgraham> Which is about 90% of the function of a publisher
- # [12:34] <MikeSmith> books should be free but we should have a better way to be able to pay authors to write them
- # [12:34] <MikeSmith> the web is its own marketing department
- # [12:34] <MikeSmith> the web already has discoverability
- # [12:35] <MikeSmith> and good search engines
- # [12:35] <MikeSmith> and other good ways to raise visibility of quality content
- # [12:37] * Joins: moo-_- (miohtama@lakka.kapsi.fi)
- # [12:38] <MikeSmith> and authors can get together to create their own branded web presenses together without relying on some sugar-daddy publisher where they're just some insignificant tiny sharecropper
- # [12:46] <jgraham> I think when enough authors get together like that, they will hire some people to handle the parts they aren't good at.
- # [12:47] <jgraham> Pretty soon you have recreated a publisher
- # [12:49] <jgraham> c.f. http://www.antipope.org/charlie/blog-static/2013/03/why-i-dont-self-publish.html
- # [12:50] <MikeSmith> yeah that's the basic argument but I personally find it more of an excuse for authors to be lazy and complain
- # [12:50] <MikeSmith> compare this situation to indie bands
- # [12:51] * yhirano_ is now known as yhirano
- # [12:52] <jgraham> Who largely self-organise into record labels and often preferentially sign with the large corporate labels?
- # [12:52] * Joins: ^esc (~esc-ape@178.165.128.93.wireless.dyn.drei.com)
- # [12:53] <jgraham> (that is: there are a non-zero number of cases where bands release their first record on some small label, have a little success and then choose to sign to a larger label)
- # [12:55] <MikeSmith> the vast majority of bands that sign to a larger label don't make money
- # [12:56] <MikeSmith> in many cases, they end up owing the record label money
- # [12:56] <MikeSmith> things like https://bandcamp.com/ allow them to have a chance to actually make some money off their records
- # [12:57] <jgraham> So I agree that the record industry is strucutred to send most of the money to the label
- # [12:57] <MikeSmith> yeah
- # [12:57] <jgraham> It isn't clear that the same is true of publishing, or that indie-ness really helps
- # [12:58] <jgraham> If being on an artist-run label is so much more profitable, why wouldn't everyone do it?
- # [12:58] * Quits: laurensclaessen (~laurenscl@91.183.84.141) (Remote host closed the connection)
- # [12:59] <MikeSmith> anyway, I understand Charles Stross's POV but he's making a choice not just to save himself money and work. He's choosing to push costs off onto the people who want to read his books.
- # [13:00] * Joins: laurensclaessen (~laurenscl@91.183.84.141)
- # [13:00] <MikeSmith> jgraham: as far as "why wouldn't everyone do it", because is requires additional work
- # [13:01] <MikeSmith> when I was young I remember there was a time when music clubs move to a "pay to play" system where bands basically had to rent a club if they wanted to perform tehre
- # [13:04] <MikeSmith> but bands I knew were already doing "pay to play" in that if they wanted to have a place to perform and get people to show up, they rented some Knights of Columbus meeting hall or other odd place
- # [13:06] <MikeSmith> bands that were actually good got known that way and moved on to playing in bigger places. But they got known for doing good live performances first.
- # [13:09] <MikeSmith> other kinds of bands got known first mostly from just putting out songs on 12-inch singles that got played at live shows by DJs but never got played on any commercial radio stations. And that's how they got known
- # [13:11] <MikeSmith> anyway there are lots of ways to get known and eventually get money that don't involve lazily relegating all the work to some company with a marketing department
- # [13:13] <MikeSmith> and somebody who is known like Charles Stross could instead use a kickstarter-like service to raise money for the equivalent of the 2 months of publishing-company production work he claims is needed to complete the publishing process for one of his books
- # [13:17] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [13:19] * Quits: cbr (~cbr@145.36.150.83.chzhher77.rootnet.ch) (Quit: cbr)
- # [13:33] * Joins: cbr (~cbr@145.36.150.83.chzhher77.rootnet.ch)
- # [13:34] <jgraham> Sure, but kickstarter tends to reward the already-well-known
- # [13:35] <hsivonen> annevk, MikeSmith: The TLS problem with Validator.nu is that the requests the validator itself makes are without SNI
- # [13:35] <hsivonen> annevk, MikeSmith: for hosting the validator itself, this means it's embarrassing if the validator is hosted in a SNI-requiring way and, therefore, the validator is unable to validate itself
- # [13:36] <hsivonen> annevk, MikeSmith: what's really blocking validator.nu being hosted behind TLS, though, is that I haven't decided how to get certs
- # [13:36] <annevk> hsivonen: how can it validate other SNI domains then?
- # [13:36] <hsivonen> annevk: it can't. and that's going to be a bigger and bigger problem!
- # [13:36] <MikeSmith> hsivonen: ah yeah I remember overhearing that discussion now
- # [13:36] <hsivonen> (that needs to be fixed)
- # [13:37] <annevk> hsivonen: works for whatwg and my site...
- # [13:37] * Joins: hasather (~hasather@80.91.33.141)
- # [13:38] <hsivonen> annevk: that's probably because the validator doesn't check the host name against the cert and then the HTTP Host header dispatch happens independently of SNI
- # [13:38] <hsivonen> annevk: good discovery
- # [13:38] <hsivonen> as for getting certs, first I was thinking of using SNI and getting a wildcard from sslmate.
- # [13:39] <hsivonen> then, I figured I'd get identity validated at StartSSL and mint a cert with all my domains
- # [13:40] <hsivonen> then I looked at what identity validation means and figured that it's BS that I should give someone ammo to commit identity theft against me in order to get certs
- # [13:40] <hsivonen> after all, having my name on a non-EV cert is pointless
- # [13:40] <hsivonen> what matters is DV
- # [13:41] <hsivonen> the StartSSL requirement to perform identity validation for DV certs seems just and excuse to do some work that justifies the business model
- # [13:41] <annevk> DV?
- # [13:41] <hsivonen> domain validation
- # [13:42] <hsivonen> validating that the public key belongs to validator.nu
- # [13:42] <hsivonen> users aren't going to care if the cert also says something about "Henri Sivonen" in the non-EV case
- # [13:42] <hsivonen> in the non-EV case, Firefox will say the site is "run by (unknown)" even if the cert claims it's run by "Henri Sivonen"
- # [13:43] <hsivonen> so having the string "Henri Sivonen" is pretty useless
- # [13:43] <MikeSmith> yep
- # [13:43] <annevk> Yeah I don't get why CAs have class1-4 and various other things as UAs just don't care
- # [13:43] <hsivonen> so I heard about Namecheap selling multidomain Comodo certs without such bogus paperwork
- # [13:43] <MikeSmith> what Firefox is doing is the right thing. Other browsers don't say that?
- # [13:44] <hsivonen> but it seems the advertised pricing at Namecheap is misleading and too good to be true
- # [13:44] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 240 seconds)
- # [13:44] <hsivonen> now I'm stuck between giving StartSSL paperwork I shouldn't have to give to a CA and researching how much the Namecheap offering would really cost me
- # [13:45] <MikeSmith> annevk: maybe CAs have that for some client cases other than browsers
- # [13:45] <hsivonen> annevk: I suppose for S/MIME, the distinction between StartSSL free and identity validated certs makes a bit of sense
- # [13:47] <annevk> hsivonen: why is 30 USD per year cheap?
- # [13:47] * Quits: laurensclaessen (~laurenscl@91.183.84.141) (Remote host closed the connection)
- # [13:49] <hsivonen> annevk: that's the effective per-year cost of two-year identity validated StartSSL certs, right?
- # [13:49] <annevk> hsivonen: except with StartSSL you can mint a million of them and they offer wildcards too
- # [13:49] <hsivonen> MikeSmith: Chrome and IE don't expose the string "Anne Van Kesteren" for annevankesteren.nl in the doorhanger, either
- # [13:50] <annevk> Such a sad string, happy they don't show it
- # [13:50] <MikeSmith> ok good
- # [13:50] <hsivonen> annevk: right. I don't know how much the Namecheap option would actually cost
- # [13:50] <annevk> The Common Name field is also completely broken
- # [13:50] <annevk> But that seems not restricted to StartSSL
- # [13:51] <hsivonen> I will probably end up sending StartSSL paperwork I shouldn't have to send them and hope they aren't running an identity theft scam
- # [13:54] <MikeSmith> hsivonen: btw I notice that Nightly no longer "which is run by (unknown)" for the non-EV case. I just shows omits that part completely. You have to use the "more information" button to see "Owner: This site does not supply ownership information."
- # [13:54] <MikeSmith> hsivonen: The old behavior was better for users. I wonder why it was changed.
- # [13:56] * Joins: caitp (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [13:57] <annevk> hsivonen: you could prolly try argue with the founder of StartSSL
- # [13:57] * MikeSmith looks down to the actual cert and sees that the O for *.whatwg.org is "Anne Van Kesteren"
- # [13:57] <annevk> hsivonen: he answers support email, it's pretty cool
- # [13:57] <annevk> MikeSmith: sssh, don't tell anyone
- # [13:57] <MikeSmith> heh
- # [13:58] <JakeA> annevk: "run Soft Update just before you plan on booting the service worker" - why before? Are you suggesting blocking the SW running on the update completing?
- # [13:59] <annevk> JakeA: I don't know, you'll need to decide that. But say I visit gmail.com and get a SW. Then 48h later it sends a push message. What is the UA to do?
- # [13:59] <annevk> JakeA: or I visit gmail.com and get an SW. gmail.com shows a notification. I close gmail.com and 48h later I click the notification. What is the UA to do?
- # [14:01] <JakeA> annevk: in the first example, the push message would be handled immediately & the update happens in the background
- # [14:01] <annevk> JakeA: so that means you can run a SW that is older than 24h
- # [14:01] <JakeA> annevk: yes, you must be able to do that
- # [14:02] <annevk> JakeA: is that also what happens on navigation?
- # [14:02] <JakeA> annevk: yes
- # [14:02] <annevk> JakeA: okay fine, then that's what I'm proposing
- # [14:02] <hsivonen> annevk: also, I want to choose an option that I'm willing to pay for indefinitely from one of two CAs
- # [14:02] <annevk> JakeA: except instead of making it conditional on navigating, just make it conditional on booting
- # [14:02] <JakeA> annevk: I don't want all my apps failing because I've been abroad & no connection for 25hrs
- # [14:02] <JakeA> gotcha
- # [14:02] <hsivonen> annevk: that is, if I mint a cert at StartSSL that's insanely expensive to mint anywhere else, things will be bad if there's ever a reason to switch CAs
- # [14:03] <annevk> hsivonen: start deprecating your subdomains now
- # [14:03] <annevk> hsivonen: although it seems CloudFlare is offering wildcard certs pretty cheaply too now
- # [14:04] <annevk> JakeA: well they wouldn't fail, they would just be slower to boot once you have connectivity, but avoiding that would be good too
- # [14:04] <annevk> JakeA: that does mean you have to support the SW script URL forever theoretically speaking
- # [14:04] <annevk> but that makes sense
- # [14:08] <MikeSmith> hsivonen: so, about X-UA-Compatible, you ok with me landing https://github.com/validator/validator/commit/53d1154d6dcb18f6280e4b54d53c5ce48328072e ? Or would you prefer to wait for https://www.w3.org/Bugs/Public/show_bug.cgi?id=27091 to be resolved?
- # [14:11] * hsivonen looks at the bug for rationale
- # [14:13] * Joins: tantek (~tantek@70-36-139-41.dsl.dynamic.fusionbroadband.com)
- # [14:13] <MikeSmith> hsivonen: I can add more rationale in the bug but basically it comes down to, it's used all over the place and in bootstrap and the other kinds of boilerplate kits like that, and recommended in 3rd-party best-practices docs, etc.
- # [14:13] <MikeSmith> hsivonen: in other words we lost the fight. We lost it a long time ago, actually
- # [14:13] <hsivonen> MikeSmith: can we make IE=edge the only valid value?
- # [14:14] <hsivonen> this is product-specific markup, so in principle it should be invalid
- # [14:14] <MikeSmith> hsivonen: I think Hixie would like to probably. Hixie was actually wonder if we should just make the whole element required.
- # [14:14] <hsivonen> but then "RDFa" is, in practice, Facebook-specific markup, and we gave up on that one
- # [14:14] <MikeSmith> hsivonen: the reality in this case doesn't align well with the principle
- # [14:15] <hsivonen> MikeSmith: why should it be required now that new IE defaults to edge?
- # [14:15] <MikeSmith> yeah (about the Facebook RDFa stuff)
- # [14:15] <MikeSmith> hsivonen: for older IEs I guess
- # [14:15] <hsivonen> I'm inclined to opine "let's allow but IE=edge only"
- # [14:16] <hsivonen> (Chrome Frame is dead)
- # [14:16] <hsivonen> calling the lack of doctype invalid but IE=5 valid seems all wrong
- # [14:17] <hsivonen> MikeSmith: also, considering that new IE defaults to edge, I don't think it's a given that we "lost"
- # [14:17] <MikeSmith> hsivonen: I mean we've lost as far as not wasting validator user's time currently
- # [14:18] <MikeSmith> everyone simply ignores this error
- # [14:18] <hsivonen> MikeSmith: OK. I suggest allowing IE=edge only
- # [14:18] * Quits: kaeku (~awissel@b2b-94-79-170-90.unitymedia.biz) (Ping timeout: 240 seconds)
- # [14:18] <MikeSmith> OK
- # [14:18] * Joins: laurensclaessen (~laurenscl@91.183.84.141)
- # [14:18] <hsivonen> OK. thanks
- # [14:18] <MikeSmith> thank you
- # [14:18] * Joins: kaeku (~awissel@b2b-94-79-170-90.unitymedia.biz)
- # [14:18] * Joins: mkopriva (~mkopriva@chello089173186242.chello.sk)
- # [14:18] * Joins: scor (scor@nat/acquia/x-zbxfynfpspzvbjiw)
- # [14:18] * Quits: scor (scor@nat/acquia/x-zbxfynfpspzvbjiw) (Changing host)
- # [14:18] * Joins: scor (scor@drupal.org/user/52142/view)
- # [14:19] * Quits: scor (scor@drupal.org/user/52142/view) (Remote host closed the connection)
- # [14:20] * Joins: scor (scor@nat/acquia/x-fqdcmphlfsxliqbg)
- # [14:20] * Quits: scor (scor@nat/acquia/x-fqdcmphlfsxliqbg) (Changing host)
- # [14:20] * Joins: scor (scor@drupal.org/user/52142/view)
- # [14:20] * Joins: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [14:22] * Quits: laurensclaessen (~laurenscl@91.183.84.141) (Remote host closed the connection)
- # [14:22] * Joins: laurensclaessen (~laurenscl@91.183.84.141)
- # [14:23] * Quits: caitp (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 265 seconds)
- # [14:28] <hsivonen> annevk: no way around it that StartSSL is the cheapest option
- # [14:28] * Parts: mkopriva (~mkopriva@chello089173186242.chello.sk)
- # [14:29] <hsivonen> but there's still the issue that doing too much TLS with StartSSL poses a problem if ever switching CAs
- # [14:29] <hsivonen> so even if I got identity validated, I'd have to decide which subset of my hostnames to enable TLS for
- # [14:30] <hsivonen> this is quite a switch that with TLS, you have to think about buying your hostnames instead of thinking about buying domains, only
- # [14:31] * Joins: tommyliu (~tommyliu@183.37.150.138)
- # [14:31] * Quits: tantek (~tantek@70-36-139-41.dsl.dynamic.fusionbroadband.com) (Quit: tantek)
- # [14:37] <annevk> I was hoping domain registrars could just start handing out certificates, but given the state of DNSSEC that might not be a good idea
- # [14:38] <hsivonen> annevk: DNSSEC is basically a CA with a 1024-bit root and unpoliced intermediate practices
- # [14:38] <hsivonen> annevk: regarding brokenness of everything except TLS 1.2 AEAD suites:
- # [14:39] <hsivonen> annevk: RC4 is the only non-AEAD stream cipher and is broken
- # [14:39] <hsivonen> annevk: non-AEAD block cipher modes are all CBC
- # [14:39] <hsivonen> CBC in SSLv3 is vulnerable to POODLE
- # [14:39] <hsivonen> CBC in TLS 1.0 is vulnerable to BEAST
- # [14:40] <annevk> And TLS 1.1?
- # [14:41] <hsivonen> CBC is in TLS 1.1 and TLS 1.2 is "MAC, then encrypt", which violates the "Cryptographic Doom Principle"
- # [14:41] <hsivonen> http://www.thoughtcrime.org/blog/the-cryptographic-doom-principle/
- # [14:41] * Joins: hasather (~hasather@80.91.33.141)
- # [14:42] <hsivonen> so that leaves just the AEAD suites
- # [14:42] <hsivonen> ...whose ECDHE variants in practice are limited to NIST curves, whose design is questionable
- # [14:42] <hsivonen> so, yay
- # [14:43] <annevk> So this is why everyone is hpoeful about TLS 1.3?
- # [14:43] <annevk> What a clusterfuck
- # [14:43] <annevk> Why do we keep doing protocols at the IETF again?
- # [14:44] * Joins: tommyliu_ (~tommyliu@183.37.150.138)
- # [14:45] <jgraham> To be fair, cryptography is hard
- # [14:45] * Quits: tommyliu (~tommyliu@183.37.150.138) (Read error: Connection reset by peer)
- # [14:46] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 265 seconds)
- # [14:46] * Quits: Lachy_ (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: Textual IRC Client: www.textualapp.com)
- # [14:47] * Quits: tommyliu_ (~tommyliu@183.37.150.138) (Remote host closed the connection)
- # [14:48] <hsivonen> annevk: regarding the NIST curves: http://safecurves.cr.yp.to/bada55/bada55-20140722.pdf
- # [14:48] * Joins: tommyliu (~tommyliu@23.228.209.28)
- # [14:48] <annevk> jgraham: but with these protocols nearly everything went wrong, not just the crypto
- # [14:49] * Quits: ttepasse (~ttepasse@ip-109-90-166-140.hsi11.unitymediagroup.de) (Ping timeout: 272 seconds)
- # [14:49] <annevk> jgraham: e.g. version negotiation has been a complete disaster
- # [14:50] * Joins: ttepasse (~ttepasse@ip-109-90-166-140.hsi11.unitymediagroup.de)
- # [14:50] * Quits: Nyalab (~nyalab@89.30.127.162)
- # [14:50] * Joins: Nyalab (~nyalab@89.30.127.162)
- # [14:51] * Joins: tommyliu_ (~tommyliu@61.144.248.40)
- # [14:52] * Quits: tommyliu_ (~tommyliu@61.144.248.40) (Remote host closed the connection)
- # [14:52] * Quits: tommyliu (~tommyliu@23.228.209.28) (Read error: Connection reset by peer)
- # [14:52] * Joins: tommyliu (~tommyliu@23.228.209.28)
- # [14:52] * Quits: Nyalab (~nyalab@89.30.127.162) (Client Quit)
- # [14:52] * Quits: newbie91 (~Areks@rs.gridnine.com) (Read error: Connection reset by peer)
- # [14:52] <hsivonen> annevk: to be fair, the IETF inherited backward compat requirements from Netscape
- # [14:53] * Joins: newbie91 (~Areks@rs.gridnine.com)
- # [14:53] <hsivonen> annevk: and the name TLS is Microsoft's fault (though the IETF let Microsoft impose the name)
- # [14:53] <jgraham> I don't doubt that things could have been done better. But "nearly everything went wrong" is evidently not true
- # [14:57] * caitp- is now known as caitp
- # [14:58] <hsivonen> annevk: FWIW, things would be much better if malicious JS on one origin couldn't cause requests to origin of its choice *with cookies*
- # [14:58] <hsivonen> annevk: so much of the blame lies in the Web Platform being unusual in terms of what capabilities the attacker is given
- # [14:59] <annevk> hsivonen: there's a proposal of sorts for samedocument / firstparty cookies
- # [14:59] <annevk> hsivonen: there's even a patch for Firefox
- # [14:59] <hsivonen> annevk: what's blocking it?
- # [14:59] * Joins: tommyliu_ (~tommyliu@61.144.248.40)
- # [14:59] <annevk> hsivonen: there's a lack of interest
- # [14:59] <hsivonen> :-(
- # [15:00] <annevk> hsivonen: https://people.mozilla.org/~mgoodwin/SameDomain/
- # [15:00] <annevk> Maybe I should subscribe to dev-security and ask it to be revived
- # [15:00] <annevk> Adding a powerful new directive to cookies seems like a good thing
- # [15:01] * Quits: tommyliu_ (~tommyliu@61.144.248.40) (Remote host closed the connection)
- # [15:01] <annevk> Let me bug Mike West
- # [15:01] <hsivonen> yeah, though see "cookie cutter attacks" regarding directives :-(
- # [15:03] * Quits: tommyliu (~tommyliu@23.228.209.28) (Ping timeout: 265 seconds)
- # [15:07] <annevk> Turns out that was a good bet, he's picking up https://github.com/mikewest/cake from abarth
- # [15:08] * Joins: Nyalab (~nyalab@89.30.127.162)
- # [15:08] <annevk> I gave him mgoodwin's contact details so they can sort out the firstparty idea
- # [15:17] * Quits: psy (~psy@122.172.79.154) (Remote host closed the connection)
- # [15:20] * Joins: newtron (~newtron@199.71.174.203)
- # [15:21] <annevk> hsivonen: that's a hard attack to search for, http://en.wikipedia.org/wiki/Cookiecutter_shark
- # [15:29] * Quits: BigBangUDR (~Thunderbi@103.249.181.147) (Quit: BigBangUDR)
- # [15:32] * Joins: bholley (~bholley@corp-nat.p2p.sfo1.mozilla.com)
- # [15:35] * Joins: psy (~psy@103.6.159.172)
- # [15:38] * Joins: erlehmann (~erlehmann@e181152160.adsl.alicedsl.de)
- # [15:39] * Joins: ehsan (~ehsan@135-23-212-183.cpe.pppoe.ca)
- # [15:40] * Joins: mven (~textual@32.97.110.57)
- # [15:41] * Joins: sballesteros (uid39846@gateway/web/irccloud.com/x-zwvdjoekvtnnaiyl)
- # [15:42] * Joins: hasather (~hasather@80.91.33.141)
- # [15:43] * Joins: encryptd_fractl (~encryptd_@71-90-29-214.dhcp.ftbg.wi.charter.com)
- # [15:44] * Joins: TallTed (~Thud@63.119.36.36)
- # [15:46] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 240 seconds)
- # [15:50] * Joins: Lachy_ (~Lachy@cm-84.215.104.248.getinternet.no)
- # [15:56] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com) (Remote host closed the connection)
- # [15:57] * Joins: tommyliu (~tommyliu@183.37.185.46)
- # [15:59] * Quits: tommyliu (~tommyliu@183.37.185.46) (Remote host closed the connection)
- # [16:01] * Joins: tommyliu (~tommyliu@183.37.185.46)
- # [16:03] * Quits: tommyliu (~tommyliu@183.37.185.46) (Remote host closed the connection)
- # [16:03] * Joins: tommyliu (~tommyliu@li568-208.members.linode.com)
- # [16:04] * Joins: Nyalab_ (~nyalab@89.30.127.162)
- # [16:05] * Quits: Nyalab_ (~nyalab@89.30.127.162) (Remote host closed the connection)
- # [16:07] * Quits: jungkees (uid24208@gateway/web/irccloud.com/x-llbjfcxokoiivacv) (Quit: Connection closed for inactivity)
- # [16:08] * Quits: Nyalab (~nyalab@89.30.127.162) (Ping timeout: 260 seconds)
- # [16:08] * Joins: tommyliu_ (~tommyliu@183.37.185.46)
- # [16:11] <gsnedders> Interesting Chakra seemed to have followed Carakan in only having an optimizing compiler originally, given everyone else started out with a baseline JIT.
- # [16:11] * Quits: tommyliu (~tommyliu@li568-208.members.linode.com) (Ping timeout: 255 seconds)
- # [16:15] * Quits: ehsan (~ehsan@135-23-212-183.cpe.pppoe.ca) (Remote host closed the connection)
- # [16:20] <hsivonen> annevk: I don't have a cookie cutter reference other than Ivan Ristic's book
- # [16:20] <hsivonen> annevk: the idea is that the attacker forcibly forces end of stream such that the ; secure token is lost from a cookie
- # [16:21] <hsivonen> annevk: then it gets sent to the attacker without TLS
- # [16:21] <hsivonen> annevk: and this works, because even though the TLS layer detects truncation, the HTTP layer doesn't fail in browsers when the TLS layer detects that something is wrong
- # [16:21] <annevk> hsivonen: https://twitter.com/ivanristic/status/458689481340878848
- # [16:22] <hsivonen> annevk: oh a fix. cool
- # [16:23] <annevk> hsivonen: https://secure-resumption.com/tlsauth.pdf perhaps
- # [16:24] <annevk> hsivonen: https://code.google.com/p/chromium/issues/detail?id=244260 seems like browsers might have fixed this
- # [16:25] <annevk> hsivonen: does seem like something not actually described by any specification though :-(
- # [16:26] * Quits: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 255 seconds)
- # [16:27] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com)
- # [16:31] * Quits: cheron (~cheron@unaffiliated/cheron) (Quit: Leaving.)
- # [16:31] * Quits: tommyliu_ (~tommyliu@183.37.185.46) (Read error: Connection reset by peer)
- # [16:33] * Joins: ehsan (~ehsan@135-23-212-183.cpe.pppoe.ca)
- # [16:33] * Joins: hasather (~hasather@80.91.33.141)
- # [16:33] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com) (Ping timeout: 260 seconds)
- # [16:33] * Joins: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
- # [16:34] * Quits: boogyman (~boogyman@pdpc/supporter/professional/boogyman) (Quit: Leaving.)
- # [16:34] * Joins: tommyliu (~tommyliu@14.153.208.187)
- # [16:35] * Quits: erlehmann (~erlehmann@e181152160.adsl.alicedsl.de) (Quit: Die demokratieerhaltende Whistleblowerplattform Krautchan freut sich immer über Spenden.)
- # [16:35] <gsnedders> waitwhat, StartSSL *generates the private key* in the browser?!!!!
- # [16:35] * Joins: erlehmann (~erlehmann@e181152160.adsl.alicedsl.de)
- # [16:36] <gsnedders> ignore me while I go and cry
- # [16:36] <hsivonen> gsnedders: <keygen> is OK
- # [16:36] <hsivonen> gsnedders: the part where they offer to generate a private key on their "HSM" is the scary part
- # [16:37] <gsnedders> but what do they do on IE, then?
- # [16:37] * Joins: satazor (~satazor@239.201.37.188.rev.vodafone.pt)
- # [16:37] <hsivonen> IE has some VBScript equivalent of <keygen>, IIRC
- # [16:37] <gsnedders> I thought VBScript support had been dropped except on old compat modes?
- # [16:38] <hsivonen> maybe test it in IE?
- # [16:38] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 260 seconds)
- # [16:38] * gsnedders doesn't have a working up-to-date IE here
- # [16:39] <gsnedders> hsivonen: if they're using <keygen> howe do you get your private key, though? per spec it's just stored in some undefined local keystore, so you need some per-browser way to get at it??
- # [16:41] <gsnedders> because startssl seem to dump it in a <texarea>, and I can't see how you can do that with <keygen>
- # [16:41] * Quits: ehsan (~ehsan@135-23-212-183.cpe.pppoe.ca) (Remote host closed the connection)
- # [16:42] <gsnedders> and if it's in a <textarea>, they could've XHR'd it up to their server so you really do need to trust it
- # [16:44] <annevk> gsnedders: you can allow StartSSL to generate a private key, but you can also give them an CSR
- # [16:44] <annevk> s/an/a/
- # [16:45] * Joins: boogyman (~boogyman@38.88.11.131)
- # [16:45] * Quits: boogyman (~boogyman@38.88.11.131) (Changing host)
- # [16:45] * Joins: boogyman (~boogyman@pdpc/supporter/professional/boogyman)
- # [16:45] <gsnedders> if it really is done in-browser then it's kinda pointless given you're pretty much doomed to be using a PRNG
- # [16:45] * Quits: mven (~textual@32.97.110.57) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [16:46] <annevk> gsnedders: given the conversation above about <keygen>, it's not entirely clear to me what part you're talking about
- # [16:46] <annevk> gsnedders: authentication goes through <keygen>
- # [16:46] * Quits: kaeku (~awissel@b2b-94-79-170-90.unitymedia.biz) (Ping timeout: 246 seconds)
- # [16:46] <annevk> gsnedders: certificates have their own distinct UI; if you take them up on their offer to generate a private key, it will be done on their hardware
- # [16:47] <gsnedders> annevk: ok, what I'd seen made it sound like it was done in-browser
- # [16:52] * Joins: BigBangUDR (~Thunderbi@115.185.196.210)
- # [16:53] * Joins: Somatt_wrk (~somattwrk@130.193.24.135)
- # [16:54] * Quits: BigBangUDR (~Thunderbi@115.185.196.210) (Client Quit)
- # [16:56] * Joins: mven (~textual@32.97.110.57)
- # [16:56] * Quits: Ducki (~Ducki@191.233.66.1) (Remote host closed the connection)
- # [16:58] * Quits: mven (~textual@32.97.110.57) (Read error: Connection reset by peer)
- # [16:59] * Joins: mven (~textual@32.97.110.57)
- # [17:00] * Joins: dbaron (~dbaron@50.0.192.112)
- # [17:06] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [17:08] * Joins: BigBangUDR (~Thunderbi@115.185.196.210)
- # [17:09] * Joins: ehsan (~ehsan@2001:450:1f:224:d4a6:b381:22f9:1294)
- # [17:10] * Quits: Ms2ger (~Ms2ger@33.234-64-87.adsl-dyn.isp.belgacom.be) (Ping timeout: 240 seconds)
- # [17:10] * Quits: markkes (~markkes@62.207.90.201) (Quit: markkes)
- # [17:10] * Quits: laurensclaessen (~laurenscl@91.183.84.141) (Remote host closed the connection)
- # [17:11] * Quits: BigBangUDR (~Thunderbi@115.185.196.210) (Client Quit)
- # [17:12] * Joins: laurensclaessen (~laurenscl@91.183.84.141)
- # [17:13] * Quits: laurensclaessen (~laurenscl@91.183.84.141) (Remote host closed the connection)
- # [17:16] <Domenic> JakeA: how often does updatefound fire?
- # [17:17] * Joins: jernoble (~jernoble@76.74.153.41)
- # [17:17] <JakeA> Domenic: update checks happen on navigation, and if the fetched SW is byte-different from the current version, updatefound fires
- # [17:17] <Domenic> JakeA: so, somewhat often then. OK cool.
- # [17:18] * Joins: laurensclaessen (~laurenscl@91.183.84.141)
- # [17:18] <Domenic> JakeA: was wondering if it was a candidate for http://www.w3.org/2001/tag/doc/promises-guide#one-time-events
- # [17:18] <JakeA> Domenic: you can limit updates using max-age on the script, but to a max of 24hr
- # [17:19] <JakeA> Domenic: ahh I see. No, it's possible to have that fire multiple times through the life of the doc
- # [17:19] <JakeA> Rare I imagine, but possible
- # [17:21] * Joins: abinader (sid21713@gateway/web/irccloud.com/x-esxzlkfjflzpskwa)
- # [17:25] * Joins: Ms2ger (~Ms2ger@33.234-64-87.adsl-dyn.isp.belgacom.be)
- # [17:28] * Quits: cbr (~cbr@145.36.150.83.chzhher77.rootnet.ch) (Quit: cbr)
- # [17:28] * Quits: annevk (~annevk@46-127-136-57.dynamic.hispeed.ch) (Quit: Leaving...)
- # [17:30] * Joins: svl (~me@pD9FCE4F9.dip0.t-ipconnect.de)
- # [17:32] <Domenic> JakeA: yeah. even that's not too much of a problem, but the question is really do you want to set it and only handle the next case, or set it and handle all future cases. i'd guess the latter, so event is good.
- # [17:34] * Joins: hasather_ (~hasather@80.91.33.141)
- # [17:38] * Quits: hasather_ (~hasather@80.91.33.141) (Ping timeout: 250 seconds)
- # [17:42] * Quits: satazor (~satazor@239.201.37.188.rev.vodafone.pt)
- # [17:46] * Joins: thinkxl (~thinkxl@74-95-237-22-Houston.hfc.comcastbusiness.net)
- # [17:46] * Quits: mven (~textual@32.97.110.57) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [17:48] * Quits: thinkxl (~thinkxl@74-95-237-22-Houston.hfc.comcastbusiness.net) (Client Quit)
- # [17:49] * Joins: tommyliu_ (~tommyliu@121.15.57.7)
- # [17:50] * Joins: thinkxl (~thinkxl@2602:30a:c00c:3489:801d:fdf0:cf8a:7e3)
- # [17:50] * Joins: jensnockert (~jensnocke@192.36.80.8)
- # [17:51] * Quits: tommyliu (~tommyliu@14.153.208.187) (Ping timeout: 272 seconds)
- # [17:55] * Quits: tommyliu_ (~tommyliu@121.15.57.7) (Quit: brb)
- # [18:01] * Joins: SteveF_ (~chatzilla@92.234.79.149)
- # [18:01] * Quits: jensnockert (~jensnocke@192.36.80.8) (Read error: Connection reset by peer)
- # [18:02] * Joins: jensnockert (~jensnocke@192.36.80.8)
- # [18:02] * Quits: laurensclaessen (~laurenscl@91.183.84.141) (Remote host closed the connection)
- # [18:03] * Joins: tantek (~tantek@70-36-139-41.dsl.dynamic.fusionbroadband.com)
- # [18:04] * Joins: BigBangUDR (~Thunderbi@101.61.209.173)
- # [18:04] * Quits: BigBangUDR (~Thunderbi@101.61.209.173) (Client Quit)
- # [18:04] * Quits: jernoble (~jernoble@76.74.153.41) (Quit: Computer has gone to sleep.)
- # [18:06] * Quits: CvP (~CvP@203.76.123.238) (Ping timeout: 260 seconds)
- # [18:06] * Quits: bholley (~bholley@corp-nat.p2p.sfo1.mozilla.com)
- # [18:09] * Joins: xiinotulp (~plutoniix@node-18xw.pool-101-109.dynamic.totbb.net)
- # [18:11] * Joins: mven (~textual@32.97.110.57)
- # [18:12] * Quits: plutoniix (~plutoniix@node-o7s.pool-101-108.dynamic.totbb.net) (Ping timeout: 255 seconds)
- # [18:13] * Joins: satazor (~satazor@bl16-143-207.dsl.telepac.pt)
- # [18:14] * Joins: thinkxl_ (~thinkxl@74-95-237-22-Houston.hfc.comcastbusiness.net)
- # [18:15] * Quits: svl (~me@pD9FCE4F9.dip0.t-ipconnect.de) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [18:15] * Quits: thinkxl (~thinkxl@2602:30a:c00c:3489:801d:fdf0:cf8a:7e3) (Ping timeout: 260 seconds)
- # [18:18] * Quits: espadrine_ (~ttyl@LMontsouris-656-01-02-84.w80-12.abo.wanadoo.fr) (Ping timeout: 260 seconds)
- # [18:25] * xiinotulp is now known as plutoniix
- # [18:25] * Joins: BigBangUDR (~Thunderbi@101.61.209.173)
- # [18:30] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com)
- # [18:33] * Joins: Maurice` (copyman@unaffiliated/maurice)
- # [18:34] * Joins: ap (~ap@17.202.44.214)
- # [18:35] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com) (Ping timeout: 255 seconds)
- # [18:36] * Quits: jochen__ (jochen@nat/google/x-oyptcpwhjsuxaqqs) (Ping timeout: 240 seconds)
- # [18:37] * Quits: jensnockert (~jensnocke@192.36.80.8) (Remote host closed the connection)
- # [18:39] * Joins: bnicholson (~bnicholso@24.130.60.241)
- # [18:40] * Quits: mpt (~mpt@canonical/mpt) (Read error: Connection reset by peer)
- # [18:40] <Hixie> the HTML spec explicitly says that http-equiv isn't equivalent to HTTP headers, i haven't said they were equivalent for years
- # [18:42] * Quits: satazor (~satazor@bl16-143-207.dsl.telepac.pt) (Ping timeout: 260 seconds)
- # [18:42] <tantek> Hixie I can see it now
- # [18:43] <tantek> http-equiv is not equivalent. distributed extensibility is slavery. living specificiation is stability. ;)
- # [18:43] <Ms2ger> Stalality?
- # [18:43] <Hixie> not sure about that middle one
- # [18:44] <Hixie> (distributed extensibility is reasonable, a priori. It's the way it's usually implemented that's the problem.)
- # [18:47] * Quits: boogyman (~boogyman@pdpc/supporter/professional/boogyman) (Quit: Leaving.)
- # [18:55] * Joins: CvP (~CvP@203.76.123.238)
- # [18:58] * Quits: zdobersek (~zan@109.201.154.184) (Ping timeout: 255 seconds)
- # [18:58] <tantek> distributed extensibility is both an anathema to interoperability, and a reasonable source of research for standards development.
- # [18:59] * Joins: zdobersek (~zan@109.201.154.178)
- # [19:03] * Quits: BigBangUDR (~Thunderbi@101.61.209.173) (Quit: BigBangUDR)
- # [19:03] * Quits: zdobersek (~zan@109.201.154.178) (Client Quit)
- # [19:03] * Joins: zdobersek (~zan@109.201.154.178)
- # [19:05] * Joins: bholley (~bholley@corp-nat.p2p.sfo1.mozilla.com)
- # [19:05] * Quits: mven (~textual@32.97.110.57) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [19:07] * Quits: KevinMarks___ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 258 seconds)
- # [19:08] * Joins: laurensclaessen (~laurenscl@2a02:1810:1005:2600:3dad:d5b7:158d:4651)
- # [19:08] * Joins: mven (~textual@32.97.110.57)
- # [19:11] * Joins: Mso150_x (~ctlM@80.83.239.45)
- # [19:11] * Joins: jernoble (~jernoble@17.202.45.163)
- # [19:18] * Joins: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [19:19] * Quits: jwalden (~waldo@c-50-168-55-219.hsd1.ca.comcast.net) (Ping timeout: 272 seconds)
- # [19:19] * Quits: bnicholson (~bnicholso@24.130.60.241) (Ping timeout: 255 seconds)
- # [19:20] * Quits: jernoble (~jernoble@17.202.45.163) (Ping timeout: 255 seconds)
- # [19:21] * Quits: laurensclaessen (~laurenscl@2a02:1810:1005:2600:3dad:d5b7:158d:4651) (Remote host closed the connection)
- # [19:21] * Joins: laurensclaessen (~laurenscl@2a02:1810:1005:2600:3dad:d5b7:158d:4651)
- # [19:24] * Joins: harig (~harig@49.200.116.199)
- # [19:25] * Quits: harig (~harig@49.200.116.199) (Client Quit)
- # [19:25] * Quits: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 255 seconds)
- # [19:30] * Joins: annevk (~annevk@46-127-136-57.dynamic.hispeed.ch)
- # [19:32] * Joins: Mso150_x_h (~ctlM@80.83.239.36)
- # [19:32] * Quits: Mso150_x (~ctlM@80.83.239.45) (Ping timeout: 272 seconds)
- # [19:33] <TabAtkins> Anyone wanting to run Bikeshed on Windows, and willing to test the new install steps that just got committed to the documentation?
- # [19:34] * Quits: bholley (~bholley@corp-nat.p2p.sfo1.mozilla.com)
- # [19:36] * Joins: KevinMarks (~yaaic@2607:fb90:500:6e39:8902:b2d9:ee56:4e61)
- # [19:36] * Joins: hasather_ (~hasather@80.91.33.141)
- # [19:36] <TabAtkins> If so, https://github.com/tabatkins/bikeshed/blob/master/docs/install.md and let me know.
- # [19:37] * Joins: jwalden (~waldo@2620:101:80fc:224:7e7a:91ff:fe25:a5a3)
- # [19:40] * Quits: hasather_ (~hasather@80.91.33.141) (Ping timeout: 258 seconds)
- # [19:44] <Domenic> <3
- # [19:46] * Joins: espadrine (~espadrine@AMontsouris-158-1-93-99.w90-2.abo.wanadoo.fr)
- # [19:46] * Quits: ttepasse (~ttepasse@ip-109-90-166-140.hsi11.unitymediagroup.de)
- # [19:47] <Hixie> tantek: nah, you can make things extensible without losing interop. I mean, all scripting is basically "extensibility" for example. Same with the class="" attribute.
- # [19:48] <Hixie> tantek: microformats is an example of "distributed extensibility" and it doesn't harm interop.
- # [19:48] * Joins: hasather_ (~hasather@80.91.33.141)
- # [19:49] <tantek> Hixie - au contraire - the fact that microformats is a community for agreeing upon vocabularies has often been a criticism in the past (centralized).
- # [19:49] <tantek> and that agreement (as "centralized" as it may be) is the reason for interop
- # [19:49] <tantek> similarly, registries, like the rel registry
- # [19:49] <tantek> meta names
- # [19:49] <tantek> etc.
- # [19:49] * Joins: bnicholson (~bnicholso@2620:101:80fc:224:7e7a:91ff:fe25:a5c6)
- # [19:50] <tantek> class attribute is a good example of distributed != interop. e.g. try re-using a style sheet from one site with the HTML with class names of another - I'd be very suprised if you found *any* interop there
- # [19:51] <Hixie> sure, the "implementation" of the class attribute is the style sheet or script that uses it
- # [19:51] <tantek> the d.e. folks aren't really interested in interop (or they don't understand interop), they appear to be mostly interested in the *freedom* to just make things up (like XML before them, etc.)
- # [19:51] <tantek> hence the analogy to Orwell's "freedom is slavery" 1984 quote
- # [19:51] <Hixie> i mean you could say that different file formats are bad for interop because if you take an HTML file and stick it in a PDF viewer, it fails, but i'm not sure that's an argument against anything useful
- # [19:52] <Hixie> there are many "d.e. folk" with different interests
- # [19:52] * Joins: dgrogan (dgrogan@nat/google/x-wupoordeeuddscjq)
- # [19:52] <tantek> my PDF viewer happens to be Firefox so maybe that works now?
- # [19:52] <Hixie> you know what i mean
- # [19:52] <tantek> Hixie, I admit I have not maintained a sourced taxonomy of "d.e. folk". could make for an interesting study.
- # [19:53] * Quits: hasather_ (~hasather@80.91.33.141) (Ping timeout: 240 seconds)
- # [19:54] * Quits: laurensclaessen (~laurenscl@2a02:1810:1005:2600:3dad:d5b7:158d:4651) (Remote host closed the connection)
- # [19:54] * Joins: laurensclaessen (~laurenscl@d54c5c6ef.access.telenet.be)
- # [19:55] <Hixie> "distributed extensibility" just means "the ability to do new things (extend) without coordination with the original source (distributed)"
- # [19:56] <Hixie> "document.foo = 1" is "distributed extensibility" -- you're extending the Document object with a property "foo"
- # [19:56] <Hixie> without coordinating with Anne
- # [19:59] <tantek> seems we have different meanings for d.e. which I suppose is self-consistent with the term
- # [19:59] * Quits: laurensclaessen (~laurenscl@d54c5c6ef.access.telenet.be) (Ping timeout: 265 seconds)
- # [19:59] <Hixie> what's your meaning for it?
- # [19:59] <TabAtkins> Hahaha
- # [19:59] * Quits: mko (~mko@c-50-174-69-45.hsd1.ca.comcast.net) (Ping timeout: 260 seconds)
- # [20:00] <tantek> that different (distributed) people/groups can extend and expect interop
- # [20:02] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com)
- # [20:03] * npcomp|away is now known as npcomp
- # [20:03] <Hixie> how is that inconsistent with my example?
- # [20:03] <Hixie> what do you mean by "interop"?
- # [20:04] <Hixie> do you mean like group A and group B both come up with technology for describing contact details, and somehow content from group A works fine in processors made by group B despite them having no coordination?
- # [20:04] <Hixie> because that seems like a magical pipedream that has never happened and is unlikely to happen anytime soon
- # [20:05] <Hixie> if you don't mean that, then it seems consistent with what i said
- # [20:05] * Joins: jernoble (~jernoble@17.202.46.221)
- # [20:07] * Joins: boogyman (~boogyman@50.167.218.18)
- # [20:07] * Quits: boogyman (~boogyman@50.167.218.18) (Changing host)
- # [20:07] * Joins: boogyman (~boogyman@pdpc/supporter/professional/boogyman)
- # [20:07] <boogyman> annevk: i saw http://wingolog.org/archives/2014/10/17/ffs-ssl and thought you might get a kick out of it.
- # [20:09] <TabAtkins> In the phrase "javascript crypto", my eyes *insist* that "javascript" is misspelled and needs a "y" in it.
- # [20:10] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Remote host closed the connection)
- # [20:11] * Joins: hasather (~hasather@84.210.170.16)
- # [20:11] <annevk> boogyman: I think he's wrong about StartSSL
- # [20:12] <annevk> boogyman: also, it seems he forgot about the HSTS part?
- # [20:12] <boogyman> hsts is down further in the article
- # [20:13] <annevk> boogyman: it's not enabled though, you gave me a http:// link
- # [20:14] <boogyman> "Except that doesn't work the first time you go to a web site"
- # [20:15] <annevk> boogyman: he has not enabled it
- # [20:15] * Quits: hasather (~hasather@84.210.170.16) (Ping timeout: 260 seconds)
- # [20:16] <annevk> Anyway, as seen earlier today it's fairly easy to rant about TLS
- # [20:17] <boogyman> I just thought you may have some empathy for the author.
- # [20:17] <annevk> boogyman: fair
- # [20:22] * Joins: say2joe (~say2joe@rrcs-76-79-68-2.west.biz.rr.com)
- # [20:25] * Joins: laurensclaessen (~laurenscl@d54C5C6EF.access.telenet.be)
- # [20:33] * Quits: laurensclaessen (~laurenscl@d54C5C6EF.access.telenet.be) (Ping timeout: 240 seconds)
- # [20:34] * Joins: kaeku (~awissel@p579CAA4D.dip0.t-ipconnect.de)
- # [20:36] * Quits: kaeku (~awissel@p579CAA4D.dip0.t-ipconnect.de) (Client Quit)
- # [20:37] * Joins: kaeku (~awissel@p579CAA4D.dip0.t-ipconnect.de)
- # [20:37] * Quits: kaeku (~awissel@p579CAA4D.dip0.t-ipconnect.de) (Client Quit)
- # [20:38] * Quits: dbaron (~dbaron@50.0.192.112) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [20:40] * Joins: kaeku (~awissel@87.156.170.77)
- # [20:45] <TabAtkins> Domenic: Dunno if you're using the {{foo!type}} syntax yet, but if so, I've changed it to use two !! to make collisions less likely.
- # [20:45] <Domenic> TabAtkins: don't know what that does, heh
- # [20:45] <TabAtkins> All right, cool. ^_^
- # [20:46] <TabAtkins> It's an inline type specifier for the shorthand syntax. Identical to <a data-link-type=type>foo</a>.
- # [20:47] <TabAtkins> (Since {{foo}} defaults to the "idl" link type, and sometimes you need to disambiguate.)
- # [20:47] <TabAtkins> (I'm adding it to the other link shorthands right now.)
- # [20:48] * Joins: laurensclaessen (~laurenscl@d54C5C6EF.access.telenet.be)
- # [20:48] * Quits: laurensclaessen (~laurenscl@d54C5C6EF.access.telenet.be) (Remote host closed the connection)
- # [20:49] * Joins: hasather (~hasather@80.91.33.141)
- # [20:54] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 260 seconds)
- # [20:54] <annevk> TabAtkins: can https://dom.spec.whatwg.org/ be done in Bikeshed? Note how it no longer has "This version" links or an editor field or some such
- # [20:56] * Quits: Mso150_x_h (~ctlM@80.83.239.36) (Ping timeout: 260 seconds)
- # [20:56] <annevk> Hixie: I fixed the Twitter script, but the last two commits did not use it
- # [20:57] * Joins: Mso150_x_h (~ctlM@80.83.239.73)
- # [21:02] * Quits: kaeku (~awissel@87.156.170.77) (Quit: kaeku)
- # [21:03] * Joins: satazor (~satazor@102.99.136.95.rev.vodafone.pt)
- # [21:03] * Quits: satazor (~satazor@102.99.136.95.rev.vodafone.pt) (Remote host closed the connection)
- # [21:04] * Quits: Mso150_x_h (~ctlM@80.83.239.73) (Ping timeout: 246 seconds)
- # [21:05] * Joins: jernoble|laptop (~jernoble@17.202.45.163)
- # [21:05] * Joins: Mso150 (~ctlM@217.118.64.46)
- # [21:06] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [21:09] * Quits: say2joe (~say2joe@rrcs-76-79-68-2.west.biz.rr.com) (Quit: Leaving.)
- # [21:09] * Quits: jernoble|laptop (~jernoble@17.202.45.163) (Ping timeout: 258 seconds)
- # [21:12] <Domenic> annevk: I made TabAtkins get rid of "this version"; unsure if editor is optional yet.
- # [21:14] * Joins: marcosc (~marcosc@135-23-143-163.cpe.pppoe.ca)
- # [21:14] * Joins: encrypt__ (~encryptd_@71-90-29-214.dhcp.ftbg.wi.charter.com)
- # [21:15] * Joins: kaeku (~awissel@p579CAA4D.dip0.t-ipconnect.de)
- # [21:16] * Quits: encryptd_fractl (~encryptd_@71-90-29-214.dhcp.ftbg.wi.charter.com) (Ping timeout: 260 seconds)
- # [21:16] * Quits: marcosc_ (~marcosc@135-23-143-163.cpe.pppoe.ca) (Ping timeout: 260 seconds)
- # [21:20] * Joins: tommyliu (~tommyliu@121.15.86.216)
- # [21:21] * Joins: laurensclaessen (~laurenscl@2a02:1810:1005:2600:5898:aa08:7dcb:25d7)
- # [21:23] <Hixie> annevk: k
- # [21:31] <TabAtkins> annevk: Hm, why no editor?
- # [21:32] <Hixie> HTML doesn't mention the editor either except in the acknowledgements
- # [21:32] <TabAtkins> Relaxing these kinds of constraints means error-detection is less useful. :/ But if necessary, I can add a value that lets you explicitly opt out of Editor mandatoriness.
- # [21:32] <Hixie> (i felt it was too braggy, personally)
- # [21:33] * Quits: ehsan (~ehsan@2001:450:1f:224:d4a6:b381:22f9:1294) (Remote host closed the connection)
- # [21:38] * Joins: satazor (~satazor@102.99.136.95.rev.vodafone.pt)
- # [21:39] * Joins: ehsan (~ehsan@2001:450:1f:224:156:7e2a:7d7e:cd6)
- # [21:40] * Quits: kaeku (~awissel@p579CAA4D.dip0.t-ipconnect.de) (Quit: kaeku)
- # [21:40] * Quits: scor (scor@drupal.org/user/52142/view) (Quit: scor)
- # [21:40] * Joins: kaeku (~awissel@p579CAA4D.dip0.t-ipconnect.de)
- # [21:40] * Quits: laurensclaessen (~laurenscl@2a02:1810:1005:2600:5898:aa08:7dcb:25d7)
- # [21:40] * Joins: scor (scor@nat/acquia/x-cvywifdpnqziqjhz)
- # [21:40] * Quits: scor (scor@nat/acquia/x-cvywifdpnqziqjhz) (Changing host)
- # [21:40] * Joins: scor (scor@drupal.org/user/52142/view)
- # [21:41] * Quits: kaeku (~awissel@p579CAA4D.dip0.t-ipconnect.de) (Client Quit)
- # [21:41] * Quits: scor (scor@drupal.org/user/52142/view) (Client Quit)
- # [21:42] * Joins: kaeku (~awissel@p579CAA4D.dip0.t-ipconnect.de)
- # [21:43] * Quits: satazor (~satazor@102.99.136.95.rev.vodafone.pt) (Ping timeout: 258 seconds)
- # [21:46] <Hixie> anyone know why the w3c hasn't published the HTML5 REC yet? I thought they said they were done.
- # [21:46] <Hixie> I had assumed that meant they had reached REC
- # [21:48] <wilhelm> Something tells me it will be published in a week and a half, from a depressing conference hotel on a parking lot in Santa Clara.
- # [21:50] * Quits: TallTed (~Thud@63.119.36.36)
- # [21:50] * Quits: kaeku (~awissel@p579CAA4D.dip0.t-ipconnect.de) (Quit: kaeku)
- # [21:51] * Joins: kaeku (~awissel@p579CAA4D.dip0.t-ipconnect.de)
- # [21:51] <TabAtkins> hahaha
- # [21:52] * TabAtkins is doing nothing but posting "hahaha" today.
- # [21:52] * Quits: kaeku (~awissel@p579CAA4D.dip0.t-ipconnect.de) (Client Quit)
- # [21:53] * Quits: KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [21:54] * Joins: kaeku (~awissel@p579CAA4D.dip0.t-ipconnect.de)
- # [21:54] * Quits: kaeku (~awissel@p579CAA4D.dip0.t-ipconnect.de) (Client Quit)
- # [21:54] <wilhelm> Mead may be required that week. That's not so far away, right?
- # [21:56] * Joins: TallTed (~Thud@63.119.36.36)
- # [21:57] <TabAtkins> wilhelm: Rather close. I'm going there today!
- # [22:03] * Joins: bnicholson2 (~bnicholso@2620:101:80fc:224:8517:d573:db3b:4a82)
- # [22:03] * Quits: bnicholson (~bnicholso@2620:101:80fc:224:7e7a:91ff:fe25:a5c6) (Read error: Connection reset by peer)
- # [22:09] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Remote host closed the connection)
- # [22:10] * bnicholson2 is now known as bnicholson
- # [22:12] * Joins: say2joe (~say2joe@rrcs-76-79-68-2.west.biz.rr.com)
- # [22:16] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [22:17] * Quits: SteveF_ (~chatzilla@92.234.79.149) (Ping timeout: 244 seconds)
- # [22:20] * Joins: Lachy (~Lachy@2.150.32.32.tmi.telenormobil.no)
- # [22:21] * Quits: Lachy_ (~Lachy@cm-84.215.104.248.getinternet.no) (Read error: Connection reset by peer)
- # [22:21] * Quits: Lachy (~Lachy@2.150.32.32.tmi.telenormobil.no) (Read error: Connection reset by peer)
- # [22:22] * Joins: Lachy (~Lachy@84.215.104.248)
- # [22:23] * Joins: jernoble|laptop (~jernoble@17.202.45.163)
- # [22:29] <annevk> TabAtkins: I think marcosc suggested that at some point, to get the ego out of the game (in case there is any)
- # [22:30] * Joins: estellevw (~estellevw@209.49.66.106)
- # [22:31] <TabAtkins> annevk: Interesting.
- # [22:33] <annevk> And while I put a lot of time into writing and research, ultimately there's a great many people involved
- # [22:34] <annevk> I still have my contact details at the bottom of the document, which seems better as now people are more encouraged to use public communication mechanism
- # [22:34] <annevk> s
- # [22:36] <TabAtkins> All right, all right, I'll add a feature for it.
- # [22:36] <TabAtkins> Suggestions on what you should write in the `Editor:` line to indicate this?
- # [22:37] <TabAtkins> Editor: NOT IMPORTANT JEEZ
- # [22:37] <astearns> Editor: Schmeditor
- # [22:38] * Joins: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net)
- # [22:39] <TabAtkins> That's not a bad idea.
- # [22:39] <annevk> TabAtkins: leave it blank?
- # [22:39] <annevk> TabAtkins: or omit it? less boilerplate...
- # [22:39] <estellevw> Question re the autofocus attribute: https://html.spec.whatwg.org/multipage/forms.html#autofocusing-a-form-control:-the-autofocus-attribute.
- # [22:40] <estellevw> Only one element should have autofocus set. If more than one, implementation used to be the LAST element with the attribute would get focus. Safari still does this.
- # [22:40] <estellevw> All other browsers now focus on the FIRST element with autofocus.
- # [22:40] <TabAtkins> Omitting it means I can't log an error when you leave it out. Most of the time you do want an editor+contact info up in the header.
- # [22:40] <estellevw> Don’t exactly see where in the spec this is indicated as the first should get focus.
- # [22:40] <estellevw> I filed a bug that the first should get focus a few years back, and am glad the change was made, but not sure what it the spec makes it so.
- # [22:40] <Hixie> estellevw: they should all get focus, as they are inserted.
- # [22:41] <estellevw> so, then, it should be the last one
- # [22:41] <estellevw> ?
- # [22:41] <TabAtkins> Yeah, sounds like that's implied.
- # [22:41] <Hixie> right
- # [22:41] <estellevw> Which would mean only Safari is doing it right
- # [22:42] <annevk> TabAtkins: I want an error when I leave it in :p
- # [22:42] <estellevw> All browsers used to focus on the last one (other than some mobile that iddn’t support autofocus), but now all except Safari focus on the first one
- # [22:42] <estellevw> All = IE11, Chrome, Opera FF in the above sentence
- # [22:43] <TabAtkins> annevk: If you think it should be a general policy for WHATWG specs, okay, I can do something about that. If it's just you, you can do it yourself. ^_^
- # [22:43] <Hixie> estellevw: (see "When an element with the autofocus attribute specified is inserted into a document, user agents should run the following steps")
- # [22:43] <TabAtkins> (Just need to put an `"Editor":"schmeditor"` line in defaults-whatwg.include .)
- # [22:43] <Hixie> estellevw: oh nevermind
- # [22:43] <Hixie> estellevw: step 7 means that you only actually move focus for the first one
- # [22:44] <estellevw> yeah, saw that, which is why I didn’t understand why IE, chrome, O and FF changed it to focusing on the 1st autofocus
- # [22:44] * Quits: greenrose (~Greenrose@bzq-79-180-114-161.red.bezeqint.net) (Ping timeout: 244 seconds)
- # [22:44] <annevk> TabAtkins: that sounds reasonable
- # [22:44] <estellevw> ah, so step 7 is what makes it the “1st” thanks Hixie
- # [22:44] <TabAtkins> Actually, we can add that line *now*, and if you actually specify an Editor, it'll override that.
- # [22:44] <annevk> TabAtkins: I guess I'll try to convert something simple like Fullscreen next week
- # [22:45] * Ms2ger sure wouldn't mind not having to worry about anolis anymore
- # [22:45] * Joins: hasather (~hasather@80.91.33.141)
- # [22:45] <annevk> Actually, should probably start with URL as it wants Bikeshed for those syntax diagrams
- # [22:46] * TabAtkins is eating the world.
- # [22:49] <Domenic> annevk: let me know if you want help getting the deploy process all set up. I really <3 my automatic generate-on-commit with /branch-snapshots/ and /commit-snapshots/
- # [22:49] <TabAtkins> Domenic: Write that stuff down, yo.
- # [22:49] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 244 seconds)
- # [22:49] <Domenic> It's really great for PRs where you can do e.g. https://github.com/whatwg/streams/pull/233 and then once Travis finishes building you can just link to hte branch snapshot
- # [22:50] <Domenic> TabAtkins: good idea
- # [22:50] <Ms2ger> Did anyone ever do an acid3 post-mortem?
- # [22:50] * Joins: hasather (~hasather@80.91.33.141)
- # [22:54] * Quits: TallTed (~Thud@63.119.36.36)
- # [22:55] * Joins: weinig (~weinig@17.245.30.240)
- # [22:56] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 272 seconds)
- # [22:56] <Hixie> Ms2ger: not quite a postmortem, but i did write a "lessons learnt" list
- # [22:56] <Hixie> Ms2ger: http://hixie.ch/tests/evil/acid/004/
- # [22:59] * Quits: estellevw (~estellevw@209.49.66.106) (Quit: estellevw)
- # [23:01] <annevk> Domenic: so you edit one file and then commit? all the building happens remotely?
- # [23:01] <annevk> Domenic: what if you make a mistake?
- # [23:01] <Domenic> annevk: yep.
- # [23:01] <Domenic> annevk: I can also generate it locally
- # [23:02] <Domenic> annevk: haven't gotten a watcher up and running yet but it should be pretty easy now that there are instructions for running bikeshed on windows
- # [23:02] <Domenic> (i've been using curl in the meantime)
- # [23:02] <Domenic> more directly: I generate it locally, but i don't commit the generated content
- # [23:03] <annevk> "Array.prototype.values is not web compat (even with unscopables)"
- # [23:03] <annevk> That is some sad shit
- # [23:03] <annevk> Soon
- # [23:04] <annevk> "query() is not web compat (even with unscopables)"
- # [23:08] <TabAtkins> JS's extensibility comes back to bite it. :/
- # [23:09] <annevk> I wonder if the polyfill crowd is taking notes
- # [23:10] <TabAtkins> Designing good extensibility which is lightweight but avoids extensions quashing built-ins or the other way around is hard, but necessary.
- # [23:10] <TabAtkins> Hopefully modules and relationships end up making this easier, though it means migrating away from own properties.
- # [23:18] <Domenic> annevk: that's assuming array subclassing is even web-compatible :-S
- # [23:19] * Quits: zdobersek (~zan@109.201.154.178) (Ping timeout: 260 seconds)
- # [23:21] * Joins: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [23:23] * Quits: thinkxl_ (~thinkxl@74-95-237-22-Houston.hfc.comcastbusiness.net) (Quit: Lingo - http://www.lingoirc.com)
- # [23:24] <annevk> Domenic: good point
- # [23:25] <annevk> Domenic: this is why ES6 is becoming kind of a clusterfuck
- # [23:25] <annevk> Domenic: lots of good untested ideas
- # [23:28] * Quits: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 246 seconds)
- # [23:30] * Quits: weinig (~weinig@17.245.30.240) (Quit: weinig)
- # [23:31] * Quits: Ms2ger (~Ms2ger@33.234-64-87.adsl-dyn.isp.belgacom.be) (Quit: nn)
- # [23:32] * Joins: weinig (~weinig@17.245.30.240)
- # [23:32] * Joins: dbaron (~dbaron@2620:101:80fb:232:7c8f:ab23:134d:2ae3)
- # [23:38] <Domenic> wow https://html.spec.whatwg.org/multipage/embedded-content.html#timeranges
- # [23:38] <Domenic> what is this it has an array but no indexed getter
- # [23:38] <Domenic> s/an array/a length property
- # [23:39] <Hixie> each item has two values (a start and an end)
- # [23:39] <Domenic> myTimeRanges.start(3) instead of myTimeRanges[3].start
- # [23:39] <Hixie> using [3].start would mean that every range is a new object
- # [23:39] <Domenic> yes
- # [23:39] <Domenic> is that bad?
- # [23:40] <Hixie> yes?
- # [23:40] <Hixie> malloc() is expensive
- # [23:40] <Domenic> internally the implementation is presumably tracking them all anyway?
- # [23:40] <Domenic> as a list of { start, end } pairs?
- # [23:40] <Hixie> internally the data is probably deep in the media framework
- # [23:40] <Domenic> this seems like premature optimization
- # [23:41] <Domenic> if nothing else just name it .size instead of .length
- # [23:41] * Hixie shrugs
- # [23:41] <Domenic> and by that i mean "it would have been nice if"
- # [23:41] <Hixie> i don't see much difference between "length" and "size" here
- # [23:41] <Domenic> length => array-like in JS, pretty universally
- # [23:41] <Domenic> This is the first exception I've ever found
- # [23:41] <Hixie> { length: 5 }
- # [23:41] <Hixie> second exception?
- # [23:42] <Hixie> :-P
- # [23:42] <Domenic> Yep, that's an array-like with holes
- # [23:42] <Domenic> Array.from({ length: 5 }) will generate [undefined, undefined, undefined, undefined, undefined]
- # [23:42] <Hixie> nope, it's just a dictionary with one of its fields being a length
- # [23:42] <Hixie> and it's a length in centimeters
- # [23:42] <Domenic> what i'm saying is that length is a semi-keyword
- # [23:42] <Hixie> [citation needed]
- # [23:43] <Domenic> semi- => not really but it's used that way and the language is built to assume that
- # [23:43] <TabAtkins> Hixie: No, .length makes something an array-like, effectively.
- # [23:43] <Hixie> it is true that if you have an array-like, using length means it'll fit into existing APIs more neatly
- # [23:43] * Joins: satazor (~satazor@102.99.136.95.rev.vodafone.pt)
- # [23:43] <Hixie> it does not follow from this that if you use length, you have an array-like.
- # [23:44] <TabAtkins> Duck-typing, bro.
- # [23:44] <TabAtkins> It's not great, but it exists.
- # [23:44] <TabAtkins> Like having .then() makes you a promise-like.
- # [23:45] <Hixie> again, having a then() means you can be used in the promise APIs. It does not follow from this that having a then() means you are a promise-like.
- # [23:46] <TabAtkins> That's what duck-typing means.
- # [23:46] <Hixie> no
- # [23:46] <Hixie> duck typing means that an object that matches a pattern makes it valid for use in certain environments
- # [23:47] <Hixie> it does not mean that an object that matches a pattern is intended for use in those environments
- # [23:47] <Domenic> in this case it's more about expectations being broken
- # [23:48] <Domenic> if i see .length in an IDL I expect to be able to index into an object
- # [23:48] <Domenic> Or even in my REPL
- # [23:48] <TabAtkins> It means that the object is, duck-typely, a Foo-Like.
- # [23:56] <Hixie> if something quacks like a duck and looks like a duck you can use it in places where ducks would work and it'll do something well-defined. It does not mean that it is a duck or that the well-defined thing will be useful.
- # [23:56] <TabAtkins> It is a duck when talking duck-typely.
- # [23:56] <TabAtkins> Not, perhaps, when talking in reference to other ontologies.
- # [23:57] <Hixie> if by "is a duck" you mean "not actually a duck" then sure
- # [23:58] <TabAtkins> "is functionally a duck"
- # [23:58] <Hixie> not necessarily
- # [23:58] <Hixie> case in point, { length: 5 } is not "functionally an array"
- # [23:58] * Quits: ehsan (~ehsan@2001:450:1f:224:156:7e2a:7d7e:cd6) (Quit: Leaving...)
- # [23:58] <TabAtkins> Sure it is. You can put it in Array.from() and it'll work just fine.
- # [23:58] <Hixie> it'll do something well-defined and useless
- # [23:59] <TabAtkins> Yup. It's functionally an array, though, in that it acts like an array.
- # [23:59] <TabAtkins> You're arguing sideways at me, by continuing to insist that there's a particularly ontology in which it's not an array, and that's the only correct ontology.
- # [23:59] <Hixie> "functional" means "practical and useful"
- # [23:59] <Hixie> it's not practically or usefully an array
- # [23:59] <TabAtkins> Dictionary arguments aren't very useful. ^_^
- # Session Close: Sat Oct 18 00:00:00 2014
The end :)