01:49 | <Domenic> | The correct fix for this is at the ES level I think. Pick window or self (probably not frames) and then it gets implemented in engines and wooo io.js gets something you can use |
06:21 | <annevk> | TabAtkins: there's a lot of weird stuff going on... |
06:21 | <annevk> | TabAtkins: e.g. https://dom.spec.whatwg.org/#interface-node has Node and EventTarget as links to non-HTTPS versions of dom.spec.whatwg.org?! |
06:22 | <annevk> | TabAtkins: and Document links to HTML? |
20:01 | <TabAtkins> | annevk: I updated some of the specs in Shepherd, which temporarily wipes their definitions, so the linking database was a little funny for a bit. |
22:41 | <gsnedders> | What am I missing about min-height and height on body that makes http://jsbin.com/yuridimaso/1/ blue only at the top with min-height but the whole viewport blue with height? |
22:42 | gsnedders | feels like he's being stupid here |
22:45 | <Ms2ger> | Perhaps height on body is special-cased? |
22:46 | <gsnedders> | I don't believe it is? |