Options:
- # Session Start: Wed Dec 09 00:00:00 2009
- # Session Ident: #whatwg
- # [00:01] <annevk3> TabAtkins, you should point out that the IDL attribute is a boolean and so technically should not be set to a string
- # [00:02] <annevk3> TabAtkins, so script.async = true is perfectly fine
- # [00:02] <TabAtkins> I don't actually know that, so I won't point it out.
- # [00:02] <annevk3> and script.async = 'async' is not
- # [00:02] <annevk3> but script.setAttribute("async", "async") is
- # [00:02] <annevk3> etc.
- # [00:02] <annevk3> it seems the commenter is confused on that
- # [00:03] <TabAtkins> Nod, I am too. jQuery abstracts it enough that I don't have to care about things.
- # [00:03] <annevk3> I see...
- # [00:03] <TabAtkins> So the idl attribute *can* be unset with =false? Or no?
- # [00:04] <annevk3> it can, yes
- # [00:04] <annevk3> it's a boolean
- # [00:04] <TabAtkins> kk
- # [00:04] <TabAtkins> DOM is confusing. >_<
- # [00:04] <annevk3> see the HTMLScriptElement interface
- # [00:04] <annevk3> it's very simple
- # [00:04] * Quits: miketaylr (n=miketayl@38.117.156.163) (Remote closed the connection)
- # [00:05] <annevk3> setting the IDL attribute to false will in fact remove the content attribute
- # [00:05] <TabAtkins> So those are the names I should use when talking about this? "IDL attribute" and "content attribute"?
- # [00:06] <annevk3> it's what HTML5 uses
- # [00:06] <TabAtkins> kk
- # [00:06] <annevk3> you might see DOM attribute being referred to as property as well because that's what it is in ECMAScript, but that's somewhat confusing given CSS
- # [00:07] <TabAtkins> "DOM attribute" = "IDL attribute"?
- # [00:07] <jgraham> me does't think "very simple" is really true
- # [00:08] <jgraham> When script.async = false does exactly the opposite to script.setAttribute("async", false)
- # [00:08] * Joins: workmad3 (n=workmad3@84.45.226.85)
- # [00:08] <annevk3> TabAtkins, ah sorry, used to be DOM attribute, now is IDL attribute
- # [00:09] <annevk3> jgraham, they're completely different things
- # [00:09] * Quits: othermaciej (n=mjs@17.246.17.190) (Remote closed the connection)
- # [00:09] <jgraham> annevk3: Yes. That's why it's not "very simple"
- # [00:09] * Joins: othermaciej (n=mjs@17.203.15.143)
- # [00:13] <annevk3> mu
- # [00:17] <annevk3> (hopefully mu works for DOM arguments too)
- # [00:17] <annevk3> (maybe it should be "du")
- # [00:19] <TabAtkins> script.async="false" would still make it true, right? (Almost certain of this, but want to double-check before I send the email.)
- # [00:19] <Philip`> That sounds like an issue for WebIDL
- # [00:19] <annevk3> that's because a non-zero string evaluates to true in ECMAScript
- # [00:19] * Quits: salty_horse (n=ori@bzq-79-180-132-127.red.bezeqint.net) ("Leaving")
- # [00:20] <TabAtkins> That's what I thought.
- # [00:20] * Quits: aroben_ (n=aroben@unaffiliated/aroben) (Read error: 104 (Connection reset by peer))
- # [00:22] * Quits: myakura_ (n=myakura@p2197-ipbf7505marunouchi.tokyo.ocn.ne.jp) ("Leaving...")
- # [00:22] <Philip`> http://dev.w3.org/2006/webapi/WebIDL/#es-boolean
- # [00:22] <Philip`> so it just defers to ES's ToBoolean
- # [00:23] <Philip`> (which does what annevk3 says)
- # [00:24] <annevk3> annevk3 is awesome
- # [00:24] * annevk3 is now known as annevk2
- # [00:25] * Joins: aroben (n=aroben@unaffiliated/aroben)
- # [00:34] <annevk2> hmm
- # [00:35] <annevk2> it's prolly no longer worth pointing out that SGML allowed omission of the attribute if the value itself gave enough context...
- # [00:35] * Quits: workmad3 (n=workmad3@84.45.226.85) (Remote closed the connection)
- # [00:38] * Quits: weinig (n=weinig@17.246.18.209)
- # [00:43] * Joins: jwalden (n=waldo@nat/mozilla/x-fzyoifvoahbprdmz)
- # [00:45] * Quits: nessy (n=Adium@124-168-239-28.dyn.iinet.net.au) ("Leaving.")
- # [00:47] <annevk2> I've learned history is important, but I always wonder if knowing (some of) the technical details of SGML is really helping me...
- # [00:48] <Philip`> Is your life not immeasurably enriched by knowing it's the attribute name rather than the value that is optional?
- # [00:49] <annevk2> So far I've not experienced that unfortunately
- # [00:49] <annevk2> Hopefully that is yet to come
- # [00:56] <jwalden> š
the best is yet to come š
- # [00:58] * Quits: timz (n=timz@dc51469cbe.adsl.wanadoo.nl) (Remote closed the connection)
- # [00:59] * Quits: gratz|home (n=gratz@cpc3-brig15-2-0-cust237.3-3.cable.virginmedia.com) ("Leaving")
- # [00:59] * ojan is now known as ojan_afk
- # [01:00] <annevk2> Track 18 of Metal Gear Solid? :)
- # [01:00] * Joins: boblet (n=boblet@p2086-ipbf309osakakita.osaka.ocn.ne.jp)
- # [01:01] <annevk2> (see also http://en.wikipedia.org/wiki/Metal_Gear_Solid_Original_Game_Soundtrack for those who do not have the CD)
- # [01:02] <annevk2> (Wikipedia is awesome)
- # [01:08] <TabAtkins> I need those soundtracks. MGS music is awesome.
- # [01:25] * Quits: jwalden (n=waldo@nat/mozilla/x-fzyoifvoahbprdmz) ("I hate broken wireless networks")
- # [01:34] * Joins: jwalden (n=waldo@nat/mozilla/x-gakoyvegjqxiiowr)
- # [01:34] * Quits: ttepasse (n=ttepas--@dslb-084-060-080-208.pools.arcor-ip.net) ("?Q")
- # [01:35] * Quits: archtech (i=stanv@83.228.56.37) (Read error: 148 (No route to host))
- # [01:35] * Joins: wakaba_ (n=wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
- # [01:38] * Quits: dglazkov (n=dglazkov@nat/google/x-qhxayamtlowtganb)
- # [01:40] * Joins: smaug (n=chatzill@nat/mozilla/x-sehmcjjgndjviwvg)
- # [01:43] * Quits: wakaba_ (n=wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) ("Leaving...")
- # [01:44] * Joins: aroben_ (n=aroben@unaffiliated/aroben)
- # [01:47] * Joins: wakaba_ (n=wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
- # [01:55] * Quits: aroben (n=aroben@unaffiliated/aroben) (Read error: 110 (Connection timed out))
- # [02:12] * Joins: MikeSmith (n=MikeSmit@EM114-49-10-77.pool.e-mobile.ne.jp)
- # [02:23] * Quits: theMadness (n=petal@host50-5-static.58-217-b.business.telecomitalia.it) (Read error: 104 (Connection reset by peer))
- # [02:23] * Joins: Randomage (n=petal@host50-5-static.58-217-b.business.telecomitalia.it)
- # [02:29] * Quits: aroben_ (n=aroben@unaffiliated/aroben) (Read error: 104 (Connection reset by peer))
- # [02:34] * Quits: annevk2 (n=annevk@5355732C.cable.casema.nl) (Read error: 110 (Connection timed out))
- # [02:35] * Quits: jwalden (n=waldo@nat/mozilla/x-gakoyvegjqxiiowr) ("ChatZilla 0.9.85-rdmsoft [XULRunner 1.9.1.5/20091105042105]")
- # [02:38] * Joins: jwalden (n=waldo@nat/mozilla/x-lzcfnttvlwaspotb)
- # [02:39] * Quits: smaug (n=chatzill@nat/mozilla/x-sehmcjjgndjviwvg) (Read error: 104 (Connection reset by peer))
- # [02:41] * Quits: ap (n=ap@17.246.19.5)
- # [02:50] * Quits: daedb (n=daed@h11n1fls34o986.telia.com) (Remote closed the connection)
- # [02:50] * Quits: tndH (n=Rob@cpc2-leed18-0-0-cust427.leed.cable.ntl.com) ("ChatZilla 0.9.85-rdmsoft [XULRunner 1.9.0.1/2008072406]")
- # [02:54] * Quits: jwalden (n=waldo@nat/mozilla/x-lzcfnttvlwaspotb) ("dinnertime")
- # [03:08] * Quits: dave_levin (n=dave_lev@74.125.59.65)
- # [03:10] * Joins: JoePeck (n=JoePeck@cpe-74-69-85-249.rochester.res.rr.com)
- # [03:14] * Joins: archtech (i=stanv@83.228.56.37)
- # [03:21] * Quits: cying (n=cying@70.90.171.153)
- # [03:32] * Joins: cedricv (n=cedric@116.197.252.40)
- # [03:33] * Joins: SamerZ (n=SamerZ@CPE00222d5410b8-CM00222d5410b5.cpe.net.cable.rogers.com)
- # [03:37] * Joins: miketaylr (n=miketayl@24.42.95.234)
- # [03:46] <Dashiva> othermaciej: "We will not do any numerical counting all the votes." ... "To the extent we apply any numerical analysis to the results"
- # [03:46] * Joins: GarethAdams|Home (n=GarethAd@pdpc/supporter/active/GarethAdams)
- # [03:48] <othermaciej> Dashiva: belt and suspenders!
- # [03:48] <othermaciej> or were you pointing out my typo?
- # [03:48] <Dashiva> No, just wondering which one is closer to reality :)
- # [03:49] <othermaciej> the former
- # [03:50] <othermaciej> the latter I stated in case anyone gets worked up about, say, all 10 of the opera reps responding
- # [03:51] <Dashiva> The vast Opera-wing conspiracy
- # [03:52] <Dashiva> But okay, answer accepted
- # [03:56] * Joins: daedb (n=daed@h11n1fls34o986.telia.com)
- # [04:08] * Quits: SamerZ (n=SamerZ@CPE00222d5410b8-CM00222d5410b5.cpe.net.cable.rogers.com)
- # [04:26] * Joins: dglazkov (n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net)
- # [04:27] * Joins: othermaciej_ (n=mjs@17.246.17.190)
- # [04:28] * Quits: drunknbass_work (n=aaron@pool-71-107-253-243.lsanca.dsl-w.verizon.net) ("Leaving...")
- # [04:39] * Quits: othermaciej_ (n=mjs@17.246.17.190)
- # [04:40] * Joins: othermaciej_ (n=mjs@17.246.17.190)
- # [04:42] * Quits: othermaciej (n=mjs@17.203.15.143) (Read error: 110 (Connection timed out))
- # [04:42] * othermaciej_ is now known as othermaciej
- # [04:56] * Joins: SamerZ (n=SamerZ@CPE00222d5410b8-CM00222d5410b5.cpe.net.cable.rogers.com)
- # [05:01] * Quits: archtech (i=stanv@83.228.56.37) (Read error: 113 (No route to host))
- # [05:03] * Quits: SamerZ (n=SamerZ@CPE00222d5410b8-CM00222d5410b5.cpe.net.cable.rogers.com)
- # [05:05] * Joins: dave_levin (n=dave_lev@c-98-203-247-78.hsd1.wa.comcast.net)
- # [05:05] * Joins: Heimidal (n=heimidal@cpe-76-90-175-72.socal.res.rr.com)
- # [05:07] * Quits: dave_levin (n=dave_lev@c-98-203-247-78.hsd1.wa.comcast.net) (Client Quit)
- # [05:08] * Joins: dglazkov_ (n=dglazkov@216.239.45.130)
- # [05:14] * Quits: MikeSmith (n=MikeSmit@EM114-49-10-77.pool.e-mobile.ne.jp) ("Tomorrow to fresh woods, and pastures new.")
- # [05:20] * Joins: SamerZ_ (n=SamerZ@CPE00222d5410b8-CM00222d5410b5.cpe.net.cable.rogers.com)
- # [05:26] * Quits: dglazkov (n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net) (Read error: 110 (Connection timed out))
- # [05:26] * dglazkov_ is now known as dglazkov
- # [05:27] * Joins: yutak_ (n=yutak@220.109.219.244)
- # [05:38] * Quits: Heimidal (n=heimidal@unaffiliated/heimidal) ("Leaving...")
- # [05:40] * Joins: bfulgham_ (n=brent@adsl-69-234-109-204.dsl.irvnca.pacbell.net)
- # [05:40] * SamerZ_ is now known as SamerZ
- # [05:42] * Joins: erlehmann (n=erlehman@82.113.106.0)
- # [05:46] * Quits: SamerZ (n=SamerZ@CPE00222d5410b8-CM00222d5410b5.cpe.net.cable.rogers.com)
- # [05:50] <erlehmann> tach
- # [06:08] * Quits: othermaciej (n=mjs@17.246.17.190)
- # [06:14] * Joins: dglazkov_ (n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net)
- # [06:19] * Joins: smaug (n=chatzill@ip67-152-86-163.z86-152-67.customer.algx.net)
- # [06:33] * Quits: dglazkov (n=dglazkov@216.239.45.130) (Read error: 110 (Connection timed out))
- # [06:33] * dglazkov_ is now known as dglazkov
- # [06:41] * Quits: dglazkov (n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net)
- # [06:59] * Quits: TabAtkins (n=chatzill@70-139-15-246.lightspeed.rsbgtx.sbcglobal.net) (Read error: 110 (Connection timed out))
- # [07:02] <bfulgham_> Does anyone know if there is a proposal for animating transitions on visibility so that 'hidden' could accordion the surround blocks?
- # [07:03] <bfulgham_> Or rather, animating on "display" to allow accordion or other effects?
- # [07:04] * Joins: othermaciej (n=mjs@c-69-181-42-237.hsd1.ca.comcast.net)
- # [07:08] * Joins: weinig (n=weinig@c-71-198-185-234.hsd1.ca.comcast.net)
- # [07:10] * Quits: miketaylr (n=miketayl@24.42.95.234) (Remote closed the connection)
- # [07:16] <smaug> bfulgham_: you're talking about css transitions? That discussion should happen on www-style@w3.org
- # [07:16] <bfulgham_> smaug: thanks
- # [07:18] * Joins: MikeSmith (n=MikeSmit@EM114-49-72-193.pool.e-mobile.ne.jp)
- # [07:19] * Joins: jbalint (i=jbalint@unaffiliated/jbalint)
- # [07:20] * Parts: jbalint (i=jbalint@unaffiliated/jbalint)
- # [07:39] * Quits: bfulgham_ (n=brent@adsl-69-234-109-204.dsl.irvnca.pacbell.net)
- # [07:48] * Joins: dbaron (n=dbaron@c-98-234-51-190.hsd1.ca.comcast.net)
- # [07:50] * Quits: weinig (n=weinig@c-71-198-185-234.hsd1.ca.comcast.net)
- # [08:01] * Quits: MikeSmith (n=MikeSmit@EM114-49-72-193.pool.e-mobile.ne.jp) ("Tomorrow to fresh woods, and pastures new.")
- # [08:04] * Joins: fishd_ (n=darin@c-98-207-16-168.hsd1.ca.comcast.net)
- # [08:07] * Joins: fishd__ (n=darin@216.239.45.130)
- # [08:22] * fishd__ is now known as fishd
- # [08:25] * Quits: fishd_ (n=darin@c-98-207-16-168.hsd1.ca.comcast.net) (Read error: 110 (Connection timed out))
- # [08:27] * Joins: timz (n=mostrovo@dc51469cbe.adsl.wanadoo.nl)
- # [08:27] * Joins: maikmerten (n=merten@ls5dhcp196.cs.uni-dortmund.de)
- # [08:33] * Quits: virtuelv (n=virtuelv@162.179.251.212.customer.cdi.no) ("Ex-Chat")
- # [08:36] * Joins: Maurice (n=ano@a80-101-46-164.adsl.xs4all.nl)
- # [08:37] * Quits: othermaciej (n=mjs@c-69-181-42-237.hsd1.ca.comcast.net)
- # [09:02] * Joins: MikeSmith (n=MikeSmit@EM114-48-247-185.pool.e-mobile.ne.jp)
- # [09:04] * Quits: dbaron (n=dbaron@c-98-234-51-190.hsd1.ca.comcast.net) (Read error: 110 (Connection timed out))
- # [09:04] * Joins: pesla (n=retep@procurios.xs4all.nl)
- # [09:10] * Joins: annevk2 (n=annevk@5355732C.cable.casema.nl)
- # [09:12] * Joins: mat_t (n=mattomas@ppp-1-24.edin-b-1.access.uk.tiscali.com)
- # [09:16] * Quits: gavin_ (n=gavin@firefox/developer/gavin) (Read error: 110 (Connection timed out))
- # [09:16] * Joins: gavin_ (n=gavin@firefox/developer/gavin)
- # [09:25] * Quits: GPHemsley (n=GPHemsle@pdpc/supporter/student/GPHemsley) ("This computer has gone to sleep")
- # [09:29] * Quits: yutak_ (n=yutak@220.109.219.244) ("Leaving")
- # [09:34] * Joins: yutak_ (n=yutak@220.109.219.244)
- # [09:34] * Joins: KevinMarks (n=KevinMar@213.152.16.56)
- # [09:51] * Quits: yutak_ (n=yutak@220.109.219.244) ("Leaving")
- # [09:56] * Joins: yutak_ (n=yutak@220.109.219.244)
- # [10:02] * Joins: virtuelv (n=virtuelv@pat-tdc.opera.com)
- # [10:03] <Philip`> http://software.intel.com/en-us/articles/xml-parsing-accelerator-with-intel-streaming-simd-extensions-4-intel-sse4/ - intriguing
- # [10:03] <Philip`> html5lib would be much faster if it was rewritten to use SSE assembly instead of Python
- # [10:04] * Joins: nessy (n=Adium@124-168-239-28.dyn.iinet.net.au)
- # [10:05] <annevk2> do it!
- # [10:05] <annevk2> the problem is of course that the code will only run on a proprietary processor
- # [10:06] * Philip` wonders what a non-proprietary processor would be
- # [10:06] * Quits: JoePeck (n=JoePeck@cpe-74-69-85-249.rochester.res.rr.com) (Read error: 104 (Connection reset by peer))
- # [10:06] * Joins: JoePeck (n=JoePeck@cpe-74-69-85-249.rochester.res.rr.com)
- # [10:07] <annevk2> one with a standardized programming API?
- # [10:07] <annevk2> I suppose it might still be proprietary in that case
- # [10:08] <Philip`> Is there such a thing that exists today and is used?
- # [10:08] * Quits: fishd (n=darin@216.239.45.130) (Read error: 110 (Connection timed out))
- # [10:09] <Philip`> Everyone just uses x86 and copies Intel (except occasionally when Intel copies AMD) so it seems the closest thing to a standard :-)
- # [10:11] * Quits: MikeSmith (n=MikeSmit@EM114-48-247-185.pool.e-mobile.ne.jp) (Read error: 110 (Connection timed out))
- # [10:15] * Quits: virtuelv (n=virtuelv@pat-tdc.opera.com) ("Ex-Chat")
- # [10:15] * Joins: danbri (n=danbri@unaffiliated/danbri)
- # [10:16] * Joins: virtuelv (n=virtuelv@pat-tdc.opera.com)
- # [10:18] * Joins: virtuelv_ (n=virtuelv@pat-tdc.opera.com)
- # [10:21] * Quits: Sirisian (n=Sirisian@resnet224-018.resnet.wmich.edu) (Read error: 110 (Connection timed out))
- # [10:22] * Quits: virtuelv_ (n=virtuelv@pat-tdc.opera.com) (Client Quit)
- # [10:23] <Hixie> http://www.google.com/search?hl=en&safe=off&esrch=RTSearch&gl=us&tbo=1&tbs=mbl:1&q=html5&aq=f&oq=&aqi=g10
- # [10:23] <Hixie> woo
- # [10:25] * Joins: epeus (n=KevinMar@213.152.16.55)
- # [10:27] * Quits: epeus (n=KevinMar@213.152.16.55) (Remote closed the connection)
- # [10:29] * Joins: workmad3 (n=workmad3@94-194-14-59.zone8.bethere.co.uk)
- # [10:37] * Joins: tndH (n=Rob@cpc2-leed18-0-0-cust427.leed.cable.ntl.com)
- # [10:39] * Joins: ROBOd (n=robod@89.122.216.38)
- # [10:42] * Joins: archtech (i=stanv@83.228.56.37)
- # [10:45] * Quits: KevinMarks (n=KevinMar@213.152.16.56) (Connection timed out)
- # [10:48] * Quits: danbri (n=danbri@unaffiliated/danbri) (barjavel.freenode.net irc.freenode.net)
- # [10:48] * Quits: yutak_ (n=yutak@220.109.219.244) (barjavel.freenode.net irc.freenode.net)
- # [10:48] * Quits: WWFan (n=me@202.61.207.208.static.rev.aanet.com.au) (barjavel.freenode.net irc.freenode.net)
- # [10:48] * Quits: pablof (n=palbo@pat-tdc.opera.com) (barjavel.freenode.net irc.freenode.net)
- # [10:48] * Quits: webben (n=webben@173-45-238-110.slicehost.net) (barjavel.freenode.net irc.freenode.net)
- # [10:48] * Quits: eighty4_ (n=eighty4@eighty4.se) (barjavel.freenode.net irc.freenode.net)
- # [10:48] * Quits: vvv (n=vvv@mediawiki/VasilievVV) (barjavel.freenode.net irc.freenode.net)
- # [10:48] * Quits: Creap_ (n=Creap@vemod.brg.sgsnet.se) (barjavel.freenode.net irc.freenode.net)
- # [10:48] * Quits: drry (n=drry@unaffiliated/drry) (barjavel.freenode.net irc.freenode.net)
- # [10:50] * Joins: KevinMarks (n=KevinMar@213.152.16.55)
- # [11:01] * Joins: danbri (n=danbri@unaffiliated/danbri)
- # [11:01] * Joins: yutak_ (n=yutak@220.109.219.244)
- # [11:01] * Joins: webben (n=webben@173-45-238-110.slicehost.net)
- # [11:01] * Joins: vvv (n=vvv@mediawiki/VasilievVV)
- # [11:01] * Joins: Creap_ (n=Creap@vemod.brg.sgsnet.se)
- # [11:01] * Joins: eighty4_ (n=eighty4@eighty4.se)
- # [11:01] * Joins: WWFan (n=me@202.61.207.208.static.rev.aanet.com.au)
- # [11:01] * Joins: drry (n=drry@unaffiliated/drry)
- # [11:01] * Joins: pablof (n=palbo@pat-tdc.opera.com)
- # [11:03] * Quits: pablof (n=palbo@pat-tdc.opera.com) (barjavel.freenode.net irc.freenode.net)
- # [11:03] * Quits: WWFan (n=me@202.61.207.208.static.rev.aanet.com.au) (barjavel.freenode.net irc.freenode.net)
- # [11:03] * Quits: webben (n=webben@173-45-238-110.slicehost.net) (barjavel.freenode.net irc.freenode.net)
- # [11:03] * Quits: yutak_ (n=yutak@220.109.219.244) (barjavel.freenode.net irc.freenode.net)
- # [11:03] * Quits: Creap_ (n=Creap@vemod.brg.sgsnet.se) (barjavel.freenode.net irc.freenode.net)
- # [11:03] * Quits: vvv (n=vvv@mediawiki/VasilievVV) (barjavel.freenode.net irc.freenode.net)
- # [11:03] * Quits: eighty4_ (n=eighty4@eighty4.se) (barjavel.freenode.net irc.freenode.net)
- # [11:03] * Quits: danbri (n=danbri@unaffiliated/danbri) (barjavel.freenode.net irc.freenode.net)
- # [11:03] * Quits: drry (n=drry@unaffiliated/drry) (barjavel.freenode.net irc.freenode.net)
- # [11:05] * Joins: epeus (n=KevinMar@213.152.16.56)
- # [11:17] * Joins: vvv (n=vvv@mediawiki/VasilievVV)
- # [11:18] * Joins: danbri (n=danbri@unaffiliated/danbri)
- # [11:18] * Joins: yutak_ (n=yutak@220.109.219.244)
- # [11:18] * Joins: webben (n=webben@173-45-238-110.slicehost.net)
- # [11:18] * Joins: Creap_ (n=Creap@vemod.brg.sgsnet.se)
- # [11:18] * Joins: eighty4_ (n=eighty4@eighty4.se)
- # [11:18] * Joins: WWFan (n=me@202.61.207.208.static.rev.aanet.com.au)
- # [11:18] * Joins: drry (n=drry@unaffiliated/drry)
- # [11:18] * Joins: pablof (n=palbo@pat-tdc.opera.com)
- # [11:19] * Joins: MikeSmith (n=MikeSmit@tea12.w3.mag.keio.ac.jp)
- # [11:19] * Quits: KevinMarks (n=KevinMar@213.152.16.55) (Read error: 110 (Connection timed out))
- # [11:19] * Joins: KevinMarks2 (n=KevinMar@213.152.16.55)
- # [11:22] * Quits: epeus (n=KevinMar@213.152.16.56) (Connection timed out)
- # [11:44] * Quits: pablof (n=palbo@pat-tdc.opera.com) (barjavel.freenode.net irc.freenode.net)
- # [11:44] * Quits: WWFan (n=me@202.61.207.208.static.rev.aanet.com.au) (barjavel.freenode.net irc.freenode.net)
- # [11:44] * Quits: webben (n=webben@173-45-238-110.slicehost.net) (barjavel.freenode.net irc.freenode.net)
- # [11:44] * Quits: yutak_ (n=yutak@220.109.219.244) (barjavel.freenode.net irc.freenode.net)
- # [11:44] * Quits: Creap_ (n=Creap@vemod.brg.sgsnet.se) (barjavel.freenode.net irc.freenode.net)
- # [11:44] * Quits: eighty4_ (n=eighty4@eighty4.se) (barjavel.freenode.net irc.freenode.net)
- # [11:44] * Quits: danbri (n=danbri@unaffiliated/danbri) (barjavel.freenode.net irc.freenode.net)
- # [11:44] * Quits: drry (n=drry@unaffiliated/drry) (barjavel.freenode.net irc.freenode.net)
- # [11:51] * Joins: zcorpan_ (n=zcorpan@pat.se.opera.com)
- # [11:52] <annevk2> Hixie, so you wanna combine the UI for streaming video/audio with geolocation, etc.?
- # [11:52] <annevk2> and most other things pages can ask for going forward, such as e.g. digital camera harddrive
- # [11:52] <Hixie> only if that is the best solution
- # [11:53] <Hixie> i don't know what the best solution is
- # [11:53] <annevk2> how would you combine that with the existing API?
- # [11:53] <annevk2> yeah I guess
- # [11:53] <annevk2> meh
- # [11:53] <Hixie> i wasn't really thinking of geolocation
- # [11:53] <Hixie> did tab update his proposal?
- # [11:54] <annevk2> for microdata? haven't seen anything
- # [11:56] * Joins: danbri (n=danbri@unaffiliated/danbri)
- # [11:56] * Joins: yutak_ (n=yutak@220.109.219.244)
- # [11:56] * Joins: webben (n=webben@173-45-238-110.slicehost.net)
- # [11:56] * Joins: Creap_ (n=Creap@vemod.brg.sgsnet.se)
- # [11:56] * Joins: eighty4_ (n=eighty4@eighty4.se)
- # [11:56] * Joins: WWFan (n=me@202.61.207.208.static.rev.aanet.com.au)
- # [11:56] * Joins: drry (n=drry@unaffiliated/drry)
- # [11:56] * Joins: pablof (n=palbo@pat-tdc.opera.com)
- # [11:56] <nessy> ohh! microdata! I wonder how that combines with video metadata
- # [11:56] * Quits: danbri (n=danbri@unaffiliated/danbri) (Remote closed the connection)
- # [12:09] * Quits: pablof (n=palbo@pat-tdc.opera.com) (barjavel.freenode.net irc.freenode.net)
- # [12:09] * Quits: WWFan (n=me@202.61.207.208.static.rev.aanet.com.au) (barjavel.freenode.net irc.freenode.net)
- # [12:09] * Quits: webben (n=webben@173-45-238-110.slicehost.net) (barjavel.freenode.net irc.freenode.net)
- # [12:09] * Quits: yutak_ (n=yutak@220.109.219.244) (barjavel.freenode.net irc.freenode.net)
- # [12:09] * Quits: Creap_ (n=Creap@vemod.brg.sgsnet.se) (barjavel.freenode.net irc.freenode.net)
- # [12:09] * Quits: eighty4_ (n=eighty4@eighty4.se) (barjavel.freenode.net irc.freenode.net)
- # [12:09] * Quits: drry (n=drry@unaffiliated/drry) (barjavel.freenode.net irc.freenode.net)
- # [12:11] * Joins: webben (n=benh@nat/yahoo/x-fqlkgsawllkjxccu)
- # [12:18] * Joins: danbri (n=danbri@unaffiliated/danbri)
- # [12:20] * Joins: adactio (n=adactio@host86-163-206-16.range86-163.btcentralplus.com)
- # [12:33] * Joins: annevk (n=annevk@5355732C.cable.casema.nl)
- # [12:41] * Quits: Rik` (n=Rik`@pha75-2-81-57-187-57.fbx.proxad.net)
- # [12:42] * Quits: webben (n=benh@nat/yahoo/x-fqlkgsawllkjxccu) (Killed by douglas.freenode.net (Nick collision))
- # [12:42] * Joins: yutak_ (n=yutak@220.109.219.244)
- # [12:42] * Joins: webben (n=webben@173-45-238-110.slicehost.net)
- # [12:42] * Joins: Creap_ (n=Creap@vemod.brg.sgsnet.se)
- # [12:42] * Joins: eighty4_ (n=eighty4@eighty4.se)
- # [12:42] * Joins: WWFan (n=me@202.61.207.208.static.rev.aanet.com.au)
- # [12:42] * Joins: drry (n=drry@unaffiliated/drry)
- # [12:42] * Joins: pablof (n=palbo@pat-tdc.opera.com)
- # [12:42] * Joins: webben1 (n=benh@nat/yahoo/x-phnvezuvzfpvvoru)
- # [12:42] * Quits: webben1 (n=benh@nat/yahoo/x-phnvezuvzfpvvoru) (Remote closed the connection)
- # [12:43] * Joins: webben1 (n=benh@nat/yahoo/x-abgjlimiwgyndqui)
- # [12:43] * Quits: webben1 (n=benh@nat/yahoo/x-abgjlimiwgyndqui) (Remote closed the connection)
- # [12:43] * Joins: webben1 (n=benh@nat/yahoo/x-vxyjfswtpulapmjg)
- # [12:43] * Quits: webben1 (n=benh@nat/yahoo/x-vxyjfswtpulapmjg) (Remote closed the connection)
- # [12:48] * erlehmann is now known as erduschmann
- # [12:49] * Quits: webben (n=webben@173-45-238-110.slicehost.net) ("Coyote finally caught me")
- # [12:50] * Parts: hasather (n=davidh@pat-tdc.opera.com)
- # [12:53] <Hixie> what time is the htmlwg telecon these days?
- # [12:54] * Parts: zcorpan_ (n=zcorpan@pat.se.opera.com)
- # [12:55] <AryehGregor> How is the telecon conducted? IRC?
- # [12:55] <jgraham> Telephone
- # [12:55] <AryehGregor> Amazing.
- # [12:55] <jgraham> Hence the "tele"
- # [12:55] <AryehGregor> "tele" means "distant".
- # [12:55] <AryehGregor> You know, like "telecommunications", and "teleport".
- # [12:55] <jgraham> Only in greek (or something)
- # [12:56] <AryehGregor> Okay, anyway. I guess Hixie will have to borrow someone's phone. :)
- # [12:56] <gsnedders> television is vision over telephone?
- # [12:56] <jgraham> Gah
- # [12:56] <jgraham> Hixie: 6pm CET on a Thursday
- # [12:56] <AryehGregor> Telepathy is detecting thoughts via telephone.
- # [12:56] <Hixie> jgraham: thanks
- # [12:56] * Hixie changes to CET
- # [12:57] * jgraham has never heard of a telecon that was not conducted by telephone
- # [12:57] * Hixie changes back to PDT
- # [12:58] <Philip`> It's 1700Z according to two out of three repetitions of the time in the last reminder email
- # [12:59] <Hixie> figured i should at least be aware that i'm missing it this week since it's plausible i'll be awake at that time
- # [12:59] <Hixie> (though not near a phone unless i get some meeting room booked)
- # [13:00] * Quits: MikeSmith (n=MikeSmit@tea12.w3.mag.keio.ac.jp) (Read error: 113 (No route to host))
- # [13:00] * Joins: zcorpan_ (n=zcorpan@pat.se.opera.com)
- # [13:00] <AryehGregor> Teleconferences can also be by video.
- # [13:01] <Hixie> we call those video conferences
- # [13:01] <Hixie> and they're much better than telecons though still almost as much of a waste of time
- # [13:04] <AryehGregor> What's wrong with IRC?
- # [13:05] <Hixie> or e-mail?
- # [13:05] <Hixie> beats me
- # [13:05] <AryehGregor> E-mail is a lot slower, it has definite disadvantages.
- # [13:05] <AryehGregor> Although also advantages.
- # [13:05] <Hixie> e-mail is far faster at making progress than telecons
- # [13:05] <Hixie> than scheduled telecons, i should say
- # [13:06] * Quits: annevk2 (n=annevk@5355732C.cable.casema.nl) (Read error: 110 (Connection timed out))
- # [13:06] <Hixie> scheduled telecons cause working groups to only work immediately before and during a telecon
- # [13:06] * Quits: peroo (n=peroo@peroo.xen.prgmr.com) (Remote closed the connection)
- # [13:06] <Hixie> so it becomes impossible for the group to make decisions except during the meeting
- # [13:06] <Hixie> which is ridiculous
- # [13:06] <Hixie> you can see this e.g. from the way the chairs of the htmlwg are only able to make decisions on tuesdays
- # [13:06] * Joins: peroo (n=peroo@peroo.xen.prgmr.com)
- # [13:06] <Hixie> scheduled irc meetings would have the same problem
- # [13:07] <AryehGregor> Isn't it an HTMLWG policy that decisions are only made by e-mail and such? There's something about allowing asynchronous communication.
- # [13:07] * Quits: annevk (n=annevk@5355732C.cable.casema.nl) (Read error: 110 (Connection timed out))
- # [13:07] <Hixie> yes, but subgroups (like the chairs) can arrange for their own decisions to be synchronous if they want
- # [13:08] <Hixie> so long as membership in the group isn't a requirement to influence decisions
- # [13:09] * erduschmann is now known as erlehmann
- # [13:10] * AryehGregor is glad to see that there will be no actual votes, just decisions by a cabal of three chairs instead of one editor
- # [13:11] <AryehGregor> Although theoretically the decision will be what causes the least strong objections instead of the one they think is technically best, so it's somewhat different.
- # [13:12] * Quits: peroo (n=peroo@peroo.xen.prgmr.com) (Remote closed the connection)
- # [13:13] <Philip`> I guess "least strong objections" means you should threaten to shout loudly and file FOs etc if you don't get your way, so that your objections carry more weight
- # [13:13] * Quits: gavin_ (n=gavin@firefox/developer/gavin) (Read error: 145 (Connection timed out))
- # [13:14] <Hixie> yeah i'm curious to know how they intend to weigh rationales if not in the same way that i did when examining the issue as the editor
- # [13:14] <AryehGregor> Yes, that sounds like the strategically appropriate response to such a policy.
- # [13:14] <AryehGregor> Presumably they're allowed to ignore you if they think you're faking, though.
- # [13:15] <jgraham> Hixie: It is not impossible that they will weight rationales in the same way that you did but come to a different conclusion
- # [13:15] * Joins: gavin_ (n=gavin@firefox/developer/gavin)
- # [13:15] <AryehGregor> Honestly, no one can really fault them too much no matter what decision they make on something like microdata, since obviously they can't please everyone.
- # [13:15] <jgraham> But I agree that is not what they have stated they will do
- # [13:16] <Hixie> surely if they get a different conclusion then by definition they've used a different method of weighing arguments :-)
- # [13:16] <Hixie> i'm not saying there's anything wrong with that
- # [13:16] <Hixie> i'm just wondering what their method will be
- # [13:16] <AryehGregor> Even if they secretly just pick whatever solution they like, people will probably still end up being more satisfied because they were told it's a compromise rather than "I think you're wrong, too bad".
- # [13:17] <Hixie> (in fact i'd say that they _should_ use a different method, since otherwise the whole escalation process is pointless since they'd always agree with me)
- # [13:17] <AryehGregor> It wouldn't be pointless politically even if they always agreed with you, only technically.
- # [13:18] <Hixie> technically is what i care about
- # [13:18] <AryehGregor> Then why are you having anything to do with the W3C? :)
- # [13:18] <jgraham> Hixie: Well they can use the same _method_ but get different results due to different inputs
- # [13:18] <Hixie> AryehGregor: patent policy and to get microsoft's feedback
- # [13:18] <Hixie> AryehGregor: in retrospect, as i've said before, i think we would have been better off just getting our own patent policy
- # [13:18] * Joins: peroo (n=peroo@peroo.xen.prgmr.com)
- # [13:19] <jgraham> e.g. you might tend to weigh arguments that correspond with your own experience more highly
- # [13:19] <AryehGregor> Well, but that's basically political.
- # [13:19] <AryehGregor> I'd think the WHATWG with its own patent policy would be at a significant disadvantage without Microsoft on board.
- # [13:19] <Philip`> The three chairs should meet on a wind-swept heath and drop the arguments into a cauldron and then dance around it until a conclusion reveals itself to them
- # [13:20] <Hixie> jgraham: i guess if you don't consider the weighing function part of the weighing function... :-)
- # [13:20] <Hixie> AryehGregor: in practice we've gotten very little useful input (or indeed any input) from microsoft
- # [13:20] <AryehGregor> Yes, but they at least claim they'll implement HTML5 at some point, which is something.
- # [13:21] <AryehGregor> I really meant from an implementation perspective, not feedback.
- # [13:21] <AryehGregor> It's not much good if Microsoft doesn't implement it.
- # [13:21] <Hixie> i don't think the w3c affected that really
- # [13:21] <AryehGregor> Maybe not. Too late now, I guess.
- # [13:22] <AryehGregor> Hixie, please tell your superiors at Google that they need to kill Microsoft faster, thanks.
- # [13:22] <jgraham> Hixie: The exact weighing function isn't exactly part of the "method"
- # [13:22] <Hixie> google has no intention of killing microsoft, we actually wish microsoft would compete better to give us more of a run for our money
- # [13:22] <Hixie> but that's another story
- # [13:23] <Hixie> jgraham: fair enough
- # [13:23] * Philip` imagines a Google monopoly would be about as bad as a Microsoft monopoly
- # [13:23] <gsnedders> But they "do no evil"! :P
- # [13:23] <AryehGregor> Philip`, you mean like all the terrible effects we've been seeing from their monopoly on search?
- # [13:24] * Quits: peroo (n=peroo@peroo.xen.prgmr.com) (Remote closed the connection)
- # [13:24] <jgraham> Google monopoly? Do you go round a little board and buy up different websites and build adverts on them to collect money?
- # [13:24] * Joins: peroo (n=peroo@peroo.xen.prgmr.com)
- # [13:24] <AryehGregor> Slightly lower market share than MS in the OS market, but still.
- # [13:24] <Hixie> AryehGregor: google has nowhere near a monopoly on search
- # [13:25] <Philip`> Google doesn't seem to have shown any reluctance to develop and deploy their own private web technologies that are largely focused on the needs of other parts of Google, without much input from other vendors
- # [13:26] <AryehGregor> Well, that's called "not being a bunch of hippie open-source freaks", not "being monopolistic". :)
- # [13:27] <AryehGregor> As long as they don't try to lock you in to anything.
- # [13:27] <AryehGregor> Which generally they don't.
- # [13:27] <AryehGregor> There's some tie-in between their services, but usually pretty weak.
- # [13:27] <AryehGregor> Okay, I was supposed to leave ten minutes ago, bye.
- # [13:27] <Hixie> later
- # [13:29] * Quits: peroo (n=peroo@peroo.xen.prgmr.com) (Remote closed the connection)
- # [13:36] * Joins: Michelangelo (n=Michelan@93-41-253-98.ip84.fastwebnet.it)
- # [13:41] * Joins: peroo (n=peroo@peroo.xen.prgmr.com)
- # [13:42] * Quits: archtech (i=stanv@83.228.56.37) (Client Quit)
- # [13:46] * Quits: peroo (n=peroo@peroo.xen.prgmr.com) (Remote closed the connection)
- # [13:48] * Quits: riven (n=riven@53518387.cable.casema.nl) (Read error: 104 (Connection reset by peer))
- # [13:48] <boblet> interestingāHTML5-style charset declaration isnāt stronger than user-declared character encoding in FF3.5.5, but http-equiv style one is
- # [13:49] <Hixie> yeah okcool.de has a comment to that effect
- # [13:50] * Quits: zcorpan_ (n=zcorpan@pat.se.opera.com) (Read error: 104 (Connection reset by peer))
- # [13:50] <Hixie> i haven't been able to get more info on it -- do you have test cases showing this?
- # [13:51] <boblet> Hixie: is that to me? Iāll up oneā¦
- # [13:51] <Hixie> yes :-)
- # [13:52] * Joins: riven (n=riven@53518387.cable.casema.nl)
- # [13:53] * Joins: peroo (n=peroo@peroo.xen.prgmr.com)
- # [13:55] * Joins: ttepasse (n=ttepas--@dslb-084-060-052-173.pools.arcor-ip.net)
- # [14:00] * Quits: peroo (n=peroo@peroo.xen.prgmr.com) (Remote closed the connection)
- # [14:06] * Joins: peroo (n=peroo@peroo.xen.prgmr.com)
- # [14:07] * Joins: webben (n=benh@nat/yahoo/x-cnyguavuvmtbfluo)
- # [14:10] * Joins: annevk2 (n=annevk@5355732C.cable.casema.nl)
- # [14:15] * Quits: starjive (i=beos@81-233-16-19-no30.tbcn.telia.com)
- # [14:27] <boblet> Hixie: crapātesting methodology fail. Sorry. Hereās the question that made me check it: http://doctype.com/doesnt-html-5-meta-charset-tag-work
- # [14:27] <boblet> Hixie: I couldnāt reproduce the error
- # [14:30] * Quits: wakaba_ (n=wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) ("Leaving...")
- # [14:32] * Joins: TabAtkins (n=chatzill@70-139-15-246.lightspeed.rsbgtx.sbcglobal.net)
- # [14:35] * Joins: pmuellr (n=pmuellr@nat/ibm/x-btuqeiboutlslbhj)
- # [14:36] * Quits: nessy (n=Adium@124-168-239-28.dyn.iinet.net.au) ("Leaving.")
- # [14:36] * Quits: tndH (n=Rob@cpc2-leed18-0-0-cust427.leed.cable.ntl.com) (Read error: 110 (Connection timed out))
- # [14:37] <boblet> Can <nav> be used for site search or pre/next page links? I think no, but heard yes for searchā¦
- # [14:39] <boblet> (Iāve also seen āread moreā¦ā links marked as <nav> btw ;-)
- # [14:40] <daedb> I can see <nav> being used for prev/next page links, but I wouldn't use it for search or read more links...
- # [14:42] * Joins: tndH (n=Rob@cpc2-leed18-0-0-cust427.leed.cable.ntl.com)
- # [14:50] * Quits: virtuelv (n=virtuelv@pat-tdc.opera.com) ("Ex-Chat")
- # [14:55] * Quits: gavin_ (n=gavin@firefox/developer/gavin) (Read error: 110 (Connection timed out))
- # [14:57] * Joins: gavin_ (n=gavin@firefox/developer/gavin)
- # [14:59] * Joins: erlehmann_ (n=erlehman@82.113.106.0)
- # [15:00] * Joins: fishd (n=darin@c-98-207-16-168.hsd1.ca.comcast.net)
- # [15:01] <Philip`> boblet: Seems odd
- # [15:01] <Philip`> Could be his HTML/text editor detects the meta http-equiv and saves as UTF-8 in that case, and ISO-8859-1 otherwise, or something
- # [15:02] * Philip` doesn't know what else it would be, especially since he says he's setting the HTTP Content-Type charset too
- # [15:04] <Philip`> boblet: I hope <nav> is okay for next/previous, since the multipage HTML5 spec uses it for that
- # [15:09] * Quits: mat_t (n=mattomas@ppp-1-24.edin-b-1.access.uk.tiscali.com) ("Leaving")
- # [15:13] * Joins: mat_t (n=mattomas@ppp-1-24.edin-b-1.access.uk.tiscali.com)
- # [15:15] * Joins: BlurstOfTimes (n=blurstof@168.203.117.66)
- # [15:19] * Joins: miketaylr (n=miketayl@38.117.156.163)
- # [15:20] <boblet> Philip`: yeah that Doctype.com q is peculiar. hopefully Iāll hear back
- # [15:24] * Quits: fishd (n=darin@c-98-207-16-168.hsd1.ca.comcast.net) (Read error: 110 (Connection timed out))
- # [15:24] <boblet> Philip`: Looking at the HTML5 multipage spec, next/prev page links are part of a larger nav block. Do you think itād apply on eg the meter/noscript links on http://dev.w3.org/html5/markup/nav.html ?
- # [15:24] * Joins: Sirisian (n=Sirisian@141.218.245.182)
- # [15:25] <boblet> Philip`: Mikeās used div.nav span.nav-prev and span.nav-next
- # [15:26] * Quits: erlehmann (n=erlehman@82.113.106.0) (Read error: 110 (Connection timed out))
- # [15:27] <daedb> boblet: I'd probably use <nav> for those links...
- # [15:28] * Joins: Sirisian_ (n=Sirisian@pix053-197.pix.wmich.edu)
- # [15:28] <Hixie> boblet: weird. there's a comment in the source of okcool.de that talks about this also, and i can't get anyone to explain to me why.
- # [15:29] <Philip`> boblet: I imagine he used that because the W3C pubrules don't like HTML5 markup
- # [15:31] <Hixie> who's doing webidl these days?
- # [15:32] * Quits: ttepasse (n=ttepas--@dslb-084-060-052-173.pools.arcor-ip.net) (Read error: 110 (Connection timed out))
- # [15:33] * Quits: Sirisian (n=Sirisian@141.218.245.182) (Read error: 60 (Operation timed out))
- # [15:37] * erlehmann_ is now known as erlehmann
- # [15:39] * Joins: webben1 (n=benh@nat/yahoo/x-dwxczwuuqsdlmlla)
- # [15:39] * Quits: webben1 (n=benh@nat/yahoo/x-dwxczwuuqsdlmlla) (Remote closed the connection)
- # [15:39] * Joins: webben1 (n=benh@nat/yahoo/x-jspqeoqwfplamcvg)
- # [15:39] * Quits: webben1 (n=benh@nat/yahoo/x-jspqeoqwfplamcvg) (Remote closed the connection)
- # [15:40] * Quits: Michelangelo (n=Michelan@93-41-253-98.ip84.fastwebnet.it) (Remote closed the connection)
- # [15:45] <Hixie> indeed, is there a bug tracker for webidl?
- # [15:45] <boblet> Hixie: re: charset, maybe itās just a problem somewhere else (server header, toolsā¦)
- # [15:45] <Hixie> maybe...
- # [15:46] <boblet> Philip`: ok that makes sense
- # [15:46] <Hixie> hmm, webidl has a bug component in bugzilla, but not bugs
- # [15:46] <boblet> Iām surprised that <nav> applies to prev/next links, as theyāre often just a single link (not a block), and thereās already rel="next/prev"
- # [15:46] * Joins: Sirisian (n=Sirisian@pix012-168.pix.wmich.edu)
- # [15:47] <Philip`> Judging by the relevant code (around http://mxr.mozilla.org/mozilla1.9.1/source/intl/chardet/src/nsMetaCharsetObserver.cpp#319 (for Firefox 3.5)), it looks like http-equiv charset and meta charset are reported indistinguishably, so it shouldn't be possible for one to work and not the other
- # [15:47] <boblet> Hixie: would you use <nav> for site search form?
- # [15:47] * Quits: danbri (n=danbri@unaffiliated/danbri) (Remote closed the connection)
- # [15:48] <Hixie> would you have a "skip navigation" link for a site search form?
- # [15:48] * Quits: webben (n=benh@nat/yahoo/x-cnyguavuvmtbfluo) (Read error: 113 (No route to host))
- # [15:48] <Hixie> Philip`: yeah, i never found any distinctions when doing the testing way back when
- # [15:49] <Philip`> (That does indicate <meta charset=utf8 foo=bar won't work, though)
- # [15:49] <Philip`> Uh, <meta charset=utf8 foo=bar>
- # [15:53] <Hixie> oh?
- # [15:54] <Philip`> Hmm, but that's not what happens in practice
- # [15:55] <Philip`> (The GetCharsetFromCompatibilityTag is only in the 'else' of a thing that checks for the number of attributes)
- # [15:57] * Quits: Sirisian (n=Sirisian@pix012-168.pix.wmich.edu) (Read error: 145 (Connection timed out))
- # [15:58] * Quits: Sirisian_ (n=Sirisian@pix053-197.pix.wmich.edu) (Read error: 110 (Connection timed out))
- # [15:59] <Philip`> Maybe that's not the code that's actually used
- # [15:59] <boblet> Hixie: I wouldnāt, but I can see some would. Yeah, thatās the nub
- # [16:00] <Hixie> boblet: i think it'd be fine to use <nav> for that, but also fine not to
- # [16:01] <Hixie> basically, don't use <nav> unless you think <section> would also be appropriate, with an <h1>Navigation</h1>.
- # [16:01] <boblet> Hixie: I really love that a lot of the structural element usage is almost up to authors. Thatās what most people hate, of course, but still :)
- # [16:01] <Hixie> it'd be extremely difficult, and only mildly useful, to be more specific than we already are
- # [16:01] <Philip`> Whatever code Firefox 3.5 is using, it also accepts things like <meta notcharset="utf-8">
- # [16:01] <Hixie> and we're already waaaay more specific than html4 ever was
- # [16:02] <Philip`> so it can't just be the attribute-based extracter
- # [16:02] <boblet> makes it harder to write best practice info, but itās much more interesting
- # [16:03] <Hixie> best practice is "don't use <div> and don't use class=''", basically
- # [16:03] <Hixie> but often you have to use one or the other
- # [16:03] <Hixie> since html isn't _that_ expressive, even with all the new stuff
- # [16:04] <boblet> Hixie: why not class? that seems to becoming a best practice with eg @stubbornellaās CSS performance info
- # [16:05] * Joins: virtuelv (n=virtuelv@162.179.251.212.customer.cdi.no)
- # [16:05] * Joins: Michelangelo (n=Michelan@93-41-253-98.ip84.fastwebnet.it)
- # [16:06] <boblet> Iāve actually started using her āh2 .h2 {}ā style classes, then in html <section><h1 class="h2">
- # [16:07] <Hixie> o_O
- # [16:07] <Hixie> why would you do that
- # [16:08] <boblet> not as pure HTML but better than āsection section h1, article section h1 {}ā
- # [16:08] <Hixie> oh well, yes, we need to figure out a better css selector solution for nested section headers
- # [16:08] <Philip`> boblet: Why not use <h2>?
- # [16:08] <Hixie> i meant theoretical best practice in the future, not best practice now
- # [16:09] <boblet> also I think class="h2" has semantic meaning
- # [16:09] * Hixie wonders when breakfast service is _supposed_ to start at his cafe
- # [16:09] <boblet> Philip`: HTML5-style headingsāreset to <h1> with each section
- # [16:09] * Joins: Sirisian (n=Sirisian@141.218.12.168)
- # [16:09] <Hixie> no, you can use whatever level you want
- # [16:09] <Hixie> <section><h2></h2></section> and <section><h1></h1></section> mean the same thing
- # [16:10] <boblet> well, I think it was maintain correct heading levels taking nesting into account, or reset to <h1> each time you start a new section, no?
- # [16:10] <Hixie> aha, 8am
- # [16:10] <Hixie> another hour
- # [16:10] <Hixie> no, it resets inside each <section>
- # [16:11] <Hixie> the highest <hx> within each section (er, lowest, i guess, closest to <h1>) is the heading
- # [16:11] <boblet> but not to <h1>? interesting
- # [16:11] <Hixie> well the best practice is you should have only one <hx> per <Section>
- # [16:11] <Hixie> so it doesn't make any difference
- # [16:11] <boblet> so you could skip levels, eg <h1></h1> <section><h3></h3>ā¦
- # [16:12] * Joins: mpt (n=mpt@canonical/mpt)
- # [16:12] <Hixie> you can use <body><h6></h6><section><h3></h3><nav><h1></h1></nav></section></body> means the same as <body><h2></h2><section><h4></h4><nav><h6></h6></nav></section></body>
- # [16:12] <Hixie> ...which means the same as <body><h1></h1><section><h1></h1><nav><h1></h1></nav></section></body>
- # [16:12] <Hixie> each section does its own heading hierarchy
- # [16:13] <boblet> but wouldnāt that mean that itās easier to just start at <h1> for each new section?
- # [16:13] * Joins: danbri (n=danbri@unaffiliated/danbri)
- # [16:13] <boblet> assuming youāre doing crazy stuff like applying styles via classes? :)
- # [16:13] <Hixie> apparently not, since you use classes :-)
- # [16:13] <boblet> haha
- # [16:13] <Hixie> <h1 class="h2"> is not as easy as <h2> :-)
- # [16:14] <boblet> hrmā¦ I must ponder this more :) at this rate Iāll never release this site
- # [16:14] * Joins: epeus (n=KevinMar@213.152.16.56)
- # [16:15] <workmad3> and even though <body><h1></h1><section><h2></h2></section></body> means the same thing no matter what level of heading you use to a machine, there are still ways of doing it that are clearer to people :)
- # [16:15] <Hixie> indeed
- # [16:16] <workmad3> and clearest to a human is probably either <h1> all the time or <hx> appropriate to the sectioning level...
- # [16:16] <Hixie> agreed
- # [16:16] <workmad3> (which I believe are the two examples given in the spec :) )
- # [16:17] <boblet> You might want to check out http://j.mp/6FMCDi ā @stubbornellaās OOCSS presentation
- # [16:17] * Joins: fishd (n=darin@nat/google/x-wqudnjmktcyyivhh)
- # [16:18] <Hixie> will do
- # [16:18] <boblet> itās quite a different way to approach things. Itās definitely changed some of my perceptions
- # [16:19] <boblet> workmad3: I guess <h1 class="h2"> is just the first one with a cop-out for easier CSS selector writing
- # [16:19] <boblet> (at least, thatās what I thought)
- # [16:19] <workmad3> boblet: I personally see that as an abomination :)
- # [16:20] <boblet> hahaha
- # [16:20] <workmad3> and besides, why use a <h1> there... it's *much* simpler to use a <div>... so then you have <div class="h1">, <div class="em">, <div class="font">...
- # [16:21] <boblet> I can definitely see how on a large popular site writing long CSS selector chains would gradually kill you tho
- # [16:21] <Hixie> woah, that suggestion on slide 68 (the <h1 class="h2"> thing) is crazy
- # [16:21] <Hixie> if you're finding that you're applying h2 styles to an h3, then your semantics are wrong
- # [16:21] <boblet> Hixie: youāre killing me here
- # [16:21] <boblet> :D
- # [16:21] <Hixie> the rest of it so far is good
- # [16:22] <Hixie> i also disagree with slide 92
- # [16:22] <boblet> I think itās to address the ballooning of selectors problem; like specifying each case of clearfix rather than applying a .clearfix or .group style
- # [16:22] * Quits: KevinMarks2 (n=KevinMar@213.152.16.55) (Connection timed out)
- # [16:23] <Hixie> i think styling elements is the way to go, and styling classes should be the exception
- # [16:23] <Hixie> but that might just be that i think you should define defaults first, which seems to be the same, but said differently
- # [16:23] <boblet> well, she does say ā(unless defining defaults)ā
- # [16:25] <Hixie> yeah
- # [16:25] <Hixie> i strongly agree with what she says at the end
- # [16:25] <Hixie> i don't understand why we don't have better tools
- # [16:26] <boblet> @stubbornella addresses that too http://j.mp/7i7Dfe ā CSS Wish List
- # [16:27] <boblet> adding programatic concepts like mixins to CSS
- # [16:27] * Joins: virtuelv_ (n=virtuelv@pat-tdc.opera.com)
- # [16:27] <workmad3> boblet: check out sass :)
- # [16:28] <boblet> hahaāplanning to do so for this site (have it open in a tab somewhere here)
- # [16:28] <workmad3> sass does have mixins... and the ability to do maths, etc. in css files
- # [16:29] <workmad3> and it gets compiled down to normal CSS and can even be minimised, etc. :)
- # [16:29] * Joins: dglazkov (n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net)
- # [16:30] <boblet> workmad3: yeah Iām looking forward to checking out stylesheet size differences (why I didnāt start with it)
- # [16:30] <boblet> ok thanks for the food for thought all. Bed calls
- # [16:30] <workmad3> I need chocolate and coffee myself
- # [16:30] <workmad3> but then it's only 3:30 p.m. for me :)
- # [16:31] <boblet> Will hopefully have an HTML5 site with the HTML5 articles Iāve written so far on it tomorrow to announce
- # [16:31] <boblet> later
- # [16:33] * Parts: boblet (n=boblet@p2086-ipbf309osakakita.osaka.ocn.ne.jp)
- # [16:34] <ray> h1 class="h2"?
- # [16:38] <miketaylr> <div class="span">
- # [16:38] <ray> html5 has a way to set the charset besides meta http-equiv?
- # [16:38] * Quits: Sirisian (n=Sirisian@141.218.12.168) (Read error: 110 (Connection timed out))
- # [16:39] <Hixie> you can just say <meta charset="...">
- # [16:39] <Hixie> (or use HTTP headers)
- # [16:39] * Joins: arve__ (n=virtuelv@162.179.251.212.customer.cdi.no)
- # [16:40] * Quits: annevk2 (n=annevk@5355732C.cable.casema.nl) (Read error: 110 (Connection timed out))
- # [16:40] * Quits: virtuelv (n=virtuelv@162.179.251.212.customer.cdi.no) (Read error: 104 (Connection reset by peer))
- # [16:41] <ray> that's nice
- # [16:41] <Hixie> it even works in existing browsers
- # [16:41] <ray> meta http-equiv=blahblahblah was the only thing i couldn't type from memory
- # [16:42] <Hixie> you could type the DOCTYPE from memory? :-)
- # [16:42] <ray> :)
- # [16:42] <Hixie> i'm impressed :-)
- # [16:42] * Joins: Sirisian (n=Sirisian@141.218.12.168)
- # [16:45] <Hixie> on an unrelated note, i'm amazed that my last e-mail to shelley actually convinced her
- # [16:46] <Hixie> i guess it pays to be thorough with each e-mail and to show how one is contradicting oneself rather than just replying to the latest comment each time, ignoring earlier ones
- # [16:51] * Quits: dglazkov (n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net)
- # [16:51] * jgraham would like to dispell the notion that only people who don't think the use cases should be addressed support microdata
- # [16:51] * Philip` wonders where Shelley said she was convinced
- # [16:52] <Hixie> Philip`: she didn't, but she didn't reply to my e-mail, which is the only sign i've ever seen of her admitting she was wrong on anything
- # [16:52] <Philip`> It seems an equally likely hypothesis is that she had already made all the points she wanted to make and was fed up with going in circles and therefore stopped
- # [16:54] <Hixie> that'd be a first, if so
- # [16:54] <Philip`> jgraham: If you do that, you could also dispel the notion that the use cases are synonymous with the Semantic Web community
- # [16:55] <Hixie> anyone got a suggestion for a good e-mail that summarises the storage mutex issues?
- # [16:56] * Philip` doesn't care about Semantic Webs or Linked Data or RDF or anything, but still thinks it's probably useful to have a way to easily encode structured data in a web page so screen-scrapers are easier to write
- # [16:56] * Quits: virtuelv_ (n=virtuelv@pat-tdc.opera.com) (Read error: 110 (Connection timed out))
- # [16:57] <Hixie> that's basically google's position too
- # [16:58] <jgraham> Philip`: I habe a draft of an email that says more or less that that (I wrote it before complaining on IRC even) but I am never convinced that actually sending email is a good idea
- # [16:58] <jgraham> *have
- # [17:01] * gsnedders grumbles about not having a clearly defined difference between es-discuss (where discussion is most about ES5) and es5-discuss (where discussion is mostly about ES5)
- # [17:01] <Philip`> gsnedders: Kind of like public-html and whatwg?
- # [17:01] <Philip`> (on good days)
- # [17:01] <gsnedders> But both mailing lists are on the same server.
- # [17:01] <Philip`> (where public-html discussion is mostly about HTML5 and not about HTML WG processes)
- # [17:02] <Philip`> s/good/rare/ perhaps
- # [17:03] <jgraham> gsnedders: Well es-discuss is mostly about es.next these days
- # [17:03] <jgraham> But I think there are too many mailing lists
- # [17:03] <Hixie> woo, breakfast time
- # [17:03] <Hixie> bbl
- # [17:04] * Quits: Maurice (n=ano@a80-101-46-164.adsl.xs4all.nl) ("Disconnected...")
- # [17:07] * Quits: pesla (n=retep@procurios.xs4all.nl) ("( www.nnscript.com :: NoNameScript 4.21 :: www.esnation.com )")
- # [17:08] * Joins: dbaron (n=dbaron@c-98-234-51-190.hsd1.ca.comcast.net)
- # [17:11] * Quits: bzed (n=bzed@devel.recluse.de) (barjavel.freenode.net irc.freenode.net)
- # [17:11] * Quits: Sirisian (n=Sirisian@141.218.12.168) (barjavel.freenode.net irc.freenode.net)
- # [17:11] * Quits: arve__ (n=virtuelv@162.179.251.212.customer.cdi.no) (barjavel.freenode.net irc.freenode.net)
- # [17:11] * Quits: miketaylr (n=miketayl@38.117.156.163) (barjavel.freenode.net irc.freenode.net)
- # [17:11] * Quits: BlurstOfTimes (n=blurstof@168.203.117.66) (barjavel.freenode.net irc.freenode.net)
- # [17:11] * Quits: k0rnel (n=k0rnel@krtko.org) (barjavel.freenode.net irc.freenode.net)
- # [17:11] * Quits: onar (n=onar@17.226.20.255) (barjavel.freenode.net irc.freenode.net)
- # [17:11] * Quits: syp (n=syp@lasigpc9.epfl.ch) (barjavel.freenode.net irc.freenode.net)
- # [17:11] * Quits: karlushi (n=karlushi@fw.vdl2.ca) (barjavel.freenode.net irc.freenode.net)
- # [17:11] * Quits: JohnResi1 (n=JohnResi@121.255.201.74.static.ey03.engineyard.com) (barjavel.freenode.net irc.freenode.net)
- # [17:11] * Quits: Amorphous (i=jan@unaffiliated/amorphous) (barjavel.freenode.net irc.freenode.net)
- # [17:11] * Quits: payman (n=payman@pat.se.opera.com) (barjavel.freenode.net irc.freenode.net)
- # [17:11] * Quits: tyoshino (n=tyoshino@220.109.219.244) (barjavel.freenode.net irc.freenode.net)
- # [17:11] * Quits: jmb (n=jmb@login.ecs.soton.ac.uk) (barjavel.freenode.net irc.freenode.net)
- # [17:11] * Quits: murr4y (n=murray@245.84-49-171.nextgentel.com) (barjavel.freenode.net irc.freenode.net)
- # [17:11] * Quits: Rik|work (n=Rik|work@fw01d.skyrock.net) (barjavel.freenode.net irc.freenode.net)
- # [17:11] * Quits: hober (n=ted@unaffiliated/hober) (barjavel.freenode.net irc.freenode.net)
- # [17:11] * Quits: ray (i=ray@drong.notacat.org) (barjavel.freenode.net irc.freenode.net)
- # [17:11] * Quits: fishd (n=darin@nat/google/x-wqudnjmktcyyivhh) (barjavel.freenode.net irc.freenode.net)
- # [17:11] * Quits: peroo (n=peroo@peroo.xen.prgmr.com) (barjavel.freenode.net irc.freenode.net)
- # [17:11] * Quits: JoePeck (n=JoePeck@cpe-74-69-85-249.rochester.res.rr.com) (barjavel.freenode.net irc.freenode.net)
- # [17:11] * Quits: maikmerten (n=merten@ls5dhcp196.cs.uni-dortmund.de) (barjavel.freenode.net irc.freenode.net)
- # [17:11] * Quits: timz (n=mostrovo@dc51469cbe.adsl.wanadoo.nl) (barjavel.freenode.net irc.freenode.net)
- # [17:11] * Quits: dimich (n=dimich@74.125.59.73) (barjavel.freenode.net irc.freenode.net)
- # [17:11] * Quits: aboodman (n=aboodman@72.14.229.81) (barjavel.freenode.net irc.freenode.net)
- # [17:11] * Quits: ciaran_lee (i=leecn@134.226.83.42) (barjavel.freenode.net irc.freenode.net)
- # [17:11] * Quits: Yudai (n=Yudai@p6ea250.kngwnt01.ap.so-net.ne.jp) (barjavel.freenode.net irc.freenode.net)
- # [17:14] * Joins: dglazkov (n=dglazkov@nat/google/x-hhehmoazmztbzpre)
- # [17:14] * Joins: Rik|work (n=Rik|work@fw01d.skyrock.net)
- # [17:14] * Joins: murr4y (n=murray@245.84-49-171.nextgentel.com)
- # [17:14] * Joins: jmb (n=jmb@login.ecs.soton.ac.uk)
- # [17:14] * Joins: tyoshino (n=tyoshino@220.109.219.244)
- # [17:14] * Joins: hober (n=ted@unaffiliated/hober)
- # [17:14] * Joins: payman (n=payman@pat.se.opera.com)
- # [17:14] * Joins: Sirisian (n=Sirisian@141.218.12.168)
- # [17:14] * Joins: arve__ (n=virtuelv@162.179.251.212.customer.cdi.no)
- # [17:14] * Joins: miketaylr (n=miketayl@38.117.156.163)
- # [17:14] * Joins: BlurstOfTimes (n=blurstof@168.203.117.66)
- # [17:14] * Joins: Amorphous (i=jan@unaffiliated/amorphous)
- # [17:14] * Joins: bzed (n=bzed@devel.recluse.de)
- # [17:14] * Joins: karlushi (n=karlushi@fw.vdl2.ca)
- # [17:14] * Joins: onar (n=onar@17.226.20.255)
- # [17:14] * Joins: k0rnel (n=k0rnel@krtko.org)
- # [17:14] * Joins: JohnResi1 (n=JohnResi@121.255.201.74.static.ey03.engineyard.com)
- # [17:14] * Joins: syp (n=syp@lasigpc9.epfl.ch)
- # [17:15] * Joins: fishd (n=darin@nat/google/x-wqudnjmktcyyivhh)
- # [17:15] * Joins: peroo (n=peroo@peroo.xen.prgmr.com)
- # [17:15] * Joins: JoePeck (n=JoePeck@cpe-74-69-85-249.rochester.res.rr.com)
- # [17:15] * Joins: maikmerten (n=merten@ls5dhcp196.cs.uni-dortmund.de)
- # [17:15] * Joins: timz (n=mostrovo@dc51469cbe.adsl.wanadoo.nl)
- # [17:15] * Joins: aboodman (n=aboodman@72.14.229.81)
- # [17:15] * Joins: ray (i=ray@drong.notacat.org)
- # [17:15] * Joins: ciaran_lee (i=leecn@134.226.83.42)
- # [17:15] * Joins: dimich (n=dimich@74.125.59.73)
- # [17:15] * Joins: Yudai (n=Yudai@p6ea250.kngwnt01.ap.so-net.ne.jp)
- # [17:16] * Joins: archtech (i=stanv@83.228.56.37)
- # [17:21] * erlehmann is now known as erschlafmann
- # [17:25] * Quits: daedb (n=daed@h11n1fls34o986.telia.com) (Remote closed the connection)
- # [17:25] * Joins: daedb (n=daed@h11n1fls34o986.telia.com)
- # [17:28] * Quits: mpt (n=mpt@canonical/mpt) ("Ex-Chat")
- # [17:33] * Quits: smaug (n=chatzill@ip67-152-86-163.z86-152-67.customer.algx.net) (Read error: 110 (Connection timed out))
- # [17:33] * Joins: othermaciej (n=mjs@c-69-181-42-237.hsd1.ca.comcast.net)
- # [17:36] * Quits: epeus (n=KevinMar@213.152.16.56) (Success)
- # [17:44] * Quits: Sirisian (n=Sirisian@141.218.12.168) (Read error: 110 (Connection timed out))
- # [17:50] * Joins: smaug (n=chatzill@nat/mozilla/x-purvolmzeymcsuch)
- # [17:55] * Quits: smaug (n=chatzill@nat/mozilla/x-purvolmzeymcsuch) (Remote closed the connection)
- # [17:58] * Quits: dbaron (n=dbaron@c-98-234-51-190.hsd1.ca.comcast.net) ("8403864 bytes have been tenured, next gc will be global.")
- # [18:01] * Quits: maikmerten (n=merten@ls5dhcp196.cs.uni-dortmund.de) (Remote closed the connection)
- # [18:07] * Philip` thinks the HTML WG should have a poll to determine what poll options to provide in a second poll
- # [18:07] <TabAtkins> Philip`: I'm not sure that's a good idea. Can we have a poll about it?
- # [18:08] <gsnedders> TabAtkins: I don't think a poll for that is worthwhile. Poll?
- # [18:10] <TabAtkins> Poll? Poll poll poll-poll.
- # [18:13] * Joins: dave_levin (n=dave_lev@216.239.45.130)
- # [18:14] * Joins: Maurice (i=copyman@5ED548D4.cable.ziggo.nl)
- # [18:16] * Joins: ap (n=ap@17.246.19.5)
- # [18:16] * Joins: smaug (n=chatzill@nat/mozilla/x-ysgsvgfidsxqdvax)
- # [18:18] * Quits: pablof (n=palbo@pat-tdc.opera.com) (barjavel.freenode.net irc.freenode.net)
- # [18:18] * Quits: WWFan (n=me@202.61.207.208.static.rev.aanet.com.au) (barjavel.freenode.net irc.freenode.net)
- # [18:18] * Quits: yutak_ (n=yutak@220.109.219.244) (barjavel.freenode.net irc.freenode.net)
- # [18:18] * Quits: Creap_ (n=Creap@vemod.brg.sgsnet.se) (barjavel.freenode.net irc.freenode.net)
- # [18:18] * Quits: eighty4_ (n=eighty4@eighty4.se) (barjavel.freenode.net irc.freenode.net)
- # [18:18] * Quits: drry (n=drry@unaffiliated/drry) (barjavel.freenode.net irc.freenode.net)
- # [18:23] * Joins: dbaron (n=dbaron@nat/mozilla/x-ggyvlprguwvwkqnb)
- # [18:25] * Joins: aroben (n=aroben@unaffiliated/aroben)
- # [18:27] * Joins: Sirisian (n=Sirisian@pix012-168.pix.wmich.edu)
- # [18:28] * Joins: Michelangel (n=Michelan@93-41-253-98.ip84.fastwebnet.it)
- # [18:29] * Joins: Creap (n=Creap@vemod.brg.sgsnet.se)
- # [18:30] * Joins: KevinMarks (n=KevinMar@213.152.16.55)
- # [18:33] * Quits: Michelangel (n=Michelan@93-41-253-98.ip84.fastwebnet.it) (Remote closed the connection)
- # [18:37] * Quits: dave_levin (n=dave_lev@216.239.45.130)
- # [18:52] * Joins: jwalden (n=waldo@nat/mozilla/x-goqarkhdqtdogveb)
- # [18:52] * Joins: yutak_ (n=yutak@220.109.219.244)
- # [18:52] * Joins: eighty4_ (n=eighty4@eighty4.se)
- # [18:52] * Joins: WWFan (n=me@202.61.207.208.static.rev.aanet.com.au)
- # [18:52] * Joins: drry (n=drry@unaffiliated/drry)
- # [18:52] * Joins: pablof (n=palbo@pat-tdc.opera.com)
- # [18:54] * Joins: weinig (n=weinig@17.246.18.209)
- # [18:58] <jgraham> othermaciej: It would be nice if the issues list had the name or shortname of each issue somewhere
- # [18:58] <othermaciej> jgraham: good point
- # [18:59] * Quits: Michelangelo (n=Michelan@93-41-253-98.ip84.fastwebnet.it) (Remote closed the connection)
- # [18:59] <othermaciej> jgraham: I'll look into that when I get into the office
- # [18:59] * Quits: KevinMarks (n=KevinMar@213.152.16.55) ("The computer fell asleep")
- # [18:59] <jgraham> othermaciej: Thanks
- # [19:00] <gsnedders> othermaciej: For the poll on microdata, is it one vote per W3C Member or one vote per WG representive
- # [19:01] <jgraham> gsnedders: It is not a poll
- # [19:01] <othermaciej> gsnedders: I have a three-part answer for that
- # [19:01] <othermaciej> 1) it's not a vote
- # [19:02] <othermaciej> 2) multiple representatives of an organization are free to each state their response
- # [19:02] <othermaciej> 3) if we *do* somehow count (which we don't intend to), we will weight all responses from a single organization as one vote
- # [19:02] * gsnedders had the understanding of the W3C process that it didn't matter how the outcome of the poll was judged, just whether it was a formal WG vote or not, jgraham
- # [19:03] <othermaciej> it is not a formal Vote
- # [19:03] * jgraham wonders how that works if different respondents from the same organisation say different things
- # [19:03] * Quits: Sirisian (n=Sirisian@pix012-168.pix.wmich.edu) (Read error: 110 (Connection timed out))
- # [19:03] * Quits: mat_t (n=mattomas@ppp-1-24.edin-b-1.access.uk.tiscali.com) (Remote closed the connection)
- # [19:03] <othermaciej> jgraham: might end up counting as 0.5 in favor of each option - but it likely won't come up, since we don't plan to count
- # [19:04] <jgraham> othermaciej: Sure :)
- # [19:04] <othermaciej> we just don't want people to complain or be suspicious if there are, say, 7 Apple responses or 10 Opera responses
- # [19:05] * Quits: workmad3 (n=workmad3@94-194-14-59.zone8.bethere.co.uk) (Remote closed the connection)
- # [19:06] * Joins: Michelangelo (n=Michelan@93-41-253-98.ip84.fastwebnet.it)
- # [19:09] * Joins: dave_levin (n=dave_lev@75-145-18-210-Washington.hfc.comcastbusiness.net)
- # [19:10] * Quits: adactio (n=adactio@host86-163-206-16.range86-163.btcentralplus.com)
- # [19:14] * Quits: othermaciej (n=mjs@c-69-181-42-237.hsd1.ca.comcast.net)
- # [19:15] * Quits: GarethAdams|Home (n=GarethAd@pdpc/supporter/active/GarethAdams)
- # [19:16] * Quits: smaug (n=chatzill@nat/mozilla/x-ysgsvgfidsxqdvax) ("ChatZilla 0.9.85 [Firefox 3.7a1pre/20091119180625]")
- # [19:17] * Joins: dave_levin_ (n=dave_lev@216.239.45.130)
- # [19:19] <Philip`> Ooh, impressive, 3 out of 3 of the times listed in the new telecon reminder email are correct and consistent
- # [19:19] <Philip`> (Too bad the date in the subject is wrong)
- # [19:22] * Joins: smaug (n=chatzill@nat/mozilla/x-wxsfbwemaikcoaui)
- # [19:28] * Quits: dave_levin_ (n=dave_lev@216.239.45.130)
- # [19:28] * Joins: dave_levin_ (n=dave_lev@74.125.59.65)
- # [19:28] * Joins: cying (n=cying@70.90.171.153)
- # [19:30] * Joins: Sirisian (n=Sirisian@pix057-034.pix.wmich.edu)
- # [19:33] * Quits: dave_levin (n=dave_lev@75-145-18-210-Washington.hfc.comcastbusiness.net) (Read error: 110 (Connection timed out))
- # [19:33] * dave_levin_ is now known as dave_levin
- # [19:42] * Quits: archtech (i=stanv@83.228.56.37) (Client Quit)
- # [19:46] * Quits: smaug (n=chatzill@nat/mozilla/x-wxsfbwemaikcoaui) ("ChatZilla 0.9.85 [Firefox 3.7a1pre/20091119180625]")
- # [19:58] * Quits: Amorphous (i=jan@unaffiliated/amorphous) (Read error: 110 (Connection timed out))
- # [19:59] * Quits: weinig (n=weinig@17.246.18.209)
- # [20:00] * Joins: Amorphous (i=jan@unaffiliated/amorphous)
- # [20:04] * Joins: weinig (n=weinig@17.246.18.209)
- # [20:10] * Joins: othermaciej (n=mjs@17.203.15.143)
- # [20:12] * Joins: drunknbass_work (n=aaron@pool-71-107-253-243.lsanca.dsl-w.verizon.net)
- # [20:16] * Joins: Dashimon (i=Dashiva@m223j.studby.ntnu.no)
- # [20:19] * Joins: Phae (n=phaeness@cpc2-acto9-0-0-cust364.brnt.cable.ntl.com)
- # [20:22] * Joins: workmad3 (n=workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
- # [20:26] * Joins: maikmerten (n=maikmert@port-92-201-185-247.dynamic.qsc.de)
- # [20:26] * Joins: mpilgrim (n=mark@nat/google/x-doqosdfsyfagcjak)
- # [20:29] * Quits: aroben (n=aroben@unaffiliated/aroben) (Read error: 110 (Connection timed out))
- # [20:33] * Joins: gratz|home (n=gratz@cpc3-brig15-2-0-cust237.3-3.cable.virginmedia.com)
- # [20:33] * Quits: Dashiva (i=Dashiva@wikia/Dashiva) (Nick collision from services.)
- # [20:33] * Dashimon is now known as Dashiva
- # [20:36] * Joins: Sirisian_ (n=Sirisian@141.218.225.236)
- # [20:37] * Quits: workmad3 (n=workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote closed the connection)
- # [20:43] * Quits: Sirisian (n=Sirisian@pix057-034.pix.wmich.edu) (Read error: 110 (Connection timed out))
- # [20:45] * Joins: sbublava (n=stephan@77.117.75.168.wireless.dyn.drei.com)
- # [20:49] * Joins: Sirisian (n=Sirisian@141.218.225.236)
- # [20:49] * Quits: jwalden (n=waldo@nat/mozilla/x-goqarkhdqtdogveb) ("ten-forward")
- # [20:54] * Joins: GPHemsley (n=GPHemsle@pdpc/supporter/student/GPHemsley)
- # [20:54] * Quits: mpilgrim (n=mark@nat/google/x-doqosdfsyfagcjak) (Read error: 145 (Connection timed out))
- # [21:01] * Joins: workmad3 (n=workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
- # [21:04] * Quits: Sirisian_ (n=Sirisian@141.218.225.236) (Read error: 110 (Connection timed out))
- # [21:07] * Quits: workmad3 (n=workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote closed the connection)
- # [21:08] * Joins: erlehmann_ (n=erlehman@1.121.113.82.net.de.o2.com)
- # [21:14] * Quits: maikmerten (n=maikmert@port-92-201-185-247.dynamic.qsc.de) (Remote closed the connection)
- # [21:21] * Quits: pablof (n=palbo@pat-tdc.opera.com) (barjavel.freenode.net irc.freenode.net)
- # [21:21] * Quits: WWFan (n=me@202.61.207.208.static.rev.aanet.com.au) (barjavel.freenode.net irc.freenode.net)
- # [21:21] * Quits: yutak_ (n=yutak@220.109.219.244) (barjavel.freenode.net irc.freenode.net)
- # [21:21] * Quits: eighty4_ (n=eighty4@eighty4.se) (barjavel.freenode.net irc.freenode.net)
- # [21:21] * Quits: drry (n=drry@unaffiliated/drry) (barjavel.freenode.net irc.freenode.net)
- # [21:25] * Joins: franksalim (n=frank@adsl-76-221-202-115.dsl.pltn13.sbcglobal.net)
- # [21:26] * Joins: mat_t (n=mattomas@ppp-1-24.edin-b-1.access.uk.tiscali.com)
- # [21:29] * Joins: othermaciej_ (n=mjs@17.246.17.190)
- # [21:30] * Quits: erschlafmann (n=erlehman@82.113.106.0) (Read error: 110 (Connection timed out))
- # [21:32] * Quits: gratz|home (n=gratz@cpc3-brig15-2-0-cust237.3-3.cable.virginmedia.com) ("Leaving")
- # [21:33] * Joins: eighty4 (n=eighty4@eighty4.se)
- # [21:33] * Joins: WWFan (n=me@202.61.207.208.static.rev.aanet.com.au)
- # [21:33] * Joins: yutak_ (n=yutak@220.109.219.244)
- # [21:33] * Joins: drry (n=drry@unaffiliated/drry)
- # [21:33] * Joins: pablof (n=palbo@pat-tdc.opera.com)
- # [21:37] * Joins: caverdude (n=Larry@173-100-25-21.pools.spcsdns.net)
- # [21:40] * Joins: sebmarkbage (n=miranda@213.80.108.29)
- # [21:47] * Quits: othermaciej (n=mjs@17.203.15.143) (Read error: 110 (Connection timed out))
- # [21:47] * othermaciej_ is now known as othermaciej
- # [21:47] * Quits: sbublava (n=stephan@77.117.75.168.wireless.dyn.drei.com)
- # [21:50] * Joins: nessy (n=Adium@124-168-239-28.dyn.iinet.net.au)
- # [21:51] * Quits: Michelangelo (n=Michelan@93-41-253-98.ip84.fastwebnet.it) (Remote closed the connection)
- # [21:52] * Joins: aroben (n=aroben@unaffiliated/aroben)
- # [21:53] * Joins: ttepasse (n=ttepas--@dslb-084-060-073-021.pools.arcor-ip.net)
- # [21:55] * Joins: MattCampbell (n=matt@ppp-70-130-40-216.dsl.wchtks.swbell.net)
- # [21:57] <MattCampbell> Which html5lib tree implementation is best for round-tripping HTML? That is, I want to parse some HTML, possibly do some manipulations, and then serialize the tree back to HTML.
- # [21:58] <MattCampbell> I'm talking about the Python implementation.
- # [21:59] * Parts: caverdude (n=Larry@173-100-25-21.pools.spcsdns.net) ("Leaving")
- # [22:00] * Joins: gauthierm (n=chatzill@rind.silverorange.com)
- # [22:02] * Quits: ROBOd (n=robod@89.122.216.38) ("http://www.robodesign.ro")
- # [22:02] * Quits: mat_t (n=mattomas@ppp-1-24.edin-b-1.access.uk.tiscali.com) ("This computer has gone to sleep")
- # [22:03] <gauthierm> if an autoplaying video is removed from the document using removeChild(), should it keep playing?
- # [22:04] * Joins: sgarrity (n=sgarrity@rind.silverorange.com)
- # [22:05] * Quits: pmuellr (n=pmuellr@nat/ibm/x-btuqeiboutlslbhj)
- # [22:05] * Quits: nessy (n=Adium@124-168-239-28.dyn.iinet.net.au) ("Leaving.")
- # [22:06] * Quits: JoePeck (n=JoePeck@cpe-74-69-85-249.rochester.res.rr.com) (Read error: 104 (Connection reset by peer))
- # [22:06] * Joins: JoePeck (n=JoePeck@cpe-74-69-85-249.rochester.res.rr.com)
- # [22:07] * Quits: svl (n=me@ip565744a7.direct-adsl.nl) ("And back he spurred like a madman, shrieking a curse to the sky.")
- # [22:11] * Parts: sgarrity (n=sgarrity@rind.silverorange.com)
- # [22:13] * Joins: mpilgrim (n=mark@nat/google/x-nnsfqwkiofupllnn)
- # [22:15] * Joins: jwalden (n=waldo@nat/mozilla/x-czoozxptcqihzihr)
- # [22:15] <kinetik> gauthierm: yes
- # [22:16] <gauthierm> kinetik: thanks. Bug in FF 3.5 then.
- # [22:16] <kinetik> gauthierm: "Media elements must not stop playing just because all references to them have been removed; only once a media element to which no references exist has reached a point where no further audio remains to be played for that element (e.g. because the element is paused, or because the end of the clip has been reached, or because its playbackRate is 0.0) may the element be garbage collected."
- # [22:16] <gauthierm> ah sorry, I meant NOT a bug in FF 3.5
- # [22:17] <kinetik> i think there actually is a bug where the media is stopped early in some cases
- # [22:17] <kinetik> which should be fixed in 3.6
- # [22:17] * Quits: aroben (n=aroben@unaffiliated/aroben) (Read error: 54 (Connection reset by peer))
- # [22:17] <gauthierm> it is a bit weird that audio can keep playing with no way for the user to stop it
- # [22:20] <Philip`> I guess it helps if you want to write a page that has sound effects, since you don't need to manually keep all the audio elements in the page and then clean them up once they've finished playing
- # [22:21] <gauthierm> kinetik: is the bug you're referring to triggered when removing a media element that is currently playing?
- # [22:22] <gauthierm> FF seems to only continue playing if the media is set to autoplay and the element is removed before it starts playing.
- # [22:22] <gauthierm> WebKit stops when the element is removed in both cases.
- # [22:22] * Joins: aroben (n=aroben@unaffiliated/aroben)
- # [22:24] * Joins: aroben_ (n=aroben@unaffiliated/aroben)
- # [22:29] * Quits: Sirisian (n=Sirisian@141.218.225.236) (Client Quit)
- # [22:30] <jgraham> MattCampbell: It shouldn't matter in theory
- # [22:30] <kinetik> gauthierm: there was no self-reference to the media when playing, so it'd die at some random point after it was removed from the document and no longer referenced
- # [22:30] <kinetik> gauthierm: https://bugzilla.mozilla.org/show_bug.cgi?id=518659#c6
- # [22:31] <jgraham> I always use lxml although there are some bugs with that in corner cases (some of the XMLness checking code is known-wrong, it can't represent all doctypes, etc.)
- # [22:32] <jgraham> but it is the best tested
- # [22:32] <MattCampbell> If lxml is the best tested, then I'll use that.
- # [22:32] <jgraham> beautifulsoup should be avoided
- # [22:35] * Joins: starjive (i=beos@81-233-16-19-no30.tbcn.telia.com)
- # [22:36] <gauthierm> kinetik: I'm a bit confused. Here is my test case: http://labs.silverorange.com/files/mozilla/video-testcase/test-case.html When the video starts playing and you click remove, audio stops instantly. If you click remove before the video loads (still a black box) it continues buffering and then starts playing in the background.
- # [22:37] <MattCampbell> How tolerant is html5lib's parser with regard to malformed markup? Can it handle any markup that a current browser can?
- # [22:39] <Philip`> MattCampbell: It will parse any sequence of bytes and never stop with a fatal error (excepting some of the bugs with lxml etc)
- # [22:40] <Philip`> and will recover from errors in a way that should be sufficiently compatible with current browsers that future browsers will be happy to adopt the same parsing algorithm
- # [22:40] <kinetik> gauthierm: that's because removing an active media element causes it to pause
- # [22:42] * Quits: aroben (n=aroben@unaffiliated/aroben) (Read error: 110 (Connection timed out))
- # [22:42] * Quits: Creap (n=Creap@vemod.brg.sgsnet.se) (Remote closed the connection)
- # [22:43] <kinetik> er, so, my original answer was incorrect, sorry
- # [22:43] <MattCampbell> jgraham: Mainly out of curiosity, why should BeautifulSoup be avoided?
- # [22:44] * Joins: Creap (n=Creap@vemod.brg.sgsnet.se)
- # [22:44] <Philip`> MattCampbell: It lacks features (like namespace support) and has quite a few bugs that we don't how to work around, if I remember correctly
- # [22:46] <MattCampbell> So it seems that html5lib + lxml.etree might be suitable for screen-scraping apps, which is what BeautifulSoup was intended for.
- # [22:49] * Joins: aroben (n=aroben@unaffiliated/aroben)
- # [22:49] <Philip`> It ought to work for that
- # [22:49] <Philip`> If not, please file bugs :-)
- # [22:50] <Philip`> (A while ago the BeautifulSoup author sounded interested in replacing its parser with html5lib, which would be good if you prefer that API, but I don't know if anything's happened with that)
- # [22:51] <MattCampbell> I have no particular API preference; since lxml seems to be the most tested, I'll use that.
- # [22:54] * Quits: othermaciej (n=mjs@17.246.17.190) (Remote closed the connection)
- # [22:54] <Philip`> Some of the bugs with lxml may cause fatal errors if you try parsing lots of random real pages, but the bugs ought to be easy to fix and then it'll be robust
- # [22:54] * Joins: aroben__ (n=aroben@unaffiliated/aroben)
- # [22:54] * Joins: othermaciej (n=mjs@17.203.15.143)
- # [22:55] <gauthierm> kinetik: ah, that makes more sense :) There is a bug in FF then because the networkState is NETWORK_LOADING when the element is removed but FF is NOT acting as if the pause() method was called. I will file on bugzilla.
- # [22:55] <kinetik> gauthierm: great, thank you
- # [22:56] * Joins: nessy (n=Adium@122.110.88.193)
- # [22:58] * Quits: mpilgrim (n=mark@nat/google/x-nnsfqwkiofupllnn) (Read error: 110 (Connection timed out))
- # [22:59] * Quits: aroben (n=aroben@unaffiliated/aroben) (Nick collision from services.)
- # [22:59] * aroben__ is now known as aroben
- # [23:03] * Quits: vvv (n=vvv@mediawiki/VasilievVV) ("KVIrc Insomnia 4.0.0, revision: 3410, sources date: 20090703, built on: 2009/08/12 22:29:13 UTC http://www.kvirc.net/")
- # [23:04] * Joins: aroben__ (n=aroben@unaffiliated/aroben)
- # [23:07] * Joins: smaug (n=chatzill@nat/mozilla/x-qdxvachstvprghsy)
- # [23:07] * Quits: aroben_ (n=aroben@unaffiliated/aroben) (Read error: 110 (Connection timed out))
- # [23:08] * Quits: Maurice (i=copyman@5ED548D4.cable.ziggo.nl)
- # [23:09] * Quits: aroben (n=aroben@unaffiliated/aroben) (Read error: 60 (Operation timed out))
- # [23:11] * erlehmann_ is now known as erlehmann
- # [23:15] * Quits: jwalden (n=waldo@nat/mozilla/x-czoozxptcqihzihr) ("ChatZilla 0.9.85-rdmsoft [XULRunner 1.9.1.5/20091105042105]")
- # [23:18] * Quits: smaug (n=chatzill@nat/mozilla/x-qdxvachstvprghsy) ("ChatZilla 0.9.85 [Firefox 3.7a1pre/20091119180625]")
- # [23:20] * ojan_afk is now known as ojan
- # [23:20] * Joins: Rik` (n=Rik`@pha75-2-81-57-187-57.fbx.proxad.net)
- # [23:21] * Quits: miketaylr (n=miketayl@38.117.156.163) (Remote closed the connection)
- # [23:27] * Quits: aroben__ (n=aroben@unaffiliated/aroben) (Connection timed out)
- # [23:28] <Hixie> TabAtkins: man, i hope you're able to keep track of all the change proposal changes in doing your updates
- # [23:28] <Hixie> i can barely work out what the proposal is anymore
- # [23:29] <TabAtkins> It's, wellā¦ It's a good thing I procrastinate.
- # [23:30] <Hixie> heh
- # [23:30] <Hixie> you have just a few more hours, i guess :-)
- # [23:34] * Joins: aroben (n=aroben@unaffiliated/aroben)
- # [23:35] * Quits: dglazkov (n=dglazkov@nat/google/x-hhehmoazmztbzpre)
- # [23:36] <othermaciej> you have until 9 AM Pacific Time tomorrow, basically (i.e. the time of the telecon)
- # [23:37] <TabAtkins> The hope is that from the time I start to the time I turn it in, no more change proposals.
- # [23:38] * Quits: BlurstOfTimes (n=blurstof@168.203.117.66) ("Leaving...")
- # [23:38] * Quits: gauthierm (n=chatzill@rind.silverorange.com) ("ChatZilla 0.9.85 [Firefox 3.5.5/20091102152451]")
- # [23:39] <hober> TabAtkins: some feedback on your counter proposal
- # [23:39] <hober> TabAtkins: for what it's worth, here's what I think is one of the more compelling reasons for having features in HTML like <time>, the microdata attributes, etc.
- # [23:40] <hober> TabAtkins: HTML's existing extensibility mechanisms (class="" etc.) are pretty good, but could use some enhancing to better support groups like the Microformats community (who build on top of HTML.)
- # [23:40] <hober> TabAtkins: <time>, microdata, etc. simply are that enhancing of HTML's extenisbility mechanisms over what is in HTML4.
- # [23:40] * hober didn't even mention RDFa
- # [23:40] <hober> :)
- # [23:41] <TabAtkins> Heh, but it's sort of dishonest then. RDFa could also be used to do that. Microdata just does it better and more easily.
- # [23:41] <hober> ... which is why we should incorporate Microdata into HTML5 and not RDFa, no? :)
- # [23:42] <TabAtkins> It's why we should *support* Microdata. It doesn't, by itself, mean we should keep it in HTML5.
- # [23:42] <TabAtkins> But it is a good support for the actual reasons.
- # [23:43] <hober> Hmm. No, I think the point I'm trying to make *does* support "keeping microdata in HTML5", in much the same way that my argument supports "keeping class='' in HTML5"
- # [23:44] <TabAtkins> Not if there was compelling evidence that Microdata could serve the same noble purpose in its own separate spec.
- # [23:45] * Joins: othermaciej_ (n=mjs@17.246.17.190)
- # [23:45] <hober> I have an insufficiently powerful imagination, I guess: I can't see the difference between Microdata and the other extensibility points of HTML. No one actually wants class='' to be in a different spec, right?
- # [23:46] * hober studiously ignores the XHTML Role Attribute Module (because what is role='' if not "class='' 2: class harder"?)
- # [23:48] * Quits: othermaciej_ (n=mjs@17.246.17.190) (Remote closed the connection)
- # [23:48] <TabAtkins> Oh, don't worry. I don't see a difference either. I'm just saying.
- # [23:50] * Quits: othermaciej (n=mjs@17.203.15.143) (Read error: 104 (Connection reset by peer))
- # [23:50] * Joins: vvv (n=vvv@mediawiki/VasilievVV)
- # [23:50] * Quits: Phae (n=phaeness@cpc2-acto9-0-0-cust364.brnt.cable.ntl.com)
- # [23:51] * Joins: jwalden (n=waldo@nat/mozilla/x-merjhkrlaexwggnu)
- # [23:54] * Joins: archtech (i=stanv@83.228.56.37)
- # Session Close: Thu Dec 10 00:00:00 2009
The end :)