Options:
- # Session Start: Thu Jun 10 00:00:00 2010
- # Session Ident: #whatwg
- # [00:00] <AryehGregor> You can't get them to care about screen readers if they have a negligible number of blind users.
- # [00:00] <AryehGregor> You might be able to get them to care about, say, cell phones. Maybe.
- # [00:00] <Hixie> so what, screw the blind?
- # [00:00] <zcorpan_> make dreamweaver have multiple views of the document
- # [00:00] <zcorpan_> i think they've done that now
- # [00:00] <AryehGregor> No, just acknowledge that trying to mandate things that most authors won't listen to doesn't help the blind. Authoring requirements have to reflect reality just as much as implementer requirements.
- # [00:01] <Hixie> i strongly disagree with that later statement
- # [00:01] <Hixie> i think in the case of authoring requirements, conformance requirements have to _lead_ reality
- # [00:01] <AryehGregor> Why the difference?
- # [00:02] <Hixie> because authoring requirements don't affect interop
- # [00:02] <Hixie> they affect the success with which an author can convey meaning
- # [00:02] <Hixie> whereas UA requirements are intended to result in interop
- # [00:02] <Hixie> it's a huge assymetry
- # [00:03] <Hixie> it's the same reason why UA requirements have to cover every eventuality of author input, but author requirements don't have to cover every eventuality of UA output
- # [00:03] * Joins: abarth (~abarth@c-98-210-108-185.hsd1.ca.comcast.net)
- # [00:04] <AryehGregor> Reasonable.
- # [00:05] <zcorpan_> authors have to deal with actual UA output
- # [00:05] <AryehGregor> Nevertheless, you cannot preempt cost-benefit analyses by authors. If a business is making a website to sell a product that has effectively no blind users, then you are not going to be able to persuade them to expend nontrivial resources on making things accessible to blind people.
- # [00:05] <AryehGregor> Not unless you have more power over authors than standards bodies actually do in practice.
- # [00:06] * Joins: davidb (~davidb@bas1-toronto06-2925211323.dsl.bell.ca)
- # [00:06] <AryehGregor> The best you can do is hope people want their pages to validate, but that power becomes weaker with every additional requirement, because stricter requirements mean fewer people bother to comply.
- # [00:06] <AryehGregor> Ideally, HTML would be crafted so that it's really accessible with no effort involved beyond what it takes to get the page working right in a standard visual browser.
- # [00:06] <AryehGregor> Unfortunately, that's not possible.
- # [00:07] <Hixie> that's certainly true. It's why with HTML5 we've made a significant effort to remove requirements that are pointless (e.g. "ids can't start with a number") and make the actual requirements all have good reasons (like "doing this will disenfranchise the blind")
- # [00:07] <Hixie> ("that" being the thing about power becoming weaker with each requirement)
- # [00:07] <Hixie> i think with HTML5 we actually get pretty close to what you describe
- # [00:07] <AryehGregor> But the blind will be disenfranchised anyway. If you require alt text, authors will put empty alt text or lousy alt text.
- # [00:07] <Hixie> but obviously there are limits to what we can do
- # [00:07] <AryehGregor> Unless they care about the blind to begin with.
- # [00:08] <AryehGregor> Wikipedia didn't allow alt text on images until like last year, when I added the feature for basically idealistic reasons. I don't recall ever seeing a single complaint.
- # [00:08] <AryehGregor> If authors don't get complaints from actual users, they won't fix things.
- # [00:09] <Hixie> wikipedia images almost always just repeat what is already said on the page
- # [00:09] <AryehGregor> It's way easier to just trivially fix all the validator errors, than to actually test in a screen reader (which is what you really need to do to get a good website for the blind).
- # [00:09] <Hixie> so it's not a big deal for wikipedia images to not have alt text in many cases
- # [00:10] * Joins: mpilgrim (~pilgrim@rrcs-98-101-146-174.midsouth.biz.rr.com)
- # [00:10] <Hixie> AryehGregor: for authors who don't care about making content accessible, the alternatives i see are them using purely presentational markup, or them using non-presentational markup that approximates their semantics by virtue of defaulting to relatively close to the presentation they want
- # [00:11] <Hixie> AryehGregor: neither is ideal, but the second option is mildly better.
- # [00:11] <Hixie> AryehGregor: and had the benefit that it might make them look things up. maybe.
- # [00:11] <AryehGregor> Shrug.
- # [00:11] <AryehGregor> I guess we'll see what happens.
- # [00:11] <Hixie> AryehGregor: for authors who _do_ care about making content accessible, but simply don't know that it's an option, the validator complaining about presentational markup will lead them to find out how to do it.
- # [00:12] <AryehGregor> Except when all the tutorials switch to using semantic-as-presentational markup instead of actually presentational markup.
- # [00:12] <Hixie> some might
- # [00:12] <Hixie> some won't
- # [00:12] * Joins: franksalim (~frank@adsl-75-61-93-123.dsl.pltn13.sbcglobal.net)
- # [00:14] <AryehGregor> I'd probably be more inclined to agree with you if I weren't faced with the fact that most Wikipedia pages will never validate again once we switch to HTML5. I'll just have to view that as GIGO, I guess.
- # [00:14] <AryehGregor> Maybe add an option to not allow the newly-invalid markup.
- # [00:15] <Hixie> there's definitely a dichotomy between newly created pages and legacy pages that are going to be ported
- # [00:15] <Hixie> i wish i had a good solution to that problem
- # [00:15] <Hixie> it's one we've fought with a lot
- # [00:15] <Hixie> most of the old "downplayed errors" and the current "obsolete but conforming" stuff are related to that problem
- # [00:16] * Quits: mpilgrim (~pilgrim@rrcs-98-101-146-174.midsouth.biz.rr.com) (Ping timeout: 245 seconds)
- # [00:16] <AryehGregor> If mechanical translation were used, do you think it would be better to do <tt> -> <span style="font-family:monospace"> or <tt> -> <code>?
- # [00:16] <Hixie> we need different validator behaviour for different pages, but without running into the HTML4 Transitional problem (where everyone writes new pages that claim to be legacy pages)
- # [00:17] <AryehGregor> Wikitext is really hard to parse, though, so we can't feasibly do mechanical translation of any kind on the source wikitext.
- # [00:17] <Hixie> because we don't have a good solution, i've tended to favour the needs of new pages, because there will be more new pages in the future than there are pages that will be migrated
- # [00:17] <AryehGregor> We could force everyone to switch by shutting off support for old elements/attributes, but that would break . . . everything.
- # [00:17] <AryehGregor> It's a headache.
- # [00:17] <Hixie> AryehGregor: i don't think you can successfully do a mechanical translation of presentational markup to semantic markup today without an intimate knowledge of the source document's typographic conventions
- # [00:18] <AryehGregor> If you could do reliable automated translation from presentational to semantic markup, semantic markup would not be needed.
- # [00:21] * Quits: Martijnc (~Martijnc@91.176.155.166)
- # [00:22] <Dashiva> Aren't most wikipedia images actually <figure> form?
- # [00:22] <AryehGregor> I guess your decision is reasonable, but it's a huge pain in the neck for me.
- # [00:22] <AryehGregor> Dashiva, yes, but we can't use that until IE8 is dead. Don't want to rely on JS hacks.
- # [00:23] <Dashiva> You don't have to use the element, but you can use its aria mappings
- # [00:23] <AryehGregor> Interesting idea.
- # [00:23] <Hixie> AryehGregor: i completely agree that it's a huge pain in the neck for anyone with legacy content
- # [00:23] <Hixie> AryehGregor: i have no good solution for that sadly
- # [00:28] <zcorpan_> http://forums.whatwg.org/viewtopic.php?t=4315 - feedback on rel=prefetch
- # [00:30] * Joins: f1lt3r (~f1lt3r@64.119.159.231)
- # [00:32] * Joins: jrgarrison (~garrison@wikiotics/jrgarrison)
- # [00:33] * Quits: FireFly (~firefly@unaffiliated/firefly) (Quit: swatted to death)
- # [00:34] <zcorpan_> "BUT Is it CORRECT to put a NAV tag within a HEADER TAG? I have read in the specs that you can put non H or HGROUP tags within a header but it refers to those other tags as "metadata"... That makes me nervous." - http://www.sitepoint.com/forums/showthread.php?p=4613614#post4613614
- # [00:34] * Quits: davidb (~davidb@bas1-toronto06-2925211323.dsl.bell.ca) (Quit: davidb)
- # [00:34] * Quits: franksalim (~frank@adsl-75-61-93-123.dsl.pltn13.sbcglobal.net) (Quit: Ex-Chat)
- # [00:41] * Quits: mmn1 (~mmn@129-97-225-97.uwaterloo.ca) (Quit: Leaving.)
- # [00:45] * Quits: jrgarrison (~garrison@wikiotics/jrgarrison) (Quit: Ex-Chat)
- # [00:52] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [00:54] <Hixie> jesus, i just got 6 copies of the BoF announcement -- and that's after deduping due to corss-posting
- # [00:55] * Quits: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net) (Quit: nimbupani)
- # [00:56] <abarth> i think they're worried about it being last-minute
- # [00:56] * Joins: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net)
- # [00:59] * Quits: zcorpan_ (~zcorpan@c-1799e355.410-6-64736c14.cust.bredbandsbolaget.se) (Quit: zcorpan_)
- # [00:59] <Hixie> face to face meetings like that are such a waste of time
- # [00:59] * Hixie mumbles
- # [00:59] <AryehGregor> It's nice to meet people sometimes.
- # [00:59] <AryehGregor> Even if not much gets done.
- # [01:01] * Quits: SecretAgent (sa@quake.nitemare.name) (Ping timeout: 248 seconds)
- # [01:01] <Hixie> i'm all for people getting together for fun
- # [01:01] <Hixie> that's not what these things are
- # [01:02] * Joins: SecretAgent (sa@quake.nitemare.name)
- # [01:08] * Joins: miketaylr (~miketaylr@NYUFGA-WLESSAUTHCLIENTS-01.NATPOOL.NYU.EDU)
- # [01:09] <cardona507> I had a good time at the TPAC - granted the most fun was the night we all went out for mexican food
- # [01:10] <Hixie> i'm not arguing that they're not fun, especially the first few
- # [01:10] <Hixie> i'm arguing that they're a waste of time
- # [01:10] <Hixie> i do think we should have some get togethers more often
- # [01:10] <Hixie> it's hard with us spread around so much though
- # [01:16] <cardona507> I was watching the documentary Code Rush - about Mozilla and noticed that they all have a celebration dinner at the same mexican restaurant that we all ate at. http://www.youtube.com/watch?v=u404SLJj7ig -
- # [01:19] <Hixie> yup
- # [01:19] <Hixie> la fiesta
- # [01:20] <Hixie> i first learnt of la fiesta while interning at netscape
- # [01:20] <cardona507> :)
- # [01:20] <Hixie> we went there all the time
- # [01:20] <cardona507> wow - you were at netscape - interesting
- # [01:20] <cardona507> bet that was a wild ride
- # [01:21] * Joins: MikeSmith (~MikeSmith@EM111-188-88-159.pool.e-mobile.ne.jp)
- # [01:21] * Joins: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
- # [01:22] * Joins: boaz_ (~boaz@64.119.159.231)
- # [01:23] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote host closed the connection)
- # [01:23] * Quits: daedb (~daed@78-72-108-100-no178.tbcn.telia.com) (Remote host closed the connection)
- # [01:23] * Quits: boaz_ (~boaz@64.119.159.231) (Client Quit)
- # [01:24] * Quits: MikeSmithX (~MikeSmith@EM111-188-30-20.pool.e-mobile.ne.jp) (Ping timeout: 272 seconds)
- # [01:27] <Hixie> cardona507: i was there for a year as an intern, basically during the netscape 6.0 release
- # [01:27] <Hixie> summer 2000 to summer 2001
- # [01:27] <Hixie> just before the bubble burst
- # [01:27] <Hixie> or as the bubble was bursting
- # [01:27] <Hixie> depending on your outlook
- # [01:27] <cardona507> any obvious similarities between then and now?
- # [01:29] <Hixie> hard to say
- # [01:30] * Joins: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
- # [01:31] <Hixie> the french have a saying, le plus ca change, le plus c'est la meme chose (modulo my not having entered appropriate accents)
- # [01:31] <Hixie> which applies here
- # [01:31] <Hixie> the fundamentals are all pretty much the same
- # [01:31] <Hixie> even the players are pretty much the same
- # [01:31] <Hixie> though with some new faces, and some old ones gone
- # [01:32] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote host closed the connection)
- # [01:32] <cardona507> well said
- # [01:33] <TabAtkins_> Hixie: The english speaking world has that saying too. (I dunno where it originated, but it's common now.)
- # [01:33] <Hixie> comes from Jean-Baptiste Alphonse Karr
- # [01:34] <Hixie> ok bbl
- # [01:34] <cardona507> HTML5 it - http://www.fastcompany.com/1658276/html5-the-next-buzzword-the-next-battle?partner=rss&utm_source=feedburner&utm_medium=feed&utm_campaign=Feed:+fastcompany/headlines+(Fast+Company+Headlines)
- # [01:34] <cardona507> ugg - what an ugly url
- # [01:36] <Dashiva> You can leave out the stuff after the ?
- # [01:37] <cardona507> yes - that is better
- # [01:39] <Dashiva> Evil google making our URLs ugly :P
- # [01:40] * Quits: micheil (~micheil@124-170-47-127.dyn.iinet.net.au) (Quit: micheil)
- # [01:41] * Quits: dglazkov (~dglazkov@nat/google/x-frfxvnuoqaoftong) (Quit: dglazkov)
- # [01:43] * Quits: skm (~engage@220-245-154-124.static.tpgi.com.au) (Quit: skm)
- # [01:44] * Quits: deepthawtz (~deepthawt@c-24-130-129-16.hsd1.ca.comcast.net) (Quit: Leaving...)
- # [01:46] * Joins: erlehmann (~erlehmann@89.204.153.105)
- # [01:49] * Joins: dave_levin_ (~dave_levi@c-98-203-247-78.hsd1.wa.comcast.net)
- # [01:49] * Joins: til (~til@c-98-246-164-234.hsd1.or.comcast.net)
- # [01:50] <til> this is slightly OT, but does anyone know where apple was going to publish the FaceTime spec yesterday?
- # [01:50] <til> there are so many standards bodies. i haven't seen anything posted on IETF
- # [01:52] * Joins: dave_levin__ (~dave_levi@216.239.45.130)
- # [01:55] * Quits: boaz (~boaz@64.119.159.231) (Quit: boaz)
- # [01:55] * Quits: dave_levin_ (~dave_levi@c-98-203-247-78.hsd1.wa.comcast.net) (Ping timeout: 240 seconds)
- # [01:59] * Joins: boaz (~boaz@64.119.159.231)
- # [01:59] * Quits: cardona507 (~cardona50@c-24-130-129-16.hsd1.ca.comcast.net) (Quit: zzzzz)
- # [02:02] * Joins: TabAtkin1_ (~tabatkins@nat/google/x-mnnzoimyowmknmbm)
- # [02:03] * Quits: TabAtkins_ (~tabatkins@nat/google/x-djjeevsjvscrrogg) (Ping timeout: 258 seconds)
- # [02:09] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: This computer has gone to sleep)
- # [02:09] * Joins: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
- # [02:12] * Quits: KaOSoFt (~webmaster@190.24.156.162) (Ping timeout: 265 seconds)
- # [02:12] * Joins: skm (~engage@220-245-154-124.static.tpgi.com.au)
- # [02:17] * Quits: dave_levin (~dave_levi@nat/google/x-qnmpcneqgvxfwdcd) (Quit: dave_levin)
- # [02:17] * dave_levin__ is now known as dave_levin
- # [02:18] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Ping timeout: 240 seconds)
- # [02:19] * Quits: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de) (Read error: No route to host)
- # [02:20] * Quits: shepazu (~schepers@212.159.33.195.broadband.plus.dyn.plus.net) (Read error: Connection reset by peer)
- # [02:22] * Joins: shepazu (~schepers@212.159.33.195.broadband.plus.dyn.plus.net)
- # [02:24] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [02:27] * Joins: cardona507 (~cardona50@c-67-180-160-250.hsd1.ca.comcast.net)
- # [02:29] * Joins: kling (~kling@nat/trolltech/x-xcygodyghpedvara)
- # [02:33] * Joins: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
- # [02:39] * Quits: oknoway (~oknoway@c-24-20-236-182.hsd1.or.comcast.net) (Quit: oknoway)
- # [02:46] * Joins: paul_irish (~paulirish@aboutnerd.com)
- # [02:48] * Quits: sicking (~chatzilla@nat/mozilla/x-xklkrdudowajbebs) (Ping timeout: 276 seconds)
- # [02:48] <paul_irish> anyone know if a css spec indicates i can legally mix hex notation with rgba or not?
- # [02:49] * Quits: skm (~engage@220-245-154-124.static.tpgi.com.au) (Quit: skm)
- # [02:52] * Joins: _crow (~miketaylr@NYUFGA-WLESSAUTHCLIENTS-01.NATPOOL.NYU.EDU)
- # [02:52] * Quits: miketaylr (~miketaylr@NYUFGA-WLESSAUTHCLIENTS-01.NATPOOL.NYU.EDU) (Read error: Connection reset by peer)
- # [02:55] <Dashiva> paul_irish: Mix how? In the same stylesheet, or the same value?
- # [02:57] <paul_irish> well my usecase here is a linear gradient..
- # [02:58] <paul_irish> i can't think of any spec'd things that accept multiple colors like gradients do...
- # [02:59] <paul_irish> the problem is webkit doesnt allow a mix of hex and rgba values in a linear gradient definition, and i wanted to see if a spec indicates it should.
- # [03:00] * Quits: ap (~ap@192.42.249.105) (Quit: ap)
- # [03:00] * Quits: MikeSmith (~MikeSmith@EM111-188-88-159.pool.e-mobile.ne.jp) (Quit: This computer has gone to sleep)
- # [03:01] <Dashiva> I guess that would depend on the specification for the property
- # [03:01] <Dashiva> E.g. https://developer.mozilla.org/en/CSS/-moz-linear-gradient doesn't say anything about the different <color> instances having to use the same syntax, so it should work in firefox
- # [03:09] * Joins: til_ (~til@c-98-246-164-234.hsd1.or.comcast.net)
- # [03:09] * Quits: til (~til@c-98-246-164-234.hsd1.or.comcast.net) (Read error: Connection reset by peer)
- # [03:09] * til_ is now known as til
- # [03:09] * _crow is now known as miketaylr
- # [03:12] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [03:13] * Quits: yutak_home (~kee@U017209.ppp.dion.ne.jp) (Quit: Ex-Chat)
- # [03:15] * Quits: jwalden (~waldo@nat/mozilla/x-wjjyplyrtehswrkx) (Ping timeout: 276 seconds)
- # [03:15] * Joins: mmn (~mmn@129-97-225-97.uwaterloo.ca)
- # [03:17] * Quits: theMadness (~petal@host57-134-static.35-88-b.business.telecomitalia.it) (Read error: Connection reset by peer)
- # [03:19] * Quits: dave_levin (~dave_levi@216.239.45.130) (Quit: dave_levin)
- # [03:21] * Quits: miketaylr (~miketaylr@NYUFGA-WLESSAUTHCLIENTS-01.NATPOOL.NYU.EDU) (Quit: Leaving...)
- # [03:24] * Joins: nessy (~Adium@124-171-40-224.dyn.iinet.net.au)
- # [03:29] * Quits: boaz (~boaz@64.119.159.231) (Quit: boaz)
- # [03:34] * Joins: skm (~engage@203.214.67.137)
- # [03:35] * Joins: boaz (~boaz@64.119.159.231)
- # [03:41] * Joins: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net)
- # [03:41] * Quits: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net) (Client Quit)
- # [03:46] * Joins: titacgs (~titacgs@190.2.33.49)
- # [03:46] * Quits: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (Ping timeout: 258 seconds)
- # [03:47] * Joins: wakaba_ (~wakaba_@203-140-90-184.eonet.ne.jp)
- # [03:48] * Quits: boaz (~boaz@64.119.159.231) (Quit: boaz)
- # [03:50] * Quits: dbaron (~dbaron@nat/mozilla/x-wqfvsexlaareknfw) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [03:55] * Quits: erlehmann (~erlehmann@89.204.153.105) (Quit: Ex-Chat)
- # [03:55] * Quits: everton (~everton@KD118153063184.ppp-bb.dion.ne.jp) (Quit: everton)
- # [03:58] <TabAtkins> paul_irish: A <color> is a <color> is a <color>. It doesn't matter what notation you use, even for multiple occurences in one "value" like a linear-gradient() function.
- # [03:58] <TabAtkins> They all just get passed to the color parser and turned into a 4-byte number anyway.
- # [03:59] * Quits: TabAtkin1_ (~tabatkins@nat/google/x-mnnzoimyowmknmbm) (Ping timeout: 276 seconds)
- # [03:59] * Joins: oknoway (~oknoway@173-8-201-137-Oregon.hfc.comcastbusiness.net)
- # [03:59] * Joins: TabAtkins_ (~tabatkins@nat/google/x-vtxztzvwicplcrpi)
- # [04:01] <TabAtkins> If webkit seriously doesn't allow mixed notations in color-stops in their -webkit-gradient() notation, that's extremely odd. It would be substantially more work to disallow it than to allow it.
- # [04:06] * Joins: rolandsteiner (~rolandste@220.109.219.244)
- # [04:19] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 240 seconds)
- # [04:24] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [04:37] * Joins: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net)
- # [04:38] <paul_irish> TabAtkins: i am now having trouble reproducing the bug i found. if i can, i'll file it. thx
- # [04:46] * Quits: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net) (Ping timeout: 245 seconds)
- # [04:59] * Joins: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net)
- # [05:04] * Quits: rolandsteiner (~rolandste@220.109.219.244) (Quit: Leaving.)
- # [05:20] * Joins: rolandsteiner (~rolandste@220.109.219.244)
- # [05:22] <annevk> oh, only 5:20
- # [05:23] <annevk> D66 FTW
- # [05:25] * Quits: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net) (Quit: nimbupani)
- # [05:27] <annevk> aah, we went from 11 to 10 again
- # [05:27] <annevk> lame
- # [05:34] * Joins: MikeSmith (~MikeSmith@202.17.220.118)
- # [05:35] * Quits: MikeSmith (~MikeSmith@202.17.220.118) (Client Quit)
- # [05:35] * Joins: MikeSmith (~MikeSmith@202.17.220.118)
- # [05:38] * Quits: titacgs (~titacgs@190.2.33.49) (Ping timeout: 252 seconds)
- # [05:50] * Quits: rolandsteiner (~rolandste@220.109.219.244) (Quit: Leaving.)
- # [06:00] * Joins: rolandsteiner (~rolandste@220.109.219.244)
- # [06:02] * Quits: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net) (Quit: Rik`)
- # [06:05] * Quits: Dashiva (Dashiva@wikia/Dashiva) (Ping timeout: 240 seconds)
- # [06:10] * Quits: michaeln (~michaeln@nat/google/x-wkrwwodzfqokxmye) (Quit: Leaving.)
- # [06:14] * Joins: Dashiva (Dashiva@m223j.studby.ntnu.no)
- # [06:14] * Quits: Dashiva (Dashiva@m223j.studby.ntnu.no) (Changing host)
- # [06:14] * Joins: Dashiva (Dashiva@wikia/Dashiva)
- # [06:35] * Joins: boaz (~boaz@pool-96-237-2-198.bstnma.east.verizon.net)
- # [06:37] * Quits: boaz (~boaz@pool-96-237-2-198.bstnma.east.verizon.net) (Client Quit)
- # [06:37] * Joins: dave_levin (~dave_levi@c-98-203-247-78.hsd1.wa.comcast.net)
- # [06:48] * Joins: boaz (~boaz@pool-96-237-2-198.bstnma.east.verizon.net)
- # [06:53] * Quits: boaz (~boaz@pool-96-237-2-198.bstnma.east.verizon.net) (Ping timeout: 245 seconds)
- # [06:54] * Joins: slartsa (~Lari@adsl-215-234-204.kymp.net)
- # [06:56] * Quits: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [07:00] * Joins: boaz (~boaz@pool-96-237-2-198.bstnma.east.verizon.net)
- # [07:02] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Disconnected by services)
- # [07:02] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [07:13] * Joins: kpx (~chatzilla@149.169.143.15)
- # [07:18] <kpx> Hey I am making a scrapbook plugin for google chrome and nearing completion. I am saving the pages as a innerHTML of the 'HTML' element in a WEBDATABASE in HTML5. At rendering time I am just replacing the innerHTML of a blank page. This is obviously not sufficient as the style etc are not applied properly and page is distorted.... The question is more how can i retrieve the style of the...
- # [07:18] * Quits: mmn (~mmn@129-97-225-97.uwaterloo.ca) (Quit: Leaving.)
- # [07:18] <kpx> ...page so I may store it onto the database?? ....
- # [07:18] <kpx> and then apply it back
- # [07:30] * Joins: cedricv (~cedric@180.129.56.136)
- # [07:30] * Joins: ap (~ap@c-67-188-170-87.hsd1.ca.comcast.net)
- # [07:31] * Quits: cpearce (~cpearce@203-97-204-82.dsl.clear.net.nz) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.0.15/2009101909])
- # [07:35] <kpx> Never mind I think I got it....
- # [07:36] * Quits: cardona507 (~cardona50@c-67-180-160-250.hsd1.ca.comcast.net) (Quit: zzzzz)
- # [07:51] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 245 seconds)
- # [07:51] * Joins: gavin_ (~gavin@CPE001346f5db49-CM0018c0db9a8a.cpe.net.cable.rogers.com)
- # [07:51] * Quits: gavin_ (~gavin@CPE001346f5db49-CM0018c0db9a8a.cpe.net.cable.rogers.com) (Changing host)
- # [07:51] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [07:53] * Quits: boaz (~boaz@pool-96-237-2-198.bstnma.east.verizon.net) (Ping timeout: 245 seconds)
- # [08:03] * Quits: Amorphous (jan@unaffiliated/amorphous) (Ping timeout: 248 seconds)
- # [08:03] * Quits: dave_levin (~dave_levi@c-98-203-247-78.hsd1.wa.comcast.net) (Quit: dave_levin)
- # [08:04] * Joins: FireFly (~firefly@unaffiliated/firefly)
- # [08:09] * Joins: grimboy (~grimboy@bcm-131-111-216-150.girton.cam.ac.uk)
- # [08:11] * Joins: zalan (~zalan@catv-89-135-142-235.catv.broadband.hu)
- # [08:15] * Joins: mhausenblas (~mhausenbl@wg1-nat.fwgal01.deri.ie)
- # [08:16] * Joins: eighty4 (~eighty4@h-112-7.A163.corp.bahnhof.se)
- # [08:18] * Joins: Amorphous (jan@unaffiliated/amorphous)
- # [08:23] * Quits: karlushi (~karlushi@fw.vdl2.ca) (Ping timeout: 252 seconds)
- # [08:26] * Joins: maikmerten (~merten@ls5dhcp196.cs.uni-dortmund.de)
- # [08:28] * Joins: karlushi (~karlushi@fw.vdl2.ca)
- # [08:36] * Joins: Maurice (~ano@a80-101-46-164.adsl.xs4all.nl)
- # [08:39] * Joins: borismus (~borismus@S0106001b63f462cc.vc.shawcable.net)
- # [08:39] <kpx> Hey does someone know a pure JS function to convert Images to base64 so I can store it as text?
- # [08:41] * Joins: micheil (~micheil@124-170-47-127.dyn.iinet.net.au)
- # [08:42] <slartsa> hm, I can't trust w3schools anymore, found a typo from the site :)
- # [08:53] * Quits: MikeSmith (~MikeSmith@202.17.220.118) (Quit: Till kicked and torn and beaten out he lies, and leaves his hold and crackles, groans, and dies.)
- # [08:55] * Quits: oknoway (~oknoway@173-8-201-137-Oregon.hfc.comcastbusiness.net) (Quit: oknoway)
- # [08:57] <hsivonen> Are the Adobe heart images at http://www.fastcompany.com/1658276/html5-the-next-buzzword-the-next-battle?partner=rss&utm_source=feedburner&utm_medium=feed&utm_campaign=Feed:+fastcompany/headlines+%28Fast+Company+Headlines actual ads?
- # [09:01] * Quits: ap (~ap@c-67-188-170-87.hsd1.ca.comcast.net) (Quit: ap)
- # [09:11] * Joins: MikeSmith (~MikeSmith@EM111-188-75-125.pool.e-mobile.ne.jp)
- # [09:16] * Joins: daedb (~daed@78-72-108-100-no178.tbcn.telia.com)
- # [09:48] * Quits: zalan (~zalan@catv-89-135-142-235.catv.broadband.hu)
- # [09:49] * Joins: zcorpan_ (~zcorpan@c-1799e355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [09:53] * Joins: zalan (~zalan@catv-89-135-142-235.catv.broadband.hu)
- # [09:55] * Quits: shepazu (~schepers@212.159.33.195.broadband.plus.dyn.plus.net) (Quit: Core Breach)
- # [09:56] * Joins: svl (~chatzilla@a194-109-2-65.dmn.xs4all.nl)
- # [09:59] * Joins: pauld (~chatzilla@host86-173-45-233.range86-173.btcentralplus.com)
- # [10:15] <jgraham> Wow, the name of the polyglot document is being bikeshedded
- # [10:17] * Quits: karlcow (~karl@nerval.la-grange.net) (Ping timeout: 248 seconds)
- # [10:38] <abarth> jgraham: shocking
- # [10:39] * Joins: mat_t (~mattomasz@91.189.88.12)
- # [10:41] <MikeSmith> hey, it's abarth
- # [10:41] <MikeSmith> abarth: I was suggesting to wirepair yesterday that he should ping you
- # [10:41] <abarth> hi MikeSmith
- # [10:41] <MikeSmith> hey man
- # [10:41] <abarth> who is wirepair?
- # [10:42] <MikeSmith> he's interested in helping improved Web-application/browser security
- # [10:42] <abarth> ah, awesome
- # [10:42] <MikeSmith> and was asking about where he could find test cases
- # [10:43] <abarth> tests cases for what?
- # [10:43] <abarth> http://trac.webkit.org/browser/trunk/LayoutTests/http/tests/security
- # [10:43] <abarth> has a ton of security test cases
- # [10:43] <MikeSmith> yeah, like that
- # [10:43] <MikeSmith> I don't know if he had found that yet or not
- # [10:43] <MikeSmith> anyway, I just wanted to give you a heads-up that he may be pinging you
- # [10:44] <abarth> okiedokes
- # [10:44] * abarth goes to bed
- # [10:45] * Quits: abarth (~abarth@c-98-210-108-185.hsd1.ca.comcast.net) (Quit: abarth)
- # [10:52] * Quits: borismus (~borismus@S0106001b63f462cc.vc.shawcable.net) (Quit: borismus)
- # [10:54] <wirepair> doh just missed him
- # [10:57] <Dashiva> "1 in 4 has a vision difficulty (25%)" makes me think they include people with regular glasses
- # [11:01] * Joins: ROBOd (~robod@89.123.156.35)
- # [11:15] * Joins: cpearce (~cpearce@ip-118-90-77-202.xdsl.xnet.co.nz)
- # [11:18] * Joins: smaug___ (~chatzilla@cs181150024.pp.htv.fi)
- # [11:24] * Joins: mpt (~mpt@canonical/mpt)
- # [11:26] * Quits: skm (~engage@203.214.67.137) (Quit: skm)
- # [11:31] * Quits: mikekelly (mikek@s3x0r.biz) (Ping timeout: 265 seconds)
- # [11:36] * Joins: mikekelly (mikek@s3x0r.biz)
- # [11:36] * Quits: cpearce (~cpearce@ip-118-90-77-202.xdsl.xnet.co.nz) (Ping timeout: 264 seconds)
- # [11:38] * Quits: MikeSmith (~MikeSmith@EM111-188-75-125.pool.e-mobile.ne.jp) (Quit: Till kicked and torn and beaten out he lies, and leaves his hold and crackles, groans, and dies.)
- # [11:56] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 260 seconds)
- # [11:56] * Quits: Heimidal (~heimidal@unaffiliated/heimidal) (Remote host closed the connection)
- # [12:01] * Joins: Necrathex (~bleptop@212-123-163-12.ip.telfort.nl)
- # [12:02] * Quits: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no) (Quit: This computer has gone to sleep)
- # [12:09] * Joins: mpt (~mpt@canonical/mpt)
- # [12:10] * Quits: rolandsteiner (~rolandste@220.109.219.244) (Quit: Leaving.)
- # [12:11] * Joins: nielsle (~nielsle@1503032406.dhcp.dbnet.dk)
- # [12:12] * Joins: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de)
- # [12:14] * Joins: Lachy (~Lachlan@pat-tdc.opera.com)
- # [12:27] * Quits: wakaba_ (~wakaba_@203-140-90-184.eonet.ne.jp) (Quit: Leaving...)
- # [12:41] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Quit: stupidity buffer overflow)
- # [12:46] * Joins: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
- # [12:48] * Joins: pmuellr (~pmuellr@24.148.174.112)
- # [12:50] <zcorpan_> http://twitter.com/jaffathecake/status/15839704934
- # [12:50] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [12:52] <volkmar> the specs say input.value, on setting should throw INVALID_STATE_ERR if the type is 'file' but SECURITY_ERR isn't more appropriate ?
- # [13:08] * Joins: MikeSmith (~MikeSmith@EM111-188-62-67.pool.e-mobile.ne.jp)
- # [13:10] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 260 seconds)
- # [13:11] * Quits: mat_t (~mattomasz@91.189.88.12) (Quit: Leaving)
- # [13:11] * Joins: mat_t (~mattomasz@91.189.88.12)
- # [13:13] * Quits: grimboy (~grimboy@bcm-131-111-216-150.girton.cam.ac.uk) (Ping timeout: 260 seconds)
- # [13:16] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [13:17] * Joins: KaOSoFt (KaOSoFt@190.8.195.190)
- # [13:21] * Quits: slartsa (~Lari@adsl-215-234-204.kymp.net) (Ping timeout: 276 seconds)
- # [13:38] * Joins: henrikbjorn (~henrik@80.199.116.190.static.peytz.dk)
- # [13:40] * Quits: MikeSmith (~MikeSmith@EM111-188-62-67.pool.e-mobile.ne.jp) (Ping timeout: 258 seconds)
- # [13:46] * Parts: mikekelly (mikek@s3x0r.biz)
- # [13:48] * Quits: eighty4 (~eighty4@h-112-7.A163.corp.bahnhof.se) (Quit: Leaving...)
- # [13:48] * Quits: daedb (~daed@78-72-108-100-no178.tbcn.telia.com) (Remote host closed the connection)
- # [13:52] <jgraham> Is it just me that is having problems with recent firefox trunk on lucid?
- # [13:52] <jgraham> Like it won't start at all
- # [13:53] <micheil> jgraham: got that websocket-server working.
- # [13:54] <jgraham> micheil: Nice
- # [13:54] <micheil> yeah. parses something like 100,000 packets / ~1.2
- # [13:54] * jgraham wonders if WebM is to blame or if this failure predates that landing
- # [13:55] <kbrosnan> webm was yesterday morning
- # [13:56] <jgraham> Hmm, I think it stopped loading yesterday, but I hasn't updated for a few days
- # [13:56] <jgraham> *hadn't
- # [13:57] <kbrosnan> starts fine for me, ppa or build from mozilla?
- # [13:57] <jgraham> ppa
- # [13:57] * kbrosnan is using the latter
- # [13:58] <kbrosnan> try the usual, safe mode, rename .mozilla?
- # [13:59] <jgraham> Yeah, will do
- # [14:17] * Joins: slartsa (~Lari@adsl-215-234-204.kymp.net)
- # [14:29] * Quits: annevk (~annevk@5355737B.cable.casema.nl) (Read error: Connection reset by peer)
- # [14:29] * Joins: annevk (~annevk@5355737B.cable.casema.nl)
- # [14:30] * Joins: MikeSmith (~MikeSmith@EM114-48-59-227.pool.e-mobile.ne.jp)
- # [14:31] * Joins: davidb_ (~davidb@mozca02.ca.mozilla.com)
- # [14:36] * Joins: mpilgrim (~pilgrim@rrcs-98-101-146-174.midsouth.biz.rr.com)
- # [14:56] * Quits: nessy (~Adium@124-171-40-224.dyn.iinet.net.au) (Quit: Leaving.)
- # [14:57] * Joins: skm (~engage@220-245-154-124.static.tpgi.com.au)
- # [14:58] * Quits: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de) (Read error: Connection reset by peer)
- # [15:06] * Joins: boaz (~boaz@64.119.159.231)
- # [15:06] * Quits: boaz (~boaz@64.119.159.231) (Read error: Connection reset by peer)
- # [15:06] * Joins: boaz (~boaz@64.119.159.231)
- # [15:09] * Joins: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de)
- # [15:10] * Joins: htmlr (~htmlr@124-171-16-182.dyn.iinet.net.au)
- # [15:11] * Joins: miketaylr (~miketaylr@38.117.156.163)
- # [15:12] * Quits: MikeSmith (~MikeSmith@EM114-48-59-227.pool.e-mobile.ne.jp) (Quit: Till kicked and torn and beaten out he lies, and leaves his hold and crackles, groans, and dies.)
- # [15:13] * Quits: boaz (~boaz@64.119.159.231) (Ping timeout: 258 seconds)
- # [15:17] * Joins: MikeSmith (~MikeSmith@EM111-188-39-38.pool.e-mobile.ne.jp)
- # [15:20] <henrikbjorn> hey guys. a little question. If i have a widget in my sidebar that has a h1 should it then be a <article> or <section>
- # [15:20] * Joins: skm_ (~engage@220-245-154-124.static.tpgi.com.au)
- # [15:21] <zcorpan_> henrikbjorn: is the widget 'standalone'?
- # [15:21] * Joins: boblet (~boblet@p1201-ipbf709osakakita.osaka.ocn.ne.jp)
- # [15:21] <henrikbjorn> its a ul with links to discussions
- # [15:22] * Quits: htmlr (~htmlr@124-171-16-182.dyn.iinet.net.au) (Quit: Colloquy for iPad - http://colloquy.mobi)
- # [15:22] <henrikbjorn> which dosent really have anything to do with the content areas content
- # [15:22] <zcorpan_> sounds like an <aside> then :)
- # [15:22] * Quits: JohnResig (~JohnResig@121.255.201.74.static.ey03.engineyard.com) (Quit: Lost terminal)
- # [15:22] * Joins: JohnResig (~JohnResig@121.255.201.74.static.ey03.engineyard.com)
- # [15:22] * Quits: MikeSmith (~MikeSmith@EM111-188-39-38.pool.e-mobile.ne.jp) (Quit: Till kicked and torn and beaten out he lies, and leaves his hold and crackles, groans, and dies.)
- # [15:22] <henrikbjorn> okay :) another stupid question then. What if it is a box width text like "Help us out with feedback click here" aside aswell ?
- # [15:22] * Quits: skm (~engage@220-245-154-124.static.tpgi.com.au) (Ping timeout: 265 seconds)
- # [15:24] * Joins: erlehmann (~erlehmann@89.204.153.71)
- # [15:24] <zcorpan_> sure. or you could have an <aside> that wraps all such boxes
- # [15:24] <boblet> oh oh stupid question time? perfect! :)
- # [15:24] <boblet> one from me; the reason for the change from block/inline to flow/phrasing was the confusion once CSS display values are added to the mix, right?
- # [15:24] * Quits: skm_ (~engage@220-245-154-124.static.tpgi.com.au) (Ping timeout: 240 seconds)
- # [15:24] <zcorpan_> boblet: yes
- # [15:25] * Joins: skm (~engage@220-245-154-124.static.tpgi.com.au)
- # [15:25] <boblet> henrikbjorn: I like to think of <aside> as something that’s not essential to the main content, i.e. something a mobile browser could choose to not download to save bandwidth
- # [15:26] <boblet> zcorpan_: thanks :) thought I remember reading that somewhere but wanted to check
- # [15:26] * Joins: Martijnc (~Martijnc@91.176.107.102)
- # [15:26] <boblet> henrikbjorn: you could also use Safari Reader or Instapaper as a mental model
- # [15:26] <henrikbjorn> zcorpan_: yeah but the question is what the markup for the box it self should be not the sidebar :)
- # [15:27] <henrikbjorn> like iphone specific sites
- # [15:27] * Joins: BlurstOfTimes (~blurstoft@168.203.117.112)
- # [15:27] <zcorpan_> henrikbjorn: i'd say <section>
- # [15:27] * Joins: boaz (~boaz@64.119.159.231)
- # [15:28] * Quits: skm (~engage@220-245-154-124.static.tpgi.com.au) (Client Quit)
- # [15:28] * Quits: boaz (~boaz@64.119.159.231) (Client Quit)
- # [15:28] <henrikbjorn> i guess a box like this falls under "The section element represents a generic document or application section…"
- # [15:29] <henrikbjorn> thanks guys :D
- # [15:30] <boblet> henrikbjorn: if you need more feedback a code sample is always easy to advise on
- # [15:31] <boblet> (not required of course :) )
- # [15:31] <henrikbjorn> yeah was just initial thoughts before starting coding. Im sure ill come up with a few questions incl. code samples later on :)
- # [15:32] * zcorpan_ likes the fact that http://simon.html5.org/sandbox/html/w3c-home-in-html5 now renders correctly in opera, firefox and webkit
- # [15:32] * Joins: bzed_ (~bzed@devel.recluse.de)
- # [15:32] <zcorpan_> when i wrote that page, it only rendered correctly in opera
- # [15:32] <zcorpan_> wonder if ie9 gets it right
- # [15:33] * Quits: broquaint (1ac6e03d4b@spc2-brig11-0-0-cust40.asfd.cable.virginmedia.com) (Ping timeout: 248 seconds)
- # [15:33] * Quits: bzed (~bzed@devel.recluse.de) (Ping timeout: 260 seconds)
- # [15:34] * bzed_ is now known as bzed
- # [15:36] * Joins: broquaint (b13402f070@spc2-brig11-0-0-cust40.asfd.cable.virginmedia.com)
- # [15:38] * Quits: danbri (~danbri@unaffiliated/danbri) (Quit: danbri)
- # [15:39] <zcorpan_> oh, html5test.com finally updated
- # [15:39] * Joins: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net)
- # [15:40] <hsivonen> hmm. SVG and MathML parsing count as bonus points...
- # [15:40] <hsivonen> support for parsing is actually required
- # [15:40] <hsivonen> though it's probably better if a browser doesn't support parsing if it doesn't support rendering
- # [15:46] <zcorpan_> chrome doesn't support WAVE?
- # [15:56] <Lachy> zcorpan_, no, it never has
- # [15:57] <Lachy> only aac and vorbis, I believe
- # [16:01] * Joins: nessy (~Adium@124-171-40-224.dyn.iinet.net.au)
- # [16:01] <zcorpan_> wonder why they don't support wave
- # [16:05] <hsivonen> so there isn't even PCM WAVE as cross-browser audio baseline :-(
- # [16:09] <zcorpan_> http://code.google.com/p/chromium/issues/detail?id=23916
- # [16:09] <hsivonen> I can no longer find any mention of PCM in the spec
- # [16:09] <hsivonen> I thought PCM WAVE used to be a required feature
- # [16:09] <hsivonen> did it get vendor vetoed?
- # [16:11] <zcorpan_> hixie removed it at the same time as the codec big-issue paragraph was removed, citing the fact that all browsers were going to support wave anyway
- # [16:11] <hsivonen> right...
- # [16:12] * Joins: danbri (~danbri@unaffiliated/danbri)
- # [16:12] * Quits: erlehmann (~erlehmann@89.204.153.71) (Quit: Ex-Chat)
- # [16:13] * Joins: roc (~roc@mozca02.ca.mozilla.com)
- # [16:18] * Quits: roc (~roc@mozca02.ca.mozilla.com) (Quit: roc)
- # [16:19] * Joins: roc (~roc@mozca02.ca.mozilla.com)
- # [16:19] * Quits: roc (~roc@mozca02.ca.mozilla.com) (Client Quit)
- # [16:27] <jgraham> Hmm, doesn't the W3C testsuite license grant a strict subset of the rights granted by the 3 clause BSD license?
- # [16:28] <jgraham> Oh it's probably about whether you get to mention the W3C or not
- # [16:28] <jgraham> In one case you have to, in the other you can't
- # [16:28] <hsivonen> It's relatively hard to grant a superset of the right granted by the 3-clause BSD license without going into trademark territory
- # [16:28] <hsivonen> *rights
- # [16:30] <jgraham> Yeah, I think the trademark issue is the only difference
- # [16:31] <jgraham> That is, if you want to mention the W3C you must use the things under the W3C testsuite license which doesn't allow modifications
- # [16:31] <Dashiva> "Here is a testsuite completely unrelated to w3c"
- # [16:33] <nessy> google chrome doesn't support PCM WAVE
- # [16:35] * Quits: henrikbjorn (~henrik@80.199.116.190.static.peytz.dk) (Quit: henrikbjorn)
- # [16:36] * Quits: danbri (~danbri@unaffiliated/danbri) (Ping timeout: 240 seconds)
- # [16:53] <annevk> what is the point again of having two licenses for a test? http://www.w3.org/html/wg/wiki/Testing/Submission/
- # [16:53] <annevk> one being less permissive than the other
- # [16:53] <hsivonen> annevk: the less permissive one is more Official
- # [16:54] <annevk> so basically for people that would love to use it under that license so they are forced to meet the extra requirements?
- # [16:55] <hsivonen> for people who want to pass the Official Test Suite, I guess
- # [16:55] <zcorpan_> a whole lotta yellow in http://krijnhoetmer.nl/irc-logs/whatwg/20100609
- # [16:58] <annevk> maybe because it was election day
- # [17:03] * Quits: payman (~payman@pat.se.opera.com) (Ping timeout: 252 seconds)
- # [17:04] * Quits: mhausenblas (~mhausenbl@wg1-nat.fwgal01.deri.ie) (Ping timeout: 252 seconds)
- # [17:05] * Joins: MikeSmith (~MikeSmith@EM114-48-136-172.pool.e-mobile.ne.jp)
- # [17:05] <hsivonen> http://krijnhoetmer.nl/irc-logs/whatwg/20100609#l-1225 I would have thought Googlebot had CSS support already
- # [17:08] * Quits: Maurice (~ano@a80-101-46-164.adsl.xs4all.nl) (Quit: Disconnected...)
- # [17:09] <TabAtkins> Googlebot understands enough CSS to tell in some circumstances that you're trying to be sneaky with SEO things. That's about it.
- # [17:10] <zcorpan_> TabAtkins: but it doesn't fetch external style sheets, does it?
- # [17:10] * hsivonen wonders if Googlebot support all the newest Selectors
- # [17:14] * Joins: borismus (~borismus@S0106001b63f462cc.vc.shawcable.net)
- # [17:14] * Joins: mhausenblas (~mhausenbl@wlan-nat.fwgal01.deri.ie)
- # [17:24] * Quits: nessy (~Adium@124-171-40-224.dyn.iinet.net.au) (Quit: Leaving.)
- # [17:39] * Quits: zcorpan_ (~zcorpan@c-1799e355.410-6-64736c14.cust.bredbandsbolaget.se) (Quit: zcorpan_)
- # [17:41] <TabAtkins> AryehGregor: Is kosher a proper superset of vegetarian?
- # [17:45] <TabAtkins> I know that it's not a superset of fish-eating vegetarianism, because of dairy+fish.
- # [17:46] * Quits: slartsa (~Lari@adsl-215-234-204.kymp.net) (Ping timeout: 240 seconds)
- # [17:46] * Quits: mhausenblas (~mhausenbl@wlan-nat.fwgal01.deri.ie) (Quit: brb)
- # [17:48] * Quits: svl (~chatzilla@a194-109-2-65.dmn.xs4all.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky!)
- # [17:51] * Joins: dustinbrewer_ (~dustinbre@99-17-42-25.lightspeed.okcbok.sbcglobal.net)
- # [17:51] * Quits: dustinbrewer (~dustinbre@99-17-42-25.lightspeed.okcbok.sbcglobal.net) (Ping timeout: 260 seconds)
- # [17:51] * dustinbrewer_ is now known as dustinbrewer
- # [17:52] * Quits: maikmerten (~merten@ls5dhcp196.cs.uni-dortmund.de) (Quit: Verlassend)
- # [17:53] * Joins: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net)
- # [17:54] * Joins: erlehmann (~erlehmann@dslb-188-102-053-126.pools.arcor-ip.net)
- # [17:58] * Quits: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de) (Ping timeout: 265 seconds)
- # [18:03] * Quits: Lachy (~Lachlan@pat-tdc.opera.com) (Quit: This computer has gone to sleep)
- # [18:04] * Quits: KaOSoFt (KaOSoFt@190.8.195.190)
- # [18:08] * Joins: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de)
- # [18:11] * Joins: chris_7 (~chris@64-9-157-69.fwd.datafoundry.com)
- # [18:13] * Joins: ap (~ap@2620:0:1b07:21:226:4aff:fe14:aad6)
- # [18:14] * Joins: Maurice (copyman@5ED573FA.cable.ziggo.nl)
- # [18:16] * Joins: mmn (~mmn@129-97-225-97.uwaterloo.ca)
- # [18:17] * Joins: dglazkov (~dglazkov@nat/google/x-bglebuahuibxayzu)
- # [18:23] * Joins: danbri (~danbri@unaffiliated/danbri)
- # [18:25] * Quits: mpilgrim (~pilgrim@rrcs-98-101-146-174.midsouth.biz.rr.com) (Remote host closed the connection)
- # [18:29] * Quits: Phae (~Phae@gatekeeper.macmillan.co.uk) (Quit: Leaving.)
- # [18:39] * Joins: JonathanNeal (~JonathanN@rrcs-76-79-114-210.west.biz.rr.com)
- # [18:54] * Quits: mmn (~mmn@129-97-225-97.uwaterloo.ca) (Quit: Leaving.)
- # [18:54] <Dashiva> Who is going to buy all the bikes we'll need to justify these bikesheds?
- # [18:55] * Joins: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no)
- # [18:55] * Quits: boblet (~boblet@p1201-ipbf709osakakita.osaka.ocn.ne.jp) (Quit: boblet)
- # [18:56] <Philip`> Dashiva: You're missing the point of bikesheds, if you want to put bikes in them
- # [18:56] <Philip`> The point of bikesheds is the bikeshed
- # [18:59] * Joins: henrikbjorn (~henrik@c83-249-67-192.bredband.comhem.se)
- # [19:00] <henrikbjorn> Hey. How would you guys markup http://drp.ly/1as46T in html5
- # [19:01] <MikeSmith> Philip`: I object to the way you've chosen to make your point about the point about bikesheds.
- # [19:02] <TabAtkins> <div><ul><li><a href="#forum">Forum</a></li><li><a href="popular">Popular</a></li><li><a href="#nyeste">Nyeste</a></li></ul> <ul id=forum><li>...</li>...</ul> <ul id=popular>...</div>
- # [19:02] <henrikbjorn> but wuldnt a dl be a better option. And no section / article ? :)
- # [19:03] <TabAtkins> A <dl> is a possibilty, but styling it would be harder.
- # [19:03] <TabAtkins> And no, no need for sectioning elements in particular here.
- # [19:03] <henrikbjorn> even tho its meant for a sidebar ?
- # [19:04] <TabAtkins> In that case, probably replace the <div> with an <aside>.
- # [19:04] <henrikbjorn> okay :)
- # [19:04] <Philip`> TabAtkins: Wouldn't something like <h1>Forum</h1> (forum links) <h1>Populaere</h1> ... be more appropriate?
- # [19:04] * Quits: mat_t (~mattomasz@91.189.88.12) (Quit: This computer has gone to sleep)
- # [19:04] <Philip`> since those heading things look like heading things to me
- # [19:04] <TabAtkins> Still too hard to style.
- # [19:05] <TabAtkins> Some consideration must be given to visual effects, at least until I get some better layout modules done in CSS.
- # [19:05] <henrikbjorn> the styling dosent matter :) more the markup im interested in.. my first atemp was a aside with a header and a section which hold the ul
- # [19:08] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 264 seconds)
- # [19:09] * Quits: MikeSmith (~MikeSmith@EM114-48-136-172.pool.e-mobile.ne.jp) (Quit: Till kicked and torn and beaten out he lies, and leaves his hold and crackles, groans, and dies.)
- # [19:13] * Joins: eighty4 (~eighty4@c-d9cee455.012-403-6c6b701.cust.bredbandsbolaget.se)
- # [19:14] * Quits: pauld (~chatzilla@host86-173-45-233.range86-173.btcentralplus.com) (Remote host closed the connection)
- # [19:20] * Joins: oknoway (~oknoway@c-24-20-236-182.hsd1.or.comcast.net)
- # [19:23] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [19:25] * Quits: scotfl (~scotfl@aeryn.scotfl.net) (Remote host closed the connection)
- # [19:28] * Joins: variable (~93a12525@gateway/web/freenode/ip.147.161.37.37)
- # [19:29] <variable> I just added textarea to the rationale page on the wiki: http://wiki.whatwg.org/wiki/Rationale#textarea --> any comments?
- # [19:36] * Quits: lhnz (~lhnz@188-223-83-48.zone14.bethere.co.uk) (Quit: Leaving)
- # [19:45] * Joins: onar_ (~onar@2620:0:1b07:11:21b:63ff:fec1:7c07)
- # [19:47] * Quits: henrikbjorn (~henrik@c83-249-67-192.bredband.comhem.se) (Remote host closed the connection)
- # [19:48] * Joins: dimich (~dimich@nat/google/x-xqftcmqegafabpig)
- # [19:49] * Joins: deepthawtz (~deepthawt@c-24-130-129-16.hsd1.ca.comcast.net)
- # [19:52] * Joins: cardona507 (~cardona50@c-24-130-129-16.hsd1.ca.comcast.net)
- # [19:56] * Quits: variable (~93a12525@gateway/web/freenode/ip.147.161.37.37) (Quit: Page closed)
- # [19:56] * Joins: sicking (~chatzilla@nat/mozilla/x-ogpipirzofbwxoua)
- # [20:06] <AryehGregor> TabAtkins, dairy+fish is fine, only dairy+meat/poultry is a problem. Kosher food isn't quite a subset of vegan food; although all the ingredients in vegan food are kosher, there are some restrictions on the preparation and handling of food that could be a problem even if none of the ingredients are inherently non-kosher.
- # [20:07] <AryehGregor> For instance, milk is a problem according to some if not produced under Jewish supervision. Grape juice/wine can be a problem. Some cooked food is a problem.
- # [20:07] <AryehGregor> Something like raw fruit or vegetables should always be fine, at least if you ignore the problem of bugs.
- # [20:08] <TabAtkins> "Problem"?
- # [20:08] <AryehGregor> I mean, it can be non-kosher.
- # [20:08] <TabAtkins> Bugs can be non-kosher?
- # [20:08] <AryehGregor> All bugs are non-kosher, except theoretically some species of locust.
- # [20:09] <TabAtkins> Ah, kk.
- # [20:09] <AryehGregor> The only kosher animals are beasts with cloven hooves that chew their cud, fish with fins and scales, and most birds that people actually eat.
- # [20:10] * Quits: nielsle (~nielsle@1503032406.dhcp.dbnet.dk) (Quit: Ex-Chat)
- # [20:10] <TabAtkins> Random awesome: http://pterosaurs.files.wordpress.com/2008/05/more_azhdarchids_with_clouds1.jpg
- # [20:12] * AryehGregor was about to question the accuracy of that image, but then looked up "azhdarchid" on Wikipedia and found the same image illustrating the article
- # [20:12] <TabAtkins> Haha.
- # [20:12] <AryehGregor> Apparently that's meant to be a "juvenile titanosaur" there.
- # [20:12] <TabAtkins> One particular family of pterosaurs is, apparently, confectured to be a plains walker.
- # [20:13] <AryehGregor> I was suspicious of the scale, because I assumed that thing was like a full-grown brontosaurus or such.
- # [20:13] <TabAtkins> It could still fly, but would often just walk around like a terrifying ostrich-analogue.
- # [20:13] * Quits: zalan (~zalan@catv-89-135-142-235.catv.broadband.hu)
- # [20:13] * Joins: nielsle (~nielsle@1503032406.dhcp.dbnet.dk)
- # [20:13] <TabAtkins> Oh, no. Just tiny food animal.
- # [20:15] * Joins: mmn (~mmn@129-97-208-109.uwaterloo.ca)
- # [20:16] * Quits: onar_ (~onar@2620:0:1b07:11:21b:63ff:fec1:7c07) (Quit: onar_)
- # [20:16] * Joins: plainhao (~plainhao@mail.xbiotica.com)
- # [20:18] * Quits: kpx (~chatzilla@149.169.143.15) (Read error: Operation timed out)
- # [20:20] * Quits: ap (~ap@2620:0:1b07:21:226:4aff:fe14:aad6) (Read error: Operation timed out)
- # [20:20] * Joins: daedb (~daed@78-72-108-100-no178.tbcn.telia.com)
- # [20:28] * Joins: ap (~ap@192.42.249.105)
- # [20:29] * Quits: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [20:49] * Joins: KaOSoFt (~webmaster@190.24.156.162)
- # [20:50] * Joins: othermaciej (~mjs@192.42.249.104)
- # [20:51] * Quits: ap (~ap@192.42.249.105) (Ping timeout: 276 seconds)
- # [20:52] * Joins: dbaron (~dbaron@nat/mozilla/x-iwkjequfmtpldogp)
- # [20:53] * Quits: chris_7 (~chris@64-9-157-69.fwd.datafoundry.com) (Quit: Leaving)
- # [20:54] * rektide_ is now known as rektide
- # [20:56] * Quits: erlehmann (~erlehmann@dslb-188-102-053-126.pools.arcor-ip.net) (Quit: Ex-Chat)
- # [20:58] * Joins: dylanclendenin (~deepthawt@c-24-130-129-16.hsd1.ca.comcast.net)
- # [20:59] * Joins: cardona507_ (~cardona50@c-24-130-129-16.hsd1.ca.comcast.net)
- # [20:59] * Joins: ap (~ap@192.42.249.105)
- # [20:59] * Quits: deepthawtz (~deepthawt@c-24-130-129-16.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [20:59] * Quits: cardona507 (~cardona50@c-24-130-129-16.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [20:59] * cardona507_ is now known as cardona507
- # [21:04] * Quits: dylanclendenin (~deepthawt@c-24-130-129-16.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [21:04] * Joins: deepthawtz (~deepthawt@c-24-130-129-16.hsd1.ca.comcast.net)
- # [21:05] * Joins: slartsa (~Lari@adsl-215-234-204.kymp.net)
- # [21:09] * Joins: boaz (~boaz@64.119.159.231)
- # [21:11] * Quits: mmn (~mmn@129-97-208-109.uwaterloo.ca) (Quit: Leaving.)
- # [21:18] * Quits: daedb (~daed@78-72-108-100-no178.tbcn.telia.com) (Remote host closed the connection)
- # [21:27] * Quits: ap (~ap@192.42.249.105) (Quit: ap)
- # [21:29] <othermaciej> wow, there has been a lot of public-html mail the past two weeks
- # [21:29] <cardona507> thats for sure
- # [21:29] * Quits: othermaciej (~mjs@192.42.249.104) (Quit: othermaciej)
- # [21:31] <annevk> hey, wb maciej
- # [21:31] <TabAtkins> yo, maciej.
- # [21:32] * TabAtkins is temporarily binning public-html for a month or two.
- # [21:34] * gsnedders will eventually catch up on public-html
- # [21:34] * gsnedders is around a month behind
- # [21:37] * Joins: erlehmann (~erlehmann@dslb-188-102-053-126.pools.arcor-ip.net)
- # [21:43] * Joins: johnst (~johnst@x1-6-00-07-95-57-08-bb.k123.webspeed.dk)
- # [21:49] * Quits: plainhao (~plainhao@mail.xbiotica.com) (Quit: plainhao)
- # [21:50] * Quits: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no) (Quit: This computer has gone to sleep)
- # [21:52] * Joins: everton (~everton@KD118153063184.ppp-bb.dion.ne.jp)
- # [21:53] <cardona507> installing windows XP onto my mac for some IE testing - I feel dirty
- # [21:57] * Joins: ap (~ap@192.42.249.105)
- # [21:58] <Philip`> othermaciej: Fortunately approximately none of it was technical discussion, so it can be safely ignored by almost everyone (except by e.g. chairs)
- # [21:59] * Joins: jwalden (~waldo@nat/mozilla/x-vwcglokagyftwyff)
- # [21:59] <jgraham> gsnedders: Don't bother
- # [22:00] <gsnedders> jgraham: But what else will I do next Monday!?
- # [22:01] <Philip`> The same thing you do every Monday - try to take over the world
- # [22:03] <gsnedders> Shh, don't mention that.
- # [22:03] * Quits: Martijnc (~Martijnc@91.176.107.102) (Ping timeout: 240 seconds)
- # [22:05] * Quits: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net) (Quit: nimbupani)
- # [22:06] <jgraham> gsnedders: is not actually pinky
- # [22:06] <jgraham> or indeed the brain
- # [22:07] * Quits: davidb_ (~davidb@mozca02.ca.mozilla.com) (Quit: davidb_)
- # [22:09] * Joins: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no)
- # [22:13] * Joins: cpearce (~cpearce@ip-118-90-77-202.xdsl.xnet.co.nz)
- # [22:20] * Quits: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de) (Read error: Connection reset by peer)
- # [22:35] * Joins: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de)
- # [22:36] * Quits: cpearce (~cpearce@ip-118-90-77-202.xdsl.xnet.co.nz) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.0.15/2009101909])
- # [22:39] * Joins: kpx (~chatzilla@149.169.143.15)
- # [22:44] * Quits: eighty4 (~eighty4@c-d9cee455.012-403-6c6b701.cust.bredbandsbolaget.se) (Remote host closed the connection)
- # [22:44] * Quits: ap (~ap@192.42.249.105) (Quit: ap)
- # [22:48] * Quits: ROBOd (~robod@89.123.156.35) (Quit: http://www.robodesign.ro)
- # [22:52] * Joins: ap (~ap@192.42.249.105)
- # [22:55] * Joins: onar_ (~onar@192.42.249.104)
- # [22:56] * Quits: onar_ (~onar@192.42.249.104) (Remote host closed the connection)
- # [22:57] * Joins: onar_ (~onar@2620:0:1b07:11:21b:63ff:fec1:7c07)
- # [23:02] * Joins: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net)
- # [23:02] * Parts: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net)
- # [23:02] * Joins: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net)
- # [23:02] <AryehGregor> Does anyone know roughly what percentage of Mozilla development (for instance) is done by employees vs. volunteers?
- # [23:03] * Quits: miketaylr (~miketaylr@38.117.156.163) (Remote host closed the connection)
- # [23:04] <jgraham> AryehGregor: How are you measuing "development"?
- # [23:04] <AryehGregor> I don't know, anything handy.
- # [23:04] <jgraham> (the short anser is "no" btw)
- # [23:04] * Quits: ap (~ap@192.42.249.105) (Ping timeout: 260 seconds)
- # [23:04] <AryehGregor> Heh.
- # [23:04] <AryehGregor> Number of commits would be a good start.
- # [23:05] <jcranmer> l10n commits skew that statistic a fair amount
- # [23:05] <jgraham> You probably need to weight by complexity of change somehow
- # [23:06] <jgraham> and remember that employees are more likely to have commit access
- # [23:06] <AryehGregor> It says who wrote the patch, though, yes?
- # [23:06] <jgraham> (does Mercurial allow seperate author/committer like git?)
- # [23:06] <AryehGregor> Pretty sure, yes.
- # [23:06] <AryehGregor> Or something like that.
- # [23:07] * jgraham wonders how many of JF's disability categories he fits into
- # [23:09] * Quits: jwalden (~waldo@nat/mozilla/x-vwcglokagyftwyff) (Quit: brb)
- # [23:10] <jgraham> AryehGregor: The longer version of "no" is "I guess it is mostly employees these days"
- # [23:10] <AryehGregor> This has my name: http://hg.mozilla.org/mozilla-central/rev/511a92d06acf
- # [23:13] * Joins: othermaciej (~mjs@192.42.249.104)
- # [23:15] * Joins: Martijnc (~Martijnc@91.176.6.20)
- # [23:16] * Joins: mmn (~mmn@129-97-225-97.uwaterloo.ca)
- # [23:17] * Quits: onar_ (~onar@2620:0:1b07:11:21b:63ff:fec1:7c07) (Quit: onar_)
- # [23:20] * Quits: Maurice (copyman@5ED573FA.cable.ziggo.nl)
- # [23:21] * Joins: ap (~ap@192.42.249.105)
- # [23:23] * AryehGregor finds a google.com page on https with a little skull and crossbones in Chrome, because of insecure resources
- # [23:23] <AryehGregor> I didn't even try!
- # [23:23] * Joins: onar_ (~onar@2620:0:1b07:11:21b:63ff:fec1:7c07)
- # [23:24] <AryehGregor> Yay for HTTPS being broken.
- # [23:25] <AryehGregor> I also like how the Google Checkout credit card number field doesn't have autocomplete disabled.
- # [23:27] * Quits: othermaciej (~mjs@192.42.249.104) (Read error: Connection reset by peer)
- # [23:28] * Quits: KaOSoFt (~webmaster@190.24.156.162) (Quit: Leaving)
- # [23:28] * Joins: jwalden (~waldo@nat/mozilla/x-hgzlbtdaadzjfyew)
- # [23:29] * Quits: BlurstOfTimes (~blurstoft@168.203.117.112) (Quit: Leaving...)
- # [23:31] * Quits: danbri (~danbri@unaffiliated/danbri) (Quit: danbri)
- # [23:34] * Quits: slartsa (~Lari@adsl-215-234-204.kymp.net) (Read error: Operation timed out)
- # [23:41] * Quits: nielsle (~nielsle@1503032406.dhcp.dbnet.dk) (Quit: Ex-Chat)
- # [23:46] <cardona507> can we postpone the dev meeting on next wed until 11am so that I can attend this? http://pages.engineyard.com/Rails3-MobileAppswithYehuda-62010.html
- # [23:46] * Quits: ap (~ap@192.42.249.105) (Quit: ap)
- # [23:50] <Philip`> cardona507: Wrong channel?
- # [23:52] <cardona507> haha - oops my bad :)
- # [23:59] * Quits: onar_ (~onar@2620:0:1b07:11:21b:63ff:fec1:7c07) (Quit: onar_)
- # Session Close: Fri Jun 11 00:00:00 2010
The end :)