Options:
- # Session Start: Tue Mar 30 00:00:00 2010
- # Session Ident: #whatwg
- # [00:00] <JonathanNeal> Soweet, that worked.
- # [00:00] <TabAtkins> I removed the linebreaks just to make it easier to read. It's not necessary to remove them.
- # [00:00] <JonathanNeal> Yes, but $values->ie6 = json_decode(rawurldecode(preg_replace('/\n|\r|\t/', '', file_get_contents('ie-6.js')))); reads really easily for me.
- # [00:00] <TabAtkins> Well, you can drop the preg_replace.
- # [00:01] * Quits: dglazkov (~dglazkov@nat/google/x-quneknrpooqajgnt) (Quit: dglazkov)
- # [00:06] * Quits: smaug___ (~chatzilla@cs181150024.pp.htv.fi) (Quit: ChatZilla 0.9.86 [Firefox 3.7a4pre/20100324184354])
- # [00:06] * Joins: othermaciej (~mjs@17.244.1.239)
- # [00:07] * Quits: roc (~roc@203-97-204-82.dsl.clear.net.nz) (Quit: roc)
- # [00:12] * Quits: paul_irish (~paul_iris@12.33.239.250) (Ping timeout: 276 seconds)
- # [00:13] * Joins: paul_irish (~paul_iris@12.33.239.250)
- # [00:19] <AryehGregor> jgraham, <strong style="color: red"> is preferable to <strong><font color=red>. However, it is only aesthetically and pedagogically preferable, and I don't think that's good enough reason to say the latter is non-conforming. A warning that there's a better way to do it would be appropriate, as I say.
- # [00:22] * Joins: roc (~roc@203-97-204-82.dsl.clear.net.nz)
- # [00:23] <AryehGregor> Of course, you can always debate what should be author conformance requirements and what should be up to validator authors. But that doesn't excuse inconsistency in the spec -- and IMO, the treatment of style="" vs. other inline presentational markup is grossly inconsistent.
- # [00:24] <AryehGregor> style="" is clearly not *that* superior to other presentational markup -- empirical evidence strongly suggests that authors believe some other elements/attributes are better (or at least as good) in some cases.
- # [00:24] <Hixie> style="" is only in the spec because of the ridiculous amount of complains we got when we removed it
- # [00:25] <Hixie> complaints, even
- # [00:25] <Hixie> and <font> is out because people complained when it was in
- # [00:25] <Hixie> originally i wanted to have just <font style=""> and only allow it for wysiwyg editors
- # [00:26] <AryehGregor> Well, now I'm complaining that it's out! Maybe if you make it obsolete but conforming you'll generate the fewest complaints. :)
- # [00:26] <AryehGregor> Realistically, inline style is useful sometimes. Sometimes you only want to use a style once.
- # [00:26] * Quits: othermaciej (~mjs@17.244.1.239) (Quit: othermaciej)
- # [00:26] <Hixie> right, that's why we have style=""
- # [00:26] <paul_irish> or animation.
- # [00:26] <AryehGregor> Also, depending on your workflow it might just make more sense -- e.g., if you use a template-based HTML processor, then it might be just as easy to maintain, and more convenient in other ways.
- # [00:26] <AryehGregor> So I don't get all the hate.
- # [00:27] * Joins: erikvvold (~erikvvold@S01060024012860e9.gv.shawcable.net)
- # [00:27] * Quits: erikvold (~erikvold@S01060024012860e9.gv.shawcable.net) (Quit: Bye bye)
- # [00:27] <AryehGregor> At worst, it hurts the author who uses it. The thing to object to is non-semantic markup, not inline style.
- # [00:27] <AryehGregor> The two issues seem to be conflated. You can use semantic and presentational markup together. External CSS is no less presentational than inline CSS.
- # [00:27] <Hixie> the hate is because while there are a few authors who are competent enough to use it, the overwhelming majority take it as a sign that html is a presentation language
- # [00:27] * Quits: Nick_G (~3ea3a6fb@gateway/web/freenode/x-fykosoboudldidwf) (Ping timeout: 252 seconds)
- # [00:28] * Quits: m_W (~mwj@c-69-141-106-205.hsd1.nj.comcast.net) (Read error: Connection reset by peer)
- # [00:28] <Hixie> same reason that we disallow <b><i></b></i> -- sure, some experts can use it correctly
- # [00:28] <Hixie> most can't
- # [00:28] <AryehGregor> Any HTML author these days knows that CSS is necessary for presentation. You can't do even basic layouts without it, unless you use tables, in which case you are freaking insane.
- # [00:29] <AryehGregor> I'm pretty sure that almost no sites made in the last ten years don't use CSS.
- # [00:29] <Hixie> "any" dramatically overstates your case
- # [00:29] <Hixie> imho
- # [00:30] <AryehGregor> I usually try to be very careful not to overestimate the savviness of normal authors, but I'm pretty sure that even authors with extremely basic HTML knowledge understand that most styling is only possible with CSS.
- # [00:30] <AryehGregor> HTML styling is extremely limited, because no new features are being added to it.
- # [00:30] <Hixie> well if it's limited, why bother keeping any of it?
- # [00:30] <Hixie> i don't understand the use case for <font>, <big>, bgcolor="", etc
- # [00:31] <AryehGregor> Because existing pages use them, and it's annoying to say that to be valid the author has to exert significant effort that has no user-visible effect.
- # [00:31] <AryehGregor> Like xmlns="" or <img /> or whatever.
- # [00:32] <AryehGregor> Doesn't hurt anything much, compared to equivalent inline style. Except pedagogically, so a warning is appropriate for those who care, but an error will just make people not want to validate.
- # [00:32] * Joins: m_W (~mwj@c-69-141-106-205.hsd1.nj.comcast.net)
- # [00:35] <TabAtkins> This can be solved equally well by just having validators separate errors into importance groups.
- # [00:35] <Hixie> it's exactly those existing uses whose authors are clearly not already using css
- # [00:36] <Hixie> and those pages are typically an accessibility nightmare
- # [00:36] <Hixie> i really see no value in supporting those pages as is
- # [00:36] <Hixie> afk bbiab
- # [00:36] <AryehGregor> TabAtkins, that's what warning vs. error *is*.
- # [00:36] <TabAtkins> Sure. So what change is needed?
- # [00:37] <AryehGregor> TabAtkins, making legacy presentational stuff a warning instead of an error.
- # [00:37] * Quits: Michelangelo (~Michelang@93-41-63-153.ip80.fastwebnet.it) (Remote host closed the connection)
- # [00:37] <AryehGregor> Hixie, you seem to be arguing that the markup itself isn't bad, it's just correlated strongly with bad stuff, so we should ban the detectable bad stuff so that the undetectable bad stuff is probably flagged too. But that seems like a weak argument. Correlations like this tend to disappear when you push at them; the best we could hope for from banning presentational HTML is pages switching to CSS but still being inaccessible.
- # [00:38] <AryehGregor> There's no reason to think people will make their pages accessible if they switch to CSS, they'll just resort to divitis.
- # [00:38] <TabAtkins> Do you think that, were an inaccessible presentational-using site to upgrade, they'll just use only <div style> and <span style>?
- # [00:38] <roc> that's probably the cheapest option, so yes
- # [00:39] * Quits: eighty4 (~eighty4@h-60-214.A163.priv.bahnhof.se) (Remote host closed the connection)
- # [00:39] <AryehGregor> Either that, or they'll switch to divs and spans with classes.
- # [00:39] <AryehGregor> Which still doesn't help.
- # [00:39] <AryehGregor> Or they'll use tags like <strong> but misuse them.
- # [00:39] <TabAtkins> That last one is standard wysiwyg practice, anyway.
- # [00:39] <AryehGregor> Like they'll just replace <strike> by <del> everywhere.
- # [00:39] <TabAtkins> Also misusing <strong>.
- # [00:39] <AryehGregor> Yep.
- # [00:40] * Quits: BlurstOfTimes (~blurstoft@168.203.117.66) (Quit: Leaving...)
- # [00:40] <AryehGregor> You're not going to fix accessibility problems by mandating a logically unrelated thing, even if presently that happens to be correlated.
- # [00:40] * Quits: aroben (~aroben@unaffiliated/aroben) (Read error: Connection reset by peer)
- # [00:40] <AryehGregor> Most authors will do accessibility when either it's effortless, or there's immediate benefit to them.
- # [00:40] <AryehGregor> The latter is unlikely, and the former is very hard to engineer.
- # [00:41] <TabAtkins> I think that @style has an intrinsic benefit over the equivalent presentational markup, which I brought up on the list.
- # [00:41] <TabAtkins> Namely, that it uses CSS, which at least *exposed* that level of authors to CSS.
- # [00:41] <TabAtkins> s/exposed/exposes/
- # [00:41] <AryehGregor> Yes, that's absolutely a benefit. A warning is enough to give that benefit, provided authors actually validate at all.
- # [00:42] <TabAtkins> Do you think that that level of author validates?
- # [00:42] <AryehGregor> No. So it doesn't matter what the spec says at all.
- # [00:42] <AryehGregor> They'll ignore all author conformance requirements.
- # [00:42] <TabAtkins> Sure, so let's do what we want and strike them for fun!
- # [00:42] <TabAtkins> (And profit, if possible.)
- # [00:42] <AryehGregor> . . .
- # [00:43] <AryehGregor> What about authors who know about validation and might validate if it were useful, but not if it's spammed with noise about things that they know aren't actually a problem?
- # [00:43] <TabAtkins> I challenge you to find a significant set of authors that match what you just described.
- # [00:43] <AryehGregor> What about authors who care about validation, but not enough to rewrite entire bodies of legacy content?
- # [00:44] <TabAtkins> Wait, so for that last one, are you recommending we let their legacy content validate just to make them happy?
- # [00:44] <AryehGregor> That's what we do in lots of cases, isn't it?
- # [00:44] <AryehGregor> xmlns="", <img />, etc.
- # [00:44] <AryehGregor> It's basically harmless.
- # [00:44] <annevk> it's different from misuse though
- # [00:44] <TabAtkins> That really is harmless, though. <img /> doesn't point to likely accessibility problems as well.
- # [00:45] <Philip`> It seems more useful to focus on improving the creation of new content, not the upgrading of legacy content, because there's a finite amount of legacy content and an infinite amount of future content
- # [00:45] <AryehGregor> TabAtkins, so are you really arguing we should ban markup because it's *correlated* with bad practices?
- # [00:45] <Philip`> (and most legacy content never gets upgraded anyway)
- # [00:45] <TabAtkins> Not by itself, no. But that's a contributing reason, yes.
- # [00:45] <AryehGregor> annevk, <font> isn't misuse, it was allowed by a decade of HTML standards.
- # [00:45] <AryehGregor> Philip`, that argues for validators not complaining too loudly about legacy markup, or what?
- # [00:46] <AryehGregor> TabAtkins, why is it even a contributing reason?
- # [00:46] <TabAtkins> AryehGregor: The latter. We should gear complaints toward encouraging better markup for new content.
- # [00:46] <Philip`> AryehGregor: It argues for designing validators to help authors who are writing new content, not to help authors who are checking or upgrading old content
- # [00:46] <JonathanNeal> TabAtkins, http://sandbox.thewikies.com/html5-browser-stylesheets/table.php
- # [00:46] <TabAtkins> TabAtkins: Because it correlates with bad practices? I'm not sure how I can explain that further.
- # [00:47] <AryehGregor> Philip`, it's not always so easy to separate. Content is often partly new and partly old.
- # [00:47] <AryehGregor> In MediaWiki's case, for instance, we can't ban presentational stuff in new pages. That breaks copy-paste, etc.
- # [00:47] <Philip`> TabAtkins: Talking to yourself?
- # [00:47] <TabAtkins> JonathanNeal: darker table-cell borders, please. I can't see the bordrs currently.
- # [00:47] <JonathanNeal> ok
- # [00:47] <TabAtkins> TabAtkins: Yes.
- # [00:48] * Quits: erikvvold (~erikvvold@S01060024012860e9.gv.shawcable.net)
- # [00:50] <annevk> AryehGregor, a decade of wrong
- # [00:51] <annevk> AryehGregor, also, transitional meant it was going out
- # [00:54] * Quits: FireFly (~firefly@unaffiliated/firefly) (Quit: Leaving)
- # [00:54] * Joins: dglazkov (~dglazkov@nat/google/x-bnlhmihcwmdwwgxk)
- # [01:00] <JonathanNeal> It's darker now, TabAtkins
- # [01:00] <TabAtkins> JonathanNeal: Is it intended that <head> and <ruby> don't have cells for ie7 and ie8?
- # [01:01] <JonathanNeal> That's actually a bug
- # [01:01] <JonathanNeal> only ie8 should have the styles.
- # [01:01] * Joins: davidb (~davidb@bas1-toronto06-2925210420.dsl.bell.ca)
- # [01:01] <TabAtkins> Also: something's wrong with your coalescing code. IE8 is never coalescing with ie6 and 7, even when it has the same styles. See <strong>, frex.
- # [01:01] * Quits: dglazkov (~dglazkov@nat/google/x-bnlhmihcwmdwwgxk) (Quit: dglazkov)
- # [01:02] <TabAtkins> Well, sometimes ie8 coalesces with ie7. But never with ie6 for some reason.
- # [01:04] <JonathanNeal> TabAtkins, fixed.
- # [01:04] <TabAtkins> head/ruby still broken, but coalescing good.
- # [01:13] * Joins: othermaciej (~mjs@17.246.18.82)
- # [01:17] * Quits: davidb (~davidb@bas1-toronto06-2925210420.dsl.bell.ca) (Quit: davidb)
- # [01:19] * Joins: trave (~Trave@m6b0e36d0.tmodns.net)
- # [01:19] <JonathanNeal> TabAtkins, fixed.
- # [01:19] <TabAtkins> Cool!
- # [01:28] <JonathanNeal> Other suggestions?
- # [01:31] * TabAtkins is minuting again.
- # [01:36] * Joins: _xaos3k_ (~xaos3k@brln-4db873a8.pool.mediaWays.net)
- # [01:37] * Parts: _xaos3k_ (~xaos3k@brln-4db873a8.pool.mediaWays.net) ("Leaving")
- # [01:39] * Quits: jgornick (~joe@199.199.212.242) (Quit: jgornick)
- # [01:40] * Quits: paul_irish (~paul_iris@12.33.239.250) (Quit: paul_irish)
- # [01:49] * Quits: trave (~Trave@m6b0e36d0.tmodns.net) (Ping timeout: 258 seconds)
- # [01:53] * Quits: Amorphous (jan@unaffiliated/amorphous) (Ping timeout: 276 seconds)
- # [01:54] * Joins: dglazkov (~dglazkov@nat/google/x-aiyvtlkaaehwfhmw)
- # [01:59] * Joins: miketaylr (~miketaylr@24.42.95.234)
- # [02:05] * Quits: othermaciej (~mjs@17.246.18.82) (Quit: othermaciej)
- # [02:07] * Quits: dglazkov (~dglazkov@nat/google/x-aiyvtlkaaehwfhmw) (Quit: dglazkov)
- # [02:09] * Joins: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net)
- # [02:11] * Joins: Amorphous (jan@unaffiliated/amorphous)
- # [02:11] * Quits: JonathanNeal (~JonathanN@rrcs-76-79-114-210.west.biz.rr.com) (Ping timeout: 258 seconds)
- # [02:12] * Quits: wycats (~wycats@enginey-9.border1.sfo002.pnap.net) (Quit: wycats)
- # [02:20] * Joins: wakaba_0 (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
- # [02:21] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: This computer has gone to sleep)
- # [02:22] * Joins: othermaciej (~mjs@17.246.18.82)
- # [02:26] * Joins: davidb (~davidb@bas1-toronto06-2925210420.dsl.bell.ca)
- # [02:34] * Joins: JonathanNeal (~JonathanN@99-59-124-67.lightspeed.irvnca.sbcglobal.net)
- # [02:42] * Quits: annevk (~annevk@17.244.3.72) (Remote host closed the connection)
- # [02:43] * Joins: annevk (~annevk@17.244.3.72)
- # [02:54] * Quits: ap (~ap@17.246.18.241) (Quit: ap)
- # [02:54] * Quits: TabAtkins (~chatzilla@17.244.2.48) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.0.13/2009073109])
- # [02:55] * Quits: ttepasse (~ttepasse@ip-95-222-120-117.unitymediagroup.de) (Ping timeout: 260 seconds)
- # [02:57] <Hixie> AryehGregor: i wanted to ban <div>, too.
- # [02:58] * Joins: ttepasse (~ttepasse@ip-95-222-120-117.unitymediagroup.de)
- # [03:00] * Quits: annevk (~annevk@17.244.3.72) (Ping timeout: 260 seconds)
- # [03:01] * Quits: lazni (~lazni@118.71.106.151) (Quit: Leaving.)
- # [03:11] * Joins: shepazutoo (~schepers@adsl-242-200-136.rmo.bellsouth.net)
- # [03:13] * Quits: shepazu (~schepers@adsl-69-158-118.rmo.bellsouth.net) (Ping timeout: 252 seconds)
- # [03:19] * Quits: cying (~cying@70.90.171.153) (Quit: cying)
- # [03:31] * Joins: wycats (~wycats@c-69-181-216-213.hsd1.ca.comcast.net)
- # [03:38] * Quits: wakaba_0 (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (Ping timeout: 258 seconds)
- # [03:39] * Joins: wakaba_0 (~wakaba_@112-68-244-233.eonet.ne.jp)
- # [03:44] * Joins: TabAtkins (~chatzilla@76-253-3-102.lightspeed.sntcca.sbcglobal.net)
- # [03:59] * Joins: til (~til@75.141.192.2)
- # [03:59] <Hixie> TabAtkins: jamesr was looking for you in #webkit. You might want to consider joining #chromium too.
- # [04:00] <til> hixie - i just got your email re http://www.w3.org/Bugs/Public/show_bug.cgi?id=9160
- # [04:00] <TabAtkins> Hixie: Thanks for the heads up. Joined now.
- # [04:00] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [04:00] <til> Hixie: what about a multiple choice survey question (check all that apply)
- # [04:00] <til> that's the situation i'm interested in
- # [04:01] <Hixie> what if none apply?
- # [04:01] <Hixie> seems very dodgy to me to use checkboxes in that way
- # [04:01] * Joins: erlehmann_ (~erlehmann@dslb-088-075-180-189.pools.arcor-ip.net)
- # [04:03] <til> hixie: i'm a supplier of survey systems for restaurants
- # [04:03] <til> there are times when there's a multiple choice non-exclusive question that is required
- # [04:04] <Hixie> like what?
- # [04:04] <til> i.e. what keeps you coming back? after someone has already said they dine frequently
- # [04:04] <Hixie> that's exactly the kind of question where i'd hate for hte browser to force me to pick at least one
- # [04:04] <til> if the client insists that a question be required, i have to make it required
- # [04:04] <til> i can tell them why it's not worth requiring
- # [04:04] <til> but they pay for me
- # [04:05] * Quits: erlehmann (~erlehmann@dslb-188-102-049-211.pools.arcor-ip.net) (Ping timeout: 264 seconds)
- # [04:05] <Hixie> so much so that for similar questions in the past i've gone in with a DOM inspector and killed the JS that forces me to do it, and submitted it that way
- # [04:05] <til> i can force you to select one if it's mutually-exclusive
- # [04:05] <til> i should be able to do the same for multiple-select
- # [04:05] <til> Hixie: this isn't about form UI - it's about the API
- # [04:06] <til> i'm not saying that i like required survey questions
- # [04:06] <Hixie> the API is about form UI
- # [04:06] <Hixie> i don't think we should support this kind of UI
- # [04:06] <til> but there's a situation where you can require an input and it needs to be defined
- # [04:06] <til> e.g. what is a required checkbox
- # [04:06] <Hixie> right now it is defined as "the checkbox has to be checked"
- # [04:06] <til> i don't understand how my proposal endangers yours
- # [04:06] <Hixie> it doesn't
- # [04:06] <til> why would there be an input group if they weren't related?
- # [04:07] <til> so why should checkValidity only apply to that control
- # [04:07] <til> not the group, like with other grouped controls
- # [04:07] <Hixie> because what you're proposing is bad ui
- # [04:07] <til> applying it to the group seems more consistent - easier to grok
- # [04:07] <til> it's no less bad than requiring a radio group to be checked
- # [04:07] <Hixie> it would encourage people to make such interfaces
- # [04:08] <Hixie> i agree, with radio buttons the mistake is allowing any to not be checked in the first place
- # [04:08] <Hixie> unfortunately that boat has sailed
- # [04:08] <til> but required is essentially meaningless without applying it to the group
- # [04:08] <Hixie> no?
- # [04:08] <Hixie> it has a very well-defined meaning
- # [04:08] <Hixie> thereis no "group" with check boxes
- # [04:09] <Hixie> just checkboxes that happen to share a name
- # [04:09] <Hixie> just like you can have many text input fields with the same name -- doesn't make them into a group
- # [04:09] <Hixie> if you have <input type=text name=a required> <input type=text name=a required> you aren't required to type something into one or the other
- # [04:10] <til> in my mind, a checkbox is a type of radio that is mutually inexclusive
- # [04:10] <Hixie> you're required to type something into both
- # [04:10] <til> which is why this is distinct from a text input
- # [04:10] <Hixie> checkboxes and radio buttons are separate just like checkboxes and text fields
- # [04:10] <til> checkboxes are closer to radio than to text fields
- # [04:12] <Hixie> i think thinking of them as similar is misleading and leads one to designing poor UIs
- # [04:13] * Joins: dglazkov (~dglazkov@c-67-169-180-225.hsd1.ca.comcast.net)
- # [04:27] <Hixie> i really don't think that extending the wacky radio button required="" model to text fields makes any sense at all
- # [04:27] <til> anyway, is there even a concept of order in query parameters?
- # [04:28] <til> couldn't you have either Apt#B 123 Fake St and 123 Fake St Apt#B
- # [04:28] <til> depending on how the vendor parses it?
- # [04:28] <Hixie> it's always sent in form order
- # [04:28] <til> or does A before B in the HTML mean A is before B in the query?
- # [04:28] <til> ok
- # [04:29] <til> so your counterpoint is that someone could have address as the name for both fields, and only want to require the first line?
- # [04:29] <til> and want the second line filled to not fulfill the first line's requirement?
- # [04:30] <til> since there's no way to know on the server side which was filled, i don't see why the requirement should affect text fields any differently than radios or checkboxes
- # [04:33] <til> if you have text boxes A B and C called address, and get two values for address on the server side
- # [04:33] <til> you don't know which two you got
- # [04:33] <Hixie> you always know which one was filled in since you always get both, in the order they were in the form
- # [04:33] <til> but if B is empty, you don't get a key with no value
- # [04:33] <Hixie> whether or not they were filled in
- # [04:33] <Hixie> yes you do
- # [04:33] <til> really?
- # [04:33] <til> ok
- # [04:34] <til> my mistake
- # [04:34] * Quits: dglazkov (~dglazkov@c-67-169-180-225.hsd1.ca.comcast.net) (Quit: dglazkov)
- # [04:40] <til> i'm less bothered by your opinion on the matter than that there is no discussion about it
- # [04:40] <til> i feel steamrolled
- # [04:40] <til> i'd really like to hear other people's POV on this, because I feel my original point remains valid
- # [04:44] * Quits: KevinMarks (~KevinMark@157.22.22.46) (Quit: The computer fell asleep)
- # [04:46] * Quits: optim0 (~aaron@pool-71-106-81-142.lsanca.dsl-w.verizon.net) (Read error: Connection reset by peer)
- # [04:46] * Joins: drunknbass_work (~aaron@pool-71-106-81-142.lsanca.dsl-w.verizon.net)
- # [04:47] <Hixie> til: you can ask for an escalation -- see the boilerplate i posted in the bug for details on how to do that
- # [04:48] <til> i misunderstood. i'm not used to being able to reopen my own bugs
- # [04:50] * Quits: dave_levin (~dave_levi@nat/google/x-wtoxfrjoazlwrshh) (Quit: dave_levin)
- # [04:50] * Quits: erlehmann_ (~erlehmann@dslb-088-075-180-189.pools.arcor-ip.net) (Quit: Ex-Chat)
- # [04:50] * Joins: erlehmann (~erlehmann@dslb-088-075-180-189.pools.arcor-ip.net)
- # [04:51] <Hixie> well reopening just means you're asking me to reconsider -- if you want to escalate it to a working group issue that the chairs then decide on rather than me, you have to set some keyword or something
- # [04:51] <Hixie> and then some elves come along and automagically raise the issue for you
- # [04:51] <Hixie> (honestly not quite sure how that happens)
- # [04:52] <Hixie> there's a link in the boilerplate i pasted that explains it iirc
- # [04:52] <til> i'm working on that now
- # [04:52] <Hixie> k
- # [04:52] <til> i'm slow to respond because i'm typing in bugzilla :)
- # [04:52] <Hixie> :-)
- # [04:53] * Quits: ttepasse (~ttepasse@ip-95-222-120-117.unitymediagroup.de) (Quit: Verlassend)
- # [04:55] * Quits: jwalden (~waldo@nat/mozilla/x-sprnaqjrqddegurk) (Quit: heading home, back in a bit)
- # [05:01] <til> Hixie: thanks for the discussion
- # [05:01] <til> i've escalated the bug
- # [05:01] <til> hopefully we can get more input
- # [05:02] * Quits: drunknbass_work (~aaron@pool-71-106-81-142.lsanca.dsl-w.verizon.net) (Ping timeout: 248 seconds)
- # [05:15] * Quits: til (~til@75.141.192.2) (Quit: til)
- # [05:19] * Quits: davidb (~davidb@bas1-toronto06-2925210420.dsl.bell.ca) (Quit: davidb)
- # [05:22] * Joins: jwalden (~waldo@nat/google/x-gefyeqsgzlpmjcfn)
- # [05:22] * Joins: dglazkov (~dglazkov@c-67-169-180-225.hsd1.ca.comcast.net)
- # [05:43] * Quits: TabAtkins (~chatzilla@76-253-3-102.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 240 seconds)
- # [05:46] * Joins: dave_levin (~dave_levi@c-98-203-247-78.hsd1.wa.comcast.net)
- # [05:47] * Quits: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net) (Quit: refreshing, aint it)
- # [05:54] <JonathanNeal> Added IE9 IE9 http://sandbox.thewikies.com/html5-browser-stylesheets/table.php
- # [05:59] * Joins: dave_levin_ (~dave_levi@216.239.45.130)
- # [06:02] * Quits: dave_levin (~dave_levi@c-98-203-247-78.hsd1.wa.comcast.net) (Ping timeout: 252 seconds)
- # [06:02] * dave_levin_ is now known as dave_levin
- # [06:03] * Quits: cpearce (~cpearce@203-97-204-82.dsl.clear.net.nz) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.0.15/2009101909])
- # [06:03] * Joins: mr_daniel (~irssi@e177150149.adsl.alicedsl.de)
- # [06:06] * Joins: cohitre (~cohitre@64-40-56-46-dsl.itltd.net)
- # [06:06] * Parts: cohitre (~cohitre@64-40-56-46-dsl.itltd.net)
- # [06:07] * Quits: mr_danie1 (~irssi@e177150076.adsl.alicedsl.de) (Ping timeout: 276 seconds)
- # [06:07] * Quits: jwalden (~waldo@nat/google/x-gefyeqsgzlpmjcfn) (Quit: back in a bit)
- # [06:09] * Quits: othermaciej (~mjs@17.246.18.82) (Quit: othermaciej)
- # [06:09] * Quits: Spanska (~bluetooth@modemcable077.255-37-24.mc.videotron.ca) (Quit: ?)
- # [06:17] * Joins: TabAtkins (~chatzilla@76-253-3-102.lightspeed.sntcca.sbcglobal.net)
- # [06:27] * Quits: roc (~roc@203-97-204-82.dsl.clear.net.nz) (Quit: roc)
- # [06:42] * Joins: drunknbass_work (~aaron@cpe-76-173-195-145.socal.res.rr.com)
- # [06:59] * Joins: roc (~roc@121-72-207-140.dsl.telstraclear.net)
- # [07:19] * Quits: dglazkov (~dglazkov@c-67-169-180-225.hsd1.ca.comcast.net) (Quit: dglazkov)
- # [07:20] * Quits: miketaylr (~miketaylr@24.42.95.234) (Remote host closed the connection)
- # [07:23] * Joins: jwalden (~waldo@c-98-248-40-206.hsd1.ca.comcast.net)
- # [07:30] * Joins: othermaciej (~mjs@c-69-181-42-237.hsd1.ca.comcast.net)
- # [07:36] * Quits: Heimidal (~heimidal@unaffiliated/heimidal) (Remote host closed the connection)
- # [07:37] * Joins: Heimidal (~heimidal@unaffiliated/heimidal)
- # [07:47] * Joins: FireFly (~firefly@unaffiliated/firefly)
- # [07:48] * Joins: kennyluck (~kennyluck@tea04.w3.mag.keio.ac.jp)
- # [07:49] * Joins: annevk (~annevk@76-253-3-102.lightspeed.sntcca.sbcglobal.net)
- # [07:57] * Joins: maikmerten (~merten@ls5dhcp196.cs.uni-dortmund.de)
- # [08:00] * Quits: TabAtkins (~chatzilla@76-253-3-102.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 240 seconds)
- # [08:06] * Joins: zalan (~zalan@catv-89-135-108-81.catv.broadband.hu)
- # [08:07] * Quits: annevk (~annevk@76-253-3-102.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 276 seconds)
- # [08:08] <JonathanNeal> How can I get tweet feeds on the page.
- # [08:09] <JonathanNeal> like a kind-of twitter widget that will show anything related to #iecss
- # [08:17] * Quits: drunknbass_work (~aaron@cpe-76-173-195-145.socal.res.rr.com) (Quit: Leaving...)
- # [08:20] * Quits: roc (~roc@121-72-207-140.dsl.telstraclear.net) (Quit: roc)
- # [08:20] * Joins: eighty4 (~eighty4@h-112-7.A163.corp.bahnhof.se)
- # [08:25] * Joins: TabAtkins (~chatzilla@76-253-3-102.lightspeed.sntcca.sbcglobal.net)
- # [08:35] * Joins: lazni (~lazni@118.71.106.151)
- # [08:39] * Quits: kennyluck (~kennyluck@tea04.w3.mag.keio.ac.jp) (Quit: kennyluck)
- # [08:39] * erlehmann is now known as erduschmann
- # [08:40] * Quits: grimboy (~grimboy@78-86-152-156.zone2.bethere.co.uk) (Remote host closed the connection)
- # [08:43] * Joins: Mau`werk (~ano@a80-101-46-164.adsl.xs4all.nl)
- # [08:56] <hsivonen> is this test case considered to reflect the current spec? http://simon.html5.org/test/opera/datalist.htm
- # [09:04] * Joins: pesla (~retep@188.202.125.121)
- # [09:07] * Quits: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net) (Ping timeout: 246 seconds)
- # [09:07] * Joins: roc (~roc@121-72-207-140.dsl.telstraclear.net)
- # [09:08] * Quits: TabAtkins (~chatzilla@76-253-3-102.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 264 seconds)
- # [09:14] * Quits: jwalden (~waldo@c-98-248-40-206.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.2/20100122095031])
- # [09:15] * Joins: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net)
- # [09:25] <JonathanNeal> http://www.iecss.com/ woot
- # [09:28] * Quits: FireFly (~firefly@unaffiliated/firefly) (Quit: Leaving)
- # [09:28] <hsivonen> JonathanNeal: interesting. I was unaware that IE had undergone unit category changes in the UA style sheet
- # [09:29] * Joins: thomas____ (~thomasain@213.246.129.247)
- # [09:30] * Parts: thomas____ (~thomasain@213.246.129.247)
- # [09:30] * Joins: cedric_ (~cedric@116.197.243.81)
- # [09:30] * Joins: thomas____ (~thomasain@213.246.129.247)
- # [09:34] * Quits: cedricv (~cedric@116.197.242.184) (Ping timeout: 258 seconds)
- # [09:37] * Quits: ghe (~ghe@ft172067.dep.no)
- # [09:40] * Quits: cedric_ (~cedric@116.197.243.81) (Quit: Psst... you can also find me offline @neonux on twitter)
- # [09:41] * Joins: svl (~chatzilla@a194-109-2-65.dmn.xs4all.nl)
- # [09:43] * Joins: zcorpan (~zcorpan@pat.se.opera.com)
- # [09:44] <JonathanNeal> hsivonen, between versions? yes.
- # [09:46] * Joins: dave_levin_ (~dave_levi@c-98-203-247-78.hsd1.wa.comcast.net)
- # [09:50] * Quits: dave_levin (~dave_levi@216.239.45.130) (Ping timeout: 260 seconds)
- # [09:50] * dave_levin_ is now known as dave_levin
- # [09:50] * Quits: tndH (~Rob@87.102.14.123) (Ping timeout: 276 seconds)
- # [09:55] * Joins: tndH (~Rob@87.102.14.123)
- # [09:58] * Joins: mhausenblas (~mhausenbl@147.67.241.226)
- # [10:00] * Quits: maikmerten (~merten@ls5dhcp196.cs.uni-dortmund.de) (Ping timeout: 260 seconds)
- # [10:01] <zcorpan> hsivonen: yes
- # [10:02] <hsivonen> zcorpan: I guess I'm looking at a parser bug, then
- # [10:02] <zcorpan> hsivonen: it's filed in v.nu bugzilla
- # [10:06] <hsivonen> zcorpan: thanks. I just filed it as https://bugzilla.mozilla.org/show_bug.cgi?id=555906 while I wasn't looking at IRC
- # [10:11] * Quits: lazni (~lazni@118.71.106.151) (Quit: Leaving.)
- # [10:17] * hsivonen notes that the Vodafone rep to the TAG still puts EXI as a bullet point on "mobile" slides
- # [10:23] * Joins: cedricv (~cedric@116.197.243.81)
- # [10:26] <othermaciej> what is EXI?
- # [10:27] <zcorpan> the class='' recommendation on b and i doesn't make much sense
- # [10:27] <hsivonen> othermaciej: "efficient" binary compression representation for XML infosets
- # [10:28] <othermaciej> oh, that
- # [10:28] * zcorpan bets OBML is more efficient than EXI
- # [10:29] <zcorpan> but maybe not a fair comparison since obml doesn't represent an infoset
- # [10:32] * Joins: ROBOd (~robod@89.122.216.38)
- # [10:33] <hsivonen> zcorpan: is OBML what Opera Mini uses?
- # [10:33] <hsivonen> zcorpan: does it transfer the CSS box tree?
- # [10:34] * Quits: zalan (~zalan@catv-89-135-108-81.catv.broadband.hu) (Ping timeout: 264 seconds)
- # [10:34] <zcorpan> hsivonen: it's what opera mini uses
- # [10:34] * Quits: dave_levin (~dave_levi@c-98-203-247-78.hsd1.wa.comcast.net) (Quit: dave_levin)
- # [10:35] <zcorpan> hsivonen: i don't know what it transfers exactly
- # [10:36] <hsivonen> zcorpan: ok
- # [10:36] * Joins: mat_t (~mattomasz@91.189.88.12)
- # [10:46] * Joins: boblet (~boblet@p1072-ipbf36osakakita.osaka.ocn.ne.jp)
- # [10:48] * Joins: workmad3 (~workmad3@188-222-158-93.zone13.bethere.co.uk)
- # [11:04] * Joins: zalan (kvirc@netacc-gpn-4-169-81.pool.pannon.hu)
- # [11:04] * Quits: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net) (Quit: Rik`)
- # [11:06] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 276 seconds)
- # [11:07] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [11:07] * Joins: mpt (~mpt@canonical/mpt)
- # [11:08] * Quits: osimons (~osimons@2.80-202-207.nextgentel.com) (Quit: osimons)
- # [11:12] * Quits: Heimidal (~heimidal@unaffiliated/heimidal) (Quit: Leaving...)
- # [11:29] * Joins: Rik` (~Rik`@81.93.12.28)
- # [11:31] * Joins: maikmerten (~merten@ls5dhcp196.cs.uni-dortmund.de)
- # [11:32] <zcorpan> feature testing for structured clone in webworkers is similarly annoying
- # [11:33] <zcorpan> it would be easier if non-strings throwed from the start
- # [11:37] * Quits: erduschmann (~erlehmann@dslb-088-075-180-189.pools.arcor-ip.net) (Ping timeout: 240 seconds)
- # [12:02] * gsnedders gives up on trying to go to Glasgow
- # [12:03] <gsnedders> hsivonen: The answer for what OBML transmits is AFAIK "no comment" :)
- # [12:05] <hsivonen> gsnedders: I see. my css box tree guess remains
- # [13:18] * Quits: knowtheory (~knowtheor@cpe-71-79-238-195.columbus.res.rr.com) (Ping timeout: 240 seconds)
- # [13:20] * Joins: knowtheory (~knowtheor@cpe-71-79-238-195.columbus.res.rr.com)
- # [13:25] * Joins: JusticeFries (~justicefr@c-67-173-239-97.hsd1.co.comcast.net)
- # [13:35] * Quits: mhausenblas (~mhausenbl@147.67.241.226) (Quit: mhausenblas)
- # [13:35] * Joins: gonemad3 (~workmad3@188-222-158-93.zone13.bethere.co.uk)
- # [13:36] * Quits: workmad3 (~workmad3@188-222-158-93.zone13.bethere.co.uk) (Disconnected by services)
- # [13:36] * gonemad3 is now known as workmad3
- # [13:37] * Joins: Phae (~phaeness@gateb.mh.bbc.co.uk)
- # [13:48] <zcorpan> does anyone know which server is used for http://trac.webkit.org/browser/trunk/LayoutTests/websocket/tests
- # [13:50] * Joins: lazni (~lazni@118.71.106.151)
- # [13:51] * Joins: MikeSmith (~MikeSmith@209.117.47.253)
- # [13:51] * Quits: jcranmer (~jcranmer@ltsp2.csl.tjhsst.edu) (Read error: Operation timed out)
- # [13:53] * Joins: jcranmer (~jcranmer@ltsp2.csl.tjhsst.edu)
- # [13:55] <zcorpan> https://trac.webkit.org/browser/trunk/WebKitTools/Scripts/webkitpy/layout_tests/port/websocket_server.py ?
- # [13:59] * Joins: wakaba_1 (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
- # [14:00] * Quits: wakaba_0 (~wakaba_@112-68-244-233.eonet.ne.jp) (Ping timeout: 264 seconds)
- # [14:10] * Quits: JusticeFries (~justicefr@c-67-173-239-97.hsd1.co.comcast.net) (Quit: JusticeFries)
- # [14:10] * Joins: JusticeFries (~justicefr@2002:43ad:ef61:0:226:8ff:fedd:9464)
- # [14:13] * Quits: JusticeFries (~justicefr@2002:43ad:ef61:0:226:8ff:fedd:9464) (Remote host closed the connection)
- # [14:13] <MikeSmith> zcorpan: tyoshino or ukai will know
- # [14:13] * Joins: JusticeFries (~justicefr@c-67-173-239-97.hsd1.co.comcast.net)
- # [14:13] <MikeSmith> though they may be away
- # [14:14] <MikeSmith> (21:11 in Japan)
- # [14:15] <tyoshino> hi
- # [14:15] <tyoshino> ukai should know well but he's not here now.
- # [14:16] <zcorpan> ok, thanks
- # [14:17] <tyoshino> basically you're right. we're using pywebsocket and some helper scripts
- # [14:18] <zcorpan> ok
- # [14:20] * Quits: nessy (~Adium@124-168-176-223.dyn.iinet.net.au) (Quit: Leaving.)
- # [14:25] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 258 seconds)
- # [14:26] * Joins: annevk (~annevk@76-253-3-102.lightspeed.sntcca.sbcglobal.net)
- # [14:27] * Quits: zalan (kvirc@netacc-gpn-4-169-81.pool.pannon.hu) (Ping timeout: 258 seconds)
- # [14:27] * Joins: zalan (kvirc@netacc-gpn-4-125-238.pool.pannon.hu)
- # [14:30] <annevk> I now got that attachment (indeed looks like a Word document), but I cannot open it...
- # [14:30] * Quits: JusticeFries (~justicefr@c-67-173-239-97.hsd1.co.comcast.net) (Quit: JusticeFries)
- # [14:31] <jgraham> Post it on the public web as a hacking challenge
- # [14:32] <jgraham> Give extra credit for inventing a time machine to crack it before March 15th 2010
- # [14:33] * Quits: MikeSmith (~MikeSmith@209.117.47.253) (Quit: This computer has gone to sleep)
- # [14:33] <annevk> someone with Word can prolly win that contest within minutes
- # [14:34] * Quits: Necrathex (~bleptop@212-123-163-12.ip.telfort.nl) (Quit: Necrathex)
- # [14:35] * Joins: mpt (~mpt@canonical/mpt)
- # [14:36] * Joins: |zalan| (~zalan@catv-89-135-108-81.catv.broadband.hu)
- # [14:37] <Philip`> annevk: Delete a few bytes at random from the file, so Word will just report it as corrupted and fail
- # [14:38] * Joins: _zalan_ (kvirc@netacc-gpn-4-101-25.pool.pannon.hu)
- # [14:40] * Quits: zalan (kvirc@netacc-gpn-4-125-238.pool.pannon.hu) (Ping timeout: 260 seconds)
- # [14:40] <jgraham> annevk: Still you get to find out what the file says
- # [14:40] * Quits: |zalan| (~zalan@catv-89-135-108-81.catv.broadband.hu) (Ping timeout: 276 seconds)
- # [14:41] <annevk> just got a reply with the questions inline
- # [14:42] <zcorpan> but no time machine :(
- # [14:43] * Joins: davidb (~davidb@mozca02.ca.mozilla.com)
- # [14:43] * Joins: mhausenblas (~mhausenbl@147.67.241.226)
- # [14:46] <annevk> you guys watch too much tv
- # [14:47] <annevk> and mostly science-fiction at that it seems :p
- # [14:49] <Philip`> It's strange how rarely science fiction focuses on technology problems like incompatible file formats
- # [14:49] <Philip`> The problems are always stuff like engines exploding
- # [14:49] <Dashiva> Cowboy Bebop had an excellent take on that
- # [14:49] <Dashiva> They found a really old video tape they wanted to play, but it was betamax
- # [14:50] <Philip`> Even with modern cars, it's pretty rare for the engine to explode and pretty common for the on-board computer to develop some kind of software fault, so presumably the same kind of thing will continue into the future
- # [14:52] * Quits: wakaba_1 (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (Quit: Leaving...)
- # [14:54] <Philip`> The only exception I can think of (with my not-very-good memory) is in Halting State, where some guy stays up all night writing Perl scripts to translate data between two slightly different databases
- # [14:54] <Philip`> but then it's spoiled by having a computer that explodes later on
- # [14:54] <Philip`> (if I remember correctly)
- # [15:06] * Joins: BlurstOfTimes (~blurstoft@168.203.117.66)
- # [15:06] * Quits: mat_t (~mattomasz@91.189.88.12) (Ping timeout: 246 seconds)
- # [15:09] * Joins: aroben (~aroben@unaffiliated/aroben)
- # [15:10] * Quits: annevk (~annevk@76-253-3-102.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 276 seconds)
- # [15:11] * Joins: erlehmann (~erlehmann@dslb-088-075-180-189.pools.arcor-ip.net)
- # [15:11] * Joins: mat_t (~mattomasz@91.189.88.12)
- # [15:13] * Joins: miketaylr (~miketaylr@38.117.156.163)
- # [15:14] * Joins: paul_irish (~paul_iris@c-65-96-162-9.hsd1.ma.comcast.net)
- # [15:26] * Joins: annevk (~annevk@76-253-3-102.lightspeed.sntcca.sbcglobal.net)
- # [15:33] * Quits: mhausenblas (~mhausenbl@147.67.241.226) (Quit: brb)
- # [15:47] * Quits: paul_irish (~paul_iris@c-65-96-162-9.hsd1.ma.comcast.net) (Remote host closed the connection)
- # [15:48] * Joins: paul_irish (~paul_iris@c-65-96-162-9.hsd1.ma.comcast.net)
- # [15:48] <hsivonen> I wish iki.fi had shorter delays on DNS updates...
- # [15:49] <hsivonen> the server that hosts hsivonen.iki.fi changed its IP address without prior notice
- # [15:56] * Quits: cedricv (~cedric@116.197.243.81) (Quit: Psst... you can also find me offline @neonux on twitter)
- # [16:05] * Quits: _zalan_ (kvirc@netacc-gpn-4-101-25.pool.pannon.hu) (Ping timeout: 252 seconds)
- # [16:08] * Quits: paul_irish (~paul_iris@c-65-96-162-9.hsd1.ma.comcast.net) (Quit: Rain rain go away)
- # [16:09] * Quits: daedb (~daed@h11n1fls34o986.telia.com) (Remote host closed the connection)
- # [16:10] * Joins: zalan (kvirc@netacc-gpn-4-101-25.pool.pannon.hu)
- # [16:12] * Joins: |zalan| (~zalan@catv-89-135-108-81.catv.broadband.hu)
- # [16:13] <erlehmann> hsivonen, did you change that 404'd PNG link ?
- # [16:15] * Quits: zalan (kvirc@netacc-gpn-4-101-25.pool.pannon.hu) (Ping timeout: 245 seconds)
- # [16:15] * Joins: TabAtkins (~chatzilla@76-253-3-102.lightspeed.sntcca.sbcglobal.net)
- # [16:19] * Quits: murr4y (~murray@89.84-49-66.nextgentel.com) (Ping timeout: 265 seconds)
- # [16:27] * Joins: dglazkov (~dglazkov@c-67-169-180-225.hsd1.ca.comcast.net)
- # [16:32] * Joins: myakura (~myakura@p1104-ipbf2109marunouchi.tokyo.ocn.ne.jp)
- # [16:32] * Quits: myakura (~myakura@p1104-ipbf2109marunouchi.tokyo.ocn.ne.jp) (Client Quit)
- # [16:33] * Joins: ganeshjacharya (~ganeshjac@58.68.8.190)
- # [16:37] * Joins: ttepasse (~ttepasse@ip-95-222-120-117.unitymediagroup.de)
- # [16:38] * Joins: FireFly (~firefly@unaffiliated/firefly)
- # [16:41] <hsivonen> erlehmann: not yet. I intend to fix it once my personal site becomes usable again.
- # [16:44] * Joins: mlpug (~mlpug@a88-115-164-40.elisa-laajakaista.fi)
- # [16:49] * Quits: mlpug (~mlpug@a88-115-164-40.elisa-laajakaista.fi) (Remote host closed the connection)
- # [16:50] * Quits: dglazkov (~dglazkov@c-67-169-180-225.hsd1.ca.comcast.net) (Quit: dglazkov)
- # [16:51] * Quits: eighty4 (~eighty4@h-112-7.A163.corp.bahnhof.se) (Remote host closed the connection)
- # [16:52] * Joins: mlpug (~mlpug@a88-115-164-40.elisa-laajakaista.fi)
- # [16:54] * Quits: ganeshjacharya (~ganeshjac@58.68.8.190) (Ping timeout: 246 seconds)
- # [17:06] * Joins: paul_irish (~paul_iris@12.33.239.250)
- # [17:07] * Quits: Mau`werk (~ano@a80-101-46-164.adsl.xs4all.nl) (Quit: Disconnected...)
- # [17:08] * Quits: maikmerten (~merten@ls5dhcp196.cs.uni-dortmund.de) (Remote host closed the connection)
- # [17:14] * Joins: drunknbass_work (~aaron@pool-71-106-81-142.lsanca.dsl-w.verizon.net)
- # [17:15] * Joins: cedricv (~cedric@180.129.72.27)
- # [17:18] * Joins: MikeSmith (~MikeSmith@m245a36d0.tmodns.net)
- # [17:23] * Quits: davidb (~davidb@mozca02.ca.mozilla.com) (Quit: davidb)
- # [17:26] <MikeSmith> annevk: what's rumored to be in this Word file you've obtained?
- # [17:28] * Joins: davidb (~davidb@mozca02.ca.mozilla.com)
- # [17:28] <JonathanNeal> Goodmorning :)
- # [17:30] <jgraham> Timezoneist
- # [17:33] <MikeSmith> in Japan, for people who work at bars and such at night, it's common to say おはよ (good morning) no matter what time of day it actually is
- # [17:33] * Joins: dglazkov (~dglazkov@nat/google/x-hrlxafvjfzlqovlv)
- # [17:33] <MikeSmith> when first seeing somebody for the day
- # [17:34] <MikeSmith> even if that happens to be 23:00 in the evening or whatever
- # [17:34] * Quits: dglazkov (~dglazkov@nat/google/x-hrlxafvjfzlqovlv) (Remote host closed the connection)
- # [17:34] * Joins: dglazkov (~dglazkov@nat/google/x-gjnuzdsceglntjug)
- # [17:34] <MikeSmith> what is Viognier?
- # [17:34] <MikeSmith> hmm, Rhone valley
- # [17:35] <MikeSmith> this could be good
- # [17:35] * MikeSmith looks around for the wine steward
- # [17:36] <jgraham> MikeSmith: In Japan it it common for shop assistants to compete for who can say "Irashaimasen!" in the most whiny voice. Doesn't mean it's a good idea :)
- # [17:36] <MikeSmith> heh
- # [17:36] * Quits: annevk (~annevk@76-253-3-102.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 248 seconds)
- # [17:37] * Quits: TabAtkins (~chatzilla@76-253-3-102.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 260 seconds)
- # [17:37] <MikeSmith> jgraham: that's why I wear earblugs
- # [17:37] <MikeSmith> plugs
- # [17:38] <MikeSmith> one unfortunate thing in Japan is that being enthusiastic sometimes (often) means being noisy
- # [17:39] <MikeSmith> e.g., if you go to a baseball game, there is always this huge cheering section of people who do nothing but make noise for the entire game
- # [17:39] <MikeSmith> I think most of them are not actually paying any attention at all to what is going on in the game
- # [17:41] <MikeSmith> wow, this Viognier tastes somewhat like one of those chocolate oranges
- # [17:41] * Joins: smaug___ (~chatzilla@cs181150024.pp.htv.fi)
- # [17:42] <MikeSmith> Terry's Chocolate Orange
- # [17:42] * Quits: drunknbass_work (~aaron@pool-71-106-81-142.lsanca.dsl-w.verizon.net) (Quit: drunknbass_work)
- # [17:46] <paul_irish> what's the viognier?
- # [17:46] <MikeSmith> paul_irish: wine
- # [17:46] <MikeSmith> white wine
- # [17:46] <paul_irish> hahah no i mean who is the vineyard. :)
- # [17:46] <MikeSmith> oh
- # [17:47] <MikeSmith> Gadino Cellars, Greene County, Virginia
- # [17:47] <MikeSmith> apparently
- # [17:47] <MikeSmith> I don't recommend it
- # [17:47] <MikeSmith> unless you really like chocolate oranges
- # [17:48] <MikeSmith> paul_irish: btw, jgraham may know about the Opera UA stylesheet
- # [17:48] <paul_irish> Oh tight. I'd love to grab it to incorporate into JonathanNeal's table
- # [17:48] * gsnedders notes jgraham doesn't
- # [17:48] <MikeSmith> s/jgraham/gsnedders/
- # [17:49] * gsnedders knows a bit
- # [17:50] <jgraham> gsnedders: How do you know what I know?
- # [17:50] <gsnedders> jgraham: Because when it came up before I remember you not knowing much.
- # [17:50] <gsnedders> Of course, you may have learnt since
- # [17:50] <jgraham> Not really
- # [17:51] <jgraham> Also, I have no idea what the contex is for the email you just sent
- # [17:51] <jgraham> *context
- # [17:51] <gsnedders> See, you're cluelesss.
- # [17:51] <gsnedders> *clueless
- # [17:52] <jgraham> The first case was more serpentine than clueless
- # [17:52] <gsnedders> paul_irish: The basic answer is there is no CSS file available for the UA stylesheet
- # [17:52] <gsnedders> (But you probably know taht already)
- # [17:57] <MikeSmith> gsnedders: is there any way to get a dump of the CSS rules?
- # [17:57] <paul_irish> Hm, this was the case for IE too, but jon was able to extract the values from this nasty XML mess. regardless, if there is any opera resource for the default styling available.. i'd be great to document :)
- # [17:57] * Joins: annevk (~annevk@17.244.3.72)
- # [17:58] <gsnedders> MikeSmith: I can't think of any trivial way
- # [17:59] <MikeSmith> I would think there'd be some userjs way to do it
- # [18:00] * Quits: lazni (~lazni@118.71.106.151) (Quit: Leaving.)
- # [18:01] * Quits: MikeSmith (~MikeSmith@m245a36d0.tmodns.net) (Quit: Till kicked and torn and beaten out he lies, and leaves his hold and crackles, groans, and dies.)
- # [18:01] * Quits: zcorpan (~zcorpan@pat.se.opera.com) (Quit: zcorpan)
- # [18:07] * Quits: ROBOd (~robod@89.122.216.38) (Read error: Connection reset by peer)
- # [18:08] * Joins: erikvold (~erikvold@S01060024012860e9.gv.shawcable.net)
- # [18:08] * Quits: JonathanNeal (~JonathanN@99-59-124-67.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 260 seconds)
- # [18:09] * Joins: ROBOd (~robod@89.122.216.38)
- # [18:10] * Joins: dave_levin (~dave_levi@74.125.59.65)
- # [18:12] * Quits: BlurstOfTimes (~blurstoft@168.203.117.66) (Remote host closed the connection)
- # [18:12] * Joins: BlurstOfTimes (~blurstoft@168.203.117.66)
- # [18:14] * Quits: boblet (~boblet@p1072-ipbf36osakakita.osaka.ocn.ne.jp) (Quit: boblet)
- # [18:15] * Quits: pesla (~retep@188.202.125.121) (Quit: ( www.nnscript.com :: NoNameScript 4.21 :: www.esnation.com ))
- # [18:19] * gsnedders realizes he can't actually spell oliver
- # [18:23] * gsnedders guesses we have at least another four hours until olliej wakes up
- # [18:24] <gsnedders> (Call me cynical, but...)
- # [18:25] * Joins: ap (~ap@17.246.18.241)
- # [18:27] * Quits: Phae (~phaeness@gateb.mh.bbc.co.uk)
- # [18:33] * Quits: BlurstOfTimes (~blurstoft@168.203.117.66) (Remote host closed the connection)
- # [18:43] * Quits: Dashiva (Dashiva@wikia/Dashiva) (Ping timeout: 258 seconds)
- # [18:45] * Joins: Maurice` (copyman@5ED548D4.cable.ziggo.nl)
- # [18:49] * Quits: dglazkov (~dglazkov@nat/google/x-gjnuzdsceglntjug) (Quit: dglazkov)
- # [18:51] * Joins: daedb (~daed@h11n1fls34o986.telia.com)
- # [18:52] * Joins: gratz|home (~gratz@cpc3-brig15-2-0-cust237.3-3.cable.virginmedia.com)
- # [18:54] * Quits: thomas____ (~thomasain@213.246.129.247) (Quit: ChatZilla 0.9.86 [Firefox 3.6.2/20100316055951])
- # [18:55] * Quits: workmad3 (~workmad3@188-222-158-93.zone13.bethere.co.uk) (Remote host closed the connection)
- # [18:57] * Joins: JusticeFries (~justicefr@2002:43ad:ef61:0:226:8ff:fedd:9464)
- # [18:59] * Quits: JusticeFries (~justicefr@2002:43ad:ef61:0:226:8ff:fedd:9464) (Remote host closed the connection)
- # [18:59] * Quits: othermaciej (~mjs@c-69-181-42-237.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [18:59] * Joins: JusticeFries (~justicefr@c-67-173-239-97.hsd1.co.comcast.net)
- # [19:00] * Quits: JusticeFries (~justicefr@c-67-173-239-97.hsd1.co.comcast.net) (Client Quit)
- # [19:08] * Joins: cying (~cying@70.90.171.153)
- # [19:09] * Quits: mat_t (~mattomasz@91.189.88.12) (Quit: This computer has gone to sleep)
- # [19:13] * Joins: Dashiva (Dashiva@wikia/Dashiva)
- # [19:15] * Quits: svl (~chatzilla@a194-109-2-65.dmn.xs4all.nl) (Disconnected by services)
- # [19:15] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [19:15] * Joins: svl__ (~chatzilla@a194-109-2-65.dmn.xs4all.nl)
- # [19:23] * Joins: TabAtkins (~chatzilla@17.244.2.48)
- # [19:27] * Joins: JonathanNeal (~JonathanN@rrcs-76-79-114-210.west.biz.rr.com)
- # [19:28] * Joins: maikmerten (~maikmerte@port-92-201-167-205.dynamic.qsc.de)
- # [19:30] <JonathanNeal> hello again
- # [19:33] <JonathanNeal> Did we ever find the Opera UA stylesheet?
- # [19:34] <gsnedders> It's not there to be found.
- # [19:34] <JonathanNeal> :(
- # [19:34] * Joins: BlurstOfTimes (~blurstoft@168.203.117.66)
- # [19:35] <JonathanNeal> Does Gecko have a separate icon?
- # [19:39] * Quits: wycats (~wycats@c-69-181-216-213.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [19:40] * Joins: wycats (~wycats@68-27-32-168.pools.spcsdns.net)
- # [19:44] * Quits: roc (~roc@121-72-207-140.dsl.telstraclear.net) (Quit: roc)
- # [19:44] * Joins: roc (~roc@121-72-207-140.dsl.telstraclear.net)
- # [19:45] <gsnedders> http://en.wikipedia.org/wiki/File:Heringsschwarm.gif
- # [19:45] <gsnedders> w00t for animated gifs
- # [19:46] <Philip`> I like that the thumbnail is animated
- # [19:46] <Philip`> You don't get that with <video>s
- # [19:55] * Joins: othermaciej (~mjs@2620:0:1b00:1191:21f:f3ff:fe4e:bf33)
- # [19:57] <JonathanNeal> More than halfway through capturing opera styles
- # [19:58] <gsnedders> Anyone able to summarize the Bug 7034 thread?
- # [20:01] * Joins: Sidnicious (~Sidney@pdpc/supporter/professional/sidney)
- # [20:03] <Philip`> gsnedders: I think the summary is that nobody knows of a consistent set of rules for precisely determining authoring conformance criteria, and some people think there should be a consistent set of rules, and nobody can agree on what any of the rules should be
- # [20:03] <gsnedders> OK, that's the impression I got from the start of the thread
- # [20:03] * gsnedders marks as read
- # [20:04] <Philip`> and after about 120 emails, still nobody agrees on anything
- # [20:05] <Philip`> (though the spec now lists some rough principles)
- # [20:06] * Joins: wycats_ (~wycats@enginey-9.border1.sfo002.pnap.net)
- # [20:07] * Joins: cohitre (~cohitre@97-113-165-17.tukw.qwest.net)
- # [20:07] * Parts: cohitre (~cohitre@97-113-165-17.tukw.qwest.net)
- # [20:10] * Quits: wycats (~wycats@68-27-32-168.pools.spcsdns.net) (Ping timeout: 252 seconds)
- # [20:10] * wycats_ is now known as wycats
- # [20:11] * Quits: Rik` (~Rik`@81.93.12.28) (Ping timeout: 276 seconds)
- # [20:12] * Joins: jwalden (~waldo@nat/mozilla/x-yraratybxlprhtxu)
- # [20:26] <JonathanNeal> I'm vertifying the styles.
- # [20:26] <JonathanNeal> I have a few tests where if the reported styles are false, then changing a few things like colors and font sizes will produce new results.
- # [20:36] * Joins: sicking (~chatzilla@nat/mozilla/x-oerjebesvsdxgcun)
- # [20:38] * Joins: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net)
- # [20:41] * Quits: franksalim (~frank@adsl-75-61-84-181.dsl.pltn13.sbcglobal.net) (Quit: Ex-Chat)
- # [20:42] * Joins: eighty4 (~eighty4@h-60-214.A163.priv.bahnhof.se)
- # [20:45] * Joins: maikmerten_ (~maikmerte@port-92-201-130-141.dynamic.qsc.de)
- # [20:46] * Quits: jwalden (~waldo@nat/mozilla/x-yraratybxlprhtxu) (Ping timeout: 276 seconds)
- # [20:48] * Joins: jwalden (~waldo@nat/mozilla/x-zupctunrnriwqfub)
- # [20:48] * Quits: maikmerten (~maikmerte@port-92-201-167-205.dynamic.qsc.de) (Ping timeout: 276 seconds)
- # [20:49] * Quits: ROBOd (~robod@89.122.216.38) (Ping timeout: 265 seconds)
- # [20:50] <JonathanNeal> I would love to add a stylesheet of w3c recommendations @ iecss
- # [20:54] * Quits: TabAtkins (~chatzilla@17.244.2.48) (Ping timeout: 276 seconds)
- # [20:54] * Quits: maikmerten_ (~maikmerte@port-92-201-130-141.dynamic.qsc.de) (Remote host closed the connection)
- # [20:54] * Joins: ROBOd (~robod@89.122.216.38)
- # [20:54] * Quits: othermaciej (~mjs@2620:0:1b00:1191:21f:f3ff:fe4e:bf33) (Remote host closed the connection)
- # [20:55] * Joins: othermaciej (~mjs@2620:0:1b00:1191:21f:f3ff:fe4e:bf33)
- # [20:55] * Quits: cedricv (~cedric@180.129.72.27) (Ping timeout: 258 seconds)
- # [20:55] <ttepasse> Huh? Why is HTMLAnchorElement.hash readonly in Safari?
- # [20:58] * Quits: jwalden (~waldo@nat/mozilla/x-zupctunrnriwqfub) (Ping timeout: 246 seconds)
- # [21:12] * Joins: grimboy (~grimboy@78-86-152-156.zone2.bethere.co.uk)
- # [21:12] * Joins: dglazkov (~dglazkov@nat/google/x-huvygxlgvnukcuxi)
- # [21:15] * Joins: cedricv (~cedric@175.156.74.182)
- # [21:18] * Joins: jwalden (~waldo@nat/mozilla/x-hbtgrbmocnhzfkzl)
- # [21:21] * Joins: nessy (~Adium@124-168-176-223.dyn.iinet.net.au)
- # [21:21] * Joins: Heimidal_ (~heimidal@c-71-237-116-77.hsd1.co.comcast.net)
- # [21:25] * Quits: |zalan| (~zalan@catv-89-135-108-81.catv.broadband.hu) (Ping timeout: 245 seconds)
- # [21:25] * Joins: Necrathex (~bleptop@212-123-163-12.ip.telfort.nl)
- # [21:26] * Quits: Sidnicious (~Sidney@pdpc/supporter/professional/sidney) (Quit: Sidnicious)
- # [21:31] * Quits: BlurstOfTimes (~blurstoft@168.203.117.66) (Remote host closed the connection)
- # [21:32] * Joins: BlurstOfTimes (~blurstoft@168.203.117.66)
- # [21:38] * Quits: roc (~roc@121-72-207-140.dsl.telstraclear.net) (Quit: roc)
- # [21:39] * Joins: roc (~roc@121-72-207-140.dsl.telstraclear.net)
- # [21:41] * Joins: nattokirai (~nattokira@z186083.dynamic.ppp.asahi-net.or.jp)
- # [21:43] * Quits: roc (~roc@121-72-207-140.dsl.telstraclear.net) (Ping timeout: 258 seconds)
- # [21:43] * Quits: jwalden (~waldo@nat/mozilla/x-hbtgrbmocnhzfkzl) (Ping timeout: 248 seconds)
- # [21:44] * Joins: jwalden (~waldo@nat/mozilla/x-rsenfithesoqzsdk)
- # [21:48] * Joins: TabAtkins (~chatzilla@17.244.2.48)
- # [21:49] * Quits: jwalden (~waldo@nat/mozilla/x-rsenfithesoqzsdk) (Ping timeout: 258 seconds)
- # [21:50] * Joins: jwalden (~waldo@nat/mozilla/x-jqqhqanuakkwdele)
- # [21:55] * Quits: jwalden (~waldo@nat/mozilla/x-jqqhqanuakkwdele) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.2/20100122095031])
- # [22:03] * Quits: eighty4 (~eighty4@h-60-214.A163.priv.bahnhof.se) (Remote host closed the connection)
- # [22:05] * Quits: nessy (~Adium@124-168-176-223.dyn.iinet.net.au) (Quit: Leaving.)
- # [22:06] * Joins: cpearce (~cpearce@203-97-204-82.dsl.clear.net.nz)
- # [22:08] <JonathanNeal> http://www.googlefight.com/index.php?lang=en_GB&word1=Ian+Hickson&word2=Mike+Smith har
- # [22:08] * aroben is now known as aroben|away
- # [22:09] * Quits: davidb (~davidb@mozca02.ca.mozilla.com) (Quit: davidb)
- # [22:10] <Dashiva> Your googlefight priveleges are revoked for failing to use quotes
- # [22:10] * Quits: mpt (~mpt@canonical/mpt) (Quit: Ex-Chat)
- # [22:12] <Dashiva> I'm a bit confused what the RDFa+HTML activity is supposed to be, beyond rubberstamping RDFa 1.1 Core
- # [22:15] <othermaciej> as far as I'm concerned, the HTML+RDFa editor still has to substantively respond to bugs, if he wants it to be an HTML WG deliverable
- # [22:16] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Remote host closed the connection)
- # [22:17] * Joins: roc (~roc@203-97-204-82.dsl.clear.net.nz)
- # [22:17] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [22:21] * Joins: KevinMarks (~KevinMark@157.22.22.46)
- # [22:24] * Joins: jgornick (~joe@199.199.212.242)
- # [22:25] <Dashiva> othermaciej: Sure, but with "incompatible with deployed content" in the list of available answers, I don't have high hopes
- # [22:32] * Joins: jwalden (~waldo@nat/mozilla/x-pzkjpmvolvdfrals)
- # [22:33] * Quits: othermaciej (~mjs@2620:0:1b00:1191:21f:f3ff:fe4e:bf33) (Remote host closed the connection)
- # [22:33] * Joins: othermaciej (~mjs@2620:0:1b00:1191:21f:f3ff:fe4e:bf33)
- # [22:36] <JonathanNeal> Dashiva, ah come on!
- # [22:37] <JonathanNeal> Mike Smith still wins.
- # [22:39] * Quits: ROBOd (~robod@89.122.216.38) (Quit: http://www.robodesign.ro)
- # [22:42] <othermaciej> Dashiva: if the editor gives answers that a commenter objects to, then of course they are free to raise it as an issue, whatever the nature of the reason given
- # [22:42] * Quits: mlpug (~mlpug@a88-115-164-40.elisa-laajakaista.fi) (Remote host closed the connection)
- # [22:45] * Quits: smaug___ (~chatzilla@cs181150024.pp.htv.fi) (Quit: ChatZilla 0.9.86 [Firefox 3.7a4pre/20100324184354])
- # [22:52] * ap is now known as ap__
- # [22:55] * ap__ is now known as ap
- # [23:02] * Joins: nessy (~Adium@124-168-176-223.dyn.iinet.net.au)
- # [23:03] * Quits: miketaylr (~miketaylr@38.117.156.163) (Remote host closed the connection)
- # [23:07] * Quits: JonathanNeal (~JonathanN@rrcs-76-79-114-210.west.biz.rr.com) (Read error: Connection reset by peer)
- # [23:12] * Quits: hoodow (~hoodow@2001:41d0:1:f5e5::666) (Ping timeout: 248 seconds)
- # [23:20] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [23:23] * Quits: Maurice` (copyman@5ED548D4.cable.ziggo.nl)
- # [23:32] * Quits: daedb (~daed@h11n1fls34o986.telia.com) (Remote host closed the connection)
- # [23:36] * Quits: BlurstOfTimes (~blurstoft@168.203.117.66) (Remote host closed the connection)
- # [23:39] * Joins: boblet (~boblet@p1072-ipbf36osakakita.osaka.ocn.ne.jp)
- # [23:42] * Joins: daedb (~daed@h11n1fls34o986.telia.com)
- # [23:42] * Quits: othermaciej (~mjs@2620:0:1b00:1191:21f:f3ff:fe4e:bf33) (Read error: Connection reset by peer)
- # [23:49] * Joins: zcorpan (~zcorpan@91-103-36-68.dynamic.thecloud.net)
- # [23:50] * Joins: hoodow (~hoodow@2001:41d0:1:f5e5::666)
- # [23:55] * Joins: JonathanNeal (~JonathanN@rrcs-76-79-114-210.west.biz.rr.com)
- # Session Close: Wed Mar 31 00:00:00 2010
The end :)