Options:
- # Session Start: Sat Feb 14 00:00:01 2009
- # Session Ident: #whatwg
- # [00:00] * Quits: Maurice (i=copyman@5ED548D4.cable.ziggo.nl) ("Disconnected...")
- # [00:26] * Joins: weinig_ (n=weinig@adsl-75-62-32-182.dsl.scrm01.sbcglobal.net)
- # [00:27] <heycam`> Hixie, checking for it in CSSOM?
- # [00:28] * Joins: KevinMarks (n=KevinMar@nat/google/x-6696e241aaaf2c80)
- # [00:29] * Quits: Kuruma (n=Kuruman@h116-000-163-146.catv01.catv-yokohama.ne.jp) (Remote closed the connection)
- # [00:34] * Quits: weinig (n=weinig@75.62.32.182) (Read error: 110 (Connection timed out))
- # [00:36] * Quits: gsnedders (n=gsnedder@host86-136-52-180.range86-136.btcentralplus.com) (Remote closed the connection)
- # [00:36] <Hixie> heycam`: CSSOM wouldn't expose this as far as i can tell
- # [00:36] * Quits: smedero (n=smedero@mdp-nat251.mdp.com)
- # [00:36] * Joins: gsnedders (n=gsnedder@host86-136-52-180.range86-136.btcentralplus.com)
- # [00:36] <Hixie> heycam`: since 'transparent' is the default
- # [00:47] * Joins: weinig (n=weinig@adsl-75-62-32-182.dsl.scrm01.sbcglobal.net)
- # [00:52] <heycam`> but transparent wouldn't be the default if it weren't supported, would it?
- # [00:53] * Quits: weinig_ (n=weinig@adsl-75-62-32-182.dsl.scrm01.sbcglobal.net) (Read error: 110 (Connection timed out))
- # [00:55] <Philip`> Wouldn't it be treated as #00a000 if the keyword wasn't supported, or something like that?
- # [00:56] <Hixie> oooh, good point
- # [00:56] <Philip`> Compare http://software.hixie.ch/utilities/js/live-dom-viewer/?%3Cbody%20bgcolor%3Dtransparent%3E vs http://software.hixie.ch/utilities/js/live-dom-viewer/?%3Cbody%20bgcolor%3Dtransparenx%3E
- # [00:56] <Hixie> indeed
- # [00:56] <Hixie> ok
- # [00:56] <Philip`> In IE6, the former looks white, the latter looks #0000e0
- # [00:57] <Hixie> so can anyone think of a way in which browsers differe in their handling of <body bgcolor=""> (empty) and <body bgcolor="transparent">?
- # [00:59] <Philip`> http://software.hixie.ch/utilities/js/live-dom-viewer/?%3Cstyle%3Ehtml%7Bbackground%3Ablue%7D%3C%2Fstyle%3E%0D%0A%3Cbody%20bgcolor%3D%22transparent%22%3E
- # [00:59] <Philip`> In IE6 it looks white
- # [00:59] <Philip`> (whereas bgcolor="" looks blue)
- # [01:00] * Quits: weinig (n=weinig@adsl-75-62-32-182.dsl.scrm01.sbcglobal.net)
- # [01:00] * Quits: karlcow (n=karl@d173.FtokyoFL71.vectant.ne.jp) ("O public road, I say back I am not afraid to leave you, yet I love you, you express me better than I can express myself.")
- # [01:02] <Hixie> well making it map to body { background: transparent; } isn't going to solve that problem...
- # [01:05] <Philip`> I see quite a number of pages with bgcolor=transparent
- # [01:06] <Philip`> mostly on table elements, not body
- # [01:06] * Quits: aroben (n=aroben@unaffiliated/aroben) (Read error: 104 (Connection reset by peer))
- # [01:06] <Philip`> but http://windows.radified.com/ has it on body
- # [01:06] <gsnedders> Can someone try emailing me@gsnedders.com?
- # [01:08] * Joins: weinig (n=weinig@adsl-75-62-32-182.dsl.scrm01.sbcglobal.net)
- # [01:10] * Joins: Kuruma (n=Kuruman@h116-000-163-146.catv01.catv-yokohama.ne.jp)
- # [01:17] <Hixie> Philip`: can you find a difference between bgcolor="" and bgcolor="Transparent" on <table>?
- # [01:17] <Hixie> the bgcolor=transparent on that site seems useless
- # [01:18] * Hixie risks getting even more hated by the rdf community
- # [01:18] * Quits: dglazkov (n=dglazkov@nat/google/x-6c7fff95828e5176)
- # [01:19] * Quits: gavin (n=gavin@firefox/developer/gavin) (Read error: 104 (Connection reset by peer))
- # [01:20] * Joins: gavin (n=gavin@firefox/developer/gavin)
- # [01:23] <Philip`> Hixie: http://software.hixie.ch/utilities/js/live-dom-viewer/?%3Cstyle%3Etr%7Bbackground%3Ayellow%7D%3C%2Fstyle%3E%0D%0A%3Cbody%20bgcolor%3Dblue%3E%0D%0A%3Ctable%3E%3Ctr%3E%3Ctd%20bgcolor%3D%22%22%3EA%3Ctd%20bgcolor%3Dtransparent%3EB%3C%2Ftable%3E
- # [01:23] <Philip`> That's not table, but it's close :-)
- # [01:23] * gsnedders throws Hixie some hatred
- # [01:28] <Philip`> (http://philip.html5.org/data/bgcolor-transparent.txt is all the bgcolor="transparent"s that I see)
- # [01:28] <Philip`> (and http://philip.html5.org/data/bgcolors.txt is counts of total occurrences of values)
- # [01:29] * Philip` sees a bgcolor="#(hex code here)"
- # [01:29] <gsnedders> Philip`: Can you get the latter list ignoring all conforming values
- # [01:29] * Quits: KevinMarks (n=KevinMar@nat/google/x-6696e241aaaf2c80) ("The computer fell asleep")
- # [01:30] <Philip`> gsnedders: I don't know what's conforming
- # [01:30] <Philip`> gsnedders: but you could easily work it out and filter the list yourself :-)
- # [01:30] <gsnedders> Philip`: See: HTML 5
- # [01:30] <gsnedders> Philip`: No, I'm lazy.
- # [01:30] <gsnedders> :)
- # [01:30] <Philip`> gsnedders: Me too :-p
- # [01:30] <gsnedders> I know :P
- # [01:30] <gsnedders> I knew it was in vain.
- # [01:31] <Philip`> Hmm, maybe I should have sorted the bgcolor list in a proper ordering rather than whatever fancy English collation it's doing by default
- # [01:32] * Philip` uploads a new version of bgcolors.txt, now with all the #s grouped together, which is much more sensible
- # [01:32] * Quits: ojan (n=ojan@72.14.229.81)
- # [01:35] <Hixie> Philip`: what does IE do with that test case?
- # [01:36] <gsnedders> A double-backflip while whistling the Star Spangled Banner?
- # [01:36] * gsnedders hopes that's the correct reference
- # [01:36] <Hixie> btw the live dom viewer now has a "save" button that gives you a "short" url
- # [01:36] <Hixie> feel free to use it
- # [01:37] <Philip`> Hixie: The A cell has a yellow background, the B cell has a blue background (i.e. matching the body background)
- # [01:38] <Hixie> oh lordy
- # [01:38] <Hixie> that's... uh... non-trivial to emulate
- # [01:38] <Hixie> luckily the other browsers don't do it...
- # [01:39] <Philip`> Hixie: If I use the short URLs, and then your server crashes or is shut down and the short URL database is lost, then the whole future of humanity will be denied the knowledge of my tests
- # [01:39] <Hixie> it's true
- # [01:40] <Hixie> i can expose the database if you like... :-)
- # [01:40] <Philip`> whereas if I paste the long URL into IRC then it'll be copied into lots of people's private logs, and the web logs and caches and suchlike
- # [01:40] <Philip`> thus saving our grandchildren from such deprivation of knowledge
- # [01:40] <Hixie> fair enough :-)
- # [01:41] <Philip`> Hixie: Nah, exposing it would probably just be a waste of time :-p
- # [01:42] * Joins: weinig_ (n=weinig@adsl-75-62-32-182.dsl.scrm01.sbcglobal.net)
- # [01:47] * Joins: roc_ (n=roc@mail.mahurangi.school.nz)
- # [01:49] * Quits: weinig (n=weinig@adsl-75-62-32-182.dsl.scrm01.sbcglobal.net) (Read error: 110 (Connection timed out))
- # [01:52] * Quits: dimich (n=dimich@72.14.227.1)
- # [01:54] * Quits: weinig_ (n=weinig@adsl-75-62-32-182.dsl.scrm01.sbcglobal.net)
- # [02:21] <Hixie> Philip`: if you still have IE open, do you see anything indicating that it treats text="transparent" or link="transparent" on <body> any different than ""?
- # [02:22] * Joins: mal6 (n=mal@nat/google/x-9cf5eb53d149f454)
- # [02:23] * Quits: olliej (n=oliver@nat/apple/x-52759f789073bcdf)
- # [02:24] * Joins: olliej (n=oliver@nat/apple/x-ac037e80e2831efb)
- # [02:24] <Philip`> Hixie: Yes
- # [02:24] <Philip`> http://software.hixie.ch/utilities/js/live-dom-viewer/?%3Cstyle%3Ehtml%7Bcolor%3Ared%7D%3C%2Fstyle%3E%0D%0A%3Cbody%20text%3Dtransparent%3ETest - text is black
- # [02:25] <Philip`> http://software.hixie.ch/utilities/js/live-dom-viewer/?%3Cstyle%3Ehtml%7Bcolor%3Ared%7D%3C%2Fstyle%3E%0D%0A%3Cbody%20text%3D''%3ETest - text is red
- # [02:26] <Hixie> so what, IE uses "transparent" as a magic keyword that just does something random? :-/
- # [02:27] <Hixie> screw it, i'm just gonna make "transparent" and "" do the same thing, none of the other browsers do these crazy things
- # [02:29] * Quits: olliej (n=oliver@nat/apple/x-ac037e80e2831efb) (Client Quit)
- # [02:31] * Joins: olliej (n=oliver@nat/apple/x-93a047818d8b10a7)
- # [02:35] * Quits: olliej (n=oliver@nat/apple/x-93a047818d8b10a7) (Client Quit)
- # [02:37] * Joins: olliej (n=oliver@nat/apple/x-17bfcc6319d56033)
- # [02:38] * Quits: tantek (n=tantek@h-67-100-89-240.snfccasy.covad.net)
- # [02:40] * Joins: tantek (n=tantek@h-67-100-89-240.snfccasy.covad.net)
- # [02:44] * Quits: olliej (n=oliver@nat/apple/x-17bfcc6319d56033)
- # [02:44] * Joins: roc (n=roc@www.mahurangi.school.nz)
- # [02:45] * Quits: roc_ (n=roc@mail.mahurangi.school.nz) (Read error: 104 (Connection reset by peer))
- # [02:46] * Joins: olliej (n=oliver@nat/apple/x-270c7a25c16ad497)
- # [02:47] * Joins: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
- # [02:50] <Philip`> Hixie: Sounds reasonable :-)
- # [02:51] * Philip` finds that his wireless router has apparently vanished so he can no longer access the internet, and therefore goes to bed
- # [02:51] * Quits: Amorphous (i=jan@unaffiliated/amorphous) (Read error: 110 (Connection timed out))
- # [02:52] * Quits: tantek (n=tantek@h-67-100-89-240.snfccasy.covad.net)
- # [02:54] * Joins: nessy (n=nessy@203-158-43-142.dyn.iinet.net.au)
- # [02:55] * Quits: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
- # [02:55] * Joins: Amorphous (i=jan@unaffiliated/amorphous)
- # [03:00] * Quits: dave_levin (n=dave_lev@72.14.227.1) (Read error: 110 (Connection timed out))
- # [03:04] * Joins: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
- # [03:07] * Joins: dglazkov_ (n=dglazkov@72.14.224.1)
- # [03:17] * Joins: weinig (n=weinig@76.246.35.132)
- # [03:30] * Quits: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net) (Read error: 110 (Connection timed out))
- # [03:34] * Quits: weinig (n=weinig@76.246.35.132) (Read error: 54 (Connection reset by peer))
- # [03:35] * Joins: weinig (n=weinig@76.246.35.132)
- # [03:35] * dglazkov_ is now known as dglazkov
- # [03:38] * Quits: dglazkov (n=dglazkov@72.14.224.1)
- # [03:43] * Joins: tantek (n=tantek@dsl001-150-252.sfo1.dsl.speakeasy.net)
- # [04:00] * Quits: roc (n=roc@www.mahurangi.school.nz) (Read error: 110 (Connection timed out))
- # [04:19] * Joins: dimich (n=dimich@c-98-203-230-54.hsd1.wa.comcast.net)
- # [04:20] * Quits: dimich (n=dimich@c-98-203-230-54.hsd1.wa.comcast.net) (Client Quit)
- # [04:22] * Quits: tantek (n=tantek@dsl001-150-252.sfo1.dsl.speakeasy.net)
- # [04:27] * Joins: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
- # [04:30] * Joins: tantek (n=tantek@dsl001-150-252.sfo1.dsl.speakeasy.net)
- # [04:38] * Quits: dolske (n=dolske@firefox/developer/dolske)
- # [04:47] * Quits: tantek (n=tantek@dsl001-150-252.sfo1.dsl.speakeasy.net)
- # [05:25] * Joins: tantek (n=tantek@h-67-100-89-240.snfccasy.covad.net)
- # [05:28] * Joins: dolske (n=dolske@c-76-103-40-203.hsd1.ca.comcast.net)
- # [05:34] * Quits: jwalden (n=waldo@corp-246.mountainview.mozilla.com) ("ChatZilla 0.9.82.1-rdmsoft [XULRunner 1.8.0.9/2006120508]")
- # [05:47] * Quits: dolske (n=dolske@firefox/developer/dolske) (calvino.freenode.net irc.freenode.net)
- # [05:47] * Quits: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net) (calvino.freenode.net irc.freenode.net)
- # [05:47] * Quits: jruderman (n=jruderma@corp-246.mountainview.mozilla.com) (calvino.freenode.net irc.freenode.net)
- # [05:47] * Quits: Philip` (n=philip@xvm-11-39.ghst.net) (calvino.freenode.net irc.freenode.net)
- # [05:47] * Quits: VeXocide (i=vexocide@131.155.140.131) (calvino.freenode.net irc.freenode.net)
- # [05:47] * Quits: fearphage (n=fearphag@xbmc/user/fearphage) (calvino.freenode.net irc.freenode.net)
- # [05:47] * Quits: Yudai (n=Yudai@121.2.254.211) (calvino.freenode.net irc.freenode.net)
- # [05:47] * Quits: inimino (n=inimino@atekomi.inimino.org) (calvino.freenode.net irc.freenode.net)
- # [05:47] * Quits: virtuelv (n=virtuelv@95.34.27.22.customer.cdi.no) (calvino.freenode.net irc.freenode.net)
- # [05:47] * Quits: sicking (n=chatzill@corp-246.mountainview.mozilla.com) (calvino.freenode.net irc.freenode.net)
- # [05:47] * Quits: campd (n=dave@li5-166.members.linode.com) (calvino.freenode.net irc.freenode.net)
- # [05:47] * Quits: hsivonen (n=hsivonen@kekkonen.cs.hut.fi) (calvino.freenode.net irc.freenode.net)
- # [05:47] * Quits: gpy (i=gpy@193.138.219.74) (calvino.freenode.net irc.freenode.net)
- # [05:47] * Quits: wilhelm (i=wilhelm@trivini.no) (calvino.freenode.net irc.freenode.net)
- # [05:47] * Quits: raspberry-lemon (n=lemon@raspberry-style.net) (calvino.freenode.net irc.freenode.net)
- # [05:47] * Joins: dolske (n=dolske@firefox/developer/dolske)
- # [05:47] * Joins: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
- # [05:47] * Joins: jruderman (n=jruderma@corp-246.mountainview.mozilla.com)
- # [05:47] * Joins: inimino (n=inimino@atekomi.inimino.org)
- # [05:47] * Joins: Philip` (n=philip@xvm-11-39.ghst.net)
- # [05:47] * Joins: fearphage (n=fearphag@xbmc/user/fearphage)
- # [05:47] * Joins: VeXocide (i=vexocide@131.155.140.131)
- # [05:47] * Joins: Yudai (n=Yudai@121.2.254.211)
- # [05:47] * Quits: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
- # [05:48] * Joins: virtuelv (n=virtuelv@95.34.27.22.customer.cdi.no)
- # [05:48] * Joins: sicking (n=chatzill@corp-246.mountainview.mozilla.com)
- # [05:48] * Joins: campd (n=dave@li5-166.members.linode.com)
- # [05:48] * Joins: gpy (i=gpy@193.138.219.74)
- # [05:48] * Joins: hsivonen (n=hsivonen@kekkonen.cs.hut.fi)
- # [05:48] * Joins: wilhelm (i=wilhelm@trivini.no)
- # [05:48] * Joins: raspberry-lemon (n=lemon@raspberry-style.net)
- # [06:04] * Quits: jruderman (n=jruderma@corp-246.mountainview.mozilla.com)
- # [06:48] * Joins: jruderman (n=jruderma@c-76-102-160-171.hsd1.ca.comcast.net)
- # [06:48] * Joins: jwalden (n=waldo@c-76-102-160-171.hsd1.ca.comcast.net)
- # [06:52] * Quits: mal6 (n=mal@nat/google/x-9cf5eb53d149f454) ("Nettalk6 - www.ntalk.de")
- # [07:06] * Quits: tantek (n=tantek@h-67-100-89-240.snfccasy.covad.net)
- # [07:47] * Quits: nessy (n=nessy@203-158-43-142.dyn.iinet.net.au) ("This computer has gone to sleep")
- # [07:51] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [07:59] * Joins: pergj (n=pergj@cm-84.208.140.163.getinternet.no)
- # [08:18] * olliej is now known as fakeolliej
- # [08:52] * Joins: zdobersek (n=zan@cpe-92-37-64-24.dynamic.amis.net)
- # [08:52] * Quits: pergj (n=pergj@cm-84.208.140.163.getinternet.no) (Read error: 60 (Operation timed out))
- # [08:54] * Quits: weinig (n=weinig@76.246.35.132)
- # [09:13] * Joins: mlpug (n=mlpug@a88-115-168-225.elisa-laajakaista.fi)
- # [09:42] * Joins: ap (n=ap@194.154.88.42)
- # [09:59] * Joins: Maurice (i=copyman@5ED548D4.cable.ziggo.nl)
- # [10:11] * Joins: sverrej (n=sverrej@122.173.232.165)
- # [10:29] * Quits: sicking (n=chatzill@corp-246.mountainview.mozilla.com) (Read error: 54 (Connection reset by peer))
- # [10:37] * Joins: zalan (n=kvirc@catv-89-133-232-199.catv.broadband.hu)
- # [10:46] <annevk42> http://html5.org/tools/web-apps-tracker?from=2821&to=2822 :)
- # [10:46] * Joins: ROBOd (n=robod@89.122.216.38)
- # [11:02] * Joins: zdobersek1 (n=zan@cpe-92-37-77-54.dynamic.amis.net)
- # [11:18] * Quits: zdobersek (n=zan@cpe-92-37-64-24.dynamic.amis.net) (Read error: 110 (Connection timed out))
- # [11:22] * jgraham will fix pms.net now
- # [11:22] <jgraham> He said hopefully
- # [11:40] * Joins: maikmerten (n=maikmert@Lbcb6.l.pppool.de)
- # [11:40] * jgraham totally can't get pimpmyspec.net to crash by removing parameters
- # [11:53] <jgraham> Where ia Philip` when you want something broken?
- # [11:57] <Philip`> In bed
- # [12:13] * Joins: yecril71 (n=giecrilj@piekna-gts.2a.pl)
- # [12:22] <gsnedders> In the real world, what SVG DOCTYPE should I use?
- # [12:24] <yecril71> Reminder: MSIE allows src="about:..." for doc="..."
- # [12:40] <hsivonen> gsnedders: none
- # [12:40] <hsivonen> gsnedders: DTDlessness FTW!
- # [13:09] * Quits: ap (n=ap@194.154.88.42)
- # [13:21] <gsnedders> hsivonen: k
- # [13:22] <Philip`> gsnedders: Use the SVG5 doctype, <!DOCTYPE svg>
- # [13:22] <gsnedders> :D
- # [13:23] <jgraham> gsnedders: BTW the only change I made to stop pms.net with html5lib was in anolis code
- # [13:24] <jgraham> Although I guess I might have broken it...
- # [13:24] <gsnedders> jgraham: patches welcome :)
- # [13:24] <jgraham> *crashing
- # [13:24] <jgraham> gsnedders: Shall I just make my repo of anolis public so that you can oull changes at your lesiure?
- # [13:25] <gsnedders> jgraham: that would be an easier solution :)
- # [13:25] <gsnedders> jgraham: Provided you actually commit to it
- # [13:25] <gsnedders> jgraham: Have you commited your changes to the web ui yet?
- # [13:28] <jgraham> gsnedders: http://hg.hoppipolla.co.uk/hgwebdir.cgi/anolis/
- # [13:28] <jgraham> gsnedders: Yes, I committed the changes but all as one big bundle
- # [13:43] <heycam`> gsnedders, recommended is not to use a doctype
- # [13:43] * heycam` sleeps
- # [13:47] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [13:54] * hsivonen found a MUST-level inpompatibility between XHTML2 and HTML5: fragment id support
- # [13:56] * hsivonen finds this gem in XHTML2: "Note that this specification does not generally specify the behavior of conforming implementations when presented with non-conforming documents. This is either defined by an underlying specification (e.g., [XML]) or left to the implementor."
- # [13:57] * Quits: zalan (n=kvirc@catv-89-133-232-199.catv.broadband.hu) ("KVIrc 3.4.0 Virgo http://www.kvirc.net/")
- # [14:06] * jgraham wonders if there is a way to download all the flickr api documentation at once
- # [14:07] <Philip`> wget -R?
- # [14:16] * jgraham
- # [14:19] <jgraham> Hmm not sure what I did there
- # [14:38] <gsnedders> You non-UTF-8'd us!
- # [14:40] <gsnedders> Oh dear. > 1200 unread emails.
- # [14:40] <gsnedders> I need to catch up.
- # [14:41] * Quits: zdobersek1 (n=zan@cpe-92-37-77-54.dynamic.amis.net) (Read error: 113 (No route to host))
- # [14:42] * Joins: zdobersek (n=zan@cpe-92-37-66-252.dynamic.amis.net)
- # [14:48] <jgraham> "Wrong question, developers as we see them today will be an anachronism,
- # [14:48] <jgraham> that's part of the fun.
- # [14:48] <jgraham> "
- # [14:48] <jgraham> And people wonder why there is skepticism about RDF(a)
- # [14:49] <jgraham> (that's from http://lists.w3.org/Archives/Public/public-rdf-in-xhtml-tf/2009Feb/0073.html btw)
- # [14:58] * Quits: zdobersek (n=zan@cpe-92-37-66-252.dynamic.amis.net) (calvino.freenode.net irc.freenode.net)
- # [14:58] * Quits: fakeolliej (n=oliver@nat/apple/x-270c7a25c16ad497) (calvino.freenode.net irc.freenode.net)
- # [14:58] * Quits: gavin (n=gavin@firefox/developer/gavin) (calvino.freenode.net irc.freenode.net)
- # [14:58] * Quits: drry (n=drry@it17.opt2.point.ne.jp) (calvino.freenode.net irc.freenode.net)
- # [14:58] * Quits: deltab (n=deltab@82-36-30-34.cable.ubr02.smal.blueyonder.co.uk) (calvino.freenode.net irc.freenode.net)
- # [14:58] <hsivonen> is <video> already deployed on Wikipedia somewere in such a way that it can be demoed with Firefox 3.1 today?
- # [14:58] * Joins: zdobersek (n=zan@cpe-92-37-66-252.dynamic.amis.net)
- # [14:58] * Joins: fakeolliej (n=oliver@nat/apple/x-270c7a25c16ad497)
- # [14:58] * Joins: gavin (n=gavin@firefox/developer/gavin)
- # [14:58] * Joins: drry (n=drry@it17.opt2.point.ne.jp)
- # [14:58] * Joins: deltab (n=deltab@82-36-30-34.cable.ubr02.smal.blueyonder.co.uk)
- # [15:00] <jgraham> hsivonen: It seems like there are some videos, then you have to go to More... and Native Browser Support
- # [15:01] <jgraham> so it's maybe not the best demo)
- # [15:01] <hsivonen> jgraham: URL?
- # [15:02] <jgraham> ]http://en.wikipedia.org/wiki/Wikipedia:Creation_and_usage_of_media_files#Video has some examples
- # [15:02] <hsivonen> jgraham: thanks
- # [15:03] <hsivonen> wtf? does Wikipedia *prefer* QuickTime over native support?
- # [15:05] <jgraham> Yeah, the order seems to be Java->Quicktime->native->stills. I think there was some discussion of this but I don't recall what the reason was
- # [15:06] <hsivonen> that makes no sense. shouldn't it be Native, QuickTime, Java, Stills in order to make sense?
- # [15:08] <jgraham> That's what I would pick but there we go
- # [15:08] * jgraham decides it is time for food
- # [15:18] * Quits: dolske (n=dolske@firefox/developer/dolske)
- # [15:20] <hsivonen> I wonder if there's a simple way to find a clip with more action on wikipedia
- # [15:26] <Philip`> You could make one and then upload it to Wikipedia
- # [15:31] <hsivonen> is the Octopus clip howcome demoed on any real wikipedia page now?
- # [15:51] * Joins: pergj (n=pergj@cm-84.208.140.163.getinternet.no)
- # [16:26] * hsivonen ended up using http://en.wikipedia.org/wiki/Groundhog
- # [17:01] * Joins: zalan (n=kvirc@catv-89-133-232-199.catv.broadband.hu)
- # [17:16] * Joins: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
- # [17:28] * Quits: drry (n=drry@it17.opt2.point.ne.jp)
- # [17:30] * Joins: drry (n=drry@it17.opt2.point.ne.jp)
- # [18:12] * Quits: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
- # [18:16] * Quits: maikmerten (n=maikmert@Lbcb6.l.pppool.de) (Remote closed the connection)
- # [18:23] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [18:39] * Joins: dolske (n=dolske@c-76-103-40-203.hsd1.ca.comcast.net)
- # [18:44] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [19:12] * Joins: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
- # [19:18] * Joins: dglazkov_ (n=dglazkov@72.14.224.1)
- # [19:39] * Quits: dglazkov_ (n=dglazkov@72.14.224.1)
- # [19:40] * Quits: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net) (Read error: 110 (Connection timed out))
- # [19:46] * Quits: virtuelv (n=virtuelv@95.34.27.22.customer.cdi.no) ("Leaving")
- # [19:50] <gsnedders> selector specificity can be rather annoying
- # [19:55] * Joins: maikmerten (n=maikmert@La4b4.l.pppool.de)
- # [19:56] <Philip`> gsnedders: Just use !important and then it won't be a problem
- # [19:57] <gsnedders> Philip`: The problem is that breaks other stuff :P
- # [19:59] <Dashiva> We need !very-important
- # [20:00] <gsnedders> :P
- # [20:15] <takkaria> very-important isn't very extensible
- # [20:15] <takkaria> it should be !important(x)
- # [20:15] <takkaria> where x is an integer
- # [20:15] * Quits: pergj (n=pergj@cm-84.208.140.163.getinternet.no) ("Ex-Chat")
- # [20:15] <takkaria> and then if x == "inf", it's the most important
- # [20:26] * Joins: virtuelv (n=virtuelv@95.34.27.22.customer.cdi.no)
- # [20:29] <Dashiva> takkaria: It's very extensible, quite literally. You extend it by adding another very :P
- # [20:41] <gsnedders> takkaria: What about inf+1?
- # [20:55] * Joins: ap (n=ap@194.154.88.42)
- # [20:58] <Philip`> gsnedders: Fortunately CSS doesn't allow arithmetic, so that case won't occur
- # [21:03] <Dashiva> expressions
- # [21:05] <Philip`> ?
- # [21:06] <Dashiva> IE's css expressions allow it
- # [21:12] * Quits: mlpug (n=mlpug@a88-115-168-225.elisa-laajakaista.fi) (Remote closed the connection)
- # [21:12] <Philip`> Ah
- # [21:12] <Philip`> In that case Infinity+1 == Infinity so there's no problem
- # [21:23] <Dashiva> I see your namesake is aiming for a new high score in process ping pong
- # [21:29] <Philip`> Where abouts is that happening?
- # [21:30] <Dashiva> A few days ago on public-html
- # [21:30] <gsnedders> Dashiva: Dude, get with the times.
- # [21:30] <gsnedders> Dashiva: That was _days_ ago.
- # [21:30] <Philip`> Oh, you can't expect me to remember back that far
- # [21:30] <Philip`> I don't even remember what I was doing this morning
- # [21:30] <Dashiva> I'm having trouble keeping up with the traffic volume on public-html
- # [21:30] <Dashiva> (Not really, but I forget to check it)
- # [21:32] <Philip`> I think you should start a giant thread on the mailing list discussing the potential for using new communication technologies because of the large amount of traffic on the mailing list
- # [21:32] <Philip`> Also you should discuss whether the charter allows us to use new communication technologies instead of the list
- # [21:32] <Dashiva> Is opera.com down for everyone or just me? downforeveryoneorjustme.com isn't being helpful.
- # [21:33] <Philip`> Dashiva: It's either down or very slow for me
- # [21:33] <Dashiva> Thanks
- # [21:34] * Joins: roc (n=roc@www.mahurangi.school.nz)
- # [21:48] * Quits: heycam` (n=cam@210-84-48-144.dyn.iinet.net.au) ("bye")
- # [21:49] <Dashiva> This is somewhat disturbing: http://www.duelinganalogs.com/posting/1233936531/
- # [21:55] * Quits: ap (n=ap@194.154.88.42)
- # [22:09] * Quits: roc (n=roc@www.mahurangi.school.nz)
- # [22:14] * Quits: zalan (n=kvirc@catv-89-133-232-199.catv.broadband.hu) ("KVIrc 3.4.0 Virgo http://www.kvirc.net/")
- # [22:20] * Quits: ROBOd (n=robod@89.122.216.38) ("http://www.robodesign.ro")
- # [22:46] * Joins: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
- # [22:54] * Joins: dglazkov_ (n=dglazkov@72.14.224.1)
- # [22:59] * Joins: roc (n=roc@smtp.mahurangi.school.nz)
- # [23:01] <Dashiva> "I wrote something a while back that said, I don’t have to justify wanting RDFa, because RDF is, to me, a goal, not a solution."
- # [23:01] <Dashiva> Can you even say that with a straight face?
- # [23:02] * jcranmer shudders at hearing RDF
- # [23:02] <jcranmer> gut reaction
- # [23:03] <Dashiva> Ignore that it mentions RDFa for now
- # [23:03] <Dashiva> "I don't have to justify X, because X is a goal to me."
- # [23:03] <jcranmer> or, in short, "I don't have to justify wanting it because I want it"
- # [23:05] <Philip`> It seems quite reasonable to want something without justifying it, e.g. I might want chocolate cake for no particular reason; but it's not reasonable to expect anyone else to expend any effort to help you get that, if you don't try to demonstrate why their effort will be worthwhile
- # [23:07] * Joins: dglazkov___ (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
- # [23:08] * Quits: dglazkov_ (n=dglazkov@72.14.224.1) (Read error: 60 (Operation timed out))
- # [23:09] * Quits: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net) (Read error: 104 (Connection reset by peer))
- # [23:10] * Quits: roc (n=roc@smtp.mahurangi.school.nz)
- # [23:15] * Joins: shepazu (n=schepers@203-158-35-55.dyn.iinet.net.au)
- # [23:24] * Joins: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
- # [23:25] * Quits: dglazkov___ (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net) (Read error: 104 (Connection reset by peer))
- # [23:31] * Quits: maikmerten (n=maikmert@La4b4.l.pppool.de) (Remote closed the connection)
- # [23:33] * Quits: jruderman (n=jruderma@c-76-102-160-171.hsd1.ca.comcast.net)
- # [23:33] * Quits: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
- # [23:43] * Joins: jruderman (n=jruderma@c-76-102-160-171.hsd1.ca.comcast.net)
- # [23:46] * Joins: nessy (n=nessy@203-158-43-142.dyn.iinet.net.au)
- # [23:49] * Quits: sverrej (n=sverrej@122.173.232.165) (Connection timed out)
- # Session Close: Sun Feb 15 00:00:00 2009
The end :)