| 00:01 | <Hixie_> | ...why does Set's spec mark an entry as "empty" rather than actually deleting it? |
| 00:02 | <TabAtkins> | Dunno. |
| 00:03 | <Domenic_> | I am not sure there is a concept of deleting things from spec-Lists... |
| 00:03 | <Domenic_> | Also maybe to emphasize how bad the algorithm is and how you really should go for observably-equivalent but smarter behavior |
| 00:04 | <Hixie_> | there isn't a concept of appending things from the JS's spec's Lists either, but we do that... |
| 00:04 | <Hixie_> | (speaking of which, the JS spec really should be less vague about its definition of the "array-like syntax" for Lists and the "object literal-like syntax" for Records, if it's going to use them normatively all over the place) |
| 00:06 | <Domenic_> | Oh weird I've never seen the array-like access for lists |
| 00:09 | <Hixie_> | http://html5.org/tools/web-apps-tracker?from=8373&to=8374 |
| 00:09 | <Hixie_> | ^ Map and Set cloning |
| 00:10 | <Domenic_> | niiiice |
| 00:42 | <TabAtkins> | zcorpan: Your email address in CSSOM has a typo. The visible address is right, but the mailto link has an extra "p" in it. |
| 00:42 | <TabAtkins> | zcorpan: I'd fix, but it requires a local Anolis install, and I don't wanna do that. |
| 00:42 | <TabAtkins> | zcorpan: Also: get your spec on Bikeshed already. ^_^ |
| 09:43 | <MikeSmit1> | what populer JS libraries were in use before Prototype came along? (And then script.aculo.us)? |
| 13:30 | <Ms2ger> | odinho, the launch party is when MikeSmith gets the server setup on w3c-test, I guess |
| 13:34 | <odinho> | Hmm. Post-merge party then? :D |
| 15:10 | <MikeSmith> | hmm I guess server setup's gonna require me to take time to create an init script and that kind of boring stuff |
| 15:11 | <MikeSmith> | rather than just running in a screen |
| 16:17 | <SimonSapin> | Is this saying it’s *not* like the header? http://whatwg.org/C#pragma-set-default-language "This pragma is almost, but not quite, entirely unlike the HTTP Content-Language header of the same name." |
| 16:21 | <Ms2ger> | It's almost entirely not like it, yes |
| 16:25 | <gsnedders> | Hmm, does the parser now define what order parse errors occur in? |
| 16:31 | <SimonSapin> | The "Submit Review Comment" button says I’ve been automatically CC’ed to the bug, but it’s lying |
| 19:03 | <Ms2ger> | Dammit python |
| 19:04 | <Ms2ger> | Now I'm doing "".join([]) in JS |
| 19:14 | <jgraham> | Ms2ger: You know it makes sense |
| 19:14 | <ondras> | String.prototype.join = function(arr) { return arr.join(this); } ? |
| 19:15 | <jgraham> | ondras: I don't think Ms2ger is *that* antisocial |
| 19:15 | <Ms2ger> | Ouch |
| 19:16 | <ondras> | :> |
| 19:22 | <smaug____> | Ms2ger: you clearly should avoid that horrible horrible language called python. |
| 19:23 | <Ms2ger> | Oh, I thought JS :) |
| 19:23 | <smaug____> | hmm, could I have a goal for this q. Don't write any python code. |