| 08:29 | <annevk> | davve: philipj: we should put Media Session on the clean Git history train, less useless tweets |
| 08:31 | <philipj> | annevk: ahem, yeah the tweets for Media Session have been pretty useless |
| 08:32 | <philipj> | ok, new deal is to be like html: create branches in the same repo and always rebase those, no merges |
| 08:33 | <philipj> | would need to get mediasession.html out of the repo to avoid certain kinds of ugly commits too |
| 08:36 | <annevk> | The one that lands can generate, no? |
| 08:37 | <annevk> | That's what I do for most things |
| 08:37 | <jochen__> | does somebody know why hyperlink auditing defines the Ping-From header instead of just using the referrer header? |
| 08:37 | <jochen__> | or why it's subtly different than the referrer header |
| 08:37 | <annevk> | Fetch, etc. |
| 08:38 | <annevk> | jochen__: maybe fair of referer stripping? |
| 08:38 | <annevk> | Fear* |
| 08:39 | annevk | isn't sure |
| 08:41 | <jochen__> | hum hum |
| 08:41 | <jochen__> | so a referrer is only send for cross origin pings if the responsible document was fetched over an insecure connection |
| 08:41 | <jochen__> | feels like we could just always strip the referrer and be done with it |
| 11:01 | <annevk> | jochen__: only if referrer mode is origin, otherwise no header/empty |
| 12:02 | <nox> | annevk: Want me to make a PR on DOM for Unenumerable? |
| 13:21 | <annevk> | nox: did it land in IDL? |
| 13:21 | <annevk> | nox: up to you |
| 13:22 | annevk | hasn't been keeping up with GitHub thus far today |
| 13:23 | <nox> | annevk: Not yet. |
| 13:24 | <annevk> | nox: I'd like that to land first |
| 13:47 | <jochen__> | annevk, https://github.com/whatwg/html/pull/712 |
| 13:53 | <annevk> | commented in the PR |
| 20:00 | <smaug____> | looks like more and more w3c specs start to use that left side toc. Is there some way to get back to the old style? Can't see any alternative stylesheet, but maybe some other way? |
| 20:01 | <miketaylr> | resize the browser :/ |
| 20:01 | <miketaylr> | (jk) |
| 20:03 | <smaug____> | hmm, somewhat annoying |
| 20:03 | <smaug____> | I guess I need a separate window for specs |
| 20:38 | <SimonSapin> | TabAtkins: wasn’t there a button to hide the toc sidebar? |
| 20:38 | <TabAtkins> | I haven't added the JS script yet, which is what adds that button. |
| 20:39 | <TabAtkins> | smaug____: The side-ToC is now standard W3C style, as of March 1st. |
| 20:40 | <TabAtkins> | Domenic or annevk: "no copyright is asserted on this file" is not a legally actionable statement (in dfn.js header). Someone still holds the copyright. If you want it to be free, use a real license. |
| 20:58 | <smaug____> | TabAtkins: sure, and I'm asking whether there is some way to get rid of it |
| 20:58 | <smaug____> | just doesn't happen to fit well to the way I browse through specs |
| 20:59 | <TabAtkins> | Once I update Bikeshed to fully conform to W3C style, there will be a button to close the sidebar and return it to being inline. This will not be permanent. |
| 20:59 | <smaug____> | (using browser's find all the time) |
| 20:59 | <TabAtkins> | By "this" I mean "your choice" - on a reload it'll be back. |
| 20:59 | <smaug____> | ok, great, thanks |
| 21:28 | <wanderview> | I have to say the service worker spec is much nicer in the new layout \o/ |
| 21:28 | <wanderview> | linking to an anchor works reliably now |
| 22:31 | <TabAtkins> | ^_^ |
| 22:32 | <TabAtkins> | (That smilie was for wanderview.) |
| 22:55 | terinjokes | TabAtkins: the rest of us should just stick with frowns then? |
| 22:55 | <Domenic> | TabAtkins: whole repo is CC0ed; I believe that statement is consistent with CC0 but if it's causing confusion you can send a PR to just remove it. |
| 22:55 | <TabAtkins> | terinjokes: Stick with whatever you got, I'm just saying that particular one wasn't for you. |
| 22:55 | <TabAtkins> | Domenic: kk |
| 22:56 | TabAtkins | is building this into Bikeshed statically right now. |
| 22:56 | <TabAtkins> | js sux lol, python 4eva |
| 22:56 | <terinjokes> | more turbo pascal, please |
| 23:34 | <TabAtkins> | hm, it's not possible to "shield" a <p> from seeing descendant tags that would auto-close it, is there? |