| 12:08 | <tobie> | TabAtkins: I'm having an unexpected behavior in Bikeshed which is for oldids to take precedence (and hard link to the absolute URL of where the spec is hosted rather than internally). see: https://gist.github.com/tobie/3c7530d2953942a0e584877aad977d3c |
| 12:09 | <tobie> | TabAtkins: any explanation of what's going on (and ideally a workaround) would be really cool. |
| 15:20 | <tobie> | TabAtkins: OK, so I think figured out what's going on here. It seems that {{Foo}} gives precedence to whatever is defined in the WebIDL spec vs. what's locally defined. Is that possible? |
| 15:29 | <tobie> | TabAtkins: filed an issue here: https://github.com/tobie/webidl/issues/19 |
| 15:35 | <caitp> | tobie: have you taken over webidl editing? |
| 15:36 | <caitp> | would be good to know, I asked this in #jslang on mozilla the other day |
| 15:37 | <tobie> | caitp: yes. I'm working on converting the spec to bikeshed right not. |
| 15:38 | <tobie> | s/not/now/ |
| 15:38 | <caitp> | thanks for the info, it sounds like a lot of people aren't aware of this and might still be pinging cam for things |
| 15:38 | <tobie> | caitp: poor him. :) |
| 15:39 | <tobie> | Currently I'm just busy with the conversion, so not adding new features or anything. |
| 15:39 | <tobie> | Repo for the conversion is here: https://github.com/tobie/webidl |
| 15:41 | <tobie> | and here's what it currently looks like: https://rawgit.com/tobie/webidl/bikeshed/index.html |
| 15:51 | <nox> | tobie++ |
| 23:48 | <zewt> | hooray having to disable mixed content blocking in xhr because i can't find a way to override it for xhr |