Options:
- # Session Start: Tue Jul 07 00:00:01 2009
- # Session Ident: #html-wg
- # [00:11] * Quits: tobyx (tobyx@87.159.131.146) (Quit: tobyx)
- # [00:20] * Quits: heycam (cam@124.168.95.60) (Quit: bye)
- # [00:36] * Quits: gsnedders (gsnedders@83.252.196.10) (Quit: gsnedders)
- # [00:50] * Joins: sryo (sryo@190.245.199.237)
- # [00:58] * Quits: laplink (link@193.157.66.116) (Quit: This computer has gone to sleep)
- # [01:23] * Joins: heycam (cam@130.194.72.84)
- # [01:25] * Quits: dbaron (dbaron@63.245.220.240) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [01:30] * Joins: dbaron (dbaron@63.245.220.240)
- # [01:31] * Joins: laplink (link@193.157.66.116)
- # [01:32] * Quits: maddiin (mc@87.185.216.102) (Quit: maddiin)
- # [01:33] * Quits: laplink (link@193.157.66.116) (Quit: This computer has gone to sleep)
- # [01:34] * Joins: laplink (link@193.157.66.116)
- # [01:38] * Quits: laplink (link@193.157.66.116) (Quit: This computer has gone to sleep)
- # [01:54] * Joins: webben (benh@217.12.15.52)
- # [02:20] * Joins: laplink (link@193.157.66.116)
- # [02:22] * Quits: Sander (svl@86.87.68.167) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [02:24] * Quits: laplink (link@193.157.66.116) (Quit: This computer has gone to sleep)
- # [02:33] * Quits: dbaron (dbaron@63.245.220.240) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [02:48] * Parts: billmason (bmason@69.30.57.143)
- # [02:49] * Quits: sryo (sryo@190.245.199.237) (Quit: Leaving.)
- # [02:50] <pimpbot> changes: hixie: Define how history.back() works in a manner compatible with what IE does. (whatwg r3359) <http://lists.w3.org/Archives/Public/public-html-diffs/2009Jul/0022.html>
- # [03:09] * Quits: webben (benh@217.12.15.52) (Ping timeout)
- # [03:12] * Joins: webben (benh@82.152.35.195)
- # [03:31] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
- # [03:46] <pimpbot> planet: Planet Additions: Class of 7/6/2009 <http://blog.mozilla.com/planet/2009/07/06/planet-additions-class-of-762009/>
- # [03:50] <pimpbot> changes: hixie: websocket: Mention the security model in the intro, allow timeouts in connection, be explicit about UTF-8 errors, and some editorial fixes. (whatwg r3360) <http://lists.w3.org/Archives/Public/public-html-diffs/2009Jul/0023.html>
- # [04:32] <karl> MikeSmith: I updated the table to take into account your comments http://www.la-grange.net/2009/07/05/html5-xhtml5/
- # [04:32] <pimpbot> Title: HTML 5 and XHTML 5 - one vocabulary, two serializations (at www.la-grange.net)
- # [04:53] <MikeSmith> karl: just looked
- # [04:53] <MikeSmith> looks great
- # [04:53] <MikeSmith> karl: lang is allowed in XHTML documents too
- # [04:53] <MikeSmith> along with xml:lang
- # [04:54] <MikeSmith> polyglot docs must have both lang and xml:lang, with the same value
- # [04:54] <MikeSmith> and <meta charset="utf-8"> is allowed in XHTML documents also
- # [04:55] <MikeSmith> but only if the value is "utf-8", and only if the document is actually encoded in UTF-8
- # [04:56] <MikeSmith> as far a Unicode characters, the HTML syntax disallows U+0000 characters, "permanently undefined Unicode characters", and any control characters other than space characters
- # [04:57] <MikeSmith> where "space characters" is U+0020 SPACE, U+0009 CHARACTER TABULATION (tab), U+000A LINE FEED (LF), U+000C FORM FEED (FF), U+000D CARRIAGE RETURN (CR)
- # [05:01] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Quit: Tomorrow to fresh woods, and pastures new.)
- # [05:47] <pimpbot> planet: Debating Ogg Theora and H.264 <http://robert.accettura.com/blog/2009/07/06/debating-ogg-theora-and-h-264/> ** Slashdot: Examining the HTML 5 Video Codec Debate <http://rss.slashdot.org/~r/Slashdot/slashdot/~3/jLtbILjvQmw/Examining-the-HTML-5-Video-Codec-Debate> ** An Unofficial Q&A about the Discontinuation of the XHTML2 WG <http://hsivonen.iki.fi/xhtml2-html5-q-and-a/>
- # [05:55] <gavin> hsivonen: "features that have never been in the HTML 5 spec of that have been spun off of it"
- # [05:55] <gavin> s/of/or/
- # [05:57] * Joins: adele (adele@24.7.123.50)
- # [06:05] * Quits: gavin_ (gavin@99.226.207.11) (Ping timeout)
- # [06:05] * Joins: gavin_ (gavin@99.226.207.11)
- # [06:11] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
- # [06:15] <Hixie> hsivonen: while you're fixing gavin's comment, s/off of/off/ -- you never need to say "off of" in English
- # [06:21] <pimpbot> changes: hixie: Mention explicit what happens in case of failure during WebSocket creation. (whatwg r3364) <http://lists.w3.org/Archives/Public/public-html-diffs/2009Jul/0028.html> ** hixie: Make send() not fire an exception if called after the connection has closed. (whatwg r3363) <http://lists.w3.org/Archives/Public/public-html-diffs/2009Jul/0027.html> ** hixie: Remove confusing non-normative text. (whatwg r3362) <http://lists.w3.org/Arch
- # [06:48] * Quits: aroben_ (aroben@71.58.77.15) (Connection reset by peer)
- # [06:51] <pimpbot> changes: hixie: ack for last websocket checkin (whatwg r3366) <http://lists.w3.org/Archives/Public/public-html-diffs/2009Jul/0031.html> ** "hixie: Rename disconnect() to close() for consistency with the event names. (whatwg r3365)" (2 messages in thread) <http://lists.w3.org/Archives/Public/public-html-diffs/2009Jul/0030.html>
- # [07:28] <MikeSmith> http://github.com/guides/providing-your-ssh-key
- # [07:28] <pimpbot> Title: Providing your SSH Key - Guides - GitHub (at github.com)
- # [07:36] <MikeSmith> karl: I think "self-closing tag" is clearer than "empty-element syntax"
- # [08:06] * Joins: webben_ (benh@217.12.15.52)
- # [08:08] * Quits: webben (benh@82.152.35.195) (Ping timeout)
- # [08:21] <hsivonen> gavin, Hixie: fixed. thanks
- # [08:45] * Quits: heycam (cam@130.194.72.84) (Quit: bye)
- # [08:47] <pimpbot> planet: <div>An Unofficial Q&A about the Discontinuation of the XHTML2 WG</div> <http://hsivonen.iki.fi/xhtml2-html5-q-and-a/>
- # [09:25] <MikeSmith> hsivonen: I notice you mentioned in http://blog.mozilla.com/planet/2009/07/06/planet-additions-class-of-762009/
- # [09:25] <pimpbot> Title: Planet Mozilla Blog » Blog Archive » Planet Additions: Class of 7/6/2009 (at blog.mozilla.com)
- # [09:26] <MikeSmith> I guess that's just saying that you've been added to the Planet Mozilla aggregation?
- # [09:28] <hsivonen> MikeSmith: yes
- # [09:36] * Quits: adele (adele@24.7.123.50) (Quit: adele)
- # [09:48] <pimpbot> planet: (R)evolution Number 5 <http://blog.mozilla.com/standards/2009/07/02/revolution-number-5/>
- # [09:49] * Joins: heycam (cam@124.168.95.60)
- # [10:00] * Quits: webben_ (benh@217.12.15.52) (Ping timeout)
- # [10:18] * Joins: laplink (link@193.157.66.116)
- # [10:48] * Joins: ROBOd (robod@89.122.216.38)
- # [10:48] <pimpbot> planet: Open Web Tools Directory <http://benzilla.galbraiths.org/2009/07/07/open-web-tools-directory/>
- # [10:52] <pimpbot> changes: hixie: Clarify the encoding aliases mess. (whatwg r3368) <http://lists.w3.org/Archives/Public/public-html-diffs/2009Jul/0032.html>
- # [10:57] * Joins: webben (benh@217.12.14.240)
- # [11:16] * Quits: webben (benh@217.12.14.240) (Quit: leaving)
- # [11:35] * Joins: Sander (svl@86.87.68.167)
- # [12:22] * Disconnected
- # [12:23] * Attempting to rejoin channel #html-wg
- # [12:23] * Rejoined channel #html-wg
- # [12:23] * Topic is 'Pursuing conformance solutions for the N-body gravitational system known as "the Web", and in general, collectively performing various acts of unparalleled hubris (This channel is logged: http://krijnhoetmer.nl/irc-logs/)'
- # [12:23] * Set by MikeSmith on Thu Jun 18 07:02:08
- # [12:24] <MikeSmith> krijnh! where are you in our hour of need?
- # [12:24] * Joins: ed_work (ed@88.131.66.80)
- # [12:25] <MikeSmith> krijnh: Eli Eli lama sabachthani?
- # [12:25] <MikeSmith> pape pape allepe
- # [12:25] * Joins: gavin_ (gavin@99.226.207.11)
- # [12:26] <MikeSmith> jgraham: did my ramblings in reply to your Eric Idle proposal come through on your end?
- # [12:26] <krijnh> MikeSmith: what's that language?
- # [12:27] <MikeSmith> krijnh: angel language
- # [12:27] <Dashiva> Armenian?
- # [12:27] <MikeSmith> and some devil language
- # [12:27] <krijnh> You know you can't count on me, right? :)
- # [12:27] <MikeSmith> heh
- # [12:27] <Philip> I thought angels spoke English, how will I understand them in the afterlife otherwise?
- # [12:28] <MikeSmith> krijnh: I still count on you. I have faith in you
- # [12:28] <Dashiva> You'll spend a few aeons learning angel language first
- # [12:29] <jgraham> MikeSmith: No
- # [12:29] <MikeSmith> hmm, what I said was pretty stupid anyway, so that's probably before the best
- # [12:30] <Philip> Dashiva: That doesn't sound like any fun at all
- # [12:31] <MikeSmith> Dashiva, Philip - did several lines of babble beginning with me saying, "I would love more comedy" happen to show up in your IRC viewing appliances?
- # [12:31] <Philip> MikeSmith: Yes
- # [12:31] <MikeSmith> damn
- # [12:32] <krijnh> Yay, my computer hangs when listing the directory containing the logfiles
- # [12:32] <Philip> http://en.wikipedia.org/wiki/Sayings_of_Jesus_on_the_cross#I_thirst - how about the saying simply representing the fact that he was quite thirsty at that moment?
- # [12:32] <pimpbot> Title: Sayings of Jesus on the cross - Wikipedia, the free encyclopedia (at en.wikipedia.org)
- # [12:32] <Philip> I guess the Biblical scholars never thought of that
- # [12:34] <MikeSmith> Philip: I see in that statement you're still making good use of the implied scare quotes
- # [12:35] <MikeSmith> I'm really hoping the implied-scare-quotes trend is going to catch on
- # [12:39] <Dashiva> Most people aren't clever enough to imply them in the right spot
- # [12:39] <Philip> There's not much interoperability between readers
- # [12:39] <Dashiva> We might need a spec for these scare quotes
- # [12:41] * karl thinks about "L'alcool conserve les fruits, la fumée les chairs." - Serge Gainsbourg
- # [12:44] <karl> could we have images with the quotes ?
- # [12:44] <karl> http://www.flickr.com/photos/ajourneyroundmyskull/3695811587/sizes/l/
- # [12:44] <pimpbot> Title: Flickr Photo Download: Der Orchideengarten, 1919, German magazine cover (at www.flickr.com)
- # [12:46] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Quit: Tomorrow to fresh woods, and pastures new.)
- # [12:52] <pimpbot> bugmail: [Bug 7059] [blocked on xpathwg] Forking XPath <http://lists.w3.org/Archives/Public/public-html-bugzilla/2009Jul/0024.html>
- # [13:03] * karl is leaving
- # [13:03] * Quits: karl (karlcow@128.30.54.58) (Quit: This computer has gone to sleep)
- # [13:17] * Joins: myakura (myakura@124.87.203.127)
- # [13:21] * Quits: webben (benh@217.12.14.240) (Ping timeout)
- # [13:43] * Disconnected
- # [13:44] * Attempting to rejoin channel #html-wg
- # [13:44] * Rejoined channel #html-wg
- # [13:44] * Topic is 'Pursuing conformance solutions for the N-body gravitational system known as "the Web", and in general, collectively performing various acts of unparalleled hubris (This channel is logged: http://krijnhoetmer.nl/irc-logs/)'
- # [13:44] * Set by MikeSmith on Thu Jun 18 07:02:08
- # [14:40] * Disconnected
- # [14:41] * Attempting to rejoin channel #html-wg
- # [14:41] * Rejoined channel #html-wg
- # [14:41] * Topic is 'Pursuing conformance solutions for the N-body gravitational system known as "the Web", and in general, collectively performing various acts of unparalleled hubris (This channel is logged: http://krijnhoetmer.nl/irc-logs/)'
- # [14:41] * Set by MikeSmith on Thu Jun 18 07:02:08
- # [14:41] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Ping timeout)
- # [14:42] * Joins: karl (karlcow@128.30.54.58)
- # [14:45] * billyjackass is now known as MikeSmith
- # [14:49] <pimpbot> planet: Which browser has the best support for HTML 5 currently? <http://stackoverflow.com/questions/150577/which-browser-has-the-best-support-for-html-5-currently>
- # [15:00] * Joins: tlr (tlr@128.30.52.30)
- # [15:20] * Quits: webben (benh@217.12.14.240) (Ping timeout)
- # [15:22] * Joins: aroben (aroben@71.58.77.15)
- # [15:46] * Joins: ed_ (ed@88.131.66.80)
- # [15:47] * Quits: ed_work (ed@88.131.66.80) (Ping timeout)
- # [15:48] * Joins: ed_work (ed@88.131.66.80)
- # [15:49] * Quits: ed_ (ed@88.131.66.80) (Ping timeout)
- # [15:49] <pimpbot> planet: about:mozilla – accessibility projects, SFX rewards, triage team, testdays, hacks, t-shirts, and more… <http://developer.mozilla.org/devnews/index.php/2009/07/07/aboutmozilla-accessibility-projects-sfx-rewards-triage-team-testdays-hacks-t-shirts-and-more/> ** <div>An Unofficial Q&A about the Discontinuation of the XHTML2 WG</div> <http://hsivonen.iki.fi/xhtml2-html5-q-and-a/>
- # [16:15] * Quits: Sander (svl@86.87.68.167) (Connection reset by peer)
- # [16:21] * Quits: Yudai (Yudai@59.146.156.123) (Ping timeout)
- # [16:31] * Quits: Lachy (Lachlan@213.236.208.22) (Quit: This computer has gone to sleep)
- # [16:35] * Joins: billmason (bmason@69.30.57.192)
- # [16:40] * Joins: Yudai (Yudai@59.146.156.123)
- # [16:46] * Joins: Sander (svl@86.87.68.167)
- # [16:50] <pimpbot> planet: libre.fm and the <audio/> tag <http://blog.mozbox.org/post/2009/07/07/librefm-and-the-audio/-tag>
- # [17:06] * Joins: webben (benh@217.12.14.240)
- # [17:19] * Quits: myakura (myakura@124.87.203.127) (Quit: Leaving...)
- # [17:29] * Joins: Lachy (Lachlan@85.196.122.246)
- # [17:38] * Quits: Julian (chatzilla@217.91.35.233) (Ping timeout)
- # [17:40] * Quits: webben (benh@217.12.14.240) (Ping timeout)
- # [17:40] * Joins: webben (benh@217.12.14.241)
- # [17:40] * Joins: Julian (chatzilla@217.91.35.233)
- # [17:50] <pimpbot> planet: An Unofficial Q&A about the Discontinuation of the XHTML2 WG <http://hsivonen.iki.fi/xhtml2-html5-q-and-a/>
- # [17:56] <Lachy> pimpbot, why do you keep linking to that same article repeatedly?
- # [17:56] <pimpbot> Lachy: Huh?
- # [18:05] * Joins: Julian_ (chatzilla@62.192.10.243)
- # [18:05] * Quits: Julian (chatzilla@217.91.35.233) (Ping timeout)
- # [18:05] * Julian_ is now known as Julian
- # [18:06] * Joins: Julian_ (chatzilla@217.91.35.233)
- # [18:08] * Quits: Julian (chatzilla@62.192.10.243) (Ping timeout)
- # [18:09] * Julian_ is now known as Julian
- # [18:20] * Quits: tlr (tlr@128.30.52.30) (Quit: tlr)
- # [18:24] <MikeSmith> Lachy: because hsivonen is updating it
- # [18:24] <Philip> pimpbot, how come you didn't say the <div> and & on that last time?
- # [18:24] <pimpbot> Philip: Huh?
- # [18:29] <MikeSmith> pimpbot is kind of a snitch
- # [18:29] <pimpbot> MikeSmith: Huh?
- # [18:50] <pimpbot> planet: <div>An Unofficial Q&A about the Discontinuation of the XHTML2 WG</div> <http://hsivonen.iki.fi/xhtml2-html5-q-and-a/> ** Gmail for Mobile HTML5 Series: Using Timers Effectively <http://feedproxy.google.com/~r/blogspot/Dcni/~3/iPMCyBSNo6U/gmail-for-mobile-html5-series-using.html>
- # [18:50] * Quits: laplink (link@193.157.66.116) (Quit: This computer has gone to sleep)
- # [18:54] <pimpbot> bugmail: [Bug 7086] New: <a> should be </a> in section 4.5.3 of the HTML5 specification <http://lists.w3.org/Archives/Public/public-html-bugzilla/2009Jul/0026.html>
- # [19:04] * Joins: adele (adele@17.246.19.254)
- # [19:06] * Quits: Lachy (Lachlan@85.196.122.246) (Quit: This computer has gone to sleep)
- # [19:06] * Joins: gsnedders (gsnedders@83.252.196.10)
- # [19:19] * Joins: Lachy (Lachlan@85.196.122.246)
- # [19:19] * Quits: Lachy (Lachlan@85.196.122.246) (Client exited)
- # [19:19] * Joins: Lachy (Lachlan@85.196.122.246)
- # [19:50] <pimpbot> planet: An Unofficial Q&A about the Discontinuation of the XHTML2 WG <http://hsivonen.iki.fi/xhtml2-html5-q-and-a/>
- # [19:50] * Joins: tlr (tlr@128.30.52.30)
- # [19:52] <MikeSmith> http://blog.halindrome.com/2009/07/w3c-you-ignorant-slut.html
- # [19:52] <pimpbot> Title: Xyzzy. Nothing Happens.: W3C, you ignorant slut! (at blog.halindrome.com)
- # [20:05] * Quits: adele (adele@17.246.19.254) (Quit: adele)
- # [20:06] * Joins: dbaron (dbaron@63.245.220.224)
- # [20:06] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Quit: Tomorrow to fresh woods, and pastures new.)
- # [20:09] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
- # [20:14] * Quits: dbaron (dbaron@63.245.220.224) (Ping timeout)
- # [20:21] <Hixie> MikeSmith: i didn't mean it as comedy or as a hook for a permathread... i really don't understand sam's rules for when things are on topic or off topic
- # [20:23] * Joins: dbaron (dbaron@63.245.220.224)
- # [20:24] * Joins: adele (adele@17.246.19.254)
- # [20:27] * Quits: Shunsuke (Shunsuke@221.187.54.101) (Ping timeout)
- # [20:45] * Quits: Sander (svl@86.87.68.167) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [20:51] * Joins: laplink (link@193.157.66.116)
- # [20:54] * Quits: dbaron (dbaron@63.245.220.224) (Ping timeout)
- # [20:55] * Quits: laplink (link@193.157.66.116) (Quit: This computer has gone to sleep)
- # [20:58] * Joins: dbaron (dbaron@63.245.220.224)
- # [21:03] * Quits: ChrisWilson (cwilso@131.107.0.103) (Ping timeout)
- # [21:04] * Quits: dbaron (dbaron@63.245.220.224) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [21:06] * Joins: dbaron (dbaron@63.245.220.240)
- # [21:09] * Joins: ChrisWilson (cwilso@131.107.0.102)
- # [21:32] <karl> hmmm Shane is angry
- # [21:34] * Joins: Sander (svl@86.87.68.167)
- # [21:34] <karl> the other post is milder
- # [21:34] <karl> http://blog.worklifecreativity.net/2009/07/work-and-life-vs-creativity/
- # [21:34] <pimpbot> Title: work.life.creativity. » Blog Archive » Work and Life vs. Creativity (at blog.worklifecreativity.net)
- # [21:41] * Joins: laplink (link@193.157.66.116)
- # [21:44] * Quits: laplink (link@193.157.66.116) (Quit: This computer has gone to sleep)
- # [21:51] <pimpbot> planet: <div>An Unofficial Q&A about the Discontinuation of the XHTML2 WG</div> <http://hsivonen.iki.fi/xhtml2-html5-q-and-a/>
- # [21:52] * Joins: laplink (link@193.157.66.116)
- # [22:06] * Philip wonders if karl is meaning that that post is milder than http://blog.halindrome.com/2009/07/w3c-you-ignorant-slut.html
- # [22:06] <pimpbot> Title: Xyzzy. Nothing Happens.: W3C, you ignorant slut! (at blog.halindrome.com)
- # [22:06] * Quits: aroben (aroben@71.58.77.15) (Connection reset by peer)
- # [22:06] * Joins: aroben (aroben@71.58.77.15)
- # [22:09] * Joins: timelyx (timeless@88.115.12.126)
- # [22:10] * Quits: aroben (aroben@71.58.77.15) (Connection reset by peer)
- # [22:10] * Joins: aroben (aroben@71.58.77.15)
- # [22:30] * Quits: Lachy (Lachlan@85.196.122.246) (Quit: Leaving)
- # [22:45] * Quits: laplink (link@193.157.66.116) (Quit: This computer has gone to sleep)
- # [22:46] * Joins: sryo (sryo@190.245.199.237)
- # [22:46] * Quits: ROBOd (robod@89.122.216.38) (Quit: http://www.robodesign.ro )
- # [22:48] * Joins: Lachy (Lachlan@85.196.122.246)
- # [22:50] * Quits: adele (adele@17.246.19.254) (Quit: adele)
- # [22:51] * Quits: webben (benh@217.12.14.241) (Ping timeout)
- # [22:53] * Joins: adele (adele@17.246.19.254)
- # [23:03] * Joins: johndrinkwater (john@84.92.108.8)
- # [23:04] <karl> Philip: yes
- # [23:04] <karl> same person
- # [23:19] <Dashiva> Wow, that xyzzy blog guy doesn't seem to get it
- # [23:23] <karl> Dashiva: this guy is Shane P. McCarron, editor of some XHTML specs. So I guess he gets it, but he disagrees with the decision and he is angry.
- # [23:23] <karl> I have to go
- # [23:23] * Quits: karl (karlcow@128.30.54.58) (Quit: This computer has gone to sleep)
- # [23:24] <Dashiva> "Well, guess what? It is hard." isn't exactly the attitude you'd expect from someone who understands what universal participation is about
- # [23:29] * Quits: gsnedders (gsnedders@83.252.196.10) (Quit: gsnedders)
- # [23:39] * Quits: sryo (sryo@190.245.199.237) (Quit: Leaving.)
- # [23:51] <pimpbot> planet: Ogg Theora, H.264 and the HTML 5 Browser Squabble <http://www.reddit.com/r/browsers/comments/8z38a/ogg_theora_h264_and_the_html_5_browser_squabble/>
- # [23:55] <pimpbot> changes: hixie: Apparently some people think 'between' includes the end points. (whatwg r3369) <http://lists.w3.org/Archives/Public/public-html-diffs/2009Jul/0033.html>
- # Session Close: Wed Jul 08 00:00:00 2009
The end :)