Options:
- # Session Start: Sun Nov 08 00:00:00 2009
- # Session Ident: #whatwg
- # [00:01] * Philip` thought Up was surprisingly sad
- # [00:03] <zcorpan_> oh now i remembered my passphrase
- # [00:09] * Joins: cardona507 (n=cardona5@c-67-180-160-250.hsd1.ca.comcast.net)
- # [00:10] * Quits: mat_t (n=mattomas@80-225-9-175.dynamic.dial.as9105.com) (Read error: 110 (Connection timed out))
- # [00:22] * Quits: zcorpan_ (n=zcorpan@c83-252-193-59.bredband.comhem.se)
- # [00:27] * Trede is now known as gustav3d
- # [00:42] * Joins: yoshu (n=josh@174-18-197-62.tcso.qwest.net)
- # [00:52] * Quits: archtech (i=stanv@83.228.56.37)
- # [00:53] * Quits: gavin_ (n=gavin@firefox/developer/gavin) (Read error: 110 (Connection timed out))
- # [00:53] * Joins: gavin_ (n=gavin@firefox/developer/gavin)
- # [00:55] * Philip` never knew that commenting on a spec could be so fraught with difficulties
- # [00:56] <Philip`> Looks like there's been more comments commenting on the process of commenting on the MathML spec, than there were comments on the spec
- # [00:59] <AryehGregor> Hmm, it seems like someone has checked in RDFa support to MediaWiki.
- # [00:59] <Philip`> What does "support" mean?
- # [01:00] <AryehGregor> RDFa attributes on elements seem to be whitelisted in user input. Although I haven't looked very hard: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/58712
- # [01:00] <AryehGregor> I'm not sure this actually allows valid RDFa to be output, since it's not namespaced or anything?
- # [01:01] <gsnedders> Valid RDFa? It relies upon namespaces, how can it be valid when it relies upon a DTD? :)
- # [01:01] <AryehGregor> Eh?
- # [01:01] <AryehGregor> Conformant RDFa, if you like. I didn't mean valid in the XML sense.
- # [01:02] <gsnedders> I know what you mean, but I'm just being silly about the whole problem with validity and RDFa :)
- # [01:03] <Philip`> "RDFa properties allow URIs" - um, no they don't
- # [01:04] <Philip`> (except about and resource)
- # [01:04] <Philip`> (which don't allow only URIs)
- # [01:06] <Philip`> Also: using a regep to detect 'unsafe' attribute values that might run scripts?
- # [01:06] <Philip`> *regexp
- # [01:06] <AryehGregor> Yes, I commented on that separately.
- # [01:07] <gsnedders> html5lib's sanitizer does that too
- # [01:07] <AryehGregor> MediaWiki already has a whitelist of safe URL protocols, that should be used if anything is.
- # [01:07] <AryehGregor> Regex is fine, just it needs to be whitelist-based, not blacklist.
- # [01:07] <AryehGregor> That's assuming any of these URLs can actually be activated by the user, though, which I doubt.
- # [01:07] * Quits: mitnavn (n=mitnavn@unaffiliated/mitnavn) ("Leaving...")
- # [01:10] <Philip`> http://www.w3.org/TR/rdfa-syntax/#rdfa-attributes lists what the attributes are meant to contain
- # [01:10] <AryehGregor> Well, the implementation basically allows any contents.
- # [01:10] <AryehGregor> The comment is misleading.
- # [01:11] <AryehGregor> My question is, does this actually allow conformant RDFa documents to be generated?
- # [01:11] <AryehGregor> I'm not sure. You don't need namespace declarations or other fancy stuff?
- # [01:11] <Philip`> You do need namespace declarations
- # [01:11] <AryehGregor> Where does it say that?
- # [01:11] <Philip`> Most of the stuff uses CURIEs, which require you to declare prefixes
- # [01:11] <gsnedders> They just make RDFa 120% more sexy.
- # [01:12] <AryehGregor> It seems like CURIEs are optional, you can just use the full URL if you feel like it?
- # [01:12] <Philip`> You can't (except in about and resource)
- # [01:12] * Quits: yoshu (n=josh@174-18-197-62.tcso.qwest.net)
- # [01:12] <gsnedders> You can only use the full URL if you have e.g., xmlns:http="http:"
- # [01:12] <AryehGregor> Can you give me a link to that in the spec so I can object properly? :)
- # [01:12] <AryehGregor> This is freaking long.
- # [01:12] <Philip`> http://www.w3.org/TR/rdfa-syntax/#P_curie
- # [01:12] <Philip`> is the syntax for CURIEs
- # [01:13] <Philip`> which applies to rel/rev/property/datatype/typeof attributes
- # [01:14] <gsnedders> RDFa is a wonderly well-designed.
- # [01:14] <webben> AryehGregor: http://www.w3.org/TR/rdfa-syntax/#col_Metainformation says the meta attribs must (mostly) use curies
- # [01:14] <Philip`> property="http://..." will get interpreted as a prefix "http" and reference "//..."
- # [01:14] <Philip`> and not as a proper URL
- # [01:16] <Philip`> The script-detection thing seems both useless (browsers aren't going to execute the URLs identified by RDFa attributes) and insufficient (if browsers did execute them, you could write <div xmlns:foo="jav" foo:property="ascript:alert('oops')">
- # [01:16] <Philip`> )
- # [01:17] <Philip`> Um
- # [01:17] <Philip`> That's totally wrong
- # [01:17] <Philip`> <div xmlns:foo="jav" property="foo:ascript:alert('oops')">
- # [01:17] <Philip`> (perhaps with more percent-encoding to be strictly legal)
- # [01:19] <AryehGregor> To allow microdata, we'd just have to permit the item* attributes, right?
- # [01:21] <Philip`> Yes
- # [01:24] <Philip`> AryehGregor: An unrelated probably bug: Looks like the code is trying to filter 'bad' rel/rev values, but rel/rev aren't allowed by the attribute whitelist anyway so that's pointless
- # [01:24] <Philip`> *probable
- # [01:25] <Philip`> Anyway, the xmlns: thing kind of kills it unless you only want to use prefixes that are already declared in the page template
- # [01:25] * Quits: gunderwonder (n=gunderwo@199.84-49-178.nextgentel.com)
- # [01:25] <AryehGregor> We could whitelist xmlns:* if we really wanted to.
- # [01:25] <AryehGregor> I, of course, will argue we should support microdata instead. :)
- # [01:26] <Philip`> Why "of course"?
- # [01:26] <AryehGregor> Why not "of course"?
- # [01:26] <AryehGregor> I'm not sure why we need either, actually.
- # [01:26] <AryehGregor> He didn't give a reason.
- # [01:26] * AryehGregor is also trying to persuade someone in #wikimedia-tech to turn on HTML5 output for Wikipedia already, but they all claim they want to go to sleep
- # [01:26] <AryehGregor> (maybe tomorrow)
- # [01:27] * Joins: mitnavn (n=mitnavn@unaffiliated/mitnavn)
- # [01:28] <Philip`> AryehGregor: Why support a new and largely untested technology with precisely zero consumer support, like microdata?
- # [01:28] * Parts: gustav3d (n=no@90-231-37-223-no154.tbcn.telia.com)
- # [01:29] <gsnedders> </body><title>foo</title> creates the title in the body element, right?
- # [01:29] <AryehGregor> Why support RDFa if it might die to microdata?
- # [01:29] <AryehGregor> Why support any of this stuff? I'm not sure what the use-case is for us.
- # [01:29] <Philip`> I don't think you should support either :-)
- # [01:29] <gsnedders> Philip`: Go look at that for me.
- # [01:29] <Philip`> gsnedders: No
- # [01:30] <gsnedders> Philip`: Pretty please?
- # [01:30] <gsnedders> Philip`: With a cherry on top?
- # [01:30] * Joins: JonathanNeal (n=Jonathan@adsl-99-74-52-97.dsl.lsan03.sbcglobal.net)
- # [01:30] <Philip`> AryehGregor: Seems better to argue against RDFa due to lack of justification of the complexity it'll introduce
- # [01:31] <AryehGregor> See, I don't know why he's introducing it at all.
- # [01:31] <JonathanNeal> Hi everyone! \o/
- # [01:32] <Philip`> rather than due to a preference for microdata
- # [01:32] <TabAtkins> Hi! \o/
- # [01:32] <Philip`> Argh, stop being so happy >:-(
- # [01:32] <Philip`> gsnedders: I don't like cherries
- # [01:34] <Philip`> AryehGregor: (By "complexity" I suppose I'm thinking of the complexity of trying to support it properly, rather than badly hacking in a few attributes into a whitelist, though I'm not really sure what "properly" would mean)
- # [01:34] * Joins: Hish____ (n=chatzill@p57B7B953.dip.t-dialin.net)
- # [01:34] * Hish____ is now known as Hish
- # [01:34] <AryehGregor> Philip`, the support here is just letting people add it, i.e., not stripping it out as unrecognized. Not very complicated.
- # [01:35] * Joins: Hish____ (n=chatzill@212.60.242.26)
- # [01:38] * gsnedders thinks one of zcorpan's tests is wrong
- # [01:38] * gsnedders blames zcorpan
- # [01:38] <gsnedders> <script><!--<script --></script> --- how much of that is script contents?
- # [01:39] <gsnedders> html5lib and me agree that the content is <!--<script -->
- # [01:40] * Quits: Hish___ (n=chatzill@212.60.242.26) (Read error: 145 (Connection timed out))
- # [01:41] * Quits: mitnavn (n=mitnavn@unaffiliated/mitnavn)
- # [01:43] * Quits: Hish (n=chatzill@p57B7B953.dip.t-dialin.net) (Read error: 145 (Connection timed out))
- # [01:45] <AryehGregor> http://www.mediawiki.org/wiki/Special:Code/MediaWiki/58712#c4406
- # [01:49] <AryehGregor> Hmm, looks like the use-case might be something like outputting EXIF data for images in structured format, stuff like that.
- # [01:49] <AryehGregor> That could be legitimate.
- # [01:49] <AryehGregor> Meaning we would have to actually make a decision on RDFa vs. microdata.
- # [01:50] * Joins: weinig (n=weinig@c-67-180-35-124.hsd1.ca.comcast.net)
- # [01:52] <JonathanNeal> Philip`, I'm sorry for being so happy. I'll be more sad, just for you.
- # [01:52] * JonathanNeal moans because he never feels secure using the <section> tag.
- # [01:54] * Quits: paul_irish (n=paul_iri@c-71-192-163-128.hsd1.nh.comcast.net) (Remote closed the connection)
- # [02:06] * Quits: Rik` (n=Rik`@pha75-2-81-57-187-57.fbx.proxad.net) (Read error: 113 (No route to host))
- # [02:15] * Joins: erikvold (n=erikvvol@S010600195b93b7bf.gv.shawcable.net)
- # [02:46] * Joins: miketaylr (n=miketayl@24.42.95.234)
- # [02:48] * Quits: cardona507 (n=cardona5@c-67-180-160-250.hsd1.ca.comcast.net)
- # [02:49] * Quits: gavin_ (n=gavin@firefox/developer/gavin) (Read error: 145 (Connection timed out))
- # [02:50] * Joins: gavin_ (n=gavin@firefox/developer/gavin)
- # [02:58] * Joins: gunderwonder (n=gunderwo@199.84-49-178.nextgentel.com)
- # [03:06] * Quits: erlehmann (n=erlehman@1.121.113.82.net.de.o2.com) ("Ex-Chat")
- # [03:10] * Quits: Amorphous (i=jan@unaffiliated/amorphous) (Read error: 145 (Connection timed out))
- # [03:21] * Joins: Amorphous (i=jan@unaffiliated/amorphous)
- # [04:27] * Joins: erikvvold (n=erikvvol@S010600195b93b7bf.gv.shawcable.net)
- # [04:28] * Quits: erikvold (n=erikvvol@S010600195b93b7bf.gv.shawcable.net) (Read error: 113 (No route to host))
- # [04:32] * Parts: Midler (n=midler@212.37.124.243) ("Leaving.")
- # [04:34] * Quits: miketaylr (n=miketayl@24.42.95.234) (Read error: 110 (Connection timed out))
- # [05:04] * Quits: JonathanNeal (n=Jonathan@adsl-99-74-52-97.dsl.lsan03.sbcglobal.net) (Read error: 110 (Connection timed out))
- # [05:24] * Joins: cardona507 (n=cardona5@c-67-180-160-250.hsd1.ca.comcast.net)
- # [05:26] * Joins: miketaylr (n=miketayl@24.42.95.234)
- # [05:26] * Quits: JoePeck (n=JoePeck@cpe-74-69-85-249.rochester.res.rr.com) (Read error: 104 (Connection reset by peer))
- # [05:26] * Joins: JoePeck (n=JoePeck@cpe-74-69-85-249.rochester.res.rr.com)
- # [05:26] * Quits: miketaylr (n=miketayl@24.42.95.234) (Remote closed the connection)
- # [05:45] * Joins: erikvold (n=erikvvol@S010600195b93b7bf.gv.shawcable.net)
- # [05:46] * Quits: erikvvold (n=erikvvol@S010600195b93b7bf.gv.shawcable.net) (Read error: 104 (Connection reset by peer))
- # [05:48] * Joins: yoshu (n=josh@174-18-197-62.tcso.qwest.net)
- # [05:51] * Quits: yoshu (n=josh@174-18-197-62.tcso.qwest.net) (Client Quit)
- # [06:08] * Joins: dglazkov (n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net)
- # [06:15] * Joins: archtech (i=stanv@83.228.56.37)
- # [06:34] * Quits: gavin_ (n=gavin@firefox/developer/gavin) (Read error: 110 (Connection timed out))
- # [06:34] * Joins: gavin_ (n=gavin@firefox/developer/gavin)
- # [06:37] * Joins: Lachy (n=Lachlan@12.197.88.10)
- # [06:45] * Quits: cardona507 (n=cardona5@c-67-180-160-250.hsd1.ca.comcast.net)
- # [06:46] * Quits: gunderwonder (n=gunderwo@199.84-49-178.nextgentel.com)
- # [06:52] * Joins: cardona507 (n=cardona5@c-67-180-160-250.hsd1.ca.comcast.net)
- # [06:54] * Quits: Lachy (n=Lachlan@12.197.88.10) ("This computer has gone to sleep")
- # [06:56] * Joins: Lachy (n=Lachlan@12.197.88.10)
- # [07:03] * Joins: nessy (n=Adium@124-171-240-232.dyn.iinet.net.au)
- # [07:10] * Quits: nessy (n=Adium@124-171-240-232.dyn.iinet.net.au) ("Leaving.")
- # [07:11] * Joins: nessy (n=Adium@124-171-240-232.dyn.iinet.net.au)
- # [07:11] * Quits: nessy (n=Adium@124-171-240-232.dyn.iinet.net.au) (Remote closed the connection)
- # [07:11] * Quits: cardona507 (n=cardona5@c-67-180-160-250.hsd1.ca.comcast.net)
- # [07:11] * Joins: nessy (n=Adium@124-171-240-232.dyn.iinet.net.au)
- # [07:15] * Quits: dglazkov (n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net)
- # [07:16] * Joins: yoshu (n=josh@174-18-197-62.tcso.qwest.net)
- # [07:19] * Quits: archtech (i=stanv@83.228.56.37)
- # [07:38] * hcr is now known as hamcore
- # [07:45] * hamcore is now known as hcr
- # [07:48] * Joins: abii (n=macbook@66.201.44.122)
- # [07:50] * Quits: abii (n=macbook@66.201.44.122) (Client Quit)
- # [07:50] * Joins: abii (n=macbook@66.201.44.122)
- # [07:51] * Quits: abii (n=macbook@66.201.44.122) (Client Quit)
- # [07:52] * Joins: abii (n=macbook@66.201.44.122)
- # [07:52] * Quits: abii (n=macbook@66.201.44.122) (Remote closed the connection)
- # [07:53] * Joins: erikvvold (n=erikvvol@S010600195b93b7bf.gv.shawcable.net)
- # [07:55] * Quits: erikvold (n=erikvvol@S010600195b93b7bf.gv.shawcable.net) (Read error: 113 (No route to host))
- # [07:55] * Joins: archtech (i=stanv@83.228.56.37)
- # [07:57] * Quits: erikvvold (n=erikvvol@S010600195b93b7bf.gv.shawcable.net) (Remote closed the connection)
- # [07:57] * Joins: zalan (n=zalan@catv-89-135-144-122.catv.broadband.hu)
- # [08:00] * Joins: mitnavn (n=mitnavn@unaffiliated/mitnavn)
- # [08:02] * Quits: yoshu (n=josh@174-18-197-62.tcso.qwest.net)
- # [08:03] * Joins: erikvold (n=erikvvol@S010600195b93b7bf.gv.shawcable.net)
- # [08:22] * Quits: mitnavn (n=mitnavn@unaffiliated/mitnavn) (Read error: 131 (Connection reset by peer))
- # [08:22] * Joins: mat_t (n=mattomas@80-225-9-175.dynamic.dial.as9105.com)
- # [08:25] * Joins: mitnavn (n=mitnavn@unaffiliated/mitnavn)
- # [08:31] * Quits: gavin_ (n=gavin@firefox/developer/gavin) (Read error: 110 (Connection timed out))
- # [08:31] * Joins: zcorpan_ (n=zcorpan@c83-252-193-59.bredband.comhem.se)
- # [08:31] * Joins: gavin_ (n=gavin@firefox/developer/gavin)
- # [08:39] * Quits: ray (i=ray@drong.notacat.org) (Remote closed the connection)
- # [08:42] * Joins: ray (i=ray@drong.notacat.org)
- # [08:43] * Quits: mat_t (n=mattomas@80-225-9-175.dynamic.dial.as9105.com) (Read error: 110 (Connection timed out))
- # [08:45] * Quits: zcorpan_ (n=zcorpan@c83-252-193-59.bredband.comhem.se) (Read error: 60 (Operation timed out))
- # [08:50] * Quits: mitnavn (n=mitnavn@unaffiliated/mitnavn) (Read error: 110 (Connection timed out))
- # [08:51] * Joins: zcorpan_ (n=zcorpan@c83-252-193-59.bredband.comhem.se)
- # [08:53] * Joins: mitnavn (n=mitnavn@0x5552b452.adsl.cybercity.dk)
- # [08:53] * Quits: yutak_home (n=kee@R214157.ppp.dion.ne.jp) ("Ex-Chat")
- # [08:56] * Quits: webben (n=benh@dip5-fw.corp.ukl.yahoo.com) (Remote closed the connection)
- # [08:58] * Joins: erikvvold (n=erikvvol@S010600195b93b7bf.gv.shawcable.net)
- # [08:58] * Quits: dbaron (n=dbaron@c-98-234-51-190.hsd1.ca.comcast.net) ("8403864 bytes have been tenured, next gc will be global.")
- # [08:58] * Joins: mpilgrim (n=mark@193.179.2.234)
- # [08:59] * Quits: erikvold (n=erikvvol@S010600195b93b7bf.gv.shawcable.net) (Read error: 113 (No route to host))
- # [09:03] * Joins: webben (n=benh@dip5-fw.corp.ukl.yahoo.com)
- # [09:10] * Quits: SamerZ (n=SamerZ@CPE00222d5410b8-CM00222d5410b5.cpe.net.cable.rogers.com)
- # [09:27] * Quits: zalan (n=zalan@catv-89-135-144-122.catv.broadband.hu) (verne.freenode.net irc.freenode.net)
- # [09:27] * Quits: Amorphous (i=jan@unaffiliated/amorphous) (verne.freenode.net irc.freenode.net)
- # [09:27] * Quits: virtuelv (n=virtuelv@162.179.251.212.customer.cdi.no) (verne.freenode.net irc.freenode.net)
- # [09:27] * Quits: othermaciej (n=mjs@c-69-181-42-237.hsd1.ca.comcast.net) (verne.freenode.net irc.freenode.net)
- # [09:27] * Quits: weinig (n=weinig@c-67-180-35-124.hsd1.ca.comcast.net) (verne.freenode.net irc.freenode.net)
- # [09:27] * Quits: Kuruma (n=Kuruman@114.149.207.82) (verne.freenode.net irc.freenode.net)
- # [09:27] * Quits: steevel (i=steevel@79.99.3.127) (verne.freenode.net irc.freenode.net)
- # [09:27] * Quits: zcorpan_ (n=zcorpan@c83-252-193-59.bredband.comhem.se) (verne.freenode.net irc.freenode.net)
- # [09:27] * Quits: gavin_ (n=gavin@firefox/developer/gavin) (verne.freenode.net irc.freenode.net)
- # [09:27] * Quits: hsivonen (n=hsivonen@kekkonen.cs.hut.fi) (verne.freenode.net irc.freenode.net)
- # [09:27] * Quits: Philip` (n=philip@zaynar.co.uk) (verne.freenode.net irc.freenode.net)
- # [09:27] * Quits: karlcow (n=karl@nerval.la-grange.net) (verne.freenode.net irc.freenode.net)
- # [09:27] * Quits: inimino (n=inimino@atekomi.inimino.org) (verne.freenode.net irc.freenode.net)
- # [09:27] * Quits: Dashiva (i=Dashiva@wikia/Dashiva) (verne.freenode.net irc.freenode.net)
- # [09:27] * Quits: nicferrier (n=nferrier@sanders.tapsellferrier.co.uk) (verne.freenode.net irc.freenode.net)
- # [09:27] * Quits: jorlow (n=jorlow@nat/google/x-gcdknsvedkhcbgrm) (verne.freenode.net irc.freenode.net)
- # [09:27] * Quits: yutak (n=yutak@220.109.219.244) (verne.freenode.net irc.freenode.net)
- # [09:27] * Quits: broquaint (i=4ef2dfb9@spc2-brig11-0-0-cust222.asfd.cable.virginmedia.com) (verne.freenode.net irc.freenode.net)
- # [09:27] * Quits: smaug (n=chatzill@cs181150024.pp.htv.fi) (verne.freenode.net irc.freenode.net)
- # [09:27] * Quits: bzed (n=bzed@devel.recluse.de) (verne.freenode.net irc.freenode.net)
- # [09:27] * Quits: pablof (n=palbo@pat-tdc.opera.com) (verne.freenode.net irc.freenode.net)
- # [09:27] * Quits: doublec (n=doublec@li30-216.members.linode.com) (verne.freenode.net irc.freenode.net)
- # [09:27] * Quits: ciaran_lee (i=leecn@spoon.netsoc.tcd.ie) (verne.freenode.net irc.freenode.net)
- # [09:27] * Quits: ato (i=ato@orgelet.e-tjenesten.org) (verne.freenode.net irc.freenode.net)
- # [09:27] * Quits: kinetik (n=kinetik@121.98.132.55) (verne.freenode.net irc.freenode.net)
- # [09:27] * Quits: othree (n=othree@admin39.ct.ntust.edu.tw) (verne.freenode.net irc.freenode.net)
- # [09:27] * Quits: Yudai (n=Yudai@p6ea250.kngwnt01.ap.so-net.ne.jp) (verne.freenode.net irc.freenode.net)
- # [09:27] * Joins: zcorpan_ (n=zcorpan@c83-252-193-59.bredband.comhem.se)
- # [09:27] * Joins: gavin_ (n=gavin@firefox/developer/gavin)
- # [09:27] * Joins: zalan (n=zalan@catv-89-135-144-122.catv.broadband.hu)
- # [09:27] * Joins: Amorphous (i=jan@unaffiliated/amorphous)
- # [09:27] * Joins: weinig (n=weinig@c-67-180-35-124.hsd1.ca.comcast.net)
- # [09:27] * Joins: virtuelv (n=virtuelv@162.179.251.212.customer.cdi.no)
- # [09:27] * Joins: othermaciej (n=mjs@c-69-181-42-237.hsd1.ca.comcast.net)
- # [09:27] * Joins: Kuruma (n=Kuruman@114.149.207.82)
- # [09:27] * Joins: steevel (i=steevel@79.99.3.127)
- # [09:27] * Joins: hsivonen (n=hsivonen@kekkonen.cs.hut.fi)
- # [09:27] * Joins: Philip` (n=philip@zaynar.co.uk)
- # [09:27] * Joins: doublec (n=doublec@li30-216.members.linode.com)
- # [09:27] * Joins: karlcow (n=karl@nerval.la-grange.net)
- # [09:27] * Joins: inimino (n=inimino@atekomi.inimino.org)
- # [09:27] * Joins: jorlow (n=jorlow@nat/google/x-gcdknsvedkhcbgrm)
- # [09:27] * Joins: Dashiva (i=Dashiva@wikia/Dashiva)
- # [09:27] * Joins: broquaint (i=4ef2dfb9@spc2-brig11-0-0-cust222.asfd.cable.virginmedia.com)
- # [09:27] * Joins: nicferrier (n=nferrier@sanders.tapsellferrier.co.uk)
- # [09:27] * Joins: smaug (n=chatzill@cs181150024.pp.htv.fi)
- # [09:27] * Joins: yutak (n=yutak@220.109.219.244)
- # [09:27] * Joins: bzed (n=bzed@devel.recluse.de)
- # [09:27] * Joins: ciaran_lee (i=leecn@spoon.netsoc.tcd.ie)
- # [09:27] * Joins: pablof (n=palbo@pat-tdc.opera.com)
- # [09:27] * Joins: ato (i=ato@orgelet.e-tjenesten.org)
- # [09:27] * Joins: kinetik (n=kinetik@121.98.132.55)
- # [09:27] * Joins: othree (n=othree@admin39.ct.ntust.edu.tw)
- # [09:27] * Joins: Yudai (n=Yudai@p6ea250.kngwnt01.ap.so-net.ne.jp)
- # [09:28] * Quits: crash\ (i=crash@lubyte.de) (Nick collision from syn.)
- # [09:28] * Joins: ray_ (i=ray@drong.notacat.org)
- # [09:28] * Joins: crash\ (i=crash@lubyte.de)
- # [09:29] * Quits: ray (i=ray@drong.notacat.org) (Read error: 54 (Connection reset by peer))
- # [09:37] * Quits: hober (n=ted@unaffiliated/hober) (Read error: 104 (Connection reset by peer))
- # [09:38] * Joins: mpt (n=mpt@canonical/mpt)
- # [09:40] * ray_ is now known as ray
- # [09:41] * Quits: erikvvold (n=erikvvol@S010600195b93b7bf.gv.shawcable.net) (No route to host)
- # [09:45] * Joins: erikvold (n=erikvvol@S010600195b93b7bf.gv.shawcable.net)
- # [09:46] * Quits: othermaciej (n=mjs@c-69-181-42-237.hsd1.ca.comcast.net) (verne.freenode.net irc.freenode.net)
- # [09:46] * Quits: virtuelv (n=virtuelv@162.179.251.212.customer.cdi.no) (verne.freenode.net irc.freenode.net)
- # [09:46] * Quits: zalan (n=zalan@catv-89-135-144-122.catv.broadband.hu) (verne.freenode.net irc.freenode.net)
- # [09:46] * Quits: Amorphous (i=jan@unaffiliated/amorphous) (verne.freenode.net irc.freenode.net)
- # [09:46] * Quits: mpt (n=mpt@canonical/mpt) (verne.freenode.net irc.freenode.net)
- # [09:46] * Quits: steevel (i=steevel@79.99.3.127) (verne.freenode.net irc.freenode.net)
- # [09:46] * Quits: Kuruma (n=Kuruman@114.149.207.82) (verne.freenode.net irc.freenode.net)
- # [09:46] * Quits: weinig (n=weinig@c-67-180-35-124.hsd1.ca.comcast.net) (verne.freenode.net irc.freenode.net)
- # [09:46] * Quits: Philip` (n=philip@zaynar.co.uk) (verne.freenode.net irc.freenode.net)
- # [09:46] * Quits: hsivonen (n=hsivonen@kekkonen.cs.hut.fi) (verne.freenode.net irc.freenode.net)
- # [09:46] * Quits: gavin_ (n=gavin@firefox/developer/gavin) (verne.freenode.net irc.freenode.net)
- # [09:46] * Quits: zcorpan_ (n=zcorpan@c83-252-193-59.bredband.comhem.se) (verne.freenode.net irc.freenode.net)
- # [09:46] * Quits: bzed (n=bzed@devel.recluse.de) (verne.freenode.net irc.freenode.net)
- # [09:46] * Quits: yutak (n=yutak@220.109.219.244) (verne.freenode.net irc.freenode.net)
- # [09:46] * Quits: smaug (n=chatzill@cs181150024.pp.htv.fi) (verne.freenode.net irc.freenode.net)
- # [09:46] * Quits: nicferrier (n=nferrier@sanders.tapsellferrier.co.uk) (verne.freenode.net irc.freenode.net)
- # [09:46] * Quits: Dashiva (i=Dashiva@wikia/Dashiva) (verne.freenode.net irc.freenode.net)
- # [09:46] * Quits: jorlow (n=jorlow@nat/google/x-gcdknsvedkhcbgrm) (verne.freenode.net irc.freenode.net)
- # [09:46] * Quits: broquaint (i=4ef2dfb9@spc2-brig11-0-0-cust222.asfd.cable.virginmedia.com) (verne.freenode.net irc.freenode.net)
- # [09:46] * Quits: karlcow (n=karl@nerval.la-grange.net) (verne.freenode.net irc.freenode.net)
- # [09:46] * Quits: inimino (n=inimino@atekomi.inimino.org) (verne.freenode.net irc.freenode.net)
- # [09:46] * Quits: pablof (n=palbo@pat-tdc.opera.com) (verne.freenode.net irc.freenode.net)
- # [09:46] * Quits: ciaran_lee (i=leecn@spoon.netsoc.tcd.ie) (verne.freenode.net irc.freenode.net)
- # [09:46] * Quits: doublec (n=doublec@li30-216.members.linode.com) (verne.freenode.net irc.freenode.net)
- # [09:46] * Quits: kinetik (n=kinetik@121.98.132.55) (verne.freenode.net irc.freenode.net)
- # [09:46] * Quits: Yudai (n=Yudai@p6ea250.kngwnt01.ap.so-net.ne.jp) (verne.freenode.net irc.freenode.net)
- # [09:46] * Quits: ato (i=ato@orgelet.e-tjenesten.org) (verne.freenode.net irc.freenode.net)
- # [09:46] * Quits: othree (n=othree@admin39.ct.ntust.edu.tw) (verne.freenode.net irc.freenode.net)
- # [09:48] * Quits: mpilgrim (n=mark@193.179.2.234) (Read error: 110 (Connection timed out))
- # [09:49] * Quits: erikvold (n=erikvvol@S010600195b93b7bf.gv.shawcable.net) (Remote closed the connection)
- # [09:54] * Joins: erikvold (n=erikvvol@S010600195b93b7bf.gv.shawcable.net)
- # [10:07] <jgraham> gsnedders: OK. Did you ask Gerald?
- # [10:10] * Joins: webben1 (n=benh@dip5-fw.corp.ukl.yahoo.com)
- # [10:10] <jgraham> AryehGregor: I assume that one of the requirements for "distributed extensibility" is that it not require support from browser makers
- # [10:11] * Joins: danbri (n=danbri@unaffiliated/danbri)
- # [10:11] <jgraham> So I asume a gol is that I can take something like SVG and implement it in something like IE using something like Flash + Javascript
- # [10:11] <jgraham> *goal
- # [10:11] <danbri> hi folks. should html5 video element work in Safari 4.0.3? testing here suggests not - http://svn.foaf-project.org/foaftown/buttons/html5/playertest.html#
- # [10:12] * danbri trying to wire it to a remote on my iphone via xmpp
- # [10:12] <jgraham> Without the IE team having to add in explicit support themselves
- # [10:13] <jgraham> danbri: wfm in 4.0.2
- # [10:14] <jgraham> danbri: (on 10.5)
- # [10:14] * danbri in osx 10.5.8
- # [10:15] * Joins: svl (n=me@ip565744a7.direct-adsl.nl)
- # [10:16] * Quits: webben (n=benh@dip5-fw.corp.ukl.yahoo.com) (Read error: 60 (Operation timed out))
- # [10:17] <jgraham> danbri: 10.5.8 here
- # [10:23] <jgraham> danbri: Oh it's an ogg ile. You'll need the Xiph quicktime bits installed for that to work in Safari
- # [10:23] <jgraham> *file
- # [10:35] * Joins: jorlow (n=jorlow@nat/google/x-gcdknsvedkhcbgrm)
- # [10:35] * Joins: Dashiva (i=Dashiva@wikia/Dashiva)
- # [10:35] * Joins: broquaint (i=4ef2dfb9@spc2-brig11-0-0-cust222.asfd.cable.virginmedia.com)
- # [10:35] * Joins: nicferrier (n=nferrier@sanders.tapsellferrier.co.uk)
- # [10:35] * Joins: smaug (n=chatzill@cs181150024.pp.htv.fi)
- # [10:35] * Joins: yutak (n=yutak@220.109.219.244)
- # [10:35] * Joins: bzed (n=bzed@devel.recluse.de)
- # [10:35] * Joins: inimino (n=inimino@atekomi.inimino.org)
- # [10:35] * Joins: karlcow (n=karl@nerval.la-grange.net)
- # [10:35] * Joins: Philip` (n=philip@zaynar.co.uk)
- # [10:35] * Joins: hsivonen (n=hsivonen@kekkonen.cs.hut.fi)
- # [10:35] * Joins: gavin_ (n=gavin@firefox/developer/gavin)
- # [10:35] * Joins: Yudai (n=Yudai@p6ea250.kngwnt01.ap.so-net.ne.jp)
- # [10:35] * Joins: othree (n=othree@admin39.ct.ntust.edu.tw)
- # [10:35] * Joins: kinetik (n=kinetik@121.98.132.55)
- # [10:35] * Joins: ato (i=ato@orgelet.e-tjenesten.org)
- # [10:35] * Joins: ciaran_lee (i=leecn@spoon.netsoc.tcd.ie)
- # [10:35] * Joins: doublec (n=doublec@li30-216.members.linode.com)
- # [10:35] * Joins: othermaciej (n=mjs@c-69-181-42-237.hsd1.ca.comcast.net)
- # [10:35] * Joins: virtuelv (n=virtuelv@162.179.251.212.customer.cdi.no)
- # [10:35] * Joins: Amorphous (i=jan@unaffiliated/amorphous)
- # [10:35] * Joins: GPHemsley (n=GPHemsle@ool-45719ec0.dyn.optonline.net)
- # [10:35] * Joins: steevel (i=steevel@79.99.3.127)
- # [10:35] * Joins: Kuruma (n=Kuruman@114.149.207.82)
- # [10:35] * Joins: weinig (n=weinig@c-67-180-35-124.hsd1.ca.comcast.net)
- # [10:35] * Joins: pablof (n=palbo@pat-tdc.opera.com)
- # [10:35] * Quits: svl (n=me@ip565744a7.direct-adsl.nl) (Killed by douglas.freenode.net (Nick collision))
- # [10:36] <krijnh> Dashiva: nope, I don't
- # [10:36] * Joins: svl_ (n=me@ip565744a7.direct-adsl.nl)
- # [10:36] * Quits: archtech (i=stanv@83.228.56.37) ("Decode this secret message: goF2@67lDw2fw^f@;{asqV")
- # [10:37] * Quits: GPHemsley (n=GPHemsle@ool-45719ec0.dyn.optonline.net) ("Leaving")
- # [10:37] * Joins: GPHemsley (n=GPHemsle@ool-45719ec0.dyn.optonline.net)
- # [10:37] * Quits: crash\ (i=crash@lubyte.de) (Nick collision from syn.)
- # [10:38] * Joins: crash\ (i=crash@lubyte.de)
- # [10:40] <danbri> thanks jgraham!
- # [10:48] <danbri> jgraham, that fixed it yep...
- # [10:49] * Quits: gavin_ (n=gavin@firefox/developer/gavin) (Read error: 60 (Operation timed out))
- # [10:51] * Joins: gavin_ (n=gavin@firefox/developer/gavin)
- # [10:51] * Joins: ROBOd (n=robod@89.122.216.38)
- # [10:56] <gsnedders> jgraham: No
- # [10:57] <gsnedders> jgraham: But I don't have any way of asking him
- # [11:14] * Quits: erikvold (n=erikvvol@S010600195b93b7bf.gv.shawcable.net) (Read error: 113 (No route to host))
- # [11:15] * Quits: nessy (n=Adium@124-171-240-232.dyn.iinet.net.au) ("Leaving.")
- # [11:18] * Joins: maikmerten (n=maikmert@Z989d.z.pppool.de)
- # [11:19] * Joins: erikvold (n=erikvvol@S010600195b93b7bf.gv.shawcable.net)
- # [11:22] * Quits: erikvold (n=erikvvol@S010600195b93b7bf.gv.shawcable.net) (Remote closed the connection)
- # [11:29] * Joins: workmad3 (n=davidwor@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
- # [11:30] * Joins: erikvold (n=erikvvol@S010600195b93b7bf.gv.shawcable.net)
- # [11:30] * Joins: gunderwonder (n=gunderwo@199.84-49-178.nextgentel.com)
- # [11:33] * Joins: issyl0 (n=isabell@freenode/community-coordinator/wikimedia.issyl0)
- # [11:33] * Parts: issyl0 (n=isabell@freenode/community-coordinator/wikimedia.issyl0)
- # [11:46] * Quits: GPHemsley (n=GPHemsle@pdpc/supporter/student/GPHemsley) ("This computer has gone to sleep")
- # [11:54] <jgraham> gsnedders: OK Maybe we should phone him or something then
- # [11:55] * jgraham is going to the shop
- # [12:00] * gsnedders was going to buy tickets soon...
- # [12:01] <gsnedders> Before heading over to Tornby, but I think it's probably too late to safely o I want there
- # [12:03] * gsnedders has one known issue in his html5lib update
- # [12:03] <gsnedders> Concecutive text nodes
- # [12:08] * gsnedders snarls at people who use other people's phones thereby breaking caller id
- # [12:26] * Joins: mlpug (n=mlpug@a88-115-164-40.elisa-laajakaista.fi)
- # [12:29] * Quits: othermaciej (n=mjs@c-69-181-42-237.hsd1.ca.comcast.net) (Read error: 104 (Connection reset by peer))
- # [12:29] * Joins: othermaciej_ (n=mjs@c-69-181-42-237.hsd1.ca.comcast.net)
- # [12:29] * Quits: erikvold (n=erikvvol@S010600195b93b7bf.gv.shawcable.net) (Read error: 113 (No route to host))
- # [12:36] * Quits: othermaciej_ (n=mjs@c-69-181-42-237.hsd1.ca.comcast.net) (Read error: 104 (Connection reset by peer))
- # [12:36] * Joins: othermaciej (n=mjs@c-69-181-42-237.hsd1.ca.comcast.net)
- # [13:05] * gsnedders hopes he correctly managed to buy tickets
- # [13:06] <gsnedders> (Actually, I don't really doubt it)
- # [13:20] <jgraham> gsnedders: As long as we got the English version
- # [13:20] <jgraham> There is also a Swedish version at 15:30
- # [13:21] <gsnedders> jgraham: Yes
- # [13:22] <gsnedders> jgraham: You get any idea how to deal with adjacent text nodes in html5lib?
- # [13:24] <jgraham> gsnedders: Not without looking at the code
- # [13:24] <jgraham> What is the problem? That we should get multipl text nodes in some cases?
- # [13:25] <gsnedders> yes
- # [13:25] * Joins: myakura (n=myakura@p2197-ipbf7505marunouchi.tokyo.ocn.ne.jp)
- # [13:27] <gsnedders> It's the reason for the only test failure I have here now
- # [13:27] <jgraham> In general it's not something that we support
- # [13:27] <jgraham> Since e.g. elementtree has no way to represent it
- # [13:27] <jgraham> But obviously DOM does
- # [13:28] <gsnedders> Right
- # [13:28] <jgraham> Oh I see you just filed a bug on that
- # [13:28] <gsnedders> I meant to a while ago
- # [13:28] * Quits: myakura (n=myakura@p2197-ipbf7505marunouchi.tokyo.ocn.ne.jp) (Client Quit)
- # [13:28] * jgraham would prefer if the parser always created normalised text nodes
- # [13:29] <jgraham> i.e. never created adjacent ones
- # [13:29] <gsnedders> hsivonen was against that on perf grounds,IIRC
- # [13:29] <jgraham> I think that is a bit of a silly argument given how fast parsing ypically is compared to layout
- # [13:29] <jgraham> +t
- # [13:30] <gsnedders> Indeed, and in html5lib's case it would be slower
- # [13:30] <gsnedders> It suits one implementation strategy, and only one
- # [13:32] <jgraham> gsnedders: So it is quite easy to see how to prevent html5lib always coalescing adjacent text nodes
- # [13:32] * Joins: rauchg (n=rauchg@gprs25.swisscom-mobile.ch)
- # [13:32] <jgraham> But I guess the prolem is to prevent it happening only sometimes?
- # [13:32] <gsnedders> In the way the spec wants?
- # [13:32] <jgraham> gsnedders: No
- # [13:32] <jgraham> I expect
- # [13:33] <gsnedders> You want to create a single text node when the text node was the last thing inserted into the document
- # [13:33] <gsnedders> Gah. git blame source is slow.
- # [13:34] <jgraham> gsnedders: We could have a flag in the treebuilder I guess
- # [13:34] <jgraham> But it seems ugly :(
- # [13:34] <gsnedders> But then we need to make sure it is always right
- # [13:34] <gsnedders> And that's ugly and slow.
- # [13:34] <jgraham> Yes
- # [13:34] <gsnedders> I think the correct solution is bitch at the spec.
- # [13:34] <jgraham> I tebnd to agree
- # [13:34] <jgraham> *tend
- # [13:36] * Joins: myakura (n=myakura@p2197-ipbf7505marunouchi.tokyo.ocn.ne.jp)
- # [13:39] <gsnedders> http://html5.org/tools/web-apps-tracker?from=1333&to=1334&context=
- # [13:40] <gsnedders> Date: Tue Mar 4 07:25:17 2008 +0000
- # [13:42] <gsnedders> Ah, it's Philip`'s fault
- # [13:42] <gsnedders> http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2008-March/014148.html
- # [13:45] <gsnedders> No, that's not the change.
- # [13:46] * Joins: archtech (i=stanv@83.228.56.37)
- # [13:46] <danbri> video question , ... if i'm playing a video, then .js alters the src= url to point to another ... what's the proper way to get the new video playing?
- # [13:47] <gsnedders> http://html5.org/tools/web-apps-tracker?from=2123&to=2124&context=10
- # [13:47] <gsnedders> There's the change.
- # [13:48] * Joins: Rik` (n=Rik`@pha75-2-81-57-187-57.fbx.proxad.net)
- # [13:48] <gsnedders> Date: Fri Aug 29 09:24:33 2008 +0000
- # [13:49] <gsnedders> http://lists.w3.org/Archives/Public/public-html/2008Aug/0890.html
- # [13:52] <gsnedders> danbri: It should start playing once there is enough data
- # [13:52] * Quits: mlpug (n=mlpug@a88-115-164-40.elisa-laajakaista.fi) (Remote closed the connection)
- # [13:52] * Joins: Maurice (i=copyman@5ED548D4.cable.ziggo.nl)
- # [13:54] <danbri> ah ok, not super snappy then
- # [13:54] * danbri wired my iphone up as a remote
- # [13:56] <danbri> doing this:
- # [13:56] <danbri> var avElement = document.getElementById('content');
- # [13:56] <danbri> avElement.src = trailers[ix]['file'];
- # [13:56] <danbri> avElement.play();
- # [13:56] <danbri> }
- # [14:10] * Quits: mitnavn (n=mitnavn@unaffiliated/mitnavn) (Read error: 110 (Connection timed out))
- # [14:19] <Dashiva> Oh my
- # [14:19] <Dashiva> This gives an interesting result in Firefox: javascript:alert((function(){ return 2 * 3; }).toString())
- # [14:25] <gsnedders> I wonder how I can redesign gsnedders.com to not make it suck
- # [14:25] <Dashiva> Drop shadows
- # [14:26] <Dashiva> And a font that isn't all pixely
- # [14:26] <gsnedders> That's not quite what I was thinking of.
- # [14:27] <gsnedders> I'm kinda tempted to finally use http://stuff.gsnedders.com/tri.html
- # [14:31] * Joins: erlehmann (n=erlehman@82.113.121.231)
- # [14:44] * Joins: rauchg_ (n=rauchg@80-254-72-244.dynamic.monzoon.net)
- # [14:49] <gsnedders> Setting HTMLMediaEelent.src should cause the new src to load, right?
- # [14:50] <Dashiva> "If a src attribute of a media element is set or changed, the user agent must invoke the media element's media element load algorithm."
- # [14:51] <gsnedders> Yeah, which makes me think it should
- # [14:51] <gsnedders> Then why in both Safari and Firefox does it require .load() to do anything?
- # [14:51] * gsnedders guesses a spec change seeming they both fail the same way
- # [14:53] <danbri> thanks for debugging this gsnedders!
- # [14:53] <danbri> i can now turn over html5 videos using my handheld apple remote, or my iphone :)
- # [14:54] <gsnedders> So your handheld apple remote, or your handheld apple remote? :)
- # [14:54] <danbri> (the former with an apple-event/xmpp bridge running on laptop)
- # [14:54] * danbri has two hands
- # [14:54] <gsnedders> But which is quicker? :P
- # [14:55] <danbri> the physical remote has huge advantage you can use it without looking where your thumb is
- # [14:55] <danbri> sure someone will eventually invent screens that change physical texture to show button areas with lumps
- # [14:55] <danbri> at which point html will need more APIs again :)
- # [14:55] <gsnedders> And patent it.
- # [14:57] <danbri> there must be something existing already ,it's too obvious
- # [14:57] <danbri> but a screen that could mutate shapes and be multi-touch, ... tough one
- # [14:57] <Dashiva> Do you need to implement something to get a software patent for it?
- # [14:57] <danbri> i think so (cf. perpetual motion machines etc)
- # [14:58] <danbri> ianal & idwtbal
- # [14:58] <Dashiva> Real patents, yes, but software has no physical object as result
- # [15:01] <danbri> now i need more ogg videos to test with!
- # [15:01] <danbri> i guess deep linking with these things is considered more obnoxious even than with images
- # [15:01] <Philip`> jgraham: The "perf grounds" are about worst-case performance, which is an important issue since we'd probably want to avoid DOS attacks on the parser
- # [15:02] <Philip`> (so the typical speed of parsing is not relevant)
- # [15:02] <Philip`> because if you coalesce all adjacent text nodes, in a language with immutable strings, it can give quadratic performance in the size of the input, which is bad
- # [15:03] <gsnedders> e.g., <table>a<table>b<table>c<table>d...
- # [15:04] <danbri> (is the spinny thing in the middle of firefox html5 video trying to tell me the video is still loading?)
- # [15:04] <gsnedders> (I was wondering that too, and guessing that)
- # [15:05] * gsnedders guesses jgraham is about to leave his flat for the cinema
- # [15:05] * gsnedders guesses he ought to go too, expecially seeming he has all the tickets
- # [15:06] <gsnedders> (I wonder, seeming they are showing this in both English and Swedish, whether the English version will have Swedish subtitles or not.)
- # [15:08] * gsnedders heads off
- # [15:14] * Quits: rauchg (n=rauchg@gprs25.swisscom-mobile.ch) (Read error: 110 (Connection timed out))
- # [15:14] * rauchg_ is now known as rauchg
- # [15:15] * Joins: mitnavn (n=mitnavn@unaffiliated/mitnavn)
- # [15:23] <AryehGregor> jgraham, you can implement SVG in IE using JavaScript and Flash. Demonstrably. So if that's the use-case, problem solved. :)
- # [15:24] <AryehGregor> AFAICT, the "decentralized" part of "decentralized extensibility" is mainly a) avoid naming conflicts, b) discoverability of the specification, and (depending on who you ask) c) use XML namespaces.
- # [15:24] <AryehGregor> Happily, the proposal satisfies (a) and (c).
- # [15:24] <AryehGregor> (b) could be done too, probably, somehow, without actually affecting people from real life who only use things like HTML.
- # [15:42] * Joins: cardona507 (n=cardona5@c-67-180-160-250.hsd1.ca.comcast.net)
- # [15:49] * Joins: gratz|home (n=gratz@cpc3-brig15-2-0-cust237.3-3.cable.virginmedia.com)
- # [15:56] <AryehGregor> Philip`, it looks like the use-case for RDFa in MediaWiki is allowing license metadata.
- # [15:57] <AryehGregor> Since Google and CC are behind RDFa for that.
- # [16:02] * Joins: Phae (n=phaeness@cpc2-acto9-0-0-cust364.brnt.cable.ntl.com)
- # [16:05] <Philip`> AryehGregor: For images, like what I assume http://googlewebmastercentral.blogspot.com/2009/08/specifying-images-license-using-rdfa.html says except apparently that information is idiotically only available as a video so I've got no idea what it says?
- # [16:06] * Joins: mpilgrim (n=mark@81.211.8.2)
- # [16:06] <Philip`> I assume it says something like what the first part of http://webbackplane.com/mark-birbeck/blog/2009/08/using-rdfa-to-provide-license-information-to-google-image-search says
- # [16:07] <Philip`> (and I guess the latter part of that blog post may be mistaken because it's based on the assumption that Google actually has a proper RDFa parser)
- # [16:07] * Quits: myakura (n=myakura@p2197-ipbf7505marunouchi.tokyo.ocn.ne.jp) ("Leaving...")
- # [16:13] * Quits: gunderwonder (n=gunderwo@199.84-49-178.nextgentel.com)
- # [16:15] <AryehGregor> I think Google allows either RDFa or microformats.
- # [16:15] <AryehGregor> But CC advocates RDFa.
- # [16:15] <AryehGregor> (I do mean microformats, not microdata . . . yay confusing names)
- # [16:16] <TabAtkins> Just encode your microformats using microdata. Problem solved. ^_^
- # [16:17] * Quits: virtuelv (n=virtuelv@162.179.251.212.customer.cdi.no) (Read error: 110 (Connection timed out))
- # [16:20] <Philip`> AryehGregor: http://www.google.com/support/webmasters/bin/answer.py?answer=99170 is pseudo-RDFa plus microformats, but that's not for licensing information
- # [16:20] <AryehGregor> Google does check for licensing somehow.
- # [16:20] <AryehGregor> For its image search.
- # [16:22] * AryehGregor wonders how public-html-request got CCd on the ARIA roles discussion
- # [16:23] <TabAtkins> Yeah, dunno, I got an auto-message from it. Pretty weird.
- # [16:31] * Quits: danbri (n=danbri@unaffiliated/danbri) (Remote closed the connection)
- # [16:45] <AryehGregor> Some Wikipedia vandals are pretty entertaining. http://en.wikipedia.org/w/index.php?title=Comparison_of_Microsoft_Windows_versions&diff=prev&oldid=324528354
- # [16:50] * Joins: [1]mpilgrim (n=mark@81.211.8.2)
- # [16:55] <erlehmann> i'm just watching a lecture from 23C3, bert bos on CSS … will there be something from browser / whatwg people on 26C3 ?
- # [17:01] * Joins: dglazkov (n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net)
- # [17:02] * Quits: gavin_ (n=gavin@firefox/developer/gavin) (Read error: 110 (Connection timed out))
- # [17:03] * Joins: gavin_ (n=gavin@firefox/developer/gavin)
- # [17:03] * Quits: mpilgrim (n=mark@81.211.8.2) (Read error: 110 (Connection timed out))
- # [17:11] * [1]mpilgrim is now known as mpilgrim
- # [17:14] <Dashiva> I wonder what browser "1.10" is
- # [17:17] <Philip`> Maybe it's a new tactic to stop people doing UA sniffing for specific browsers
- # [17:17] <Philip`> by not giving the UA a name at all, just a version number
- # [17:24] * Joins: paul_irish (n=paul_iri@c-71-192-163-128.hsd1.nh.comcast.net)
- # [17:25] <TabAtkins> AryehGregor: Heh.
- # [17:36] * Joins: SamerZ (n=SamerZ@CPE00222d5410b8-CM00222d5410b5.cpe.net.cable.rogers.com)
- # [17:44] * Joins: dbaron (n=dbaron@c-98-234-51-190.hsd1.ca.comcast.net)
- # [17:45] * Quits: mitnavn (n=mitnavn@unaffiliated/mitnavn) (Read error: 104 (Connection reset by peer))
- # [17:46] * Joins: Steve^ (n=steve@94.197.213.219.threembb.co.uk)
- # [17:49] * Quits: mpilgrim (n=mark@81.211.8.2) (Read error: 104 (Connection reset by peer))
- # [17:53] * Quits: Lachy (n=Lachlan@12.197.88.10) ("Leaving")
- # [17:53] * Joins: Lachy (n=Lachlan@12.197.88.10)
- # [17:55] * Joins: mitnavn (n=mitnavn@unaffiliated/mitnavn)
- # [17:56] * Quits: archtech (i=stanv@83.228.56.37)
- # [17:59] * Joins: mpilgrim (n=mark@81.211.8.2)
- # [18:01] * svl_ is now known as svl
- # [18:10] * Joins: archtech (i=stanv@83.228.56.37)
- # [18:12] * Quits: svl (n=me@ip565744a7.direct-adsl.nl) ("And back he spurred like a madman, shrieking a curse to the sky.")
- # [18:20] * Quits: gratz|home (n=gratz@cpc3-brig15-2-0-cust237.3-3.cable.virginmedia.com) (Read error: 110 (Connection timed out))
- # [18:21] * Quits: gavin_ (n=gavin@firefox/developer/gavin) (Read error: 110 (Connection timed out))
- # [18:21] * Joins: gavin_ (n=gavin@firefox/developer/gavin)
- # [18:25] * Joins: yoshu (n=josh@174-18-197-62.tcso.qwest.net)
- # [18:43] * Joins: gratz|home (n=gratz@cpc3-brig15-2-0-cust237.3-3.cable.virginmedia.com)
- # [18:44] * Joins: zalan (n=zalan@catv-89-135-144-122.catv.broadband.hu)
- # [18:49] * Quits: SamerZ (n=SamerZ@CPE00222d5410b8-CM00222d5410b5.cpe.net.cable.rogers.com)
- # [18:54] <Dashiva> gsnedders: Hva you considered a phone that is a phone, and not a tiny general-purpose computer?
- # [18:56] * Quits: Lachy (n=Lachlan@12.197.88.10) ("This computer has gone to sleep")
- # [19:00] * Quits: zalan (n=zalan@catv-89-135-144-122.catv.broadband.hu)
- # [19:01] <AryehGregor> Personally, I've come to dislike electronic devices that aren't general-purpose computers.
- # [19:02] <AryehGregor> Like I don't use an alarm clock anymore. It was too tiresome to set it by hand every day.
- # [19:02] * Quits: rauchg (n=rauchg@80-254-72-244.dynamic.monzoon.net) (Connection timed out)
- # [19:02] <AryehGregor> I just use cron, at, and beep(1).
- # [19:02] * Quits: weinig (n=weinig@c-67-180-35-124.hsd1.ca.comcast.net) (Read error: 145 (Connection timed out))
- # [19:03] <AryehGregor> I'm waiting for a phone I can install Ubuntu on, then maybe I'll get a cell phone.
- # [19:04] <Philip`> AryehGregor: You could always get an alarm clock which automatically goes off at the same time every day
- # [19:04] * Joins: zalan (n=zalan@catv-89-135-144-122.catv.broadband.hu)
- # [19:04] <Philip`> I don't think that's a rare and highly advanced feature
- # [19:05] <AryehGregor> The problem is, I don't get up at the same time every day.
- # [19:06] <AryehGregor> 35 7 * * sun /home/aryeh/bin/alarm
- # [19:06] <AryehGregor> 30 6 * * mon /home/aryeh/bin/alarm
- # [19:06] <AryehGregor> 5 7 * * tue,thu,fri /home/aryeh/bin/alarm
- # [19:06] <AryehGregor> 40 6 * * wed /home/aryeh/bin/alarm
- # [19:06] <AryehGregor> 0 8 * * sat /home/aryeh/bin/alarm
- # [19:06] <AryehGregor> In a similar vein, any text field that's not vim aggravates me.
- # [19:08] * AryehGregor was very annoyed just now that he couldn't use Ctrl-V to remove the timestamps from /exec crontab -l output in his IRC client
- # [19:13] * Quits: dglazkov (n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net)
- # [19:14] * Quits: cardona507 (n=cardona5@c-67-180-160-250.hsd1.ca.comcast.net) (Read error: 104 (Connection reset by peer))
- # [19:14] * Quits: maikmerten (n=maikmert@Z989d.z.pppool.de) (Read error: 104 (Connection reset by peer))
- # [19:14] * Joins: cardona507 (n=cardona5@c-67-180-160-250.hsd1.ca.comcast.net)
- # [19:15] * Quits: cardona507 (n=cardona5@c-67-180-160-250.hsd1.ca.comcast.net) (Client Quit)
- # [19:22] * Joins: dglazkov (n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net)
- # [19:26] * Quits: zalan (n=zalan@catv-89-135-144-122.catv.broadband.hu) (Read error: 60 (Operation timed out))
- # [19:39] * Joins: weinig (n=weinig@c-67-180-35-124.hsd1.ca.comcast.net)
- # [19:54] * Joins: takkaria (n=takkaria@isparp.co.uk)
- # [20:12] * Joins: danbri (n=danbri@unaffiliated/danbri)
- # [20:14] * Quits: dave_levin (n=dave_lev@74.125.59.65)
- # [20:26] * Joins: rauchg (n=rauchg@gprs13.swisscom-mobile.ch)
- # [20:29] * Quits: gratz|home (n=gratz@cpc3-brig15-2-0-cust237.3-3.cable.virginmedia.com) ("Leaving")
- # [20:37] * Quits: mpilgrim (n=mark@81.211.8.2) (Read error: 104 (Connection reset by peer))
- # [20:39] * Joins: mpilgrim (n=mark@81.211.8.2)
- # [20:42] * Joins: virtuelv (n=virtuelv@162.179.251.212.customer.cdi.no)
- # [20:43] * Joins: GPHemsley (n=GPHemsle@pdpc/supporter/student/GPHemsley)
- # [20:50] * Quits: Phae (n=phaeness@cpc2-acto9-0-0-cust364.brnt.cable.ntl.com)
- # [20:53] * Quits: dglazkov (n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net) (Read error: 110 (Connection timed out))
- # [20:54] * Quits: AryehGregor (n=Simetric@mediawiki/simetrical) (Read error: 60 (Operation timed out))
- # [20:58] * Quits: dimich (n=dimich@74.125.59.73)
- # [21:00] * Quits: mpilgrim (n=mark@81.211.8.2) (Read error: 145 (Connection timed out))
- # [21:16] * Quits: JoePeck (n=JoePeck@cpe-74-69-85-249.rochester.res.rr.com)
- # [21:20] * Joins: dave_levin (n=dave_lev@216.239.45.130)
- # [21:20] * Joins: roc (n=roc@203-97-204-82.dsl.clear.net.nz)
- # [21:23] * Quits: yoshu (n=josh@174-18-197-62.tcso.qwest.net)
- # [21:24] * Joins: dglazkov (n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net)
- # [21:25] * Joins: rauchg_ (n=rauchg@gprs25.swisscom-mobile.ch)
- # [21:36] * Joins: dimich (n=dimich@74.125.59.65)
- # [21:44] * Quits: rauchg (n=rauchg@gprs13.swisscom-mobile.ch) (Read error: 110 (Connection timed out))
- # [21:44] * rauchg_ is now known as rauchg
- # [21:49] * Joins: mpilgrim (n=mark@81.211.8.2)
- # [21:50] * Joins: erikvold (n=erikvvol@S010600195b93b7bf.gv.shawcable.net)
- # [21:52] * Quits: gavin_ (n=gavin@firefox/developer/gavin) (Read error: 145 (Connection timed out))
- # [21:52] * Joins: gavin_ (n=gavin@firefox/developer/gavin)
- # [21:52] * Joins: nessy (n=Adium@124-171-240-232.dyn.iinet.net.au)
- # [21:55] * Quits: Steve^ (n=steve@94.197.213.219.threembb.co.uk) ("Leaving")
- # [22:08] * Joins: [1]mpilgrim (n=mark@74.125.121.49)
- # [22:12] * Quits: mpilgrim (n=mark@81.211.8.2) (Read error: 60 (Operation timed out))
- # [22:12] * [1]mpilgrim is now known as mpilgrim
- # [22:16] * Quits: ROBOd (n=robod@89.122.216.38) ("http://www.robodesign.ro")
- # [22:16] * Joins: yoshu (n=josh@174-18-197-62.tcso.qwest.net)
- # [22:19] * Joins: [1]mpilgrim (n=mark@81.211.8.2)
- # [22:20] * Joins: frantk (n=frantk@62.235.169.56)
- # [22:35] * Quits: yoshu (n=josh@174-18-197-62.tcso.qwest.net)
- # [22:36] * Joins: yoshu (n=josh@174-18-197-62.tcso.qwest.net)
- # [22:36] * Quits: yoshu (n=josh@174-18-197-62.tcso.qwest.net) (Client Quit)
- # [22:37] * Joins: yoshu (n=josh@174-18-197-62.tcso.qwest.net)
- # [22:38] * Quits: mpilgrim (n=mark@74.125.121.49) (Read error: 110 (Connection timed out))
- # [22:38] * Quits: rauchg (n=rauchg@gprs25.swisscom-mobile.ch) (Read error: 145 (Connection timed out))
- # [22:39] * Quits: yoshu (n=josh@174-18-197-62.tcso.qwest.net) (Client Quit)
- # [22:42] * Quits: dave_levin (n=dave_lev@216.239.45.130)
- # [22:52] * Quits: [1]mpilgrim (n=mark@81.211.8.2) (Read error: 110 (Connection timed out))
- # [22:52] * Joins: rauchg (n=rauchg@gprs13.swisscom-mobile.ch)
- # [22:58] * Joins: yoshu (n=josh@174-18-197-62.tcso.qwest.net)
- # [23:03] * Quits: erikvold (n=erikvvol@S010600195b93b7bf.gv.shawcable.net)
- # [23:04] * Quits: yoshu (n=josh@174-18-197-62.tcso.qwest.net)
- # [23:07] * Joins: dglazkov_ (n=dglazkov@216.239.45.130)
- # [23:07] * Quits: dglazkov (n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net) (Read error: 104 (Connection reset by peer))
- # [23:07] * Joins: dglazkov (n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net)
- # [23:14] * Quits: dglazkov_ (n=dglazkov@216.239.45.130) (Read error: 60 (Operation timed out))
- # [23:20] <gsnedders> Dashiva: That is the sort of phone I am considering.
- # [23:22] * Joins: AryehGregor (n=Simetric@mediawiki/simetrical)
- # [23:25] * Quits: Maurice (i=copyman@5ED548D4.cable.ziggo.nl)
- # [23:40] * Joins: GarethAdams|Home (n=GarethAd@pdpc/supporter/active/GarethAdams)
- # [23:49] * Joins: erikvold (n=erikvvol@S010600195b93b7bf.gv.shawcable.net)
- # [23:53] * Quits: dglazkov (n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net)
- # [23:53] * Quits: Rik` (n=Rik`@pha75-2-81-57-187-57.fbx.proxad.net) (Read error: 113 (No route to host))
- # Session Close: Mon Nov 09 00:00:00 2009
The end :)