Options:
- # Session Start: Fri Jul 22 00:00:00 2011
- # Session Ident: #whatwg
- # [00:01] <metron> Hixie: what you ment with "fail-hard"?
- # [00:01] <annevk> almost done with DOM Traversal o_O
- # [00:01] <Hixie> metron: handling an error by entirely refusing to process the resource
- # [00:01] <annevk> well, except for like introductory text and stuff
- # [00:01] <Hixie> metron: JS and XML are examples of fail-hard languages at the syntax level
- # [00:02] <annevk> and a few more methods, and getting killed by jgraham for using hard-to-read-algorithms
- # [00:02] <Hixie> well here's a shocker
- # [00:02] <Hixie> the spec doesn't seem to require that browsers let users follow hyperlinks
- # [00:03] <Hixie> or even encourage it
- # [00:03] <Hixie> am i missing something i wrote somewhere?
- # [00:03] <Hixie> it has text for <area> and <link>...
- # [00:04] <annevk> implemented <a> with a table the other day
- # 02[00:04] * Quits: saba (~foo@unaffiliated/saba) (Quit: leaving)
- # [00:09] <The_8472> mhh... replace capital punishment with the task to rewrite the spec to derive everything from tables.
- # 02[00:09] * Quits: Rik` (~Rik`@mozilla-paris-253-98.cnt.nerim.net) (Remote host closed the connection)
- # [00:10] <annevk> it's actually a reference to an old joke; the claim was a table (an ordinary non-computer one) with quotation marks around it was a conforming HTML4 user agent
- # [00:10] <Hixie> not just any able, dbaron's desk at harvard ;-)
- # 06[00:11] * The_8472 is confused
- # [00:11] <annevk> :)
- # [00:13] <Hixie> The_8472: HTML4 includes only one testable requirement on browsers
- # [00:13] <Hixie> The_8472: which is that <q> elements must be surrounded by quotation marks
- # [00:13] <Hixie> The_8472: so an ordinary desk with a pair of quotation marks engraved in it is a compliant HTML4 browser
- # [00:14] <The_8472> ah, semantic lawyering.
- # [00:14] <Hixie> not just semantic lawyering. it has also made it near impossible to write test suites for html4.
- # 03[00:14] * Joins: s7r (~s7r@openvpn/user/s7r)
- # [00:14] <Hixie> (fixing this is one of the greatest achievments of the new html spec)
- # 03[00:15] * Parts: s7r (~s7r@openvpn/user/s7r)
- # 03[00:17] * Joins: pdr_ (~pdr@75-144-232-190-Atlanta.hfc.comcastbusiness.net)
- # 02[00:17] * Quits: pdr_ (~pdr@75-144-232-190-Atlanta.hfc.comcastbusiness.net) (Remote host closed the connection)
- # 03[00:18] * Joins: pdr_ (~pdr@nat/google/x-iwniimpbovonmesh)
- # 03[00:28] * Joins: franksalim (~frank@64-71-23-250.static.wiline.com)
- # 03[00:30] * Joins: david_carlisle (~chatzilla@dcarlisle.demon.co.uk)
- # 02[00:31] * Quits: nmadzharov (~chatzilla@95.150.158.26) (Remote host closed the connection)
- # [00:32] <dbaron> Hixie, The_8472, the other testable requirement was that it treat SGML-equivalent streams the same... but doing nothing all the time is treating them the same
- # [00:33] <Hixie> ah yes
- # [00:33] <Hixie> a requirement which, incidentally, no browser ever implemented
- # 02[00:33] * Quits: dpy (~Marcel@dhcp-077-248-090-235.chello.nl) (Ping timeout: 255 seconds)
- # 03[00:33] * Joins: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net)
- # 03[00:38] * Joins: cying (~cying@173-13-176-101-sfba.hfc.comcastbusiness.net)
- # 02[00:40] * Quits: David_Bradbury (~chatzilla@75-147-178-254-Washington.hfc.comcastbusiness.net) (Quit: ChatZilla 0.9.87 [Firefox 5.0/20110615151330])
- # 02[00:40] * Quits: cying (~cying@173-13-176-101-sfba.hfc.comcastbusiness.net) (Client Quit)
- # [00:45] <TabAtkins> Except for dbaron's desk.
- # [00:46] <dbaron> not a browser
- # [00:46] <TabAtkins> Okay, granted.
- # 03[00:47] * Joins: sicking (~chatzilla@2620:101:8003:200:226:bbff:fe05:3fe1)
- # [00:47] <Dashiva> Dunno, did html4 define what a browser is?
- # 03[00:47] * Joins: cying (~cying@173-13-176-101-sfba.hfc.comcastbusiness.net)
- # 03[00:47] * Joins: dgathright (~dgathrigh@nat/yahoo/x-ddtbbvdtegmmqail)
- # [00:49] <annevk> http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#traversal
- # [00:49] <annevk> still need TreeWalker previousNode/nextNode
- # 02[00:51] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: Freedom - to walk free and own no superior.)
- # 03[00:53] * Joins: MikeSmith (~mikesmith@EM111-188-52-212.pool.e-mobile.ne.jp)
- # 03[00:53] * jernoble is now known as jernoble|afk
- # [00:53] <metron> annevk: I thought XLink will do that for us?!
- # 03[00:53] * jernoble|afk is now known as jernoble
- # [00:54] <annevk> if XLink is not out already it is on its way
- # [00:54] <annevk> this is some legacy DOM API that ended up in Acid3 but was not really fully defined
- # [00:54] <annevk> now it is, presumably with new bugs
- # [00:55] <Hixie> hober: (fwiw, i filed a bug on that circle ordering thing. i have the same problem around the same number of circles.)
- # 03[01:03] * Joins: agektmr (~Adium@p4171-ipbf6905marunouchi.tokyo.ocn.ne.jp)
- # [01:03] <metron> annevk: k, so I'll change my mind with XLink
- # 02[01:04] * Quits: cying (~cying@173-13-176-101-sfba.hfc.comcastbusiness.net) (Quit: cying)
- # 02[01:04] * Quits: agektmr (~Adium@p4171-ipbf6905marunouchi.tokyo.ocn.ne.jp) (Client Quit)
- # [01:04] <annevk> metron, rule of thumb: specs where the initial letter is an "X" are not really making it these days
- # 02[01:05] * Quits: smaug____ (~chatzilla@dsl-hkibrasgw4-fe45dc00-171.dhcp.inet.fi) (Ping timeout: 260 seconds)
- # [01:09] <metron> annevk: hmm, .oO(…she mean Xing too?) ;)
- # [01:09] <TabAtkins> (Btw, annevk's a dude.)
- # [01:09] <TabAtkins> (He's dutch, where "anne" is a common male name.)
- # [01:10] <metron> ups
- # [01:10] <metron> annevk: sry, wasn't know that
- # [01:11] <TabAtkins> Don't worry, I'm pretty sure everyone makes that mistake once, unless they see him in person first or catch someone using a gendered pronoun on him.
- # [01:12] <metron> its late, I think, I'll have to go off
- # [01:12] <metron> thx for helping me out
- # [01:12] <metron> cya guys
- # 03[01:13] * Parts: metron (~Adium@e179071116.adsl.alicedsl.de)
- # 02[01:14] * Quits: david_carlisle (~chatzilla@dcarlisle.demon.co.uk) (Ping timeout: 258 seconds)
- # 03[01:15] * Joins: agektmr (~Adium@p4171-ipbf6905marunouchi.tokyo.ocn.ne.jp)
- # [01:16] <annevk> at the airports they typically look from me to my passport and back again etc.
- # [01:17] <annevk> some of these people even ask, "is this really you?"
- # [01:17] <annevk> wtf are passports for...
- # [01:18] <Philip`> You could have mixed up your passport with your identical other-gendered twin
- # [01:18] <zewt> (the Usual Internet Ratio just red-flagged it for me to begin with, so I checked, heh)
- # [01:18] <Philip`> Presumably if they thought you were really trying to trick them, they'd have to interrogate you more thoroughly than asking "is this really you?"
- # [01:24] <Dashiva> Nah
- # [01:24] <Dashiva> They're just waiting for someone to answer "No" sarcastically, so they can arrest you
- # 02[01:26] * Quits: agektmr (~Adium@p4171-ipbf6905marunouchi.tokyo.ocn.ne.jp) (Quit: Leaving.)
- # 03[01:28] * Joins: cpearce (~chatzilla@203-97-204-82.dsl.clear.net.nz)
- # 02[01:28] * Quits: oal (~olav@5.79-160-122.customer.lyse.net) (Remote host closed the connection)
- # 02[01:29] * Quits: linclark (~clark@089-101-090180.ntlworld.ie) (Quit: linclark)
- # 03[01:36] * _bga is now known as bga_|away
- # 03[01:37] * Joins: ezoe (~ezoe@61-205-125-116f1.kyt1.eonet.ne.jp)
- # 03[01:43] * Joins: MikeSmith_ (~mikesmith@u-211130159119.u09.hotspot.ne.jp)
- # 03[01:44] * Joins: agektmr (~Adium@p4171-ipbf6905marunouchi.tokyo.ocn.ne.jp)
- # 02[01:46] * Quits: MikeSmith (~mikesmith@EM111-188-52-212.pool.e-mobile.ne.jp) (Ping timeout: 246 seconds)
- # 03[01:46] * MikeSmith_ is now known as MikeSmith
- # 03[01:46] * Joins: homata__ (~homata_@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # 03[01:53] * jernoble is now known as jernoble|afk
- # 03[01:54] * Joins: cying (~cying@c-71-202-136-62.hsd1.ca.comcast.net)
- # 02[01:54] * Quits: dbaron (~dbaron@nat/mozilla/x-ktqcfipafqsflgsv) (Ping timeout: 258 seconds)
- # 03[01:55] * Joins: pdr__ (~pdr@75-144-232-190-Atlanta.hfc.comcastbusiness.net)
- # 03[01:58] * heycam is now known as heycam|away
- # 02[01:59] * Quits: pdr_ (~pdr@nat/google/x-iwniimpbovonmesh) (Ping timeout: 260 seconds)
- # 02[02:03] * Quits: stevela (~stevela@74.125.59.1) (Quit: stevela)
- # 03[02:04] * Joins: dbaron (~dbaron@nat/mozilla/x-ivwkdvryifvhxzfy)
- # 03[02:06] * bga_|away is now known as bga_
- # 02[02:10] * Quits: shetech (~shetech@12.234.36.130) (Quit: Leaving.)
- # 02[02:13] * Quits: FireFly (~firefly@unaffiliated/firefly) (Quit: swatted to death)
- # 02[02:18] * Quits: dave_levin (~dave_levi@74.125.59.73) (Quit: dave_levin)
- # 02[02:20] * Quits: ojan (~ojan@nat/google/x-zqsiahofnloiwuxn) (Quit: ojan)
- # 02[02:22] * Quits: sicking (~chatzilla@2620:101:8003:200:226:bbff:fe05:3fe1) (Ping timeout: 255 seconds)
- # 03[02:22] * Joins: chriseppstein (~chris@99-34-231-235.lightspeed.sntcca.sbcglobal.net)
- # 02[02:25] * Quits: tndH (~Rob@adsl-87-102-14-80.karoo.KCOM.COM) (Quit: ChatZilla 0.9.87-rdmsoft [XULRunner 1.9.0.1/2008072406])
- # 03[02:26] * Joins: erlehmann (~erlehmann@89.204.137.125)
- # 03[02:38] * heycam|away is now known as heycam
- # 02[02:39] * Quits: MikeSmith (~mikesmith@u-211130159119.u09.hotspot.ne.jp) (Quit: hands busy doing other things)
- # 02[02:39] * Quits: jwalden (~waldo@2620:101:8003:200:222:68ff:fe15:af5c) (Quit: back soonish)
- # 02[02:42] * Quits: beverloo (~beverloo@nat/google/x-dmphmstfdgrhshhm) (Ping timeout: 260 seconds)
- # 02[02:44] * Quits: agektmr (~Adium@p4171-ipbf6905marunouchi.tokyo.ocn.ne.jp) (Quit: Leaving.)
- # 02[02:44] * Quits: erlehmann (~erlehmann@89.204.137.125) (Quit: Ich habe dieses Lotterleben satt.)
- # 03[02:49] * Joins: beverloo (~beverloo@nat/google/x-tgwsfdndfhocsbqb)
- # 02[02:50] * Quits: cying (~cying@c-71-202-136-62.hsd1.ca.comcast.net) (Quit: cying)
- # 03[02:51] * Joins: yuuki (~kobayashi@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # 02[02:52] * Quits: ap (~ap@2620:149:4:401:226:4aff:fe14:aad6) (Quit: ap)
- # 02[02:54] * Quits: The_8472 (~stardive@azureus/The8472) (Ping timeout: 250 seconds)
- # 03[02:56] * Joins: versatiletech_ (~versatile@184.255.50.118)
- # 03[02:56] * Joins: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
- # 02[02:58] * Quits: versatiletech (~versatile@174-151-225-174.pools.spcsdns.net) (Ping timeout: 276 seconds)
- # 03[02:58] * versatiletech_ is now known as versatiletech
- # 02[03:05] * Quits: versatiletech (~versatile@184.255.50.118) (Ping timeout: 246 seconds)
- # 02[03:17] * Quits: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de) (Quit: Now time for the weather. Tiffany?)
- # 03[03:19] * Joins: scor (~scor@drupal.org/user/52142/view)
- # 02[03:19] * Quits: scor (~scor@drupal.org/user/52142/view) (Excess Flood)
- # 03[03:20] * Joins: scor (~scor@drupal.org/user/52142/view)
- # 03[03:22] * Joins: nessy (~Adium@124-169-135-125.dyn.iinet.net.au)
- # 02[03:22] * Quits: dbaron (~dbaron@nat/mozilla/x-ivwkdvryifvhxzfy) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # 03[03:27] * Joins: MikeSmith (~mikesmith@u-210162011090.u07.hotspot.ne.jp)
- # 02[03:30] * Quits: dgathright (~dgathrigh@nat/yahoo/x-ddtbbvdtegmmqail) (Quit: dgathright)
- # 03[03:38] * Joins: jwalden (~waldo@2620:101:8003:200:222:68ff:fe15:af5c)
- # 03[03:39] * Joins: drdt (~dydz@64.134.239.53)
- # 02[03:53] * Quits: pdr__ (~pdr@75-144-232-190-Atlanta.hfc.comcastbusiness.net) (Remote host closed the connection)
- # 03[03:53] * Joins: pdr_ (~pdr@nat/google/x-nwhbkgdxqtbhayfg)
- # 02[04:01] * Quits: MrDoublesite (~mropposit@unaffiliated/mropposite) (Ping timeout: 260 seconds)
- # 02[04:09] * Quits: drdt (~dydz@64.134.239.53) (Quit: drdt)
- # 02[04:14] * Quits: tomasf (~tom@2002:55e5:d95e:0:445c:9b41:8501:e4fc) (Quit: tomasf)
- # 03[04:18] * Joins: davidb (~davidb@bas1-toronto06-2925209706.dsl.bell.ca)
- # 03[04:19] * Joins: miketaylr (~miketaylr@24.42.93.245)
- # 02[04:19] * Quits: bga_ (~bga@ppp78-37-198-125.pppoe.avangarddsl.ru) (Read error: Connection reset by peer)
- # 02[04:19] * Quits: MikeSmith (~mikesmith@u-210162011090.u07.hotspot.ne.jp) (Ping timeout: 260 seconds)
- # 03[04:25] * Joins: agektmr (~Adium@220.109.219.244)
- # 02[04:28] * Quits: agektmr (~Adium@220.109.219.244) (Client Quit)
- # 03[04:28] * Joins: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e)
- # 02[04:34] * Quits: jwalden (~waldo@2620:101:8003:200:222:68ff:fe15:af5c) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.2.18/20110621100037])
- # 03[04:49] * Joins: versatiletech (~versatile@70-11-152-139.pools.spcsdns.net)
- # 02[04:57] * Quits: jamesr (~jamesr@216.239.45.18) (Quit: jamesr)
- # 02[04:59] * Quits: beverloo (~beverloo@nat/google/x-tgwsfdndfhocsbqb) (Quit: beverloo)
- # 02[05:00] * Quits: jochen__ (~jochen@nat/google/x-xamgpwrxuaykebpj) (Remote host closed the connection)
- # 03[05:00] * Joins: jochen__ (~jochen@nat/google/x-uffviiakjtmwemmz)
- # 02[05:09] * Quits: othermaciej (~mjs@17.246.17.198) (Quit: othermaciej)
- # 03[05:12] * Joins: karlcow (~karl@nerval.la-grange.net)
- # 02[05:13] * Quits: jernoble|afk (~jernoble@2620:149:4:401:450f:823:f85:72c1) (Quit: jernoble|afk)
- # 02[05:13] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # 02[05:16] * Quits: Xeon06_ (~chatzilla@modemcable053.88-130-66.mc.videotron.ca) (Read error: Connection reset by peer)
- # 03[05:17] * Joins: Xeon06_ (~chatzilla@modemcable053.88-130-66.mc.videotron.ca)
- # 02[05:20] * Quits: mpilgrim (~pilgrim@rrcs-24-206-36-125.midsouth.biz.rr.com) (Ping timeout: 255 seconds)
- # 03[05:21] * Parts: versatiletech (~versatile@70-11-152-139.pools.spcsdns.net)
- # 03[05:21] * Joins: othermaciej (~mjs@66.109.105.123)
- # 02[05:27] * Quits: chriseppstein (~chris@99-34-231-235.lightspeed.sntcca.sbcglobal.net) (Quit: chriseppstein)
- # 02[05:30] * Quits: miketaylr (~miketaylr@24.42.93.245) (Quit: miketaylr)
- # 02[05:31] * Quits: davidb (~davidb@bas1-toronto06-2925209706.dsl.bell.ca) (Quit: davidb)
- # 03[05:35] * Joins: shinyak (~shinyak@2401:fa00:4:1012:129a:ddff:febe:ed11)
- # 03[05:42] * Joins: beverloo (~beverloo@69.230.0.6)
- # 02[05:43] * Quits: beverloo (~beverloo@69.230.0.6) (Client Quit)
- # 03[05:43] * Joins: beverloo (~beverloo@69.230.0.6)
- # 03[05:44] * Joins: nonge__ (~nonge@p5082BF99.dip.t-dialin.net)
- # 02[05:48] * Quits: nonge_ (~nonge@p5082B613.dip.t-dialin.net) (Ping timeout: 250 seconds)
- # 02[05:55] * Quits: othermaciej (~mjs@66.109.105.123) (Quit: othermaciej)
- # 02[06:00] * Quits: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net) (Read error: Connection reset by peer)
- # 03[06:05] * Joins: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net)
- # 03[06:05] * Joins: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # 03[06:20] * dglazkov is now known as dglazkov|away
- # 02[06:31] * Quits: shinyak (~shinyak@2401:fa00:4:1012:129a:ddff:febe:ed11) (Remote host closed the connection)
- # 03[06:35] * Joins: shinyak (~shinyak@2401:fa00:4:1012:129a:ddff:febe:ed11)
- # 02[06:36] * Quits: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Ping timeout: 258 seconds)
- # 02[06:46] * Quits: jacobolus (~jacobolus@208-90-212-189.PUBLIC.monkeybrains.net) (Remote host closed the connection)
- # 02[06:47] * Quits: janv_ (~varga@195.91.87.57) (Quit: Leaving)
- # 03[06:52] * Joins: jacobolus (~jacobolus@208-90-212-189.PUBLIC.monkeybrains.net)
- # 02[07:00] * Quits: ezoe (~ezoe@61-205-125-116f1.kyt1.eonet.ne.jp) (Ping timeout: 255 seconds)
- # 03[07:01] * Joins: cying (~cying@c-71-202-136-62.hsd1.ca.comcast.net)
- # 02[07:07] * Quits: cpearce (~chatzilla@203-97-204-82.dsl.clear.net.nz) (Ping timeout: 276 seconds)
- # 03[07:10] * Joins: dydx (~dydz@adsl-76-199-101-75.dsl.pltn13.sbcglobal.net)
- # 03[07:23] * Joins: mhausenblas (~mhausenbl@wlan-nat.fwgal01.deri.ie)
- # 03[07:24] * Joins: mhausenblas_ (~mhausenbl@wg1-nat.fwgal01.deri.ie)
- # 02[07:28] * Quits: mhausenblas (~mhausenbl@wlan-nat.fwgal01.deri.ie) (Ping timeout: 258 seconds)
- # 03[07:28] * mhausenblas_ is now known as mhausenblas
- # 03[08:03] * Joins: smaug____ (~chatzilla@dsl-hkibrasgw4-fe45dc00-171.dhcp.inet.fi)
- # 03[08:03] * heycam is now known as heycam|away
- # 02[08:06] * Quits: Xeon06_ (~chatzilla@modemcable053.88-130-66.mc.videotron.ca) (Read error: Connection reset by peer)
- # 03[08:07] * Joins: Xeon06_ (~chatzilla@modemcable053.88-130-66.mc.videotron.ca)
- # 02[08:08] * Quits: smaug____ (~chatzilla@dsl-hkibrasgw4-fe45dc00-171.dhcp.inet.fi) (Ping timeout: 264 seconds)
- # 03[08:17] * Joins: LBP (~Mirc@pD9EB19AB.dip0.t-ipconnect.de)
- # 02[08:27] * Quits: pdr_ (~pdr@nat/google/x-nwhbkgdxqtbhayfg) (Ping timeout: 276 seconds)
- # 03[08:28] * Joins: pdr_ (~pdr@75-144-232-190-Atlanta.hfc.comcastbusiness.net)
- # 03[08:30] * Joins: smaug____ (~chatzilla@dsl-hkibrasgw4-fe45dc00-171.dhcp.inet.fi)
- # 02[08:30] * Quits: inimino (~inimino@boshi.inimino.org) (Ping timeout: 276 seconds)
- # [08:31] <Hixie> can anyone think of anything that would make a browsing context navigation do something other than change the document, other than:
- # [08:31] <Hixie> - content-disposition: attachment
- # [08:31] <Hixie> - unrecognised content-type triggering a download
- # [08:31] <Hixie> - http 204 or 205 response
- # [08:32] <Hixie> - network error in a browser that displays a dialog instead of an inline page for network errors
- # [08:32] <Hixie> - a scheme being one that triggers a helper app (e.g. mailto:)
- # [08:32] <Hixie> ...?
- # [08:32] <wirepair> security validation error (certs)
- # [08:32] <Hixie> ooh, good call
- # [08:33] <wirepair> other than that... hmm
- # [08:34] <wirepair> maybe plugins taking over the context, like flash or something?
- # [08:34] <Hixie> that changes the document
- # [08:35] <Hixie> i can't think of others any either, fwiw
- # [08:35] <Hixie> didn't even think of the crypto one :-)
- # [08:35] <wirepair> right. then yeah that should be it hehe
- # 06[08:43] * Hixie adds yet another reference
- # 03[08:44] * Joins: inimino (~inimino@boshi.inimino.org)
- # 03[08:46] * Joins: JennaBerry (~Kashidom@unaffiliated/kashidom)
- # [08:46] <JennaBerry> Any W3C people around?
- # [08:47] <JennaBerry> I have a question about CSS
- # [08:47] <Hixie> you probably don't want w3c people then, more css people :-)
- # [08:47] <smaug____> JennaBerry: just ask and someone may answer
- # [08:48] <JennaBerry> I'd like to submit a section into CSS that deals with CSS-based image sprites and multiple backgrounds, so that you can reduce code and not work with extra images/libraries/scripts/styles
- # [08:48] <Hixie> already exists and supported in several browsers
- # [08:49] <JennaBerry> Oh?
- # [08:49] <Hixie> http://dev.w3.org/csswg/css3-background/
- # 03[08:51] * Joins: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net)
- # 02[08:52] * Quits: shinyak (~shinyak@2401:fa00:4:1012:129a:ddff:febe:ed11) (Remote host closed the connection)
- # [08:52] <JennaBerry> Can't find the exact thing I'm looking for.
- # [08:52] <JennaBerry> I'd like something that places images, repeats or stretches them and does all sorts of things, but not to the whole object, so that you can create a button-element with a single image, cut into three parts (left, middle, right) and positioned accordingly as the background
- # [08:53] <JennaBerry> even with the current multiple backgrounds, repeat goes from one side to the other, instead of stopping at, say, 10px off the edge
- # 03[08:53] * Joins: D_rwin (~D_rwin@110.227.167.15)
- # [08:54] <Hixie> http://dev.w3.org/csswg/css3-background/#border-images
- # [08:55] <JennaBerry> The elements should also have contents
- # [08:56] <Hixie> the elements can have contents
- # [08:57] <JennaBerry> Does the border image also allow for backgrounds?
- # [08:57] <Hixie> the border image also allows for backgrounds
- # [08:57] <JennaBerry> I mean, without using a second image
- # [08:57] <Hixie> without using a second image
- # [08:57] <Hixie> (or with, both work)
- # [08:57] <JennaBerry> Interesting...
- # [08:58] <Hixie> this is already implemented in at least chrome
- # [08:58] <JennaBerry> Does it always stretch?
- # [08:58] <Hixie> dude just read the spec :-)
- # [08:58] <JennaBerry> Sorry... I've been working all night :P
- # [08:58] <JennaBerry> It's easier to ask, but yeah... I will
- # 03[08:58] * Joins: cygri (~cygri@wlan-nat.fwgal01.deri.ie)
- # [08:59] <Hixie> sorry, kinda busy here :-)
- # 02[08:59] * Quits: cygri (~cygri@wlan-nat.fwgal01.deri.ie) (Remote host closed the connection)
- # [08:59] <Hixie> there's probably some tutorials you can google for
- # [08:59] <Hixie> the spec isn't the easiest thing to read
- # [08:59] <JennaBerry> I can read spec :)
- # 03[08:59] * Joins: cygri (~cygri@wg1-nat.fwgal01.deri.ie)
- # [08:59] <JennaBerry> I did that for SVG, yesterday
- # [08:59] <JennaBerry> And then found out WebKit doesn't have effects :|
- # [09:01] <smaug____> use gecko :p
- # 02[09:01] * Quits: espadrine (~thaddee_t@acces0224.res.insa-lyon.fr) (Quit: espadrine)
- # [09:02] <JennaBerry> I'm building a Safari Extension's configuration page... so it's not really possible to use Gecko
- # 03[09:03] * Joins: ezoe (~ezoe@203-140-91-171f1.kyt1.eonet.ne.jp)
- # 03[09:04] * Joins: cpearce (~chatzilla@ip-118-90-59-100.xdsl.xnet.co.nz)
- # 03[09:07] * Joins: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net)
- # 03[09:08] * Joins: cpearce_ (~chatzilla@ip-118-90-60-169.xdsl.xnet.co.nz)
- # 02[09:09] * Quits: cpearce (~chatzilla@ip-118-90-59-100.xdsl.xnet.co.nz) (Ping timeout: 258 seconds)
- # 03[09:09] * cpearce_ is now known as cpearce
- # 02[09:09] * Quits: mamund (mamund@obsidian.nullshells.net) (Ping timeout: 240 seconds)
- # 03[09:09] * Parts: JennaBerry (~Kashidom@unaffiliated/kashidom)
- # 02[09:16] * Quits: dydx (~dydz@adsl-76-199-101-75.dsl.pltn13.sbcglobal.net) (Quit: dydx)
- # 03[09:18] * Joins: cpearce_ (~chatzilla@ip-118-90-60-169.xdsl.xnet.co.nz)
- # 02[09:19] * Quits: cpearce (~chatzilla@ip-118-90-60-169.xdsl.xnet.co.nz) (Ping timeout: 240 seconds)
- # 03[09:19] * cpearce_ is now known as cpearce
- # 02[09:22] * Quits: D_rwin (~D_rwin@110.227.167.15) (Quit: jmIrc destroyed by the OS)
- # 02[09:23] * Quits: cying (~cying@c-71-202-136-62.hsd1.ca.comcast.net) (Quit: cying)
- # 03[09:24] * Joins: tndH (~Rob@adsl-87-102-14-80.karoo.KCOM.COM)
- # 02[09:28] * Quits: smaug____ (~chatzilla@dsl-hkibrasgw4-fe45dc00-171.dhcp.inet.fi) (Quit: ChatZilla 0.9.86.1 [Firefox 8.0a1/20110715030758])
- # 02[09:31] * Quits: ivan` (~ivan@unaffiliated/ivan/x-000001) (Quit: ERC Version 5.3 (IRC client for Emacs))
- # 02[09:32] * Quits: CvP (~CvP@123.49.23.56) (Disconnected by services)
- # 03[09:32] * Joins: xCG (~CvP@123.49.22.232)
- # 03[09:33] * xCG is now known as CvP
- # 03[09:33] * Joins: ivan` (~ivan@unaffiliated/ivan/x-000001)
- # 03[09:37] * Joins: mpt (~mpt@canonical/mpt)
- # 02[09:38] * Quits: ezoe (~ezoe@203-140-91-171f1.kyt1.eonet.ne.jp) (Ping timeout: 252 seconds)
- # 03[09:48] * Joins: smaug____ (~chatzilla@dsl-hkibrasgw4-fe45dc00-171.dhcp.inet.fi)
- # 02[09:51] * Quits: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net) (Quit: othermaciej)
- # 02[09:55] * Quits: cpearce (~chatzilla@ip-118-90-60-169.xdsl.xnet.co.nz) (Quit: ChatZilla 0.9.87-rdmsoft [XULRunner 1.9.0.17/2009122204])
- # 02[09:56] * Quits: mpt (~mpt@canonical/mpt) (Read error: Connection reset by peer)
- # 03[09:59] * Joins: mpt (~mpt@91.189.88.12)
- # 02[09:59] * Quits: mpt (~mpt@91.189.88.12) (Changing host)
- # 03[09:59] * Joins: mpt (~mpt@canonical/mpt)
- # 03[10:01] * Joins: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net)
- # 03[10:04] * Parts: espadrine` (~thaddee_t@LNeuilly-152-22-27-243.w193-251.abo.wanadoo.fr)
- # 02[10:07] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 240 seconds)
- # 03[10:12] * Joins: david_carlisle (~chatzilla@86.188.197.189)
- # 03[10:13] * Joins: abarth (~abarth@173-164-128-209-SFBA.hfc.comcastbusiness.net)
- # 03[10:16] * Joins: espadrine` (~thaddee_t@LNeuilly-152-22-27-243.w193-251.abo.wanadoo.fr)
- # 02[10:17] * Quits: ParadoX- (parad0x@hades.spexhost.com) (Quit: ZNC - http://znc.sourceforge.net)
- # 03[10:18] * Joins: ParadoX- (parad0x@hades.spexhost.com)
- # 03[10:22] * Joins: mpt (~mpt@canonical/mpt)
- # [10:24] <jgraham> Hmm, isn't overloading functions based on number of arguments rather common in non-DOM js?
- # [10:24] <jgraham> Like in jQuery?
- # 02[10:37] * Quits: dhx_z (~anonymous@60-242-108-164.static.tpgi.com.au) (Remote host closed the connection)
- # 03[10:38] * Joins: ezoe (~ezoe@203-140-89-187f1.kyt1.eonet.ne.jp)
- # 02[10:41] * Quits: david_carlisle (~chatzilla@86.188.197.189) (Quit: ChatZilla 0.9.87 [Firefox 8.0a1/20110720030844])
- # 03[10:48] * Joins: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au)
- # 03[10:54] * Joins: D_rwin (~D_rwin@110.227.164.85)
- # 02[11:00] * Quits: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net) (Quit: othermaciej)
- # 02[11:02] * Quits: D_rwin (~D_rwin@110.227.164.85) (Ping timeout: 276 seconds)
- # 03[11:04] * Joins: tbassetto (~tbassetto@LRouen-151-71-49-64.w80-11.abo.wanadoo.fr)
- # 02[11:05] * Quits: beowulf (u116@gateway/web/irccloud.com/x-pamxkrpbowugjtkp) (Changing host)
- # 03[11:05] * Joins: beowulf (u116@pdpc/supporter/professional/beowulf)
- # 03[11:09] * Joins: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # 03[11:10] * Joins: homata___ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # 03[11:10] * Joins: homa_____ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # 02[11:10] * Quits: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Client Quit)
- # 03[11:10] * Joins: 17SAAZJCY (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # 02[11:10] * Quits: homata___ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Client Quit)
- # 02[11:10] * Quits: 17SAAZJCY (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Client Quit)
- # 02[11:10] * Quits: homa_____ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Client Quit)
- # 03[11:10] * Joins: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # 02[11:16] * Quits: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net) (Quit: dgathright)
- # 03[11:20] * Joins: dpy (~Marcel@2001:1af8:fe9b:0:221:70ff:fea7:aa9d)
- # 02[11:26] * Quits: jdong (~quassel@222.126.155.250) (Remote host closed the connection)
- # 03[11:33] * Joins: linclark (~clark@wlan-nat.fwgal01.deri.ie)
- # 02[11:35] * Quits: Amorphous (jan@unaffiliated/amorphous) (Ping timeout: 246 seconds)
- # 02[11:39] * Quits: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net) (Read error: Connection reset by peer)
- # 03[11:39] * Joins: Rik`_ (~Rik`@2a01:e34:ec0f:1570:6156:bb9:2c3e:d868)
- # 03[11:43] * Joins: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com)
- # 03[11:44] * Joins: david_carlisle (~chatzilla@86.188.197.189)
- # 03[11:47] * Joins: rimantas (~rimliu@93.93.57.193)
- # 03[11:47] * Parts: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com)
- # 03[11:48] * Joins: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com)
- # 03[11:50] * Joins: Amorphous (jan@unaffiliated/amorphous)
- # 02[11:52] * Quits: beverloo (~beverloo@69.230.0.6) (Ping timeout: 276 seconds)
- # 02[12:03] * Quits: Rik`_ (~Rik`@2a01:e34:ec0f:1570:6156:bb9:2c3e:d868) (Remote host closed the connection)
- # 03[12:04] * Joins: Rik` (~Rik`@2a01:e34:ec0f:1570:e998:3b72:4599:43fc)
- # 03[12:06] * Joins: MrDoublesite (~mropposit@unaffiliated/mropposite)
- # 02[12:10] * Quits: ezoe (~ezoe@203-140-89-187f1.kyt1.eonet.ne.jp) (Ping timeout: 260 seconds)
- # 02[12:11] * Quits: uf0 (deeznuts@2001:4d88:ffff:ffff:2:b320:d90a:b) (Remote host closed the connection)
- # 03[12:14] * Joins: uf0 (deeznuts@2001:4d88:ffff:ffff:2:b320:d90a:b)
- # 03[12:24] * Joins: ezoe (~ezoe@112-68-245-168f1.kyt1.eonet.ne.jp)
- # 02[12:25] * Quits: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e) (Quit: Leaving.)
- # 03[12:37] * Joins: micheil (~micheil@109.231.193.164)
- # 02[12:38] * Quits: ezoe (~ezoe@112-68-245-168f1.kyt1.eonet.ne.jp) (Ping timeout: 252 seconds)
- # 02[12:38] * Quits: rimantas (~rimliu@93.93.57.193) (Quit: Leaving)
- # [12:39] <annevk> holy shit
- # [12:40] <annevk> ALT+left directional key works in Terminal.app
- # [12:40] <annevk> *happy*
- # 03[12:40] * Joins: Lachy (~Lachy@pat-tdc.opera.com)
- # 02[12:40] * Quits: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Quit: Leaving...)
- # [12:41] <jgraham> Have they fixed it yet so you can enter characters not on your keyboard when you have the alt-sends-meta option selected?
- # 06[12:41] * jgraham thinks not being able to type ä or whatever into terminals is a bit ridiculous
- # [12:41] <smaug____> Does Terminal.app not hang anymore when using gdb?
- # [12:42] <jgraham> In general is terminal.app no longer crappy? :)
- # [12:42] <annevk> jgraham, smaug____, no idea
- # 03[12:42] * Joins: myakura (~myakura@FL1-49-129-67-216.tky.mesh.ad.jp)
- # [12:42] <annevk> it does what I need :)
- # 02[12:43] * Quits: homata__ (~homata_@58x158x182x50.ap58.ftth.ucom.ne.jp) (Remote host closed the connection)
- # 02[12:45] * Quits: Rik` (~Rik`@2a01:e34:ec0f:1570:e998:3b72:4599:43fc) (Remote host closed the connection)
- # 03[12:50] * Joins: Ms2ger (~Ms2ger@91.181.87.229)
- # 03[12:57] * Joins: simplicity- (~simpli@unaffiliated/simplicity-)
- # [12:58] <smaug____> AryehGregor: seems like the range draft doesn't handle ReplaceData nor AppendData cases
- # [13:00] <jgraham> Firefox has disabled typing javascript: URIs into the address bar?
- # [13:01] <smaug____> there is a pref to enable it
- # [13:01] <smaug____> though, IIRC, even then it is run in a sandbox
- # [13:01] <jgraham> Is there some announcement about the change?
- # [13:03] <smaug____> looking...
- # [13:03] <jgraham> (or a bug number)
- # 02[13:04] * Quits: yuuki (~kobayashi@58x158x182x50.ap58.ftth.ucom.ne.jp) (Quit: Leaving...)
- # 02[13:05] * Quits: Xeon06_ (~chatzilla@modemcable053.88-130-66.mc.videotron.ca) (Read error: Connection reset by peer)
- # 03[13:06] * Joins: rimantas (~rimliu@93.93.57.193)
- # [13:07] <annevk> we should really define following/preceding
- # 03[13:07] * Joins: Xeon06_ (~chatzilla@modemcable053.88-130-66.mc.videotron.ca)
- # [13:07] <smaug____> jgraham: https://bugzilla.mozilla.org/show_bug.cgi?id=527530 is the meta bug
- # [13:12] <jgraham> smaug____: Thanks
- # 02[13:12] * Quits: temp02 (~temp01@unaffiliated/temp01) (Ping timeout: 264 seconds)
- # 03[13:12] * Joins: Rik` (~Rik`@mozilla-paris-253-98.cnt.nerim.net)
- # 03[13:20] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # 02[13:29] * Quits: linclark (~clark@wlan-nat.fwgal01.deri.ie) (Quit: linclark)
- # 02[13:33] * Quits: danbri (~danbri@ip176-48-210-87.adsl2.static.versatel.nl) (Read error: Connection timed out)
- # 03[13:34] * Joins: danbri (~danbri@ip176-48-210-87.adsl2.static.versatel.nl)
- # 03[13:37] * Joins: scor (~scor@drupal.org/user/52142/view)
- # 03[13:38] * Joins: linclark (~clark@wlan-nat.fwgal01.deri.ie)
- # 03[13:39] * Joins: tomasf (~tom@2002:55e5:d95e:0:1d18:32b6:938e:919f)
- # [13:47] <foolip_> Hixie, ping?
- # 02[13:47] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # 02[13:48] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 255 seconds)
- # 03[13:49] * Joins: scor (~scor@drupal.org/user/52142/view)
- # 03[13:51] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # 02[13:51] * Quits: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au) (Ping timeout: 246 seconds)
- # 03[13:53] * Joins: zdobersek (~zan@cpe-46-164-0-225.dynamic.amis.net)
- # 02[13:54] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # 03[14:04] * Joins: tomasf_ (~tom@c-5ed9e555.024-204-6c6b7012.cust.bredbandsbolaget.se)
- # 02[14:08] * Quits: tomasf (~tom@2002:55e5:d95e:0:1d18:32b6:938e:919f) (Ping timeout: 255 seconds)
- # 03[14:08] * tomasf_ is now known as tomasf
- # [14:14] <smaug____> AryehGregor: also, I wonder how you ended up with the splitText handling
- # 03[14:15] * Joins: Jackneill (~Jackneill@unaffiliated/jackneill)
- # 03[14:24] * Joins: bga_ (~bga@ppp78-37-198-125.pppoe.avangarddsl.ru)
- # 03[14:27] * Joins: davidb (~davidb@corp.tor1.mozilla.com)
- # [14:30] <Ms2ger> <!-- bring it on jgraham -->
- # 03[14:36] * Joins: mokush (~quassel@188.24.97.215)
- # 03[14:40] * Joins: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [14:40] <jgraham> Ms2ger: Huh?
- # [14:40] <Ms2ger> http://dvcs.w3.org/hg/domcore/file/9a02cfae1bdb/Overview.src.html#l3873
- # 02[14:41] * Quits: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Max SendQ exceeded)
- # [14:41] <jgraham> Oh. Clearly payman_ is insane
- # [14:42] <jgraham> Sorry annevk
- # [14:42] <jgraham> +,
- # [14:43] <jgraham> Although payman_ is probably also insane
- # [14:56] <bga_> <a download="foo.txt" href="data:...">Download generated data</a>
- # [14:56] <bga_> new attr is very good idea
- # [14:56] <jgraham> annevk: "Let sibling be the preceding sibling of node" doesn't account for node not having a preceding sibling. I assume sibling is supposed to be null or something there
- # 03[14:57] * Joins: Frozen_ (~Frozen@2a01:e35:8a2f:2a60:21f:d0ff:fe53:75b2)
- # 02[14:59] * Quits: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (Quit: Leaving...)
- # 02[14:59] * Quits: micheil (~micheil@109.231.193.164) (Quit: micheil)
- # 03[15:00] * Joins: micheil (~micheil@109.231.193.164)
- # 02[15:01] * Quits: CvP (~CvP@123.49.22.232) (Disconnected by services)
- # 03[15:01] * Joins: xCG (~CvP@123.200.17.118)
- # 03[15:02] * xCG is now known as CvP
- # [15:04] <jgraham> Also, I am missing simething about 3.2.3 in the previouNode algorithm
- # [15:04] <jgraham> *something
- # [15:04] <jgraham> Oh wait
- # [15:06] <jgraham> It's fine
- # [15:06] <jgraham> (I really wish you made "return" imply "and terminate these steps"
- # [15:06] <jgraham> we don't have coroutines)
- # 02[15:11] * Quits: simplicity- (~simpli@unaffiliated/simplicity-) (Quit: simplicity-)
- # 03[15:12] * Joins: simplicity- (~simpli@unaffiliated/simplicity-)
- # 03[15:14] * Joins: ezoe (~ezoe@203-140-92-115f1.kyt1.eonet.ne.jp)
- # 03[15:17] * Joins: jonatasnona (~jonatas@lba.inpa.gov.br)
- # 02[15:18] * Quits: simplicity- (~simpli@unaffiliated/simplicity-) (Quit: simplicity-)
- # 02[15:18] * Quits: quiccker (~quiccker@212.174.109.55) (Read error: Connection reset by peer)
- # 03[15:20] * Joins: simplicity- (~simpli@unaffiliated/simplicity-)
- # 03[15:21] * Joins: cygri_ (~cygri@wlan-nat.fwgal01.deri.ie)
- # 03[15:21] * Joins: quiccker (~quiccker@212.174.109.55)
- # 02[15:23] * Quits: cygri (~cygri@wg1-nat.fwgal01.deri.ie) (Ping timeout: 260 seconds)
- # 03[15:23] * cygri_ is now known as cygri
- # 02[15:25] * Quits: zdobersek (~zan@cpe-46-164-0-225.dynamic.amis.net) (Quit: Leaving.)
- # 03[15:25] * Joins: miketaylr (~miketaylr@24.42.93.245)
- # 02[15:26] * Quits: nessy (~Adium@124-169-135-125.dyn.iinet.net.au) (Quit: Leaving.)
- # [15:28] <annevk> jgraham, it does not always mean that
- # [15:28] <annevk> though maybe in DOM Core it does
- # 02[15:32] * Quits: pdr_ (~pdr@75-144-232-190-Atlanta.hfc.comcastbusiness.net) (Quit: pdr_)
- # 02[15:32] * Quits: CvP (~CvP@123.200.17.118) (Disconnected by services)
- # 03[15:32] * Joins: xCG (~CvP@123.49.22.232)
- # 02[15:33] * Quits: cygri (~cygri@wlan-nat.fwgal01.deri.ie) (Quit: cygri)
- # 03[15:33] * xCG is now known as CvP
- # [15:34] <jgraham> annevk: "return" meaning multiple differrnt thigns seems like a bug that should be fixed
- # [15:36] <annevk> it does not mean multiple things
- # [15:36] <annevk> but e.g. XMLHttpRequest.send() can return and still continue running
- # [15:36] <linclark> so the HTML WG used a lot of data about how people were using classes to create the new semantic elements, right?
- # [15:37] <linclark> if that is right, does anyone have a link to the data?
- # [15:37] <linclark> I remember adactio talking about it I think, but can't find link
- # [15:37] <annevk> the raw data is not available
- # [15:37] <annevk> a summary is available here: http://code.google.com/webstats/
- # [15:37] <linclark> ahhhhh, awesome
- # [15:37] <linclark> thanks!
- # [15:37] <annevk> it is from 2005 though, hopefully at some point a new study is done
- # [15:38] <adactio> linclark: Note though, that the research was done *after* the new structural elements had already been named (if I recall correctly). So the data provided *justification* but wasn't necessarily the origin of the element names.
- # [15:39] <linclark> oh, ok, didn't realize that. thanks for the clarifications
- # [15:39] <adactio> John Allsopp also did some research 'round about the same time (2005), if I recall.
- # 02[15:40] * Quits: boaz (~boaz@li326-230.members.linode.com) (Excess Flood)
- # [15:40] <adactio> Here's John's study (a smaller sample than Google's, obviously): http://westciv.typepad.com/dog_or_higher/2005/11/real_world_sema.html
- # 03[15:40] * Joins: MacTed (~Thud@63.119.36.36)
- # 03[15:42] * Joins: boaz (~boaz@li326-230.members.linode.com)
- # 03[15:46] * Joins: pdr_ (~pdr@nat/google/x-ffzmhwikxfmqfjxs)
- # 02[15:47] * Quits: pdr_ (~pdr@nat/google/x-ffzmhwikxfmqfjxs) (Remote host closed the connection)
- # 03[15:47] * Joins: pdr_ (~pdr@216.239.45.130)
- # [15:49] <Hixie> foolip_: pong
- # [15:49] <foolip_> Hixie, I filed two bugs instead
- # [15:49] <Hixie> k thanks
- # [15:49] <foolip_> was just going to ask if putting defaultMuted on HTMLMediaElement was intentional
- # 06[15:49] * annevk wonders if Hixie is in California
- # [15:50] <Hixie> btw the way that the IETF leaves obsolete specs on the web instead of replacing specs when they're updated makes the RFC space _even worse than the TR page_
- # [15:50] <Hixie> it's like the W3C and the IETF compete for how badly they can do web standards
- # [15:50] <Hixie> annevk: yes
- # [15:50] <Hixie> foolip_: yes
- # [15:50] <Hixie> foolip_: why would it not be?
- # [15:50] <annevk> so is it morning for you or just late? :)
- # [15:50] <foolip_> Hixie, like poster="", muted="" does nothing for <audio>
- # [15:50] <Hixie> morning
- # [15:51] <Hixie> foolip_: i thought i made muted="" do something on audio?
- # [15:51] <foolip_> oh, wait a second
- # [15:51] <foolip_> it says "When a media element is created, if it has a muted attribute specified, the user agent must set the muted IDL attribute to true, overriding any user preference."
- # 03[15:51] * Joins: scor (~scor@drupal.org/user/52142/view)
- # 03[15:51] * Joins: cygri (~cygri@wlan-nat.fwgal01.deri.ie)
- # [15:52] <foolip_> sloppy reading on my part, I'll close the bug as invalid and just implement the spec
- # [15:52] <Hixie> k :-)
- # [15:52] <Hixie> i don't really mind, we can make it video-only, but it seemed simpler to just make things the same everywhere where possible
- # [15:53] <foolip_> this is what confused me: "The muted attribute on the video element controls"
- # [15:53] <foolip_> but it's actually defined on both audio and video
- # [15:54] <foolip_> do you want a bug on that?
- # [15:55] <hsivonen> hmm. Microdata may get corrupted if someone does <script itemprop=foo> and a sanizer zaps scripts
- # [15:55] <hsivonen> I guess I'll worry about that if it becomes a Real Problem
- # [15:55] <foolip_> hsivonen, same thing for <object>, right?
- # [15:55] <hsivonen> foolip_: oh, good point
- # [15:55] <foolip_> and attribute whitelists...
- # [15:55] <hsivonen> foolip_: I'm whitelisting Microdata
- # [15:56] <foolip_> hsivonen, you're writing a sanitizer?
- # [15:56] <hsivonen> foolip_: yes
- # [15:56] <hsivonen> foolip_: well, it's mostly written. I'm just fixing the obvious problem that <link itemprop> and <meta itemprop> got dropped
- # [15:56] <hsivonen> and now I see further problems
- # [15:57] <foolip_> hsivonen, what would you expect <script itemprop> to do?
- # [15:58] <hsivonen> foolip_: make the textContent of the element be the value of the property
- # [15:58] <foolip_> <script src="foo" itemprop="prop"> isn't reflected by itemValue the way you might expect, though
- # [15:58] <foolip_> that inconsistency would be a bit iffy, IMO
- # [15:58] <Hixie> foolip_: sure
- # 06[15:59] * Philip` thought the IETF deleting specs after 6 months was a worse problem than them keeping specs around for too long, since it forces you to look in less-official places to find archived copies
- # [15:59] <Hixie> sanitizers corrupt pages, that's what they're for :-)
- # [15:59] <hsivonen> dropping <object> worries me now more than dropping <script>
- # [15:59] <Hixie> Philip`: yeah that's pretty messed up too
- # [15:59] <annevk> that's fixed by just using tools.ietf.org
- # [15:59] <hsivonen> Hixie: I could make non-whitelisted elements that have Microdata turn into spans
- # [16:00] <jgraham> hsivonen: or <meta>
- # [16:00] <jgraham> Oh, but that doesn't work I guess
- # [16:00] <Philip`> tools.ietf.org links to updated versions of obsoleted drafts so I suppose it helps with both problems
- # [16:00] <Philip`> ...as long as you find your way to an HTML version, not a text version
- # [16:00] <hsivonen> Hixie: but I guess this patch has been in bz's review queue for long enough that I'll leave that kind of feature creep for another bug
- # [16:01] <Hixie> hsivonen: what's the use case for round-tripping microdata through a sanitizer?
- # [16:01] <Hixie> annevk: in case you're planning on replying to Takeshi, note that i've already said on public-webapps that i don't care if we force the extension on or off, so long as we force it one way or the other
- # 03[16:01] * Parts: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com)
- # 03[16:03] * Joins: remysharp (~remysharp@188.29.209.154.threembb.co.uk)
- # [16:05] <hsivonen> Hixie: the same as round-tripping Content MathML: Not destroying invisible data that doesn't need to be destroyed when someone pastes it into contenteditable
- # 03[16:06] * Joins: mhausenblas_ (~mhausenbl@wlan-nat.fwgal01.deri.ie)
- # [16:06] <Hixie> that doesn't seem like a realistic use case
- # [16:06] <Hixie> it's just gonna cause the data to be corrupted when the user fiddles with the content
- # 02[16:08] * Quits: mhausenblas (~mhausenbl@wg1-nat.fwgal01.deri.ie) (Ping timeout: 240 seconds)
- # 03[16:08] * mhausenblas_ is now known as mhausenblas
- # [16:09] <hsivonen> is switching the twitter avatar into a monkey face a new fad or a twitter bug? I think I've seen two people now use the same monkey face.
- # 03[16:14] * Joins: captain (~captain@xdsl-78-34-128-241.netcologne.de)
- # 03[16:15] * Joins: mamund (mamund@obsidian.nullshells.net)
- # [16:16] <hsivonen> hmm. maybe it's just a coincidence that two people have chosen a face of a monkey as their avatars instead of their own face
- # 03[16:17] * Joins: ZombieLoffe (~e@unaffiliated/zombieloffe)
- # 03[16:18] * Joins: heedly (~ed@static-108-13-230-138.lsanca.fios.verizon.net)
- # 02[16:19] * Quits: karlcow (~karl@nerval.la-grange.net) (Remote host closed the connection)
- # [16:19] <heedly> What error does the video tag fire when it can't find the requested media?
- # 03[16:21] * Joins: karlcow (~karl@nerval.la-grange.net)
- # 03[16:24] * Joins: zdobersek (~zan@cpe-46-164-0-225.dynamic.amis.net)
- # 03[16:24] * Joins: manu` (~chatzilla@pool-71-171-16-22.nwrknj.east.verizon.net)
- # [16:24] <manu`> Any Opera folks in Oslo, Norway? Everyone okay there?
- # [16:26] <manu`> Reason I ask is because a bomb has just gone off there - targetting the PM's government office: https://plus.google.com/102122664946994504971/posts/HRjA3xr8wXy
- # [16:27] <jgraham> That's not good…
- # [16:29] <hsivonen> BBC is running the story, so I guess the tweets are for real
- # [16:29] <Hixie> hsivonen, MikeSmith: apologies, i forgot to mark the download="" revision as affecting conformance checkers
- # [16:30] <scor> http://chatlogs.planetrdf.com/swig/2011-07-22.html#T13-45-08
- # [16:30] <wilhelm> hsivonen: Yes, there was a blast: http://www.nrk.no/nyheter/norge/1.7722919
- # [16:30] <Hixie> bbl
- # [16:31] <wilhelm> Lots of glass, but little structural damage, it seems.
- # 02[16:32] * Quits: remysharp (~remysharp@188.29.209.154.threembb.co.uk) (Quit: Shazam)
- # [16:32] <hsivonen> wilhelm: I saw a tweet saying than "An entire block has exploded"
- # [16:32] <manu`> Opera HQ is 2km away from the bombing location
- # [16:32] <hsivonen> *that
- # [16:32] <manu`> Prime Minister's government HQ was attacked - PM is okay.
- # 02[16:32] * Quits: smaug____ (~chatzilla@dsl-hkibrasgw4-fe45dc00-171.dhcp.inet.fi) (Ping timeout: 260 seconds)
- # 02[16:35] * Quits: linclark (~clark@wlan-nat.fwgal01.deri.ie) (Quit: linclark)
- # [16:36] <wilhelm> hsivonen: Well, this is where it hit: http://static01.vg.no/drfront/images/2011-07/22/88-0c8d07aa-11a997f9.jpeg
- # [16:36] <wilhelm> There are windows blown out more than a kilometer away.
- # [16:36] <wilhelm> Same building: http://gfx.dagbladet.no/labrador/174/174138/17413824/jpg/active/978x_13197743.jpg
- # [16:37] <AryehGregor> smaug____ (who isn't here): the draft doesn't have to special-case replaceData/appendData because when it was written, those just called insertData/deleteData. Now annevk has rewritten that in DOM Core at my request, and I'll rewrite the Range stuff soon to work with the new wording. As for splitText, see the comments in the spec's HTML source. IIRC, I copied the behavior from WebKit, who made it up; it makes a lot of sense, and IIRC roc t
- # [16:37] <AryehGregor> hought it was a good idea. Without that special-case I'd have to add a bunch of different execCommand() special-cases, so it's no simpler, and authors don't get the improved behavior.
- # [16:40] <foolip_> heedly, that would be MEDIA_ERR_NETWORK
- # [16:41] <foolip_> well, it doesn't "fire" MEDIA_ERR_NETWORK, it fires an error event and video.error.code is MEDIA_ERR_NETWORK
- # 03[16:47] * Joins: erlehmann (~erlehmann@89.204.153.99)
- # 03[16:47] * Joins: danja_ (~danny@host107-206-dynamic.9-79-r.retail.telecomitalia.it)
- # [16:48] <annevk> jgraham, defined next/previous sibling now and they include null; thanks!
- # 03[16:48] * Joins: beverloo (~beverloo@69.230.0.6)
- # [16:49] <annevk> jgraham, btw, it actually got worse from that bring it on comment
- # [16:49] <annevk> jgraham, search for "innermost" o_O
- # 02[16:50] * Quits: danja (~danny@host29-26-dynamic.9-79-r.retail.telecomitalia.it) (Ping timeout: 276 seconds)
- # [16:52] <jgraham> annevk: I saw that. You are insane
- # [16:53] <foolip_> hsivonen, http://www.w3.org/Bugs/Public/show_bug.cgi?id=13329
- # [16:53] <annevk> I just try to get things done until I have a better way to say things
- # [16:54] <foolip_> right now validator.nu is saying "Attribute muted not allowed on element audio at this point."
- # [16:54] <foolip_> where should I file a bug?
- # [16:54] <jgraham> Well I think it is good that you defined this stuff :)
- # 03[16:55] * Joins: mhausenblas_ (~mhausenbl@wg1-nat.fwgal01.deri.ie)
- # 02[16:55] * Quits: cygri (~cygri@wlan-nat.fwgal01.deri.ie) (Remote host closed the connection)
- # 03[16:55] * Joins: cygri (~cygri@wg1-nat.fwgal01.deri.ie)
- # [16:56] <hsivonen> foolip_: bugzilla.validator.nu is the place, but no need to file a bug, since I can just go ahead and fix it now
- # [16:56] <foolip_> hsivonen, much appreciated
- # [16:57] <foolip_> you might want to double-check the spec so that I'm not confused again
- # [16:57] <foolip_> I'm not 100% sure what the normative part is, but the intention is fairly clear
- # 02[16:58] * Quits: mhausenblas (~mhausenbl@wlan-nat.fwgal01.deri.ie) (Ping timeout: 258 seconds)
- # 03[16:58] * mhausenblas_ is now known as mhausenblas
- # 03[16:58] * Joins: linclark (~clark@wlan-nat.fwgal01.deri.ie)
- # 03[16:58] * Joins: Obvious (tachikoma@188.226.74.2)
- # 02[16:59] * Quits: Obvious_MkII (tachikoma@188.226.74.2) (Ping timeout: 252 seconds)
- # [17:04] <annevk> http://www.w3.org/TR/from-origin/ WD'd
- # [17:06] <Ms2ger> annevk++
- # [17:07] <hsivonen> ouch. looks like my ISP has changed my IP address so now my servers don't let me in
- # [17:07] <hsivonen> good thing I have alternative permitted IP addresses to connect from
- # 02[17:09] * Quits: myakura (~myakura@FL1-49-129-67-216.tky.mesh.ad.jp) (Remote host closed the connection)
- # 03[17:09] * Joins: myakura (~myakura@FL1-49-129-67-216.tky.mesh.ad.jp)
- # [17:10] <annevk> Ms2ger, back at you for fixing the date :)
- # [17:10] <jgraham> hsivonen: That sounds like quite an odd security measure. Was it opt-in?
- # 02[17:10] * Quits: beverloo (~beverloo@69.230.0.6) (Quit: beverloo)
- # 03[17:11] * Parts: manu` (~chatzilla@pool-71-171-16-22.nwrknj.east.verizon.net)
- # [17:12] <hsivonen> jgraham: it's self-configured
- # [17:12] <hsivonen> jgraham: maybe my tin-foil hat is too thick
- # [17:12] <hsivonen> jgraham: but seems potentially useful in case sshd has vulnerabilities
- # 02[17:14] * Quits: myakura (~myakura@FL1-49-129-67-216.tky.mesh.ad.jp) (Ping timeout: 250 seconds)
- # [17:15] <Ms2ger> annevk, so, when do we obsolete it for a fetching spec? :)
- # [17:16] <AryehGregor> Hmm, so when you share a post on G+ it looks like it's designed so as to encourage people to comment on your share instead of the original post? That's not what I want.
- # [17:17] <hsivonen> heh: "The problem is RDFa is horrifically badly designed for those use cases (either because it'd badly designed, or because it wasn't intended for those use cases — I've always thought the latter, but Manu insists it's the former), and has only been getting worse." (Hixie on G+)
- # [17:17] <annevk> Ms2ger, when I forget why I hate working on networking specs
- # [17:17] <Ms2ger> :)
- # [17:18] <AryehGregor> Anyway, this is a potentially interesting discussion: https://plus.google.com/u/0/112095156983892490612/posts/EMADdvHSRbH
- # 03[17:18] * Joins: cying (~cying@c-71-202-136-62.hsd1.ca.comcast.net)
- # [17:18] <annevk> AryehGregor, yeah, people comment on your version of the share, but clicking on share, shares the original share
- # [17:19] <annevk> I think that is really confusing, but whatever
- # [17:19] <annevk> euh, shares what is shared
- # [17:19] <AryehGregor> I'd like something that just copies the original discussion to everyone who's following me.
- # [17:19] <AryehGregor> Without giving them any new place to leave comments.
- # [17:19] <AryehGregor> Like "hey, look at this interesting discussion, go and comment there".
- # [17:20] <hsivonen> AryehGregor: whoa. I thought the comments went onto the original
- # [17:20] <annevk> just close comments on your share
- # [17:20] <hsivonen> but now that I checked, it's not the case
- # [17:20] <annevk> and mention that people should go to the original
- # [17:20] <AryehGregor> Ah, you can close comments.
- # [17:20] <hsivonen> for whatever reason, the RDFa discussion is happening on my share instead of Craig Kellog's original
- # [17:20] <AryehGregor> Is there a link to the original post? I didn't actually see one.
- # [17:21] <hsivonen> I don't see a link
- # [17:22] <annevk> https://plus.google.com/u/0/112095156983892490612/posts/EMADdvHSRbH
- # [17:22] <AryehGregor> Can I add links to comments somehow?
- # 03[17:22] * Joins: dylangluck (~dylangluc@pool-108-14-223-78.nycmny.east.verizon.net)
- # [17:22] <annevk> oh the RDFa one
- # 02[17:22] * Quits: boaz (~boaz@li326-230.members.linode.com) (Excess Flood)
- # 03[17:23] * Joins: D_rwin (~D_rwin@223.176.207.14)
- # [17:23] <dylangluck> Hey guys, I'm new to the group. My name is Dylan Gluck and I am a Front-End Developer at Mars Design in NYC. I am a big fan of what you guys are doing, and would like to support in any way I can
- # [17:24] <annevk> be careful now ;)
- # [17:24] <annevk> http://wiki.whatwg.org/wiki/Specifications_TODO
- # 03[17:24] * Joins: boaz (~boaz@li326-230.members.linode.com)
- # [17:24] <annevk> dylangluck, there is also http://wiki.whatwg.org/wiki/What_you_can_do
- # [17:25] <dylangluck> Awesome! thanks annevk. I will definitely look over everything
- # [17:25] <foolip_> hsivonen, it's too bad that you can comment on a share at all, as opposed to commenting on the original...
- # [17:25] <foolip_> they seem to have optimized for the edge case where you reshare to exclude some people from the original post
- # [17:26] <annevk> hmm the wiki just went down? Hixie
- # [17:26] <dylangluck> yes I am getting no response
- # [17:26] <annevk> "Using an outdated version of a specification isn't comparable to using the old version of bash that ships with the enterprise Linux distro you use, it's more like planning your vacation using a decades-old globe that still has the USSR on it. You're using something that's known to be wrong, and your only hope is that the errors happen not to affect whatever part of the spec you're relying on."
- # [17:27] <annevk> I like that one AryehGregor :)
- # [17:27] <Ms2ger> AryehGregor++
- # [17:27] <hsivonen> foolip_: having a "Share" function on non-Public posts is questionable in the first place
- # [17:27] <foolip_> hsivonen, indeed, it's too pad it's not more like retweet on twitter
- # [17:27] <dylangluck> back up after db error
- # [17:27] <AryehGregor> Yeah, seems weird to me.
- # [17:27] <foolip_> bad
- # 06[17:28] * Philip` wonders if you could write an actual science fiction novel in the form of a specification
- # 02[17:28] * Quits: mhausenblas (~mhausenbl@wg1-nat.fwgal01.deri.ie) (Quit: brb)
- # [17:28] <dylangluck> haha ^
- # [17:28] <hsivonen> new-style retweets are also nicer, because they collapse
- # [17:28] <dylangluck> Thanks for the info guys, I will definitely be back
- # [17:28] <MacTed> encouraging background image watermarks that proclaim "obsolete" on relevant pages, and perhaps encouraging (creating?) <link @rel="obsoleted by"> and/or <link rel="obsoletes">, could go far with IETF, W3C, and others who want to preserve historical docs at their original URIs...
- # [17:28] <MacTed> unfortunately, <link rel="canonical"> requires starting from the position that "this doc will change" and few standards are created with their evolution in mind.
- # [17:28] <annevk> dylangluck, sorry about that; most people typically start out by giving feedback on specs
- # [17:28] <hober> We MUST niuke it from orbit. It MAY be the only way to be sure.
- # [17:28] <dylangluck> absolutely
- # [17:29] <hsivonen> when 5 people reshare a post in my stream, I'd like their commentary to stack onto one item instead of having 5 items
- # [17:29] <dylangluck> i am not a preogrammer
- # [17:29] <annevk> dylangluck, but there's also writing tests (which involves giving feedback), and writing specs if you're up for it
- # [17:29] <foolip_> Philip`, I'd read it!
- # [17:29] <Ms2ger> Writing tests would be awesome
- # [17:29] <annevk> hsivonen, you want RT
- # [17:29] <Philip`> You could hint at lots of background through examples and references and implicit assumptions about what's implementable, so I imagine it wouldn't be impossible to tell a story
- # [17:29] <Ms2ger> foolip_, more than a page of it? :)
- # [17:30] <scor> AryehGregor, hsivonen: is that the url you are looking for (original post)? https://plus.google.com/u/0/115239936584020095918/posts/KPNTayJ3eNW but the fact remains, I had to go to Gregg's profile and look for his post (no link from Henri's profile)
- # [17:30] <dylangluck> just a developer who loves the idea of expanding on what the WHATWG has done and giving some feedback
- # [17:30] <Philip`> Also you can use deprecated features or weird quirks to indicate the history of your story world
- # [17:30] <scor> in any case, this is where the conversation is happening, on hsivonen's profile: https://plus.google.com/u/0/115203359751471044302/posts/92VKitpppB4
- # [17:30] <annevk> dylangluck, sounds good
- # [17:31] <foolip_> Ms2ger, that depends on how well it manages to incorporate obscure references to spec discussions/wars that make me feel clever by recognizing them
- # [17:31] <AryehGregor> scor, I was talking about the post on Jeni Tennison's profile.
- # [17:31] <Ms2ger> Heh
- # [17:31] <AryehGregor> I wound up posting a link in my share, and disabling comments.
- # 02[17:31] * Quits: tomasf (~tom@c-5ed9e555.024-204-6c6b7012.cust.bredbandsbolaget.se) (Read error: Connection reset by peer)
- # 03[17:31] * Joins: tomasf_ (~tom@c-5ed9e555.024-204-6c6b7012.cust.bredbandsbolaget.se)
- # [17:32] <foolip_> is it just me, or is it very difficult to get from a Google+ share to the original post?
- # [17:32] <AryehGregor> It is.
- # [17:32] <AryehGregor> We were just saying.
- # [17:32] <AryehGregor> You have to go to the profile and scroll down until you find it.
- # [17:32] <foolip_> yeah, that's what I'm doing
- # [17:32] <Ms2ger> "Note: This requirement is not present in the Foo version of this specification due to a flame war in the 4th century"
- # [17:32] <hsivonen> s/Craig/Gregg/
- # [17:32] <AryehGregor> That's why I posted a link: https://plus.google.com/100662365103380396132/posts
- # 03[17:33] * Parts: dylangluck (~dylangluc@pool-108-14-223-78.nycmny.east.verizon.net)
- # [17:33] <annevk> the number of times I type "hg make"...
- # 03[17:33] * Joins: dylangluck (~dylangluc@pool-108-14-223-78.nycmny.east.verizon.net)
- # 03[17:33] * Parts: dylangluck (~dylangluc@pool-108-14-223-78.nycmny.east.verizon.net)
- # 02[17:38] * Quits: davidb (~davidb@corp.tor1.mozilla.com) (Quit: davidb)
- # 02[17:38] * Quits: D_rwin (~D_rwin@223.176.207.14) (Quit: used jmIrc)
- # [17:41] <hsivonen> hmm. looks like Safari 5.1 isn't available for Leopard
- # [17:41] <hsivonen> I guess that's going to slow down MathML and inline SVG adoption
- # 03[17:41] * fishd_ is now known as fishd
- # [17:42] <AryehGregor> Safari 5.1 has MathML support? How good is it?
- # [17:42] <AryehGregor> Does Chrome also have it?
- # [17:42] <hsivonen> AryehGregor: based on hearsay, Chrome doesn't
- # [17:42] <Rik`> hsivonen: I don't really think so, Apple users are quickly using the latest version
- # [17:43] <hsivonen> Rik`: do you have Leopard vs. Snow Leopard stats?
- # [17:43] <hsivonen> I assumed that some users hadn't bothered to update because of "no new features"
- # [17:44] <hober> which is too bad, since SL is way better than leopard
- # [17:44] <Rik`> hsivonen: I don't at the moment but I think Leopard users are quite irrelevant
- # [17:44] <Rik`> maybe less than 1% of all web users
- # [17:45] <Rik`> and mostly it's PPC users since Snow Leopard is not compatible
- # [17:45] <AryehGregor> hsivonen, http://stats.wikimedia.org/wikimedia/squids/SquidReportClients.htm
- # [17:46] <hsivonen> Rik`: http://stats.wikimedia.org/wikimedia/squids/SquidReportOperatingSystems.htm suggests that the numbers for Intel Leopard are quite high relative to Intel Snow Leopard
- # [17:46] <AryehGregor> If you want OS: http://stats.wikimedia.org/wikimedia/squids/SquidReportOperatingSystems.htm
- # [17:46] <AryehGregor> Yeah.
- # [17:46] <hsivonen> Rik`: also, Intel Leopard much higher than PPC Leopard
- # [17:47] <AryehGregor> Leopard is at 1.78% of total OS market share, Snow Leopard is 5.04%, so Leopard is a really big chunk.
- # [17:47] <Rik`> oh right
- # [17:47] <AryehGregor> 10.4 is 0.31%.
- # [17:47] <AryehGregor> Which is to say, apparently, Tiger.
- # [17:47] <hsivonen> I wonder what the security patch situation for Leopard is now that Leopard + 2 is out
- # 02[17:49] * Quits: mokush (~quassel@188.24.97.215) (Remote host closed the connection)
- # [17:49] <Rik`> there is no security update for Snow Leopard yet
- # 03[17:50] * tomasf_ is now known as tomasf
- # [17:51] <hsivonen> Rik`: security update for what holes?
- # [17:51] <Rik`> I don't know but it's usual to launch a security update for the n -1 version when you launch the n version
- # 03[17:51] * Joins: davidb (~davidb@corp.tor1.mozilla.com)
- # [17:52] <hsivonen> Rik`: they did release a point release of 10.6.x a bit earlier, though
- # [17:52] <Rik`> oh ok, haven't seen it
- # 03[17:53] * Joins: FireyFly (~firefly@unaffiliated/firefly)
- # [17:53] <hsivonen> anyway, StatCounter's stats suggest that Safari 5.0 users on Snow Leopard aren't applying the 5.1 update immediately
- # 02[17:53] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: Freedom - to walk free and own no superior.)
- # [17:54] <miketaylr> hsivonen: i just tried software update and 5.1 is available to snow leopard, it seems
- # [17:54] <Rik`> hsivonen: http://support.apple.com/kb/HT1222
- # [17:54] <Rik`> looks like they launched Safari 5.0.6 for Leopard http://support.apple.com/kb/HT4808
- # [17:56] <AryehGregor> Why is it not called Safari 6? Is there a full update of WebKit to something recentish?
- # 06[17:56] * AryehGregor hopes there's a full WebKit update and they just didn't change enough UI to call it a major version bump
- # [17:56] <TabAtkins> hsivonen: I think that shares are separated so that ACLs don't collide. But I agree that if you sent it to public, and other people reshare it to public, it would be niuce to collapse them.
- # 02[17:57] * Quits: micheil (~micheil@109.231.193.164) (Quit: micheil)
- # 03[17:58] * Joins: micheil (~micheil@109.231.193.164)
- # 03[17:58] * Joins: beverloo (~beverloo@nat/google/x-naikudqeqagydgih)
- # [17:58] <hober> AryehGregor: http://svn.webkit.org/repository/webkit/branches/
- # 02[17:59] * Quits: nonge__ (~nonge@p5082BF99.dip.t-dialin.net) (Quit: Verlassend)
- # 03[17:59] * Joins: mpilgrim (~pilgrim@rrcs-24-206-36-125.midsouth.biz.rr.com)
- # 02[18:01] * Quits: dpy (~Marcel@2001:1af8:fe9b:0:221:70ff:fea7:aa9d) (Ping timeout: 264 seconds)
- # 02[18:05] * Quits: miketaylr (~miketaylr@24.42.93.245) (Quit: miketaylr)
- # [18:06] <annevk> emailed WebApps about Traversal
- # [18:06] <annevk> first draft done
- # 02[18:06] * Quits: micheil (~micheil@109.231.193.164) (Read error: Connection reset by peer)
- # 03[18:07] * FireyFly is now known as FireFly
- # 03[18:07] * Joins: micheil (~micheil@109.231.193.164)
- # [18:07] <AryehGregor> Fun discovery: default link color in WebKit (at least Chrome) is -webkit-link, which appears to compute to rgb(0, 0, 238).
- # [18:07] <AryehGregor> Not, um, blue?
- # [18:07] <AryehGregor> Yay interop?
- # [18:08] <AryehGregor> A.k.a. #00e, I guess.
- # [18:09] <AryehGregor> This kind of thing does affect interop in some cases . . . grumble grumble.
- # [18:09] <Ms2ger> Does anybody use actual blue?
- # [18:10] <AryehGregor> HTML5 says to . . .
- # 06[18:10] * AryehGregor tests
- # [18:10] <hsivonen> foolip_: I deployed <audio muted> to validator.nu
- # [18:10] <AryehGregor> Hmm.
- # [18:10] <AryehGregor> Ms2ger, good point, this looks like a spec bug.
- # [18:10] <foolip_> hsivonen, confirmed working, thanks!
- # [18:11] <AryehGregor> So Gecko and WebKit are #00e.
- # [18:14] <AryehGregor> IE10PP2 is rgb(0, 102, 204), which is what? #06c. And Opera 11.50 is #00c.
- # [18:14] <AryehGregor> Oh, wait.
- # [18:14] <AryehGregor> No, it's fine, that's not visited.
- # 06[18:14] * AryehGregor tests :visited, although Gecko will lie about it
- # [18:14] <Philip`> (Can't you test it trivially with a screenshot and Gimp/etc's colour picker tool?)
- # [18:14] <AryehGregor> Yes, if I wanted to do that much work. :)
- # 02[18:14] * Quits: rimantas (~rimliu@93.93.57.193) (Quit: Leaving)
- # [18:15] <AryehGregor> For visited, Gecko lies. Opera is #800080. IE10PP2 seems to be still reporting #06c, is it lying too?
- # 06[18:15] * AryehGregor uses dev tools
- # [18:15] <AryehGregor> I'd use dev tools for Firefox too, except you know, Firebug doesn't work on Aurora.
- # [18:15] <AryehGregor> (or are there basic built-in DOM inspection things these days?)
- # [18:16] <AryehGregor> #551A8B in Chrome, it looks like.
- # 02[18:16] * Quits: mpilgrim (~pilgrim@rrcs-24-206-36-125.midsouth.biz.rr.com) (Ping timeout: 252 seconds)
- # 03[18:16] * Joins: mpilgrim (~pilgrim@rrcs-24-206-36-125.midsouth.biz.rr.com)
- # [18:17] <AryehGregor> There's an Inspect tool somewhere, but it doesn't seem to do anything very useful . . .
- # 03[18:17] * Joins: myakura (~myakura@FL1-49-129-67-216.tky.mesh.ad.jp)
- # 02[18:17] * Quits: myakura (~myakura@FL1-49-129-67-216.tky.mesh.ad.jp) (Remote host closed the connection)
- # 03[18:18] * Parts: Xeon06_ (~chatzilla@modemcable053.88-130-66.mc.videotron.ca)
- # [18:18] <Philip`> Firefox's about:config says browser.visited_color = #551A8B
- # [18:18] <Rik`> AryehGregor: I think Firebug 1.8 works
- # [18:18] <AryehGregor> Rik`, not unless they updated it in the last few days.
- # [18:18] <AryehGregor> It works with current beta, but not Aurora.
- # [18:19] <AryehGregor> Ah, they did update it.
- # 06[18:19] * AryehGregor tries
- # [18:19] <AryehGregor> Yay, works again!
- # 06[18:20] * AryehGregor makes a mental note never to upgrade Aurora again without checking Firebug compat
- # [18:20] <AryehGregor> Firebug lies about visited link color too, though.
- # 03[18:20] * Joins: Maurice` (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [18:20] <AryehGregor> So I'll rely on Philip` here.
- # 06[18:20] * AryehGregor doesn't bother trying to figure out IE
- # 06[18:20] * Rik` makes a mental note never to use Firebug until https://bugzilla.mozilla.org/show_bug.cgi?id=669730 is fixed
- # [18:20] <Philip`> I might be lying too, of course
- # [18:21] <AryehGregor> Rik`, I don't use Firefox for anything other than testing, so it can leak all it wants.
- # [18:21] <AryehGregor> Also, that's why my new laptop has 8G of RAM.
- # [18:21] <Rik`> I do use Firefox so I do my debugging in other browsers
- # [18:23] <AryehGregor> http://www.w3.org/Bugs/Public/show_bug.cgi?id=13330
- # [18:26] <AryehGregor> Links that are actually blue do look noticeably bright.
- # 02[18:27] * Quits: ezoe (~ezoe@203-140-92-115f1.kyt1.eonet.ne.jp) (Ping timeout: 255 seconds)
- # 03[18:28] * Joins: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net)
- # 02[18:28] * Quits: Obvious (tachikoma@188.226.74.2) (Ping timeout: 252 seconds)
- # 02[18:29] * Quits: rillian (~giles@150.183.119.66.static.metrobridge.net) (Remote host closed the connection)
- # 03[18:32] * Joins: Obvious_MkII (~tachikoma@188.226.74.2)
- # 02[18:34] * Quits: espadrine` (~thaddee_t@LNeuilly-152-22-27-243.w193-251.abo.wanadoo.fr) (Quit: espadrine`)
- # 03[18:36] * bga_ is now known as bga_|away
- # 03[18:36] * Joins: shetech (~shetech@12.234.36.130)
- # 02[18:37] * Quits: zdobersek (~zan@cpe-46-164-0-225.dynamic.amis.net) (Ping timeout: 260 seconds)
- # 02[18:40] * Quits: danja_ (~danny@host107-206-dynamic.9-79-r.retail.telecomitalia.it) (Ping timeout: 260 seconds)
- # 02[18:44] * Quits: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net) (Quit: othermaciej)
- # 03[18:44] * Joins: danja_ (~danny@host205-132-dynamic.27-79-r.retail.telecomitalia.it)
- # 03[18:46] * cying is now known as charlesying
- # 03[18:47] * Joins: gkellogg (~gregg@74-95-198-246-SFBA.hfc.comcastbusiness.net)
- # 02[18:48] * Quits: shetech (~shetech@12.234.36.130) (Quit: Leaving.)
- # 03[18:49] * Joins: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com)
- # 03[18:49] * Joins: ap (~ap@2620:149:4:401:226:4aff:fe14:aad6)
- # 03[18:50] * Joins: zdobersek (~zan@cpe-46-164-30-30.dynamic.amis.net)
- # 03[18:51] * Joins: othermaciej (~mjs@67.218.102.182)
- # [18:53] <david_carlisle> AryehGregor: Chrome doesn't have MathML, presumably they could pick it up, as it's implemented in the webkit base
- # 03[18:53] * Joins: sicking (~chatzilla@2620:101:8003:200:226:bbff:fe05:3fe1)
- # 03[18:57] * Joins: rimantas (~rimliu@93.93.57.193)
- # 02[19:00] * Quits: zdobersek (~zan@cpe-46-164-30-30.dynamic.amis.net) (Ping timeout: 258 seconds)
- # 02[19:01] * Quits: Necrathex (~nectop@82-170-160-25.ip.telfort.nl) (Quit: Necrathex)
- # [19:01] <AryehGregor> :(
- # 02[19:02] * Quits: rimantas (~rimliu@93.93.57.193) (Quit: Leaving)
- # 02[19:03] * Quits: david_carlisle (~chatzilla@86.188.197.189) (Ping timeout: 255 seconds)
- # 03[19:05] * Joins: zdobersek (~zan@90.157.244.108)
- # 02[19:09] * Quits: jacobolus (~jacobolus@208-90-212-189.PUBLIC.monkeybrains.net) (Remote host closed the connection)
- # [19:11] <dglazkov|away> MathML --> splosion.
- # 03[19:11] * dglazkov|away is now known as dglazkov
- # [19:11] <dglazkov> good morning, Whatwg
- # [19:11] <Ms2ger> Evening, dglazkov
- # 03[19:11] * Joins: miketaylr (~miketaylr@24.42.93.245)
- # 03[19:13] * Joins: jacobolus (~jacobolus@208-90-212-189.PUBLIC.monkeybrains.net)
- # 03[19:14] * Joins: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net)
- # 02[19:15] * Quits: zdobersek (~zan@90.157.244.108) (Ping timeout: 252 seconds)
- # [19:15] <dglazkov> Ms2ger: :)
- # 02[19:15] * Quits: Lachy (~Lachy@pat-tdc.opera.com) (Quit: Computer has gone to sleep.)
- # [19:21] <annevk> used to be that dglazkov checked in in the afternoon
- # [19:22] <annevk> :p
- # [19:22] <dglazkov> had to run an errand this morning.
- # 03[19:24] * bga_|away is now known as bga_
- # 03[19:30] * Joins: zdobersek (~zan@cpe-46-164-29-142.dynamic.amis.net)
- # 03[19:34] * Joins: cygri_ (~cygri@wlan-nat.fwgal01.deri.ie)
- # 02[19:34] * Quits: othermaciej (~mjs@67.218.102.182) (Quit: othermaciej)
- # 03[19:34] * Joins: romainhuet (u2533@gateway/web/irccloud.com/x-lnmcvdnnuvqpvtai)
- # 02[19:34] * Quits: charlesying (~cying@c-71-202-136-62.hsd1.ca.comcast.net) (Ping timeout: 276 seconds)
- # 02[19:36] * Quits: cygri (~cygri@wg1-nat.fwgal01.deri.ie) (Ping timeout: 276 seconds)
- # 03[19:36] * cygri_ is now known as cygri
- # [19:38] <sicking> Hixie: would you mind updating the EventSource spec to add the {withCrededentials: true} syntax? So that we can avoid prefixing it
- # 02[19:40] * Quits: captain (~captain@xdsl-78-34-128-241.netcologne.de) (Quit: captain)
- # 02[19:40] * Quits: jacobolus (~jacobolus@208-90-212-189.PUBLIC.monkeybrains.net) (Read error: Connection reset by peer)
- # [19:41] <annevk> just adding it to the spec doesn't exactly make it a done deal
- # [19:42] <annevk> do we know if WebKit agrees?
- # 02[19:44] * Quits: tbassetto (~tbassetto@LRouen-151-71-49-64.w80-11.abo.wanadoo.fr) (Quit: Linkinus - http://linkinus.com)
- # [19:45] <AryehGregor> sicking, isn't the theory that standard but experimental stuff is prefixed too? Or is that only CSS for some reason?
- # [19:52] <TabAtkins> CSS has a firm policy that everyone voluntarily follows. JS is pretty loosy-goosy about it.
- # [19:54] <dglazkov> JS is pretty loosy-goosy about _everything_.
- # 03[19:59] * Joins: karlcow (~karl@nerval.la-grange.net)
- # 03[20:00] * Joins: Lachy (~Lachy@cm-84.215.59.50.getinternet.no)
- # 03[20:01] * Joins: cying (~cying@173-228-29-224.dsl.static.sonic.net)
- # 02[20:04] * Quits: Lachy (~Lachy@cm-84.215.59.50.getinternet.no) (Client Quit)
- # 03[20:05] * Joins: othermaciej (~mjs@17.246.18.21)
- # 02[20:05] * Quits: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net) (Ping timeout: 276 seconds)
- # 02[20:06] * Quits: Jackneill (~Jackneill@unaffiliated/jackneill) (Ping timeout: 258 seconds)
- # 03[20:07] * Joins: ojan (~ojan@nat/google/x-jhuytbbdktosnmmi)
- # 03[20:07] * Joins: onar (~onar@17.216.36.168)
- # 03[20:11] * Joins: dgathright (~dgathrigh@nat/yahoo/x-itsbhdsnjnuyqvtl)
- # 03[20:13] * Joins: Lachy (~Lachy@cm-84.215.59.50.getinternet.no)
- # [20:14] <AryehGregor> Wow, it's 102 degrees outside.
- # [20:15] <AryehGregor> (For those of you who like sane temperature scales, that would be 312 K.)
- # [20:15] <TabAtkins> Ah, thank you, I can never think in F.
- # [20:15] <TabAtkins> Or C.
- # [20:16] <Philip`> I prefer to think of it as 1.78 radians
- # [20:16] <Ms2ger> Well played
- # [20:17] <scor> AryehGregor: where is that?
- # [20:17] <AryehGregor> scor, Manhattan.
- # [20:18] <scor> only 4 degrees cooler up here in Boston
- # 02[20:18] * Quits: zdobersek (~zan@cpe-46-164-29-142.dynamic.amis.net) (Ping timeout: 240 seconds)
- # 03[20:19] * Joins: zdobersek1 (~zan@90.157.245.209)
- # 03[20:21] * Joins: jwalden (~waldo@2620:101:8003:200:222:68ff:fe15:af5c)
- # 02[20:30] * Quits: linclark (~clark@wlan-nat.fwgal01.deri.ie) (Quit: linclark)
- # 03[20:31] * Joins: The_8472 (~stardive@azureus/The8472)
- # 02[20:31] * Quits: Rik` (~Rik`@mozilla-paris-253-98.cnt.nerim.net) (Remote host closed the connection)
- # 03[20:42] * Joins: korkut (~korkut@188.57.90.218)
- # 02[20:43] * Quits: micheil (~micheil@109.231.193.164) (Quit: http://brandedcode.com | http://github.com/miksago)
- # 03[20:45] * Joins: Jackneill (~Jackneill@unaffiliated/jackneill)
- # 03[20:49] * Joins: dylangluck (~dylangluc@pool-108-14-223-78.nycmny.east.verizon.net)
- # 02[20:52] * Quits: dylangluck (~dylangluc@pool-108-14-223-78.nycmny.east.verizon.net) (Client Quit)
- # 03[20:53] * Joins: david_carlisle (~chatzilla@dcarlisle.demon.co.uk)
- # 02[20:53] * Quits: cygri (~cygri@wlan-nat.fwgal01.deri.ie) (Quit: cygri)
- # 03[20:54] * Joins: jacobolus (~jacobolus@208-90-212-189.PUBLIC.monkeybrains.net)
- # [20:54] <scor> was there ever a time where the content attribute was allowed in tags other than meta to override textContent in microdata? or has @content always been only allowed in <meta>?
- # [20:55] <annevk> always
- # 03[20:56] * Joins: dpy (~Marcel@dhcp-077-248-090-235.chello.nl)
- # [20:57] <scor> annevk: thanks
- # 03[20:59] * Joins: dbaron (~dbaron@nat/mozilla/x-ubwzwjrjdtwmidmb)
- # 03[21:01] * Joins: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net)
- # [21:06] <Hixie> sicking: are other browsers in agreement?
- # [21:09] <annevk> http://www.w3.org/2001/tag/2011/07/21-minutes.html#item04 lol the task force conclusions are not in line with what i want, please do it again!
- # [21:11] <Hixie> i don't even understand those minutes
- # 02[21:11] * Quits: LBP (~Mirc@pD9EB19AB.dip0.t-ipconnect.de) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
- # [21:12] <annevk> armchair troublemakers
- # 02[21:12] * Quits: bga_ (~bga@ppp78-37-198-125.pppoe.avangarddsl.ru) (Read error: Connection reset by peer)
- # 06[21:24] * annevk replies to an email from November 2009
- # 02[21:25] * Quits: pdr_ (~pdr@216.239.45.130) (Quit: pdr_)
- # 03[21:28] * Joins: jamesr (~jamesr@216.239.45.16)
- # 02[21:34] * Quits: Jackneill (~Jackneill@unaffiliated/jackneill) (Ping timeout: 240 seconds)
- # [21:45] <annevk> Would be pretty nifty if ij updates older specifications in this simple process manner
- # [21:46] <annevk> HTML4 could use a note :)
- # 06[21:48] * Ms2ger lacks context
- # 02[21:48] * Quits: tomaw (tom@freenode/staff/tomaw) (Ping timeout: 624 seconds)
- # [21:49] <annevk> public-webapps
- # 03[21:54] * Joins: tomaw (tom@freenode/staff/tomaw)
- # [21:55] <annevk> where is mike?
- # [21:55] <annevk> should remove DOM Traversal from http://platform.html5.org/
- # [21:57] <Ms2ger> Could try...
- # [21:57] <Ms2ger> Aww
- # 03[22:00] * Joins: drdt (~dydz@64.134.238.218)
- # 02[22:02] * Quits: drdt (~dydz@64.134.238.218) (Client Quit)
- # [22:05] <annevk> Ms2ger, you mean the reply from ij?
- # [22:05] <annevk> I guess I should not have gotten my hopes up
- # 02[22:07] * Quits: Stikki (~lordstich@dsl-pribrasgw1-ff17c300-80.dhcp.inet.fi) (Ping timeout: 250 seconds)
- # 02[22:08] * Quits: jacobolus (~jacobolus@208-90-212-189.PUBLIC.monkeybrains.net) (Ping timeout: 258 seconds)
- # 02[22:09] * Quits: cying (~cying@173-228-29-224.dsl.static.sonic.net) (Quit: cying)
- # [22:11] <annevk> oh hey
- # [22:11] <annevk> Opera invented INVALID_STATE_ERR for recursive traversal invocations
- # [22:11] <annevk> and Gecko copied it
- # [22:11] <annevk> you don't see that very often
- # 03[22:12] * Joins: Stikki (~lordstich@dsl-pribrasgw1-ff17c300-80.dhcp.inet.fi)
- # [22:12] <annevk> thanks for the pointer sicking :)
- # 02[22:14] * Quits: sgentle (~sgentle@li175-21.members.linode.com) (Quit: ZNC - http://znc.sourceforge.net)
- # 03[22:14] * Joins: sgentle (~sgentle@li175-21.members.linode.com)
- # [22:15] <jamesr> annevk: i thought opera invented everything
- # 02[22:16] * Quits: davidb (~davidb@corp.tor1.mozilla.com) (Quit: davidb)
- # [22:16] <karlcow> http://elie.im/blog/security/tracking-users-that-block-cookies-with-a-http-redirect/
- # [22:16] <karlcow> jamesr: this is a truism
- # [22:16] <annevk> jamesr, I think that particular rhetoric typically only applies to UI stuff
- # [22:17] <annevk> jamesr, assuming you are referring to the pointless debates on who did tabs / speed dial / mouse gestures / whatnot first
- # [22:17] <karlcow> it applies to love, joy, tears, emotions, etc. I mean how could not feel anything at Carmen
- # [22:18] <Ms2ger> Don't you know that we all use "Opera did it first" to laugh at you guys? :)
- # 02[22:19] * Quits: erlehmann (~erlehmann@89.204.153.99) (Quit: Ich habe dieses Lotterleben satt.)
- # 02[22:19] * Quits: sgentle (~sgentle@li175-21.members.linode.com) (Client Quit)
- # [22:19] <annevk> Ms2ger, heh, I didn't
- # [22:19] <annevk> Ms2ger, but I can certainly see the fun in that :)
- # 03[22:19] * Joins: jacobolus (~jacobolus@208-90-212-189.PUBLIC.monkeybrains.net)
- # 02[22:19] * Quits: ralphholzmann (~ralph@li76-151.members.linode.com) (Ping timeout: 260 seconds)
- # 03[22:21] * Joins: sgentle (~sgentle@li175-21.members.linode.com)
- # 03[22:22] * Joins: cying (~cying@173-13-176-101-sfba.hfc.comcastbusiness.net)
- # 03[22:25] * Joins: drdt (~dydz@64.134.238.218)
- # 02[22:26] * Quits: korkut (~korkut@188.57.90.218) (Quit: Leaving.)
- # 02[22:27] * Quits: tomasf (~tom@c-5ed9e555.024-204-6c6b7012.cust.bredbandsbolaget.se) (Read error: Connection reset by peer)
- # 03[22:27] * Joins: tomasf (~tom@c-5ed9e555.024-204-6c6b7012.cust.bredbandsbolaget.se)
- # 02[22:28] * Quits: tomasf (~tom@c-5ed9e555.024-204-6c6b7012.cust.bredbandsbolaget.se) (Read error: Connection reset by peer)
- # 03[22:28] * Joins: tomasf (~tom@c-5ed9e555.024-204-6c6b7012.cust.bredbandsbolaget.se)
- # 02[22:28] * Quits: cying (~cying@173-13-176-101-sfba.hfc.comcastbusiness.net) (Quit: cying)
- # 02[22:34] * Quits: zdobersek1 (~zan@90.157.245.209) (Quit: Leaving.)
- # 02[22:42] * Quits: jonatasnona (~jonatas@lba.inpa.gov.br) (Quit: Saindo)
- # 02[22:42] * Quits: drdt (~dydz@64.134.238.218) (Quit: drdt)
- # 02[22:45] * Quits: Stikki (~lordstich@dsl-pribrasgw1-ff17c300-80.dhcp.inet.fi) (Ping timeout: 246 seconds)
- # 03[22:50] * Joins: Stikki (~lordstich@dsl-pribrasgw1-ff17c300-80.dhcp.inet.fi)
- # 02[23:02] * Quits: othermaciej (~mjs@17.246.18.21) (Quit: othermaciej)
- # 03[23:08] * Joins: othermaciej (~mjs@17.245.22.88)
- # 03[23:11] * Joins: cying (~cying@173-228-29-224.dsl.static.sonic.net)
- # 03[23:12] * Joins: Yuhong (~chatzilla@50-47-173-54.evrt.wa.frontiernet.net)
- # 02[23:13] * Quits: FireFly (~firefly@unaffiliated/firefly) (Quit: swatted to death)
- # 02[23:14] * Quits: The_8472 (~stardive@azureus/The8472) (Ping timeout: 250 seconds)
- # 03[23:15] * Joins: cpearce (~chatzilla@ip-118-90-60-169.xdsl.xnet.co.nz)
- # [23:16] <annevk> I wonder how Page Visibility went to Last Call
- # [23:16] <annevk> prolly because all these new WGs have like zero oversight
- # [23:18] <Ms2ger> The Process only applies to relevant WGs
- # [23:18] <Yuhong> So, on https://plus.google.com/112095156983892490612/posts/EMADdvHSRbH, describe the "substantial changes" that would be needed in detail.
- # 06[23:18] * Ms2ger yawns
- # [23:19] <annevk> Ms2ger, curb your enthusiasm is back
- # [23:19] <Yuhong> And won't the substantial changes be limited by compatibility with existing content and implementations?
- # [23:20] <annevk> I searched for "substantial changes" in that link and it yielded nothing
- # 06[23:20] * Ms2ger throws a PARSE_ERR at annevk
- # [23:20] <annevk> Ms2ger, search for the first three words and watch it :)
- # [23:20] <jamesr> i didn't know the w3 had a process to rescind a recommendation
- # [23:20] <Yuhong> Sorry, look at the mailing list post linked.
- # [23:21] <Ms2ger> I did! :)
- # [23:21] <Ms2ger> I also know the history of boolean attributes
- # [23:21] <Ms2ger> Both pieces of knowledge are equally useless
- # [23:21] <Yuhong> Sorry, substantive changes .
- # [23:22] <AryehGregor> Yuhong, Maciej's post starting the thread there is pretty clear about what qualifies as a substantive change.
- # [23:22] <AryehGregor> It's very broad.
- # [23:22] <AryehGregor> Basically, any change that anyone other than a bike-shedder has reason to care about.
- # [23:22] <annevk> Ms2ger, for when your children ask you to tell them once more the story about boolean attributes
- # [23:23] <Yuhong> BTW, I just recently learned the history of HTML 3.0 and Netscape too.
- # [23:23] <Ms2ger> "Daddy, what's SGML"?
- # 02[23:23] * Quits: MacTed (~Thud@63.119.36.36)
- # [23:23] <annevk> Ms2ger, zcorpan meanwhile tells his about SHORTTAG NET and how things were before he figured out legacy color parsing
- # [23:23] <Ms2ger> Hah
- # [23:24] <TabAtkins> I'm very glad I didn't have to figure out legacy color parsing myself.
- # [23:24] <TabAtkins> That shit's crazy.
- # [23:24] <Ms2ger> TabAtkins, how about trying to figure out CSS parsing in quirks mode? :)
- # [23:24] <TabAtkins> I'm gonna... I'm gonna not do that.
- # [23:24] <annevk> Yuhong, you want to read the W3C Process document for a definition of that term
- # [23:25] <annevk> Yuhong, if you are after "substantive changes"
- # [23:28] <Ms2ger> Notes, notes, notes
- # 02[23:28] * Quits: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net) (Read error: Connection reset by peer)
- # [23:28] <Ms2ger> One for CSS2.1 too? :)
- # [23:28] <TabAtkins> 2.1 is the most recent and accurate reference!
- # 03[23:28] * Joins: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net)
- # [23:28] <Ms2ger> Still a disaster :)
- # [23:29] <TabAtkins> And we have a note on CSS2 along those lines.
- # [23:29] <Ms2ger> But less of a disaster than the rest of CSS, I'll grant you that
- # 02[23:29] * Quits: Obvious_MkII (~tachikoma@188.226.74.2) (Ping timeout: 240 seconds)
- # 02[23:30] * Quits: Stikki (~lordstich@dsl-pribrasgw1-ff17c300-80.dhcp.inet.fi) (Ping timeout: 252 seconds)
- # 02[23:30] * Quits: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net) (Read error: Connection reset by peer)
- # 03[23:30] * Joins: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net)
- # [23:30] <TabAtkins> Relatively speaking, 2.1 is one of the best specs the W3C has produced. We actually have a large (though still not large enough) test suite.
- # [23:31] <Yuhong> In fact, I learned that the history of CSS1 is related to the history of HTML 3.0.
- # [23:31] <annevk> XSLT and XML are pretty watertight (and way simpler)
- # [23:31] <Yuhong> More history: http://www.reddit.com/r/web_design/comments/exnr8/on_netscape_and_css_history_heres_the_history/
- # [23:31] <annevk> CSS 2.1 has a lot of handwaving still :(
- # [23:32] <TabAtkins> annevk: I said "relatively" ^_^
- # 03[23:35] * Joins: Stikki (~lordstich@dsl-pribrasgw1-ff17c300-80.dhcp.inet.fi)
- # [23:38] <annevk> I wonder why you need a whole WG for something like page visiblity
- # [23:38] <annevk> two new attributes on Document
- # 02[23:40] * Quits: miketaylr (~miketaylr@24.42.93.245) (Quit: miketaylr)
- # [23:41] <Hixie> beats me
- # 02[23:44] * Quits: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net) (Read error: Connection reset by peer)
- # 03[23:44] * Joins: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net)
- # 02[23:45] * Quits: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net) (Read error: No route to host)
- # 03[23:45] * Joins: Rik`_ (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net)
- # [23:47] <annevk> jgraham, you look sad on your G+ photo
- # [23:47] <annevk> well, more disinterested, which might be accurate I suppose :p
- # [23:48] <Yuhong> So what are examples of "substantive changes" that might be needed in the future?
- # [23:49] <annevk> Yuhong, http://www.w3.org/2005/10/Process-20051014/tr.html#substantive-change
- # [23:50] <Yuhong> Sorry, there was no Glossary, making it hard to find.
- # 02[23:51] * Quits: sicking (~chatzilla@2620:101:8003:200:226:bbff:fe05:3fe1) (Ping timeout: 255 seconds)
- # [23:51] <annevk> glad you looked at least
- # [23:51] <annevk> :)
- # [23:52] <Ms2ger> annevk, want to tell them they need a reference to WebIDL as well?
- # [23:52] <annevk> Ms2ger, can do
- # 03[23:52] * Joins: sicking (~chatzilla@2620:101:8003:200:226:bbff:fe05:3fe1)
- # 03[23:53] * Joins: Obvious (tachikoma@188.226.74.2)
- # [23:53] <Yuhong> So what are examples of "substantive changes" that might be needed in the future, or the HTML5 spec quickly becomes inaccurate?
- # [23:53] <Yuhong> I am looking for specific examples.
- # [23:54] <Hixie> how can we know...?
- # [23:54] <annevk> we might have to remove an attribute that's not implemented
- # [23:54] <annevk> we might have to change an attribute because it's implemented incorrectly
- # 06[23:54] * Ms2ger stays out of this
- # 02[23:54] * Quits: Ms2ger (~Ms2ger@91.181.87.229) (Quit: nn)
- # [23:55] <annevk> good idea
- # [23:55] <annevk> if Ms2ger is still reading the logs: http://lists.w3.org/Archives/Public/public-web-perf/2011Jul/0080.html
- # [23:55] <Yuhong> Candidate Recommendation is exactly the place to prove everything is implemented.
- # [23:55] <Yuhong> If it is not, it will be removed.
- # 02[23:55] * Quits: Rik`_ (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net) (Read error: No route to host)
- # [23:56] <annevk> hey man, if you already know, don't ask
- # 02[23:56] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: Freedom - to walk free and own no superior.)
- # 03[23:56] * Joins: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net)
- # 02[23:56] * Quits: Frozen_ (~Frozen@2a01:e35:8a2f:2a60:21f:d0ff:fe53:75b2) (Read error: Connection reset by peer)
- # 02[23:56] * Quits: MrDoublesite (~mropposit@unaffiliated/mropposite) (Ping timeout: 240 seconds)
- # 02[23:57] * Quits: dpy (~Marcel@dhcp-077-248-090-235.chello.nl) (Ping timeout: 255 seconds)
- # [23:57] <Yuhong> My point is that it is an already solved problem.
- # [23:58] <Yuhong> I mean, the W3C process already solves this problem.
- # [23:59] <Yuhong> With Candidate Recommendation and the tests etc.
- # [23:59] <annevk> yes, you have to revert to WD after a substantive change
- # [23:59] <Yuhong> Yes, but why would it loop forever?
- # Session Close: Sat Jul 23 00:00:00 2011
The end :)