| 03:51 | <MikeSmith> | TabAtkins: nice work, man :) 🌈 |
| 03:54 | <TabAtkins> | Heh, thanks. Guess I'll leave it up for pride weekend, revert on Monday |
| 03:56 | <MikeSmith> | yeah that'd be great |
| 11:34 | <benjamingr> | hey, where is the `window.name` property specified? |
| 11:39 | <Ms2ger> | HTML |
| 11:51 | <benjamingr> | ? |
| 11:52 | <Ms2ger> | https://html.spec.whatwg.org/multipage/ |
| 11:52 | <Ms2ger> | Look for the IDL block for Window |
| 12:25 | <benjamingr> | awesome thanks |
| 15:47 | <TabAtkins> | annevk: Should object.observe *not* be a thing? |
| 17:06 | <annevk> | TabAtkins: not sure, but if it's not progressing keeping it in Chrome seems dangerous |
| 17:07 | <annevk> | TabAtkins: and especially if folks keep talking about changing it to return an observable |
| 17:07 | <caitp> | the proposal is at stage 2 |
| 17:08 | <caitp> | but it could still die? |
| 17:08 | <camm> | Hi, i've heard many people saying html5 is equal to: html + css + javascript. Is that correct? |
| 17:08 | <annevk> | camm: sure |
| 17:10 | <camm> | But, in the html5.org web site says that html5 is just the lastest version of html and xhtml. |
| 17:13 | <annevk> | camm: different groups use it to mean different things, generally |
| 17:14 | <annevk> | camm: html5.org reflects the original meaning |
| 17:14 | <annevk> | camm: though is no longer accurate since HTML is the latest version of HTML, not HTML5... |
| 17:15 | <JoWie> | (see last part of channel topic :p) |
| 17:17 | <camm> | Ok, thanks annevk. |