06:25 | <annevk> | TabAtkins: why are things such as "contains(token)" not marked up with <code>? |
06:27 | <annevk> | TabAtkins: interface Range lost its Constructor annotation |
06:27 | <annevk> | TabAtkins: as did Document |
06:30 | <annevk> | Does not seem too hard to restore... |
07:23 | <MikeSmith> | TabAtkins: I wonder how long it will be until somebody creates a Chuck Tingler book-cover generator |
07:57 | <zcorpan> | so this is how people are writing their pages now huh http://stackoverflow.com/questions/24532799/gap-between-picture-and-next-element-because-of-container-height |
08:35 | <annevk> | TabAtkins: dfn.js breakage is https://github.com/tabatkins/bikeshed/issues/391 |
09:53 | <_1_kallu23> | hi |
09:56 | <jiojiajiu> | Hello, is there analog specification for http://www.w3.org/TR/animation-timing in Whatwg? |
10:05 | <annevk> | jiojiajiu: it's part of the HTML Standard these days |
10:12 | <jiojiajiu> | annevk: thank you, I've found it |
10:39 | smaug____ | wonders if SharedWorker should have only Exposed=Window for now |
11:37 | <annevk> | yeah maybe |
11:37 | <annevk> | at least until we figure out the service/shared worker tension |
17:11 | <TabAtkins> | annevk_: Oh man, sorry for apparently dropping the constructor annotations. Copy-paste error I guess. |
17:11 | <annevk> | was easy to fix |
17:11 | <annevk> | I filed some issues on bikeshed from other things I found |
17:12 | <TabAtkins> | Thanks. Today will be spent ripping out most of my method-linking code and making it not a hacky pile of shit. |
17:13 | <annevk> | TabAtkins: you also replaced what I think was the only actual title="" with lt="" :-P |
17:13 | <TabAtkins> | Ahahaha |
17:13 | <TabAtkins> | Sorry, reflex. |
17:13 | <TabAtkins> | Out of curiosity, what was it? |
17:14 | <annevk> | TabAtkins: search for "F." |
17:14 | <annevk> | hmm "F. H" is unique |
17:14 | <TabAtkins> | hahaha |
17:15 | <TabAtkins> | Hmmm on the <script> thing. I purposely move <script> and <style> into the head, so the doc will validate better. Can dfn.js just use an onload handler + async instead of requiring placement? |
17:16 | <annevk> | Hmm I guess we could do that |
17:16 | <TabAtkins> | It's a better practice anyway. ^_^ |
17:49 | <Domenic> | No it's not ... |
17:49 | <Domenic> | <script>s at the bottom of the body seems much better |
17:49 | <Domenic> | <style>, sure |
17:54 | <TabAtkins> | Domenic: Fails validation, though, doesn't it? |
17:54 | <Domenic> | No |
17:54 | <TabAtkins> | Ah, then whatever I guess, I'll kill the <script> movement. |
17:55 | <TabAtkins> | I assumed it was the same as <style>. |
17:58 | <TabAtkins> | And done. |
17:58 | <Domenic> | \o/ |
18:15 | <annevk> | *claps* |
18:16 | <TabAtkins> | I aim to please. |
18:49 | <annevk> | Domenic: the third was `frames` btw |
18:49 | <annevk> | nobody mentioned it thus far |
18:49 | <Ms2ger> | frames? |
18:50 | <annevk> | Ms2ger: frames === window === self |
18:51 | <Ms2ger> | I see |
18:51 | <annevk> | Ms2ger: some lame thread on es-discuss on standardizing on global as a way to reference the global nay WindowProxy because these three were not sufficient |
18:51 | <annevk> | I don't |