00:55 | <MikeSmith> | http://www.youtube.com/watch?v=hZw8t-GVCB4 is a must-see |
00:55 | <MikeSmith> | from John A. Bilicki III, the world's first Web 3.0 Professional Web Designer |
07:43 | <Ms2ger> | Lovely, more FileAPI tests |
08:35 | <tobie> | :) |
08:38 | <Ms2ger> | Now all I need to do is figure out how they overlap with the existing tests |
19:25 | <rtc> | is it ok if I omit paragraph end tags? |
19:26 | <Ms2ger> | Sure |
19:27 | <rtc> | my code will function 100% of the time on all user agents? the re is no difference? |
20:04 | <zcorpan> | rtc: the rules for when it's OK to omit </p> are here http://www.whatwg.org/specs/web-apps/current-work/multipage/syntax.html#optional-tags "A p element's end tag may be omitted if ..." |
20:04 | zcorpan | wonders if the list of elements in that section are kept up-to-date |
20:05 | <zcorpan> | <main> is there at least |
20:05 | <zcorpan> | did we introduce new "block" elements since main? |
20:07 | <zcorpan> | details isn't in the list |
20:08 | <zcorpan> | wonder why dir is in the list but not center |
20:21 | <zcorpan> | filed https://www.w3.org/Bugs/Public/show_bug.cgi?id=22999 |
20:23 | <zcorpan> | is this handled the way we want? http://software.hixie.ch/utilities/js/live-dom-viewer/saved/2464 |
20:24 | <zcorpan> | normally elements that can be in head are hoisted to head when they appear after </head> but before body |
20:51 | <matjas> | http://mathiasbynens.be/demo/javascript-identifier-regex was a lot of fun to write |