Options:
- # Session Start: Tue Oct 26 00:00:00 2010
- # Session Ident: #whatwg
- # [00:00] <othermaciej> heycam: I have heard nothing about it
- # [00:00] <othermaciej> heycam: Adobe has done a lot of "working with" WebKit which I only ever became aware of through their press releases
- # [00:00] <MikeSmith> jgraham: I'm multitasking
- # [00:00] <heycam> othermaciej, i see
- # [00:01] <volkmar> AryehGregor: still there ?
- # [00:02] * Quits: invariable (~variable@unaffiliated/variable) (Ping timeout: 264 seconds)
- # [00:02] * Quits: sean` (~Sean@D97A9F8D.cm-3-3c.dynamic.ziggo.nl) (Quit: Leaving)
- # [00:03] * Quits: othermaciej (~mjs@17.246.18.217) (Quit: othermaciej)
- # [00:04] * Joins: invariable (~variable@unaffiliated/variable)
- # [00:06] <TabAtkins_> heycam: Also, I have the "flow text in arbitrary shapes" thing on my list of CSS things to work on, so if no one else gets to it I'll address it in the medium future.
- # [00:06] <heycam> TabAtkins_, ok
- # [00:07] * Joins: othermaciej (~mjs@2620:0:1b00:1f02:9227:e4ff:fef3:599)
- # [00:08] <Hixie> othermaciej: i have the same problem with them and contributing to / supporting html
- # [00:10] * Quits: othermaciej (~mjs@2620:0:1b00:1f02:9227:e4ff:fef3:599) (Remote host closed the connection)
- # [00:10] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 255 seconds)
- # [00:11] * Joins: othermaciej (~mjs@17.244.10.110)
- # [00:18] * Quits: invariable (~variable@unaffiliated/variable) (Ping timeout: 255 seconds)
- # [00:19] * Quits: meandi2 (~meandi@dyndsl-178-142-052-140.ewe-ip-backbone.de) (Quit: Nettalk6 - www.ntalk.de)
- # [00:21] <AryehGregor> volkmar, still here.
- # [00:22] * Quits: nattokirai (~nattokira@ac242062.dynamic.ppp.asahi-net.or.jp) (Quit: nattokirai)
- # [00:23] * Quits: kennyluck (~kennyluck@EM114-48-60-167.pool.e-mobile.ne.jp) (Quit: kennyluck)
- # [00:23] <volkmar> AryehGregor: if you have time, i've updated the patch
- # [00:23] <volkmar> in addition, i was looking more carefuly to your reflection test and it seems to have some mistakes
- # [00:24] <volkmar> do you have a repository so i can provide patches ?
- # [00:24] <AryehGregor> volkmar, I gave the link to the repository. :)
- # [00:25] <AryehGregor> It's in the W3C HTMLWG's hg test repo.
- # [00:25] <AryehGregor> I haven't looked over the failures in various browsers carefully for a while, but last I did, I'm pretty sure they were all correct per spec.
- # [00:25] <AryehGregor> Happy to hear feedback.
- # [00:25] <volkmar> AryehGregor: input.autocomplete seems wrong
- # [00:26] <volkmar> and you are looking for attribute that do not exist on output
- # [00:28] <AryehGregor> volkmar, what's wrong about input.autocomplete?
- # [00:29] <volkmar> AryehGregor: it looks like you are assuming it's working like form.autocomplete
- # [00:29] <volkmar> which is not the case
- # [00:29] <AryehGregor> In what way?
- # [00:29] <volkmar> AFAIUI, if i do input.autocomplete = "foo"; input.autocomplete should return "", not "on"
- # [00:31] * Quits: matjas (~matjas@ip-213-49-114-133.dsl.scarlet.be) (Remote host closed the connection)
- # [00:31] <AryehGregor> Okay, you're right, they're different.
- # [00:31] <AryehGregor> Yay consistency.
- # [00:31] <volkmar> yep :(
- # [00:35] * Quits: kinetik (~kinetik@121.98.132.55) (Quit: Lost terminal)
- # [00:37] * Joins: kinetik (~kinetik@121.98.132.55)
- # [00:38] * Quits: aroben (~aroben@unaffiliated/aroben) (Read error: Connection reset by peer)
- # [00:43] * Quits: othermaciej (~mjs@17.244.10.110) (Quit: othermaciej)
- # [00:45] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote host closed the connection)
- # [00:48] <TabAtkins_> Hixie: What's the meaning of @-rules specified in a <style scoped>? Does @scoped only have an effect on selector matching, so @-rules (like @keyframes) still apply globally?
- # [00:50] <Hixie> @rules are scoped to the current sheet, aren't they?
- # [00:50] <Hixie> or at most the current sheet and anyone that imported the sheet?
- # [00:50] <TabAtkins_> Um... dunno?
- # [00:50] <Hixie> making them polute a global scope would be pretty bad
- # [00:50] <Hixie> so we should definitely not make that mistake again :-)
- # [00:51] * TabAtkins_ isn't sure where in 2.1 he'd find anything about that, since the at-rules section doesn't say anything.
- # [00:51] <Hixie> assuming any declarations in a sheet X are scoped to the sheet that @imported the sheet X and the sheet X itself, the answer to your question is "it doesn't matter"
- # [00:51] <TabAtkins_> Right.
- # [00:52] <Hixie> however if that assumption is wrong then i need to fix something
- # [00:52] <Hixie> css2.1 doesn't have nany declaration @rules
- # [00:52] <Hixie> any
- # [00:52] <Hixie> so it's not an issue there
- # [00:52] <Hixie> i'm only aware of two types of declaration @-rules, the variable stuff and the animation stuff
- # [00:52] <Hixie> so i guess that should be fixed there
- # [00:53] <TabAtkins_> Yeah. I have @counter-style in my unpublished Lists rev, too.
- # [00:53] <TabAtkins_> I can't find anything that talks about it. I'll ask on the list.
- # [00:54] * Quits: JonathanNeal (~Jonathan_@76.79.114.214) (Quit: Leaving)
- # [00:57] * Quits: tndH (~Rob@cpc6-seac20-2-0-cust102.7-2.cable.virginmedia.com) (Ping timeout: 252 seconds)
- # [00:57] * Joins: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [00:57] <AryehGregor> volkmar, both bugs should be fixed. (I only commented out input.autocomplete entirely for now, since my test framework can't yet handle what the spec demands.)
- # [01:01] <volkmar> AryehGregor: great :)
- # [01:02] * Joins: MikeSmith_ (~MikeSmith@EM111-188-72-117.pool.e-mobile.ne.jp)
- # [01:03] * Quits: jwalden (~waldo@nat/mozilla/x-qronpsptvgokwmhn) (Read error: Connection reset by peer)
- # [01:03] <volkmar> AryehGregor: and your button.formAction / form.action test seems wrong
- # [01:04] <volkmar> you seems to duplicate the wrong behavior from Gecko 1.9.*
- # [01:05] * Quits: MikeSmith (~MikeSmith@EM111-188-34-131.pool.e-mobile.ne.jp) (Ping timeout: 252 seconds)
- # [01:05] * MikeSmith_ is now known as MikeSmith
- # [01:06] <AryehGregor> volkmar, how so?
- # [01:06] <AryehGregor> It's supposed to reflect as a URL per spec AFAICT.
- # [01:06] * Joins: jwalden (~waldo@nat/mozilla/x-wdjipgyovmfymbag)
- # [01:07] * Joins: mdelaney (~mdelaney@2620:0:1b00:1191:d69a:20ff:febf:89a0)
- # [01:07] <volkmar> AryehGregor: i think it should reflect the content attribute
- # [01:07] <AryehGregor> volkmar, it does, as a URL.
- # [01:07] <volkmar> which is a DOMString
- # [01:08] <volkmar> oh, damn
- # [01:08] <AryehGregor> http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#reflecting-content-attributes-in-idl-attributes
- # [01:08] <volkmar> this reflect section is a mess :/
- # [01:08] * Quits: KaOSoFt (~maxzagato@unaffiliated/kaosoft)
- # [01:09] <AryehGregor> :)
- # [01:09] <AryehGregor> It's a lot saner than what browsers actually do.
- # [01:19] <TabAtkins_> Hixie: Where did you get the "4 of 18 specs we reference are PR or REC" number?
- # [01:19] <TabAtkins_> I assume you were referring to >
- # [01:19] <TabAtkins_> > ~fantasai
- # [01:19] <TabAtkins_> >
- # [01:19] <TabAtkins_> Argh, not that.
- # [01:19] <TabAtkins_> http://www.w3.org/TR/CSS2/refs.html
- # [01:20] <Hixie> i was reading the internal one, but yes
- # [01:20] <Hixie> the only w3c specs are HTML4, PNG, UAAG and XML
- # [01:21] <Hixie> and there are 18 specs
- # [01:21] <Hixie> in the normative section
- # [01:22] <Hixie> personally these days i just always reference the editor's drafts
- # [01:22] <Hixie> solves the versioning issue altogether
- # [01:22] <TabAtkins_> Yeah, definitely.
- # [01:26] * Joins: roc (~roc@203-97-204-82.dsl.clear.net.nz)
- # [01:27] * Quits: roc (~roc@203-97-204-82.dsl.clear.net.nz) (Client Quit)
- # [01:29] <Hixie> 5 points to anyone who can work out why the HTML spec says "except when stated otherwise in the algorithms given in the sections below" at http://www.whatwg.org/specs/web-apps/current-work/complete.html#dropEffect-initialization
- # [01:29] <TabAtkins_> Because an implementor made it "none" at all times after reading the version of that line without the qualification?
- # [01:30] <Hixie> as far as i can tell, there are no cases where it is stated otherwise
- # [01:30] <Hixie> i'm very confused
- # [01:30] <Hixie> for those events it should always be "none", no?
- # [01:31] <TabAtkins_> Oh, you're wondering why *you* wrote it that way.
- # [01:31] <Hixie> yeah
- # [01:31] <Hixie> sorry, it wasn't a quiz :-)
- # [01:31] <Hixie> i'm actually trying to work it out
- # [01:31] <TabAtkins_> Don't give out points, then
- # [01:31] <Hixie> heh
- # [01:31] <Hixie> the table has "none" for all three of those events, without qualification
- # [01:34] * Joins: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net)
- # [01:35] * Quits: cardona507 (~cardona50@c-24-130-129-16.hsd1.ca.comcast.net) (Quit: zzzzz)
- # [01:41] <Hixie> TabAtkins_: if the csswg decides to test fewer things (as seems likely), submit the tests that are removed to the htmlwg's test suite :-)
- # [01:41] <TabAtkins_> kk!
- # [01:42] <Hixie> we really should just have one "web" test suite
- # [01:42] <Hixie> but that's another story
- # [01:42] <TabAtkins_> Agreed. The web is constructed out of solid interactions, so trying to treat those interactions as out-of-scope is both fruitless and dangerous.
- # [01:43] * Joins: othermaciej (~mjs@17.246.18.217)
- # [01:43] <Hixie> yeah
- # [01:44] <Hixie> ok. for the record, the html spec right now has most of its drag and drop engine on the garage floor, but i'll have it back together either later today or tomorrow.
- # [01:44] <Hixie> for now though... afk.
- # [01:44] * Quits: dglazkov (~dglazkov@nat/google/x-jlduaovhqueevwtl) (Quit: dglazkov)
- # [01:45] * Quits: othermaciej (~mjs@17.246.18.217) (Read error: Connection reset by peer)
- # [01:45] * Joins: othermaciej (~mjs@17.246.18.217)
- # [01:55] * Quits: jacobolus (~jacobolus@beaker.cictr.com) (Remote host closed the connection)
- # [01:57] * Quits: wakaba (~wakaba@130.139.210.220.dy.bbexcite.jp) (Read error: Operation timed out)
- # [01:58] * Joins: JonathanNeal (~Jonathan_@99-59-125-34.lightspeed.irvnca.sbcglobal.net)
- # [01:59] * Joins: wakaba (~wakaba@130.139.210.220.dy.bbexcite.jp)
- # [02:04] * Quits: othermaciej (~mjs@17.246.18.217) (Quit: othermaciej)
- # [02:04] * Joins: othermaciej (~mjs@17.246.18.217)
- # [02:04] * Quits: othermaciej (~mjs@17.246.18.217) (Client Quit)
- # [02:06] * Quits: mdelaney (~mdelaney@2620:0:1b00:1191:d69a:20ff:febf:89a0) (Read error: Operation timed out)
- # [02:06] * Quits: ap (~ap@2620:0:1b00:1191:226:4aff:fe14:aad6) (Read error: Operation timed out)
- # [02:08] <TabAtkins_> Heh, howcome just got called an "incompetent developer".
- # [02:08] <TabAtkins_> (Though he's not a developer at all, far as I know.)
- # [02:09] * Joins: ap (~ap@2620:0:1b00:1191:226:4aff:fe14:aad6)
- # [02:09] * Joins: mdelaney (~mdelaney@2620:0:1b00:1191:d69a:20ff:febf:89a0)
- # [02:13] * Joins: kennyluck (~kennyluck@EM111-188-6-248.pool.e-mobile.ne.jp)
- # [02:14] * Quits: kennyluck (~kennyluck@EM111-188-6-248.pool.e-mobile.ne.jp) (Client Quit)
- # [02:16] <gsnedders> TabAtkins_: Where?
- # [02:16] <TabAtkins_> www-style, writing-mode thread.
- # [02:17] * Quits: jwalden (~waldo@nat/mozilla/x-wdjipgyovmfymbag) (Ping timeout: 255 seconds)
- # [02:18] * Quits: sicking (~chatzilla@63.245.220.240) (Ping timeout: 255 seconds)
- # [02:18] * Joins: othermaciej (~mjs@17.246.18.217)
- # [02:19] * Quits: estes (~aestes@17.246.18.90) (Read error: Connection reset by peer)
- # [02:19] * Joins: estes (~aestes@17.246.18.90)
- # [02:22] * Quits: cyphase (~cyphase@adsl-99-60-3-22.dsl.pltn13.sbcglobal.net) (Read error: Operation timed out)
- # [02:22] * Joins: sicking (~chatzilla@nat/mozilla/x-cjlhiasaxvatwyar)
- # [02:23] * Joins: jwalden (~waldo@nat/mozilla/x-nhhjfzpjrubywbyh)
- # [02:24] <AryehGregor> TabAtkins_, it's kind of ridiculously disingenuous to say that because ISO standards or RFCs are not technically called "Recommendations", they're comparable to HTML5.
- # [02:24] <AryehGregor> Every normative reference in CSS2.1 is basically fixed and unchanging, HTML5 is not.
- # [02:24] <TabAtkins_> I agree. HTML5 is more stable and mature than most of either.
- # [02:24] <AryehGregor> HTML5 is more stable than an RFC?
- # [02:25] <TabAtkins_> "stable and mature".
- # [02:25] <TabAtkins_> Many RFCs aren't both.
- # [02:25] <AryehGregor> Stable and mature implies, in particular, stable.
- # [02:25] * Quits: jwalden (~waldo@nat/mozilla/x-nhhjfzpjrubywbyh) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.2.10/20100920140826])
- # [02:25] <AryehGregor> HTML5 is not stable by anyone's standards.
- # [02:25] <TabAtkins_> The part we were testing certainly is.
- # [02:25] * Joins: jwalden (~waldo@nat/mozilla/x-ewxnwrptmpmlqpcw)
- # [02:25] <TabAtkins_> And if it's not, it's because the browser landscape changed, and tests should be updated accordingly.
- # [02:26] <AryehGregor> You're acting like you're trying to challenge the entire W3C REC process.
- # [02:26] <AryehGregor> In rejecting the necessity of fixed snapshots.
- # [02:26] <TabAtkins_> No, I'm trying to fight the ridiculous assertion that it's okay to test for behavior that's specified in HTML4 incorrectly, but in HTML5 correctly, because HTML5 isn't a REC.
- # [02:27] <AryehGregor> I'm all for that, but the process revolves around fixed snapshots, and HTML5 is not a fixed snapshot. You could suggest we reference the WD of a particular date . . .
- # [02:27] <TabAtkins_> That's still not a Rec, which is the criterion being used to suggest that we can't reference HTML5.
- # [02:27] <AryehGregor> Yes, I know.
- # [02:28] <AryehGregor> The problem is in saying that tests have to correspond to CSS 2.1, not in the fact that CSS 2.1 doesn't normatively reference HTML5.
- # [02:28] <AryehGregor> There should be a "CSS test suite" that includes tests for all CSS-related stuff. Or just one big "web test suite".
- # [02:28] <AryehGregor> You should just agree that the tests don't have to go with CSS2.1's tests. What difference does it make anyway where they're put?
- # [02:29] <TabAtkins_> That's not the problem either, unless you're suggesting that doing so would let us get around the "must reference RECs" because it's not tied to something trying to achieve REC.
- # [02:29] <TabAtkins_> AryehGregor: None at all, but it does matter that it's tested *somewhere*. Just saying that it's out of scope and dropping the test doesn't help.
- # [02:29] <AryehGregor> Well, obviously. So test it somewhere else.
- # [02:30] <gsnedders> IMO it's not that interesting from a CSS POV, as CSS should just reflect whatever is in the DOM, and that's just as well covered by less contraversial tests.
- # [02:31] <TabAtkins_> gsnedders: It's important to know that browsers correctly reflect the value of minimized boolean attributes to the CSS engine.
- # [02:32] <TabAtkins_> AryehGregor: I've got no problem with that. I just don't want it dropped, which, without any current work on another test suite, is what I fear will end up happening.
- # [02:32] <gsnedders> TabAtkins_: If we want to test that we need way more tests, for where it's empty, and where it's not equal to the attribute name
- # [02:33] <TabAtkins_> Yes...?
- # [02:33] * Joins: chrx (~chris@CPE-61-9-185-15.static.vic.bigpond.net.au)
- # [02:34] * Parts: chrx (~chris@CPE-61-9-185-15.static.vic.bigpond.net.au)
- # [02:34] * Joins: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
- # [02:36] * Joins: cyphase (~cyphase@adsl-99-62-186-31.dsl.pltn13.sbcglobal.net)
- # [02:40] <TabAtkins_> ...
- # [02:40] <TabAtkins_> "The best-known commercial brand is Mr Brain's Faggots..."
- # [02:41] <TabAtkins_> From the wikipedia entry for "Faggot (food)" - http://en.wikipedia.org/wiki/Faggot_(food)
- # [02:47] * Quits: MikeSmith (~MikeSmith@EM111-188-72-117.pool.e-mobile.ne.jp) (Quit: Deyr fé deyja, frændr deyr, sjálfr et sama)
- # [02:50] * Quits: ZombieLoffe (~e@unaffiliated/zombieloffe)
- # [03:00] * Quits: Amorphous (jan@unaffiliated/amorphous) (Read error: Operation timed out)
- # [03:06] * Quits: aho (~nya@fuld-4d00d64c.pool.mediaWays.net) (Quit: EXEC_over.METHOD_SUBLIMATION)
- # [03:08] * Quits: ap (~ap@2620:0:1b00:1191:226:4aff:fe14:aad6) (Quit: ap)
- # [03:15] * Quits: sicking (~chatzilla@nat/mozilla/x-cjlhiasaxvatwyar) (Ping timeout: 276 seconds)
- # [03:15] * Joins: Amorphous (jan@unaffiliated/amorphous)
- # [03:15] * Quits: othermaciej (~mjs@17.246.18.217) (Quit: othermaciej)
- # [03:21] * Quits: mdelaney (~mdelaney@2620:0:1b00:1191:d69a:20ff:febf:89a0) (Ping timeout: 276 seconds)
- # [03:21] * Joins: othermaciej (~mjs@17.246.18.217)
- # [03:24] * Quits: slightlyoff (~slightlyo@nat/google/x-ttzsvkwmriplitdl) (Quit: slightlyoff)
- # [03:26] * Joins: nattokirai (~nattokira@rtr.mozilla.or.jp)
- # [03:34] * Quits: estes (~aestes@17.246.18.90) (Quit: estes)
- # [03:35] * Joins: cooto1 (~coto@pc-9-153-83-200.cm.vtr.net)
- # [03:42] * Quits: jwalden (~waldo@nat/mozilla/x-ewxnwrptmpmlqpcw) (Quit: back tomorrow)
- # [03:50] * Quits: unclespeedo (~unclespee@S0106001759e65bc8.gv.shawcable.net) (Quit: unclespeedo)
- # [03:51] * Joins: sicking (~chatzilla@dsl2.iceoasis.com)
- # [03:57] <jcranmer> there is an HTML5 parser for Java, is there not?
- # [04:00] * Quits: Velkam (handcraft@host86-169-182-14.range86-169.btcentralplus.com)
- # [04:00] * jcranmer goes to find the Java parser that mozilla uses
- # [04:05] * Joins: miketaylr (~miketaylr@24.42.95.108)
- # [04:17] * Joins: robman (~robman@eth4853.nsw.adsl.internode.on.net)
- # [04:18] * Quits: WHATWG (~apermanen@67-134-147-135.dia.static.qwest.net) (Quit: Leaving.)
- # [04:24] * Quits: dbaron (~dbaron@nat/mozilla/x-quglghbfqajtvynu) (Ping timeout: 245 seconds)
- # [04:28] * Joins: mpt (~mpt@canonical/mpt)
- # [04:30] * Joins: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net)
- # [04:35] * Joins: nessy (~Adium@74.125.56.18)
- # [04:36] * Joins: mdelaney (~mdelaney@66.109.106.107)
- # [04:38] * Joins: estes (~aestes@17.246.18.90)
- # [04:44] * Quits: othermaciej (~mjs@17.246.18.217) (Quit: othermaciej)
- # [04:45] * Joins: othermaciej (~mjs@17.246.18.217)
- # [04:46] * Quits: abarth (~abarth@c-67-169-68-88.hsd1.ca.comcast.net) (Quit: abarth)
- # [04:48] * Quits: cooto1 (~coto@pc-9-153-83-200.cm.vtr.net) (Quit: Leaving.)
- # [04:51] * Quits: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net) (Quit: dglazkov)
- # [04:56] <jcranmer> I underestimate Debian
- # [04:57] <jcranmer> apt-get install libhtmlparser-java
- # [04:59] <jcranmer> hmm, that's not the HTML 5 parser
- # [04:59] * Quits: othermaciej (~mjs@17.246.18.217) (Quit: othermaciej)
- # [05:00] * Joins: davidwalsh (~davidwals@75-134-27-91.dhcp.mdsn.wi.charter.com)
- # [05:02] * Quits: nessy (~Adium@74.125.56.18) (Quit: Leaving.)
- # [05:03] * Quits: tonyg-cr (~Adium@nat/google/x-ocmhphcteqyuilyj) (Read error: Operation timed out)
- # [05:03] * Joins: WHATWG (~apermanen@cpe-76-168-192-209.socal.res.rr.com)
- # [05:04] * Joins: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net)
- # [05:05] * Quits: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net) (Client Quit)
- # [05:08] * Joins: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net)
- # [05:11] * Joins: jacobolus (~jacobolus@c-24-128-189-152.hsd1.ma.comcast.net)
- # [05:12] * Quits: estes (~aestes@17.246.18.90) (Quit: estes)
- # [05:13] * Joins: estes (~aestes@17.246.18.90)
- # [05:17] * Quits: miketaylr (~miketaylr@24.42.95.108) (Remote host closed the connection)
- # [05:30] * Joins: othermaciej (~mjs@67.218.107.212)
- # [05:35] * Quits: sicking (~chatzilla@dsl2.iceoasis.com) (Remote host closed the connection)
- # [05:36] * Quits: mdelaney (~mdelaney@66.109.106.107) (Quit: mdelaney)
- # [05:44] * Joins: tonyg-cr (~Adium@c-71-202-22-159.hsd1.ca.comcast.net)
- # [05:48] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 265 seconds)
- # [05:49] * Quits: tonyg-cr (~Adium@c-71-202-22-159.hsd1.ca.comcast.net) (Client Quit)
- # [05:56] * Quits: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [05:57] * Quits: timeless_mbp (~timeless@a88-115-8-36.elisa-laajakaista.fi) (Remote host closed the connection)
- # [05:58] * Joins: timeless_mbp (~timeless@a88-115-8-36.elisa-laajakaista.fi)
- # [06:08] * Joins: mdelaney (~mdelaney@c-69-181-26-199.hsd1.ca.comcast.net)
- # [06:12] * Quits: peterhil (~peterhil@a91-153-127-82.elisa-laajakaista.fi) (Ping timeout: 276 seconds)
- # [06:14] * Quits: davidwalsh (~davidwals@75-134-27-91.dhcp.mdsn.wi.charter.com) (Quit: davidwalsh)
- # [06:17] * Quits: othermaciej (~mjs@67.218.107.212) (Quit: othermaciej)
- # [06:19] * Joins: Heimidal (~heimidal@unaffiliated/heimidal)
- # [06:25] * Joins: erlehmann (~erlehmann@89.204.137.109)
- # [06:28] * Quits: estes (~aestes@17.246.18.90) (Quit: estes)
- # [06:31] * Quits: robman (~robman@eth4853.nsw.adsl.internode.on.net) (Ping timeout: 265 seconds)
- # [06:32] * Quits: daedb_ (~daed@78-72-108-100-no178.tbcn.telia.com) (Read error: Connection reset by peer)
- # [06:33] * Joins: daedb (~daed@78-72-108-100-no178.tbcn.telia.com)
- # [06:56] * Joins: othermaciej (~mjs@c-69-181-196-33.hsd1.ca.comcast.net)
- # [06:57] <Hixie> AryehGregor: fwiw, i _am_ trying to challenge the entire W3C REC process
- # [06:58] <Hixie> AryehGregor: i think it's an archaic and obsolete practice that is stunting the development of the web
- # [07:09] * Quits: kbrosnan (~kbrosnan@ip24-250-54-36.ri.ri.cox.net) (Ping timeout: 276 seconds)
- # [07:10] <JonathanNeal> does anyone in this code write js in hungarian notation?
- # [07:10] * Joins: Ankheg (~Miranda@fs91-201-3-30.dubna-net.ru)
- # [07:10] <JonathanNeal> and by code i mean room
- # [07:16] * Joins: rimantas (~rimliu@lan-84-240-20-219.vln.skynet.lt)
- # [07:16] * Quits: romeo_ (~romeo__@x1-6-00-10-a7-28-f3-47.k562.webspeed.dk) (Quit: Leaving)
- # [07:26] * Joins: kbrosnan (~kbrosnan@ip24-250-54-36.ri.ri.cox.net)
- # [07:27] * Joins: robman (~robman@eth4584.nsw.adsl.internode.on.net)
- # [07:35] * Joins: kennyluck (~kennyluck@2001:200:1c0:3602:225:ff:fe4d:f8c7)
- # [07:36] * Quits: kennyluck (~kennyluck@2001:200:1c0:3602:225:ff:fe4d:f8c7) (Excess Flood)
- # [07:36] * Joins: kennyluck (~kennyluck@2001:200:1c0:3602:225:ff:fe4d:f8c7)
- # [07:44] <jacobolus> Hixie: you know about using the J key in The Big Picture, right?
- # [07:47] * Disconnected
- # [07:48] * Attempting to rejoin channel #whatwg
- # [07:48] * Rejoined channel #whatwg
- # [07:48] * Topic is 'WHATWG: http://www.whatwg.org/ -- logs: http://krijnhoetmer.nl/irc-logs/ -- stats: http://gavinsharp.com/irc/whatwg.html -- Please leave your sense of logic at the door, thanks!'
- # [07:48] * Set by annevk42 on Mon Oct 19 23:03:06
- # [07:52] * Joins: homata__ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [07:54] * Quits: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Ping timeout: 255 seconds)
- # [07:54] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Disconnected by services)
- # [07:54] * Joins: gavin__ (~gavin@CPE001346f5db49-CM0018c0db9a8a.cpe.net.cable.rogers.com)
- # [07:54] * Joins: maikmerten (~merten@ls5dhcp196.cs.uni-dortmund.de)
- # [07:54] * Joins: othermaciej_ (~mjs@c-69-181-196-33.hsd1.ca.comcast.net)
- # [07:55] * Quits: othermaciej (~mjs@c-69-181-196-33.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [07:55] * othermaciej_ is now known as othermaciej
- # [07:56] * Joins: reni__home (~reni@54030309.catv.pool.telekom.hu)
- # [07:57] * Joins: mhausenblas (~mhausenbl@wg1-nat.fwgal01.deri.ie)
- # [07:57] * Quits: karlcow (~karl@nerval.la-grange.net) (*.net *.split)
- # [07:57] * Quits: krijnh (~krijnhoet@83.160.77.30) (*.net *.split)
- # [07:57] * Quits: volkmar (~volkmar@gentoo/developer/volkmar) (*.net *.split)
- # [07:59] <Hixie> jacobolus: the j key?
- # [08:00] <jacobolus> Hixie: yes. it scrolls down whole pictures at a time
- # [08:00] <jacobolus> k goes up
- # [08:00] <Hixie> i did not
- # [08:00] <Hixie> still doesn't really help, the captions are all under the fold
- # [08:00] <jacobolus> (you'd mentioned a few hours ago that scrolling was annoying)
- # [08:00] <Hixie> at least on my laptop
- # [08:01] <Hixie> also, that's pretty undiscoverable :-P
- # [08:01] <jacobolus> it has it written at the top of every post :)
- # [08:01] <Hixie> ...and doesn't interact well with normal scrolling
- # [08:01] <jacobolus> (Hint: Use 'j' and 'k' keys to move up and down)
- # [08:01] <Hixie> i don't tend to read that boilerplate :-)
- # [08:01] <jacobolus> it is true that the interaction with normal scrolling sucks
- # [08:01] <Hixie> but thanks
- # [08:01] <jacobolus> they could fix that
- # [08:02] <Hixie> that certainly does make it mildly more readable
- # [08:02] <jacobolus> if you zoom your whole browser out you could maybe get the captions
- # [08:02] <Hixie> fullscreening first seems to help
- # [08:02] <jacobolus> though the pictures wouldn't be as "big"
- # [08:02] <Hixie> though then it's kind of off-centered and still not really what i'm looking for
- # [08:02] <Hixie> anynay
- # [08:02] <Hixie> way
- # [08:02] <Hixie> thanks
- # [08:02] <jacobolus> yeah, not perfect
- # [08:02] <jacobolus> I'm not sure there's really a perfect answer though
- # [08:03] <jacobolus> I haven't ever seen a browser picture show that I liked
- # [08:03] <jacobolus> flickr's somewhat recent thing is obnoxious I think
- # [08:03] * Joins: Jon_Neal (~Jonathan_@99-59-125-34.lightspeed.irvnca.sbcglobal.net)
- # [08:05] * Quits: JonathanNeal (~Jonathan_@99-59-125-34.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 272 seconds)
- # [08:07] <jacobolus> I wonder if someone fixed their javascript to move up/down based on the current scroll position if they'd apply the change
- # [08:07] <jacobolus> that is, the big picture's
- # [08:07] <jacobolus> shouldn't be too hard to do, I wouldn't think
- # [08:08] * Joins: volkmar (~volkmar@rps1542.ovh.net)
- # [08:08] * Quits: volkmar (~volkmar@rps1542.ovh.net) (Changing host)
- # [08:08] * Joins: volkmar (~volkmar@gentoo/developer/volkmar)
- # [08:15] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [08:19] * Joins: unclespeedo (~unclespee@S0106001759e65bc8.gv.shawcable.net)
- # [08:19] * Quits: homata__ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Ping timeout: 255 seconds)
- # [08:20] * Joins: homata_ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [08:29] * Quits: WHATWG (~apermanen@cpe-76-168-192-209.socal.res.rr.com) (Quit: Leaving.)
- # [08:29] * Quits: Martijnc (~Martijnc@91.176.52.29) (Read error: Connection reset by peer)
- # [08:35] * Quits: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net) (Quit: nimbupani)
- # [08:37] * Joins: Martijnc (~Martijnc@91.176.88.11)
- # [08:47] * Joins: nessy (~Adium@124-168-26-86.dyn.iinet.net.au)
- # [08:48] * Joins: Maurice (~ano@a80-101-46-164.adsl.xs4all.nl)
- # [09:04] * Quits: Anti-X (~duckmysic@cA872BF51.dhcp.bluecom.no) (Ping timeout: 276 seconds)
- # [09:08] * Joins: micheil (~micheil@124-149-173-56.dyn.iinet.net.au)
- # [09:09] * Joins: Anti-X (~duckmysic@93.179.13.60)
- # [09:10] * Quits: Heimidal (~heimidal@unaffiliated/heimidal) (Remote host closed the connection)
- # [09:11] * Joins: homata__ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [09:15] * Quits: homata_ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Ping timeout: 255 seconds)
- # [09:17] * Quits: nessy (~Adium@124-168-26-86.dyn.iinet.net.au) (Ping timeout: 265 seconds)
- # [09:17] * Joins: nessy (~Adium@124-168-26-86.dyn.iinet.net.au)
- # [09:18] * Joins: zcorpan (~zcorpan@pat.se.opera.com)
- # [09:21] * Joins: Steve_B (~chatzilla@gatek.mh.bbc.co.uk)
- # [09:23] * Joins: tndH (~Rob@cpc6-seac20-2-0-cust102.7-2.cable.virginmedia.com)
- # [09:24] * Joins: estes (~aestes@76-220-34-58.lightspeed.sntcca.sbcglobal.net)
- # [09:27] * Quits: reni__home (~reni@54030309.catv.pool.telekom.hu) (Ping timeout: 252 seconds)
- # [09:29] * Quits: Jon_Neal (~Jonathan_@99-59-125-34.lightspeed.irvnca.sbcglobal.net) (Quit: Leaving)
- # [09:33] * Joins: peterhil (~peterhil@a91-153-127-82.elisa-laajakaista.fi)
- # [09:41] * Joins: matjas (~matjas@ip-81-11-186-3.dsl.scarlet.be)
- # [09:41] * Joins: reni__home (~reni@54030309.catv.pool.telekom.hu)
- # [09:42] * Joins: virtuelv (~virtuelv_@pat-tdc.opera.com)
- # [09:45] * Joins: davidhund (~davidhund@78-27-27-74.dsl.alice.nl)
- # [09:48] * Quits: estes (~aestes@76-220-34-58.lightspeed.sntcca.sbcglobal.net) (Quit: estes)
- # [09:52] * Joins: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
- # [10:03] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote host closed the connection)
- # [10:05] * Quits: Martijnc (~Martijnc@91.176.88.11) (Ping timeout: 276 seconds)
- # [10:06] * Joins: ROBOd (~robod@89.123.140.185)
- # [10:08] <zcorpan> how do you explain this http://www.w3.org/Bugs/Public/show_bug.cgi?id=11145 ? NoScript?
- # [10:09] <zcorpan> Hixie: ^ spam protection didn't bite for the above bug
- # [10:12] * Joins: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [10:14] * Quits: homata__ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Ping timeout: 255 seconds)
- # [10:15] <othermaciej> maybe the form should be disabled or missing on systems w/o script?
- # [10:16] <othermaciej> though I'd be surprised if people running NoScript were both common and likely to submit junk
- # [10:17] <zcorpan> people in general are apparently likely to submit junk
- # [10:17] <zcorpan> and some people have scripting disabled...
- # [10:17] <hsivonen> why doesn't whatever script receives the submission have server-side filtering?
- # [10:17] <annevk> it does
- # [10:18] <annevk> it's us
- # [10:25] * Joins: homata__ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [10:29] * Quits: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Ping timeout: 255 seconds)
- # [10:33] <annevk> public-pfwg-comments list setup sucks enormously
- # [10:33] <annevk> "black hole setup"
- # [10:36] <zcorpan> it sucks like a black hole?
- # [10:36] * Quits: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no) (Quit: This computer has gone to sleep)
- # [10:36] <annevk> not quite that bad :)
- # [10:37] <annevk> but basically there's no discussion there whatsoever
- # [10:38] <annevk> your email is sort of taken apart in a Member-only teleconference and then you get answers back that are often woefully inadequate after months
- # [10:38] <annevk> that does not at all foster mutual understanding
- # [10:41] <zcorpan> to get mutual understanding with pfwg you need to explain your comment in a telecon
- # [10:41] <zcorpan> i've had to do that twice for my DTD comment
- # [10:42] <annevk> I have found that being on a telecon is about as productive as watching an episode of Twin Peaks
- # [10:43] <zcorpan> probably
- # [10:43] <annevk> except the latter is way more fun
- # [10:49] * Quits: tndH (~Rob@cpc6-seac20-2-0-cust102.7-2.cable.virginmedia.com) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.0.1/2008072406])
- # [10:50] * Moo|beerandpie is now known as Moo|ballroom
- # [10:57] * Joins: Lachy (~Lachlan@pat-tdc.opera.com)
- # [10:59] * Joins: akamike (~akamike@94-193-106-14.zone7.bethere.co.uk)
- # [11:01] * Joins: jeremyselier (~Jeremy@pro75-4-82-238-200-10.fbx.proxad.net)
- # [11:08] * Joins: workmad3 (~workmad3@cspool86.cs.man.ac.uk)
- # [11:14] * Quits: nattokirai (~nattokira@rtr.mozilla.or.jp) (Quit: nattokirai)
- # [11:14] * Parts: Steve_B (~chatzilla@gatek.mh.bbc.co.uk)
- # [11:19] * Joins: Martijnc (~Martijnc@91.176.96.129)
- # [11:19] * Joins: wakaba__ (~wakaba@130.139.210.220.dy.bbexcite.jp)
- # [11:21] * Quits: erlehmann (~erlehmann@89.204.137.109) (Quit: Die demokratieerhaltende Whistleblower-Organisation Krautchan freut sich immer über Spenden.)
- # [11:21] * Quits: homata__ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Ping timeout: 255 seconds)
- # [11:21] * Quits: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (Ping timeout: 255 seconds)
- # [11:21] * Quits: Peter` (~peter@170-116.citynet.ftth.internl.net) (Ping timeout: 255 seconds)
- # [11:21] * Quits: wakaba (~wakaba@130.139.210.220.dy.bbexcite.jp) (Read error: Connection reset by peer)
- # [11:21] * Joins: wakaba_ (~wakaba_@122.221.184.68)
- # [11:21] * Joins: homata (~homata@58.158.182.50)
- # [11:21] <annevk> oh hey look at that
- # [11:21] <annevk> we published
- # [11:21] <annevk> http://www.w3.org/News/2010.html#entry-8937
- # [11:21] <annevk> actually seven days ago, but really yesterday
- # [11:21] <annevk> or something like that
- # [11:21] * Quits: Anti-X (~duckmysic@93.179.13.60) (Ping timeout: 255 seconds)
- # [11:21] * Joins: Peter` (~peter@170-116.citynet.ftth.internl.net)
- # [11:22] * Joins: smaug____ (~chatzilla@cs181063178.pp.htv.fi)
- # [11:25] * Joins: Anti-X (~duckmysic@93.179.13.60)
- # [11:26] * Quits: jeremyselier (~Jeremy@pro75-4-82-238-200-10.fbx.proxad.net) (Read error: Connection reset by peer)
- # [11:26] * Joins: jeremyselier (~Jeremy@pro75-4-82-238-200-10.fbx.proxad.net)
- # [11:29] * Quits: gsnedders (~gsnedders@204.232.194.186) (Read error: Operation timed out)
- # [11:30] * Quits: Amorphous (jan@unaffiliated/amorphous) (Ping timeout: 252 seconds)
- # [11:32] * Joins: gsnedders (~gsnedders@204.232.194.186)
- # [11:32] * Joins: Amorphous (jan@unaffiliated/amorphous)
- # [11:32] * Quits: timeless_mbp (~timeless@a88-115-8-36.elisa-laajakaista.fi) (Remote host closed the connection)
- # [11:33] * Joins: timeless_mbp (~timeless@a88-115-8-36.elisa-laajakaista.fi)
- # [11:34] * Quits: Ankheg (~Miranda@fs91-201-3-30.dubna-net.ru) (Read error: Connection reset by peer)
- # [11:38] * Joins: Ankheg (~Miranda@fs91-201-3-30.dubna-net.ru)
- # [11:59] * Joins: meandi (~meandi@dyndsl-178-142-052-140.ewe-ip-backbone.de)
- # [12:26] * Quits: foolip (~philip@83.218.67.122) (Ping timeout: 276 seconds)
- # [12:36] * Joins: foolip (~philip@83.218.67.122)
- # [12:37] * Joins: ZombieLoffe (~e@unaffiliated/zombieloffe)
- # [12:47] * Quits: workmad3 (~workmad3@cspool86.cs.man.ac.uk) (Remote host closed the connection)
- # [12:49] * Joins: Heimidal (~heimidal@unaffiliated/heimidal)
- # [12:51] * Quits: Anti-X (~duckmysic@93.179.13.60) (Ping timeout: 276 seconds)
- # [12:52] * Quits: reni__home (~reni@54030309.catv.pool.telekom.hu) (Quit: Leaving)
- # [12:55] * Joins: WHATWG (~apermanen@cpe-76-168-89-210.socal.res.rr.com)
- # [12:55] * Quits: WHATWG (~apermanen@cpe-76-168-89-210.socal.res.rr.com) (Client Quit)
- # [12:55] * Joins: WHATWG1 (~apermanen@cpe-76-168-89-210.socal.res.rr.com)
- # [12:55] * Joins: Anti-X (~duckmysic@93.179.12.12)
- # [12:57] * Quits: Heimidal (~heimidal@unaffiliated/heimidal) (Remote host closed the connection)
- # [13:02] * Joins: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com)
- # [13:04] * Quits: Anti-X (~duckmysic@93.179.12.12) (Ping timeout: 240 seconds)
- # [13:17] <Philip`> jcranmer: http://about.validator.nu/htmlparser/
- # [13:17] * Joins: Anti-X (~duckmysic@cA872BF51.dhcp.bluecom.no)
- # [13:21] * Moo|ballroom is now known as Moo|businessday
- # [13:23] <zcorpan> annevk: yeah i noticed that too
- # [13:26] * jcranmer sucks himself into parsing webpages
- # [13:26] <jcranmer> it would be nice if ads could be required to all be in, say, <div class="ad"> or something
- # [13:28] <annevk> contact your congressman!
- # [13:29] * Quits: timeless_mbp (~timeless@a88-115-8-36.elisa-laajakaista.fi) (Quit: Leaving.)
- # [13:29] <zcorpan> hmm http://www.w3.org/TR/2010/WD-xml-proc-profiles-20101021/
- # [13:36] * Joins: timeless_mbp (~timeless@a88-115-8-36.elisa-laajakaista.fi)
- # [13:40] <annevk> getting 503 for /TR/WebIDL/
- # [13:40] <annevk> working now
- # [13:40] <annevk> very slow though
- # [13:45] <slartsa> I'm working slowly as well!
- # [14:06] <webr3> annevk, anyone - using an XHR request with followRedirects = true; and where /A 3xx's to /B - how do you get the URI "/B" back out from XHR?
- # [14:07] <webr3> it's not set or used in the responseXML, it's not in any of the properties of xhr, and not in any of the returned headers and a getResponseHeader("Location") =s null
- # [14:07] <annevk> hmm, I should remove followRedirects
- # [14:08] <annevk> but euh, I'd guess xhr.responseXML.URL or some such has it
- # [14:08] <webr3> well followRedirects is very useful.. but would be useful to have a .url or .location property on there that shows the URL of the final get request
- # [14:08] <annevk> useful and incomplete, yes
- # [14:08] <annevk> and the complete sultion is a whole bit more complicated
- # [14:08] <webr3> annvk, no it doesn't.. xhr.responseXML.URL and documentURI and all other properties are set to "/A" not "/B"
- # [14:08] <annevk> solution, even
- # [14:09] <annevk> that seems like a bug
- # [14:09] <webr3> could be, there's def no way to get "/B" back out though, tried everything
- # [14:10] <webr3> annevk, see: http://lists.w3.org/Archives/Public/www-tag/2010Oct/0126.html for full details and corresponding TAG issue where it came up
- # [14:10] <annevk> I'm on that list
- # [14:11] <annevk> as I said, seems like a bug, is it the same in every browser?
- # [14:13] * Quits: homata (~homata@58.158.182.50) (Quit: Leaving...)
- # [14:13] <webr3> will just check (re every browser)
- # [14:16] <annevk> it's pretty obvious that relative URLs in the resulting document need to be resolved against the URL of the resulting document
- # [14:16] * Joins: nielsle (~nielsle@4135136-cl69.boa.fiberby.dk)
- # [14:16] <annevk> I guess we could test that in the XMLHttpRequest test suite...
- # [14:17] * Quits: Peter` (~peter@170-116.citynet.ftth.internl.net) (Read error: Connection reset by peer)
- # [14:23] * Quits: nessy (~Adium@124-168-26-86.dyn.iinet.net.au) (Quit: Leaving.)
- # [14:24] * Joins: Peter` (~peter@170-116.citynet.ftth.internl.net)
- # [14:32] <webr3> annevk, tested and send response on list, cc'd you and public-webapps, turns out Firefox only exposes "/B" and Opera+Chrome only expose "/A" - and all 3 only expose as part of responseXML (so can't be used for non-dom-based responses)
- # [14:36] <annevk> sure, at some point we might need something special
- # [14:37] * Joins: mpt (~mpt@canonical/mpt)
- # [14:41] <annevk> and please don't cc me if you already cc a list I'm subscribed to
- # [14:41] <annevk> now I get 3 emails from Julian...
- # [14:42] <annevk> and three from you, come to think of it
- # [14:42] <annevk> sigh
- # [14:47] * Quits: wakaba_ (~wakaba_@122.221.184.68) (Quit: Leaving...)
- # [14:48] <webr3> lol apologies annevk - I get that often myself
- # [14:50] * Joins: BlurstOfTimes (~blurstoft@2002:183c:117a:0:21e:52ff:fe76:c67f)
- # [14:50] * Joins: nattokirai (~nattokira@ac242062.dynamic.ppp.asahi-net.or.jp)
- # [14:51] * Quits: nattokirai (~nattokira@ac242062.dynamic.ppp.asahi-net.or.jp) (Client Quit)
- # [14:55] * Joins: aroben (~aroben@unaffiliated/aroben)
- # [14:57] * Quits: Ankheg (~Miranda@fs91-201-3-30.dubna-net.ru) (Read error: Connection reset by peer)
- # [14:59] <jgraham> hybi died again :(
- # [14:59] * Quits: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net) (Remote host closed the connection)
- # [15:00] * Joins: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net)
- # [15:01] * Joins: davidhund_ (~davidhund@s55940049.adsl.wanadoo.nl)
- # [15:02] * Joins: Ankheg (~Miranda@fs91-201-3-30.dubna-net.ru)
- # [15:03] * Quits: davidhund (~davidhund@78-27-27-74.dsl.alice.nl) (Ping timeout: 272 seconds)
- # [15:03] * davidhund_ is now known as davidhund
- # [15:04] * Joins: myakura (~myakura@p1189-ipbf5905marunouchi.tokyo.ocn.ne.jp)
- # [15:04] * Quits: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net) (Ping timeout: 240 seconds)
- # [15:14] * Quits: myakura (~myakura@p1189-ipbf5905marunouchi.tokyo.ocn.ne.jp) (Remote host closed the connection)
- # [15:17] * Quits: Ankheg (~Miranda@fs91-201-3-30.dubna-net.ru) (Read error: Connection reset by peer)
- # [15:26] * Joins: Ankheg (~Miranda@fs91-201-3-30.dubna-net.ru)
- # [15:26] * Joins: miketaylr (~miketaylr@108.122.142.45)
- # [15:37] * Joins: Rik` (~Rik`@mozilla-paris-222-194.cnt.nerim.net)
- # [15:39] * Quits: WHATWG1 (~apermanen@cpe-76-168-89-210.socal.res.rr.com) (Quit: Leaving.)
- # [15:43] * matjas is now known as temp02
- # [15:43] * temp02 is now known as Guest64800
- # [15:43] * Guest64800 is now known as st3ph3nh4y
- # [15:44] * Quits: Ankheg (~Miranda@fs91-201-3-30.dubna-net.ru) (Read error: Connection reset by peer)
- # [15:45] * st3ph3nh4y is now known as l5rk
- # [15:46] * l5rk is now known as l3rk
- # [15:47] * l3rk is now known as baoz
- # [15:48] * baoz is now known as miektaylr
- # [15:52] <volkmar> when the content attribute is the empty string (or not set), the IDL attribute reflecting an URL should return the current URL ?
- # [15:55] * miektaylr is now known as matjas
- # [15:56] * Joins: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net)
- # [16:00] * matjas is now known as akanh
- # [16:02] * akanh is now known as matjas
- # [16:02] * Quits: timeless_mbp (~timeless@a88-115-8-36.elisa-laajakaista.fi) (Quit: Leaving.)
- # [16:03] * matjas is now known as akhan
- # [16:04] * akhan is now known as miektayrl
- # [16:04] * miektayrl is now known as nimbupnai
- # [16:05] * nimbupnai is now known as temp10
- # [16:06] * temp10 is now known as bott-
- # [16:07] * bott- is now known as t-rex_
- # [16:08] * Joins: davidwalsh (~davidwals@75-134-27-91.dhcp.mdsn.wi.charter.com)
- # [16:08] * Quits: t-rex_ (~matjas@ip-81-11-186-3.dsl.scarlet.be) (Remote host closed the connection)
- # [16:08] * Joins: KaOSoFt (~maxzagato@190.24.156.162)
- # [16:08] * Quits: KaOSoFt (~maxzagato@190.24.156.162) (Changing host)
- # [16:08] * Joins: KaOSoFt (~maxzagato@unaffiliated/kaosoft)
- # [16:08] * Joins: matjas (~matjas@ip-81-11-186-3.dsl.scarlet.be)
- # [16:09] * matjas is now known as Peetr`
- # [16:10] * Peetr` is now known as rwaldorn
- # [16:10] * Joins: boaz (~boaz@64.119.153.2)
- # [16:10] * rwaldorn is now known as saen`
- # [16:10] <annevk> volkmar, depends I think
- # [16:10] <annevk> volkmar, I think for <a> there's no link in that case
- # [16:11] * saen` is now known as oilvvv
- # [16:11] <annevk> volkmar, however for <form> there is
- # [16:11] * oilvvv is now known as g3f
- # [16:11] <volkmar> annevk: but the reflection algorithm should be the same in both case according to the specs
- # [16:12] * g3f is now known as ajpaino
- # [16:13] <annevk> hmm
- # [16:13] <annevk> does that reflect implementations?
- # [16:13] <annevk> (no pun intended)
- # [16:14] * ajpaino is now known as ajpianoob
- # [16:16] <volkmar> annevk: Gecko is returning the empty string if the content attribute isn't set
- # [16:16] <volkmar> i can check with other UA's but I don't know what should be done per specs
- # [16:20] * Joins: timeless_mbp (~timeless@192.100.124.156)
- # [16:20] <volkmar> annevk: webkit and gecko returns the empty string and opera returns the domain name (at least "localhost" locally... that's weird)
- # [16:23] <annevk> that does sound weird
- # [16:24] <annevk> my reasoning was based on <a>test</a> *not* creating a link and <form><input type=submit></form> creating a form
- # [16:25] * annevk looks in HTML5
- # [16:25] * ajpianoob is now known as bot_t
- # [16:25] * bot_t is now known as Guest70926
- # [16:25] * Guest70926 is now known as matjas
- # [16:25] * matjas is now known as bot-tea
- # [16:26] <annevk> volkmar, HTML5 says "If the content attribute is absent, the IDL attribute must return the default value, if the content attribute has one, or else the empty string."
- # [16:27] * bot-tea is now known as matjas_
- # [16:28] * matjas_ is now known as bot-T
- # [16:28] * bot-T is now known as bot-t
- # [16:28] * Joins: FireFly (~firefly@unaffiliated/firefly)
- # [16:28] * bot-t is now known as Guest12388
- # [16:28] * Guest12388 is now known as bot-tee
- # [16:28] <volkmar> annevk: damn, i missed that... it's after the setting part
- # [16:29] <volkmar> annevk: thanks :)
- # [16:29] * annevk finds that <base>.href is special per HTML5
- # [16:29] <karlcow> interesting, I think because of FireSheep, we will see a new set of tools (bad and good) on awareness - http://jonty.co.uk/idiocy
- # [16:30] <Rik`> and this one is far better for awareness
- # [16:30] <annevk> volkmar, "http://a b/" gives you an invalid URL
- # [16:30] <Rik`> less prone to "easy hacking"
- # [16:31] <karlcow> Rik`: but more difficult to install for people who are not tech-savy.
- # [16:31] <volkmar> annevk: how did you know i was looking for that? :)
- # [16:32] <karlcow> At least, a stone to pave the path
- # [16:32] <annevk> volkmar, your thinking is exposed to the public it seems
- # [16:34] <Rik`> karlcow: It's a quick hack, but something could be easily built on top of Firesheep to do just the same
- # [16:35] <karlcow> Rik`: yep not the same impact on the [social contract],
- # [16:36] * Joins: turbalan (~turbalan@javadev.magicbg.com)
- # [16:37] * karlcow is checking how English wikipedia defines the social contract and has the feeling that English and French notions are slightly different
- # [16:39] * Quits: ZombieLoffe (~e@unaffiliated/zombieloffe)
- # [16:41] <karlcow> Locke, Hobbes and Rousseau had very different ways of looking at it. :)
- # [16:44] * Quits: virtuelv (~virtuelv_@pat-tdc.opera.com) (Remote host closed the connection)
- # [16:50] * Joins: justinhjohnson (~justinjn@72.166.146.186)
- # [16:50] <Rik`> but Firesheep is having a lot of press today
- # [16:51] <turbalan> read about it today too
- # [16:51] * Joins: virtuelv (~virtuelv_@pat-tdc.opera.com)
- # [16:52] * Quits: Lachy (~Lachlan@pat-tdc.opera.com) (Quit: This computer has gone to sleep)
- # [16:52] <Rik`> I'm just worried the reception will be "internet is dangerous" instead of "be careful"
- # [16:52] <justinhjohnson> it will be mixed
- # [16:53] <justinhjohnson> my aunt is convinced there is a van parked across the street waiting to steal her credit card info when she buys online
- # [16:53] * Quits: miketaylr (~miketaylr@108.122.142.45) (Quit: miketaylr)
- # [16:53] <turbalan> i have had "internet is dangerous (for your children)" on the news for 2months now
- # [16:53] <justinhjohnson> i should be a van and park it there
- # [16:53] <justinhjohnson> buy*
- # [16:53] <turbalan> with her stolen credit card
- # [16:54] <zcorpan> justinhjohnson: you need to steal her credit card info first to buy the van
- # [16:54] <justinhjohnson> -_^
- # [16:54] * Quits: foolip (~philip@83.218.67.122) (Ping timeout: 240 seconds)
- # [16:54] <turbalan> did anyone catch any cookies with Firesheep?
- # [16:55] <turbalan> and get into acc's
- # [16:56] <jgraham> Seems like it would be pretty poor to admit that you did here, unless they were your own cookies
- # [16:56] * Quits: rimantas (~rimliu@lan-84-240-20-219.vln.skynet.lt) (Quit: Leaving)
- # [16:57] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 252 seconds)
- # [16:57] <turbalan> yea i tried the wifi in the office but didnt catvh anything
- # [16:57] <turbalan> so i actually don't know if it works and was curious :)
- # [16:57] * Quits: timeless_mbp (~timeless@192.100.124.156) (Ping timeout: 264 seconds)
- # [16:58] * Joins: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de)
- # [16:58] <Rik`> turbalan: the wifi in your office is not open
- # [16:58] <Rik`> so you can't sniff the traffic of other users
- # [16:59] <turbalan> aha, i thought it might be that
- # [17:03] * Quits: maikmerten (~merten@ls5dhcp196.cs.uni-dortmund.de) (Remote host closed the connection)
- # [17:04] * Joins: Velkam (handcraft@host217-43-170-202.range217-43.btcentralplus.com)
- # [17:05] * Parts: zcorpan (~zcorpan@pat.se.opera.com)
- # [17:05] * Quits: turbalan (~turbalan@javadev.magicbg.com)
- # [17:05] * Joins: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no)
- # [17:06] * Joins: turbalan (~turbalan@javadev.magicbg.com)
- # [17:06] * Joins: zcorpan (~zcorpan@pat.se.opera.com)
- # [17:06] * Quits: justinhjohnson (~justinjn@72.166.146.186) (Quit: justinhjohnson)
- # [17:07] * Quits: turbalan (~turbalan@javadev.magicbg.com) (Client Quit)
- # [17:07] * Quits: Maurice (~ano@a80-101-46-164.adsl.xs4all.nl) (Quit: Disconnected...)
- # [17:08] * Quits: KaOSoFt (~maxzagato@unaffiliated/kaosoft)
- # [17:10] * Joins: foolip (~philip@83.218.67.122)
- # [17:14] * Quits: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de) (Read error: Connection timed out)
- # [17:17] * Quits: zcorpan (~zcorpan@pat.se.opera.com) (Quit: zcorpan)
- # [17:22] * Joins: paul_irish (~paul_iris@c-76-21-40-62.hsd1.ca.comcast.net)
- # [17:25] * Quits: shepazu (~schepers@adsl-242-209-126.rmo.bellsouth.net) (Ping timeout: 240 seconds)
- # [17:26] * Quits: virtuelv (~virtuelv_@pat-tdc.opera.com) (Ping timeout: 240 seconds)
- # [17:26] * Joins: miketaylr (~miketaylr@24.42.95.108)
- # [17:28] <annevk> "Firefox implements IndexedDB on top of SQLite." -- ironic, in a way
- # [17:29] <jgraham> Moreso if someone implements SQL on top of indexeddb
- # [17:30] <annevk> but it's better for the web
- # [17:30] <annevk> don't stop believing yadayadayada
- # [17:31] <jgraham> Well it is a tradeoff of speed vs defined semantics I guess
- # [17:31] * Quits: mdelaney (~mdelaney@c-69-181-26-199.hsd1.ca.comcast.net) (Quit: mdelaney)
- # [17:45] * Joins: dglazkov (~dglazkov@nat/google/x-cmhecvswrbbzoydw)
- # [17:51] * Joins: tonyg-cr (~Adium@c-71-202-22-159.hsd1.ca.comcast.net)
- # [17:51] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [17:54] * Quits: KrooniX (~KrooniX@irc.tellnes.com) (Ping timeout: 240 seconds)
- # [17:56] * Joins: mdelaney (~mdelaney@67.218.104.118)
- # [17:57] * Quits: tonyg-cr (~Adium@c-71-202-22-159.hsd1.ca.comcast.net) (Quit: Leaving.)
- # [18:02] * Quits: micheil (~micheil@124-149-173-56.dyn.iinet.net.au) (Read error: Connection reset by peer)
- # [18:02] * Quits: dglazkov (~dglazkov@nat/google/x-cmhecvswrbbzoydw) (Quit: dglazkov)
- # [18:03] * Joins: micheil (~micheil@124-149-173-56.dyn.iinet.net.au)
- # [18:04] * Quits: micheil (~micheil@124-149-173-56.dyn.iinet.net.au) (Read error: Connection reset by peer)
- # [18:05] * Joins: micheil (~micheil@124-149-173-56.dyn.iinet.net.au)
- # [18:05] * Quits: micheil (~micheil@124-149-173-56.dyn.iinet.net.au) (Read error: Connection reset by peer)
- # [18:05] * Joins: micheil (~micheil@124-149-173-56.dyn.iinet.net.au)
- # [18:06] * Joins: dglazkov (~dglazkov@nat/google/x-xihjmijihrxzbxvd)
- # [18:09] * Joins: eric_carlson (~ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net)
- # [18:15] * Joins: mpt (~mpt@canonical/mpt)
- # [18:19] <gsnedders> http://svn.php.net/viewvc?view=revision&revision=304705
- # [18:20] * Joins: maikmerten (~maikmerte@port-92-201-42-70.dynamic.qsc.de)
- # [18:24] <TabAtkins_> annevk: Our implementation is currently built on SQLite as well, actually. But we'll be swapping that out in the future - it was just done because, hey, storage model we don't have to think about too much.
- # [18:25] <Philip`> "Note that, in HTML5, U+000D is a valid literal character, but the entity 
 is not valid and is therefore not decoded." - it's not?
