| 05:17 | <divya> | annevk: how cool iszat |
| 05:17 | <divya> | u gotta thank tantek for thememe |
| 09:14 | <annevk> | I wonder why http://www.belshe.com/2012/06/04/the-web-only-works-thanks-to-reload-and-why-the-mobile-web-fails/ has not been discussed |
| 09:14 | <annevk> | Although I have to say I don't encounter those problems often myself |
| 11:43 | <Ms2ger> | And looks like Nightly got unprefixed calc() in time for 16 too |
| 19:52 | <GPHemsley> | Ms2ger: Could you point me to the section that defines the header rendering? |
| 19:52 | <GPHemsley> | oh wait |
| 19:53 | <GPHemsley> | Ms2ger: Is it this? http://www.whatwg.org/specs/web-apps/current-work/multipage/rendering.html#sections-and-headings |
| 23:05 | <Hixie> | how do i work out the size of the viewport in JS? |
| 23:06 | <Hixie> | document.documentElement.clientHeight and clientWindth? |
| 23:18 | <espadrine`> | Hixie: innerHeight and innerWidth, I think |
| 23:18 | <Hixie> | innerheight and width give the element's content area width or some such |
| 23:18 | <Hixie> | there's no element that's the size of the viewport |
| 23:19 | <espadrine`> | cssom-view defined innerWidth as "the viewport width including the size of a rendered scroll bar (if any)" |
| 23:19 | <Hixie> | oh. on what object then? |
| 23:19 | <espadrine`> | on window |
| 23:19 | <Hixie> | not on an Element i assume |
| 23:20 | <Hixie> | ohhhh |
| 23:20 | <Hixie> | ok |
| 23:20 | <Hixie> | that might work |
| 23:58 | <zewt> | what the |
| 23:59 | <zewt> | chrome doesn't have modal alert()? |
| 23:59 | <zewt> | wow |