| 00:51 | <jtcranmer> | huh |
| 00:52 | <jtcranmer> | why does seamless iframe apply CSS across its boundaries? |
| 02:53 | <a-ja> | TabAtkins: ping |
| 02:56 | <a-ja> | TabAtkins: while you're editing flexbox, think you missed one: justify-content defaults to flex-start |
| 05:39 | <matjas> | Hixie, TabAtkins: the reason JSON requires double quotes is because Crockford didn’t want to bloat the spec with all these details: http://mathiasbynens.be/notes/javascript-properties (I can see his point.) |
| 05:43 | <matjas> | TabAtkins: FYI, JSON is *based on* a subset of JS. It’s not a true subset. See https://github.com/judofyr/timeless/issues/57 |
| 16:32 | <matjas> | in case anyone ever needs Unicode symbols per category in JavaScript: http://mathias.html5.org/data/unicode/ (I needed this for the 90k+ tests on http://mathias.html5.org/tests/javascript/identifiers/) |
| 16:54 | <jarek> | Hi |
| 16:55 | <jarek> | in SVG 1.1 spec, is there any difference between the terms "object" and "element"? |
| 16:55 | <jarek> | e.g. in the sentence: "A group of elements, as well as individual objects, can be given a name using the ‘id’ attribute." |
| 16:56 | <jarek> | why it's not written as "A group of elements, as well as individual elements, can be given a name using the ‘id’ attribute." |
| 18:30 | <zewt> | ugh, a page is keeping me from opening the context menu even though i have that disabled in ff |
| 18:33 | <zewt> | they forgot to make mousedown uncancellable, i guess |
| 19:52 | <Ms2ger> | image = document.createElement("image"); |
| 19:52 | <Ms2ger> | Yay, WebGL testsuite |
| 19:53 | <gsnedders> | <3. |
| 19:59 | <reggna> | Ms2ger: I think that one been fixed. |
| 19:59 | <reggna> | If memory serves me right. |
| 20:02 | <reggna> | *has |
| 20:11 | <jgraham> | Ms2ger: You forgot to close your sarcasm. Now you are bing sarcastic everywhere |
| 20:14 | <Philip`> | jgraham: I thought he forgot to close it several years ago |
| 20:15 | <gsnedders> | I thought both start and end tags could be omitted? |
| 20:15 | <jgraham> | gsnedders: But thn when will he ever take a deep breath? |
| 20:26 | <Ms2ger> | Why would I breathe? |
| 20:30 | <divya> | jgraham: you should be on twitter or something!!! |
| 20:30 | <divya> | i would just RT your every tweet |
| 20:32 | <Ms2ger> | divya, good, then I wouldn't have to follow him :) |
| 21:13 | <zewt> | always seemed like google's autocomplete dropdown felt unresponsive; and apparently it is (it moves on keyup instead of keydown or keypress) |
| 21:14 | <divya> | zewt: chrome does not recognize keypress from what I remember |
| 21:15 | <zewt> | happens in ff |
| 21:15 | <divya> | zewt: i mean it might explain why it moves on keyup instead of keypress |
| 21:16 | <zewt> | well i know you can respond on "the keyboard button goes down" in chrome too :) |
| 21:28 | <zewt> | a cute one: i click the search box on lenscrafters.com, start typing, and my search ends up prefixed with "Please enter search term" |