| 09:45 | <jgraham> | gsnedders: OK |
| 09:45 | <jgraham> | odinho: OK |
| 11:30 | <odinho> | ok2k |
| 12:10 | <gsnedders> | jgraham: for html5lib-tests, opinion on whether to use rST, as we do in html5lib-python (though mostly because it is the Python norm), or whether to use Markdown (which seems to be more universal)? |
| 12:21 | <gsnedders> | jgraham: https://github.com/html5lib/html5lib-tests/pull/21 |
| 15:29 | <jgraham> | gsnedders: rST for sure if we might use readthedocs |
| 15:29 | <jgraham> | Otherwise I don't have a strong preference |
| 15:30 | <jgraham> | MD is simpler and github likes it, but I don't like github and consistency is good |
| 15:30 | <Ms2ger> | HTML? :) |
| 15:30 | <jgraham> | Crazy talk :p |
| 16:22 | <Ms2ger> | annevk: would be nice if you could turn on critic emails (for DOM, at least) |
| 17:01 | <annevk> | Domenic_: https://bugzilla.mozilla.org/show_bug.cgi?id=911216 |
| 20:21 | <Ms2ger> | Hmm, this http://crbugs.com link didn't go where I expected... |
| 20:37 | <Domenic_> | annevk: sweet, thanks |
| 20:40 | <Ms2ger> | annevk, ping |
| 20:42 | <matjas> | jgraham, gsnedders: rST is to formatting syntax as brainfuck is to programming languages |
| 20:43 | <Ms2ger> | So you're supporting rST? |
| 20:45 | <matjas> | well played, Ms2ger |
| 20:45 | <matjas> | research on default color for disabled form elements across various platforms: https://github.com/h5bp/html5-boilerplate/pull/1403#issuecomment-24028814 |
| 20:46 | <Ms2ger> | matjas, I try :) |
| 22:25 | <annevk_> | Ms2ger: oh... tomorrow then |
| 23:37 | <Hixie_> | why do i still get a click if i cancel mouseup |
| 23:37 | <Hixie_> | and how can i figure out if the click i just got is related to earlier mousedown/mouseup events? |