- # [18:29] <jgraham> Well it's not valid
- # [18:29] * Joins: KrooniX (~KrooniX@irc.tellnes.com)
- # [18:29] <jgraham> It is decoded
- # [18:31] <jgraham> (also it is a valid literal character but doesn't actually appear in the DOM)
- # [18:31] <jgraham> (since it is replaced by LF)
- # [18:33] * Joins: romeo_ (~romeo__@x1-6-00-10-a7-28-f3-47.k562.webspeed.dk)
- # [18:33] * Quits: davidhund (~davidhund@s55940049.adsl.wanadoo.nl) (Quit: davidhund)
- # [18:34] * Joins: WHATWG (~apermanen@67-134-147-135.dia.static.qwest.net)
- # [18:35] * Joins: davidhund (~davidhund@78.27.27.74)
- # [18:36] * Quits: davidhund (~davidhund@78.27.27.74) (Read error: Operation timed out)
- # [18:38] * gsnedders responds, waits to gets flamed like, he normally does every time he touches PHP development…
- # [18:39] * Joins: tonyg-cr (~Adium@nat/google/x-gstgpplfkajiysxh)
- # [18:44] * Quits: maikmerten (~maikmerte@port-92-201-42-70.dynamic.qsc.de) (Ping timeout: 255 seconds)
- # [18:44] * Parts: jeremyselier (~Jeremy@pro75-4-82-238-200-10.fbx.proxad.net)
- # [18:44] * Quits: akamike (~akamike@94-193-106-14.zone7.bethere.co.uk) (Quit: akamike)
- # [18:47] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [18:50] <annevk> that they're looking at HTML5 is great though
- # [18:50] * Joins: sean` (~Sean@D97A9F8D.cm-3-3c.dynamic.ziggo.nl)
- # [18:50] <annevk> or to put it more mildly, a start
- # [18:51] <gsnedders> :)
- # [18:51] * Quits: othermaciej (~mjs@c-69-181-196-33.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [18:52] * Quits: Necrathex (~bleptop@212-123-163-12.ip.telfort.nl) (Ping timeout: 252 seconds)
- # [18:53] * Joins: MikeSmith (~MikeSmith@ip212-238-33-34.hotspotsvankpn.com)
- # [18:54] <MikeSmith> annevk: you around?
- # [18:54] <MikeSmith> can you remind me how I can get wifi access at schipol without paying the asshattedly expensive KPN fees?
- # [18:55] * Quits: bot-tee (~matjas@ip-81-11-186-3.dsl.scarlet.be) (Remote host closed the connection)
- # [18:56] * Joins: maikmerten (~maikmerte@port-92-201-43-5.dynamic.qsc.de)
- # [19:02] * Joins: cardona507 (~cardona50@c-24-130-129-16.hsd1.ca.comcast.net)
- # [19:04] * Quits: cardona507 (~cardona50@c-24-130-129-16.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [19:09] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 252 seconds)
- # [19:11] * Joins: sicking (~chatzilla@nat/mozilla/x-xdaocufcopjvsuza)
- # [19:12] * Quits: MikeSmith (~MikeSmith@ip212-238-33-34.hotspotsvankpn.com) (Ping timeout: 265 seconds)
- # [19:12] * Quits: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no) (Quit: Leaving)
- # [19:13] * Joins: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no)
- # [19:14] * Parts: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com)
- # [19:16] * Quits: mdelaney (~mdelaney@67.218.104.118) (Quit: mdelaney)
- # [19:16] * Quits: paul_irish (~paul_iris@c-76-21-40-62.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [19:20] <annevk> in the lounge?
- # [19:21] <annevk> password: klm20101026
- # [19:21] * Joins: mdelaney (~mdelaney@2620:0:1b00:1191:d69a:20ff:febf:89a0)
- # [19:23] * Quits: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl) (Remote host closed the connection)
- # [19:23] * Joins: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl)
- # [19:26] * Joins: paul_irish (~paul_iris@67.218.104.83)
- # [19:29] <gsnedders> Yay, looks like the behaviour will be fixed (wrt PHP/HTML5)
- # [19:30] * Joins: cardona507 (~cardona50@c-24-130-129-16.hsd1.ca.comcast.net)
- # [19:32] * Quits: robman (~robman@eth4584.nsw.adsl.internode.on.net) (Ping timeout: 255 seconds)
- # [19:41] * Joins: othermaciej (~mjs@67.218.103.118)
- # [19:44] * Joins: robman (~robman@eth4584.nsw.adsl.internode.on.net)
- # [19:45] * Joins: davidhund (~davidhund@dnuhd.xs4all.nl)
- # [19:45] * Joins: bot-t_ (~matjas@91.182.216.162)
- # [19:49] * Joins: JonathanNeal (~Jonathan_@rrcs-76-79-114-214.west.biz.rr.com)
- # [19:49] * Quits: mhausenblas (~mhausenbl@wg1-nat.fwgal01.deri.ie) (Quit: mhausenblas)
- # [19:55] * Quits: robman (~robman@eth4584.nsw.adsl.internode.on.net) (Ping timeout: 240 seconds)
- # [20:01] * aroben is now known as aroben|meeting
- # [20:03] * Joins: mpilgrim (~pilgrim@64.134.180.194)
- # [20:03] * Joins: jwalden (~waldo@nat/mozilla/x-pmhrihwxnavehryg)
- # [20:03] * Quits: paul_irish (~paul_iris@67.218.104.83) (Remote host closed the connection)
- # [20:04] * Joins: tndH (~Rob@cpc6-seac20-2-0-cust102.7-2.cable.virginmedia.com)
- # [20:07] * Joins: paul_irish (~paul_iris@nat/google/x-rjwkzpfappuoqpdv)
- # [20:09] * Joins: dbaron (~dbaron@nat/mozilla/x-xtshcdqnnlqriglt)
- # [20:15] * Quits: bot-t_ (~matjas@91.182.216.162) (Remote host closed the connection)
- # [20:15] * Joins: matjas (~matjas@91.182.216.162)
- # [20:17] * Joins: sysRPL (sysRPL@adsl-074-229-199-119.sip.mco.bellsouth.net)
- # [20:20] * Joins: shepazu (~schepers@adsl-242-206-152.rmo.bellsouth.net)
- # [20:21] * Joins: mpt (~mpt@canonical/mpt)
- # [20:23] * Joins: robman (~robman@eth4584.nsw.adsl.internode.on.net)
- # [20:23] * Joins: virtuelv (~virtuelv_@65.168.34.95.customer.cdi.no)
- # [20:28] * aroben|meeting is now known as aroben
- # [20:31] * Quits: jwalden (~waldo@nat/mozilla/x-pmhrihwxnavehryg) (Quit: battery dying, leaving to shut down cleanly :-\)
- # [20:36] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 255 seconds)
- # [20:38] * Quits: robman (~robman@eth4584.nsw.adsl.internode.on.net) (Ping timeout: 240 seconds)
- # [20:40] * Quits: othermaciej (~mjs@67.218.103.118) (Quit: othermaciej)
- # [20:43] * Joins: othermaciej (~mjs@2620:0:1b00:1f01:9227:e4ff:fef3:599)
- # [20:43] * Quits: tonyg-cr (~Adium@nat/google/x-gstgpplfkajiysxh) (Quit: Leaving.)
- # [20:46] * Quits: othermaciej (~mjs@2620:0:1b00:1f01:9227:e4ff:fef3:599) (Read error: Connection reset by peer)
- # [20:46] * Joins: othermaciej (~mjs@2620:0:1b00:1f01:9227:e4ff:fef3:599)
- # [20:46] * aroben is now known as aroben|errands
- # [20:46] * Quits: othermaciej (~mjs@2620:0:1b00:1f01:9227:e4ff:fef3:599) (Read error: Connection reset by peer)
- # [20:47] * Joins: othermaciej (~mjs@2620:0:1b00:1f01:9227:e4ff:fef3:599)
- # [20:48] * Quits: othermaciej (~mjs@2620:0:1b00:1f01:9227:e4ff:fef3:599) (Remote host closed the connection)
- # [20:48] * Joins: othermaciej (~mjs@2620:0:1b00:1f01:9227:e4ff:fef3:599)
- # [20:49] * Quits: othermaciej (~mjs@2620:0:1b00:1f01:9227:e4ff:fef3:599) (Remote host closed the connection)
- # [20:49] * Joins: othermaciej (~mjs@2620:0:1b00:1f01:9227:e4ff:fef3:599)
- # [20:50] * Quits: othermaciej (~mjs@2620:0:1b00:1f01:9227:e4ff:fef3:599) (Remote host closed the connection)
- # [20:50] * Joins: robman (~robman@eth4584.nsw.adsl.internode.on.net)
- # [20:50] <TabAtkins_> Hixie: @-rules that establish name-value mappings (like @keyframes) are document-global, not stylesheet-import-graph-local. So you'll have to add some stuff to @scoped.
- # [20:50] <Hixie> that's dumb
- # [20:50] <Hixie> it means that style sheets can interfere with each other even without knowing each other
- # [20:50] <TabAtkins_> Well, if it's just sheet-local, then you can't, say, use an animation in @style.
- # [20:51] * Joins: othermaciej (~mjs@2620:0:1b00:1f01:9227:e4ff:fef3:599)
- # [20:51] <TabAtkins_> But yes, it does mean that.
- # [20:51] <Hixie> what's the use case for that?
- # [20:51] <TabAtkins_> The use-case for setting an animation in @style?
- # [20:51] * Quits: othermaciej (~mjs@2620:0:1b00:1f01:9227:e4ff:fef3:599) (Remote host closed the connection)
- # [20:51] <Hixie> for setting an animation in style="" when you know you have to also declare it elsewhere
- # [20:51] <Hixie> why not just do it all in the same place
- # [20:51] * Quits: mdelaney (~mdelaney@2620:0:1b00:1191:d69a:20ff:febf:89a0) (Read error: Operation timed out)
- # [20:52] <Hixie> use a class or some such
- # [20:52] * Joins: othermaciej (~mjs@17.244.1.127)
- # [20:52] <Hixie> style=""'s use case is rapid prototyping and exceptions, i.e. for doing things when you're not editing a style sheet
- # [20:52] <TabAtkins_> Heh, but the class name could clash with other things as well. ^_^
- # [20:52] <Hixie> if you have to edit a style sheet anyway, its use case is gone
- # [20:52] <Hixie> the class names are owned by the document
- # [20:52] <Hixie> not the sheets
- # [20:52] <Hixie> so that's fine
- # [20:52] <TabAtkins_> Another use, though, is declaring a lot of animations in one sheet, then using it elsewhere.
- # [20:53] <Hixie> @import the sheet
- # [20:53] <Hixie> @import should definitely get the declarations
- # [20:53] * Joins: ZombieLoffe (~e@unaffiliated/zombieloffe)
- # [20:53] * Quits: davidwalsh (~davidwals@75-134-27-91.dhcp.mdsn.wi.charter.com) (Quit: Reading http://davidwalsh.name)
- # [20:53] <TabAtkins_> The class name that would be required to add the animation could clash with the class name needed for another feature in another sheet, same as, say, keyframe names in one sheet could clash with keyframe names in another sheet.
- # [20:54] * Joins: davidwalsh (~davidwals@75-134-27-91.dhcp.mdsn.wi.charter.com)
- # [20:54] <TabAtkins_> Same failure point.
- # [20:54] * Joins: tonyg-cr (~Adium@nat/google/x-jafcannhkpfrgqdd)
- # [20:54] <Hixie> no, not at all
- # [20:54] <Hixie> the class names are an interface presented by the document to the sheets
- # [20:54] * Joins: nessy (~Adium@124-168-26-86.dyn.iinet.net.au)
- # [20:54] <Hixie> a contract if you will
- # [20:54] <TabAtkins_> I fail to see how you get any additional protection from clobbering.
- # [20:54] <Hixie> while the key frames are for use within a sheet
- # [20:54] <TabAtkins_> Your definitions are well and good, but in terms of clobbering potential they're still identical.
- # [20:54] <Hixie> two sheets can both have a contract with a document and thus use its styles, while both using animations and not knowing about each other
- # [20:55] * Joins: ap (~ap@2620:0:1b00:1191:226:4aff:fe14:aad6)
- # [20:55] <Hixie> anyway, y'all do what you want, i just think it's silly :-) mail me or file a bug if the html spec needs to change
- # [20:55] * Joins: jwalden (~waldo@nat/mozilla/x-lbrrjctldbfaocqk)
- # [20:56] <TabAtkins_> Will do.
- # [20:56] <Hixie> (as i see it it's basically duplicating the mistake we've made many times in the web platform, with e.g. variables in JS)
- # [20:56] * Quits: davidwalsh (~davidwals@75-134-27-91.dhcp.mdsn.wi.charter.com) (Client Quit)
- # [20:56] <Hixie> (global scope is almost always a design failure, imho)
- # [20:57] <TabAtkins_> I don't disagree in general.
- # [20:57] <Hixie> (a symptom of which is that the scoped style sheet feature has to define how it works -- it really should Just Work in such situations, imho)
- # [20:57] * Quits: mpilgrim (~pilgrim@64.134.180.194) (Ping timeout: 250 seconds)
- # [20:58] * Quits: othermaciej (~mjs@17.244.1.127) (Read error: Connection reset by peer)
- # [21:00] * Joins: othermaciej (~mjs@17.244.1.127)
- # [21:00] * Quits: robman (~robman@eth4584.nsw.adsl.internode.on.net) (Ping timeout: 255 seconds)
- # [21:01] * Joins: mdelaney (~mdelaney@2620:0:1b00:1191:d69a:20ff:febf:89a0)
- # [21:01] <TabAtkins_> Done:
- # [21:01] <TabAtkins_> Done: http://www.w3.org/Bugs/Public/show_bug.cgi?id=11149
- # [21:02] * Quits: sroussey (~sroussey@adsl-69-234-99-103.dsl.irvnca.pacbell.net) (Read error: Connection reset by peer)
- # [21:04] * Joins: mpt (~mpt@canonical/mpt)
- # [21:05] * Quits: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net) (Quit: nimbupani)
- # [21:07] * Joins: slightlyoff (~slightlyo@nat/google/x-jefqhcnpfuxxslae)
- # [21:10] <Hixie> TabAtkins_: ta
- # [21:11] * Joins: aho (~nya@fuld-4d00d2e3.pool.mediaWays.net)
- # [21:14] * Quits: othermaciej (~mjs@17.244.1.127) (Quit: othermaciej)
- # [21:14] * Joins: robman (~robman@eth4584.nsw.adsl.internode.on.net)
- # [21:24] * Quits: miketaylr (~miketaylr@24.42.95.108) (Quit: miketaylr)
- # [21:24] * Joins: temp02 (~temp01@unaffiliated/temp01)
- # [21:25] * Quits: temp01 (~temp01@unaffiliated/temp01) (Disconnected by services)
- # [21:25] * temp02 is now known as temp01
- # [21:25] * Joins: jmb^ (~jmb@mail.parsifal.org.uk)
- # [21:25] * Quits: gsnedders (~gsnedders@204.232.194.186) (Ping timeout: 265 seconds)
- # [21:26] * Joins: gsnedders (~gsnedders@204.232.194.186)
- # [21:26] * Quits: jmb (~jmb@mail.parsifal.org.uk) (Ping timeout: 252 seconds)
- # [21:28] * Quits: sysRPL (sysRPL@adsl-074-229-199-119.sip.mco.bellsouth.net) (Ping timeout: 245 seconds)
- # [21:28] * Joins: othermaciej (~mjs@17.246.18.217)
- # [21:34] * Quits: maikmerten (~maikmerte@port-92-201-43-5.dynamic.qsc.de) (Remote host closed the connection)
- # [21:39] * Quits: JonathanNeal (~Jonathan_@rrcs-76-79-114-214.west.biz.rr.com) (Ping timeout: 255 seconds)
- # [21:43] * Quits: hober (~ted@unaffiliated/hober) (Quit: ERC Version 5.3 (IRC client for Emacs))
- # [21:45] * Joins: hober (~ted@unaffiliated/hober)
- # [21:49] * Quits: slightlyoff (~slightlyo@nat/google/x-jefqhcnpfuxxslae) (Remote host closed the connection)
- # [21:49] * Joins: slightlyoff (~slightlyo@nat/google/x-skbcvyuywbwavktb)
- # [21:53] * aroben|errands is now known as aroben
- # [21:54] * peterhil is now known as peterhil`
- # [21:54] * peterhil` is now known as peterhil
- # [21:54] * peterhil is now known as peterhil`
- # [21:55] * peterhil` is now known as peterhil
- # [21:58] * Joins: miketaylr (~miketaylr@72-59-196-193.pools.spcsdns.net)
- # [21:59] * Joins: ako (~nya@fuld-4d00d0f1.pool.mediaWays.net)
- # [22:02] * Quits: aho (~nya@fuld-4d00d2e3.pool.mediaWays.net) (Ping timeout: 252 seconds)
- # [22:05] * Quits: mpt (~mpt@canonical/mpt) (Quit: Ex-Chat)
- # [22:07] * ako is now known as aho
- # [22:13] * Joins: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net)
- # [22:20] * Joins: jer|afk (~jernoble@2620:0:1b00:1191:216b:63fc:a7f2:a827)
- # [22:21] * Joins: timeless_mbp (~timeless@a88-115-8-36.elisa-laajakaista.fi)
- # [22:21] * Quits: jer|afk (~jernoble@2620:0:1b00:1191:216b:63fc:a7f2:a827) (Client Quit)
- # [22:27] * Quits: paul_irish (~paul_iris@nat/google/x-rjwkzpfappuoqpdv) (Quit: heartz)
- # [22:31] * jmb^ is now known as jmb
- # [22:41] * Quits: nielsle (~nielsle@4135136-cl69.boa.fiberby.dk) (Quit: Ex-Chat)
- # [22:42] * Joins: estes (~aestes@17.246.18.152)
- # [22:44] * Quits: sicking (~chatzilla@nat/mozilla/x-xdaocufcopjvsuza) (Ping timeout: 240 seconds)
- # [22:46] * Joins: Craig` (~craig@host81-141-115-0.wlms-broadband.com)
- # [22:48] * Joins: mpilgrim (~pilgrim@rrcs-24-206-36-125.midsouth.biz.rr.com)
- # [22:50] * Quits: davidhund (~davidhund@dnuhd.xs4all.nl) (Quit: davidhund)
- # [22:50] * Quits: Craig` (~craig@host81-141-115-0.wlms-broadband.com) (Read error: Connection reset by peer)
- # [22:51] * Quits: miketaylr (~miketaylr@72-59-196-193.pools.spcsdns.net) (Quit: miketaylr)
- # [22:54] * Quits: estes (~aestes@17.246.18.152) (Quit: estes)
- # [22:59] * Joins: meandi2 (~meandi@dyndsl-178-142-054-193.ewe-ip-backbone.de)
- # [23:00] * Quits: meandi (~meandi@dyndsl-178-142-052-140.ewe-ip-backbone.de) (Ping timeout: 240 seconds)
- # [23:05] * Joins: weinig (~weinig@2620:0:1b00:1191:223:32ff:feaf:7f36)
- # [23:08] * Quits: matjas (~matjas@91.182.216.162) (Ping timeout: 252 seconds)
- # [23:09] * Joins: kurrik (~kurrik@nat/google/x-evabsoztljlxhaws)
- # [23:15] * Joins: matjas (~matjas@91.182.128.116)
- # [23:21] * Joins: mpt (~mpt@canonical/mpt)
- # [23:21] * Quits: tonyg-cr (~Adium@nat/google/x-jafcannhkpfrgqdd) (Ping timeout: 276 seconds)
- # [23:24] * Joins: sicking (~chatzilla@67.218.98.104)
- # [23:25] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [23:33] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [23:35] * Quits: FireFly (~firefly@unaffiliated/firefly) (Quit: swatted to death)
- # [23:41] * Quits: robman (~robman@eth4584.nsw.adsl.internode.on.net) (Ping timeout: 250 seconds)
- # [23:45] * Quits: aroben (~aroben@unaffiliated/aroben) (Read error: Connection reset by peer)
- # [23:46] * Joins: JonathanNeal (~Jonathan_@rrcs-76-79-114-214.west.biz.rr.com)
- # [23:51] * Joins: sysRPL (sysRPL@adsl-074-229-199-119.sip.mco.bellsouth.net)
- # [23:53] * Quits: BlurstOfTimes (~blurstoft@2002:183c:117a:0:21e:52ff:fe76:c67f) (Remote host closed the connection)
- # [23:54] * Joins: sroussey (~sroussey@adsl-69-234-99-103.dsl.irvnca.pacbell.net)
- # [23:54] <Hixie> hm
- # [23:55] <Hixie> sequence<File> has a type name of FileSequence per WebIDL
- # [23:55] <Hixie> but FileAPI has a typedef of FileList to sequence<File>
- # [23:55] <Hixie> that's just confusing
- # [23:56] <heycam> "type name" is irrelevant for javascript
- # [23:56] <Hixie> except for the [[Class]] of Array<T>, yes
- # [23:57] <heycam> it's currently only used to give a java class name for such sequences
- # [23:57] <heycam> Hixie, oh!
- # [23:57] <heycam> :)
- # [23:57] <Hixie> i agree that the sequence<File> issue is not a real issue for JS
- # [23:57] <Hixie> it was just confusing while i was following links around :-)
- # [23:57] <heycam> yeah i don't think anyone is using array types yet
- # [23:57] <heycam> or want to...
- # [23:58] <Hixie> we really need to find a solution to making things like HTMLCollection have the Array stuff in JS
- # [23:58] <heycam> what is the problem?
- # [23:58] <Hixie> you can't do document.links.forEach()
- # [23:58] <heycam> ah
- # [23:58] * Joins: paul_irish (~paul_iris@nat/google/x-dnyqqvyctzfsppru)
- # [23:58] <Hixie> and people bug me about this on a nearly monthly basis
- # [23:58] <heycam> hmm
- # [23:59] <heycam> is there a bug or an red box issue for that?
- # [23:59] <Hixie> i don't think so
- # [23:59] <heycam> please do then
- # [23:59] <heycam> (bug)
- # [23:59] <Hixie> it mostly comes up in whatwg mail
- # [23:59] <Hixie> k
- # [23:59] <Hixie> not right now but will do when i next remember :-)
- # Session Close: Wed Oct 27 00:00:00 2010
The end :)