Options:
- # Session Start: Sat Jun 26 00:00:00 2010
- # Session Ident: #whatwg
- # [00:00] <Hixie> wow
- # [00:00] <Hixie> that sucks
- # [00:03] <MikeSmith> hey, speaking of mail, has there been any agreement/resolution on the list discussion about renaming the @required attribute?
- # [00:03] <AryehGregor> I thought the resolution was "keep it, not enough sites to matter".
- # [00:03] <annevk> not renaming it
- # [00:04] <Hixie> i haven't looked at it yet
- # [00:04] <Hixie> depends on what browser vendors are willing to do
- # [00:04] * Quits: Omerss (6d420fa4@gateway/web/freenode/ip.109.66.15.164) (Ping timeout: 252 seconds)
- # [00:04] <Hixie> opera and chrome don't seem to be willing to implement it as is without hacks
- # [00:05] <Hixie> (targetted hacks in opera's case, way over-broad hacks in chrome's case)
- # [00:05] <Hixie> so something will probably have to give
- # [00:05] <Hixie> i'll have to look more closely at the actual sites to see what we can do
- # [00:05] <AryehGregor> Maybe they would be okay with dropping the hacks if Mozilla implements it and evangelizes the sites in question?
- # [00:05] <AryehGregor> Mozilla has bigger market share, more likely to convince them.
- # [00:05] <Hixie> that might help
- # [00:06] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [00:11] <annevk> Jonas seemed to prefer that
- # [00:11] <annevk> me too
- # [00:11] <annevk> renaming things is no fun
- # [00:12] * Quits: Martijnc (~Martijnc@91.176.228.113) (Ping timeout: 276 seconds)
- # [00:15] <othermaciej> Hixie: We are considering removing @required from WebKit entirely
- # [00:15] * Quits: oal (~oal@5.79-160-122.customer.lyse.net) (Remote host closed the connection)
- # [00:15] <TabAtkins> And replacing it with something?
- # [00:15] <othermaciej> at least until (a) it has a name with little enough conflict (for whatever reason) and (b) we actually have UI to tell you what happened if you can't submit a form because of it
- # [00:16] <othermaciej> I think the hack of supporting it but only in strict mode is ridiculous and broken
- # [00:16] <Hixie> othermaciej: well implementing it without hte UI was a terrible idea
- # [00:16] <Hixie> othermaciej: since the whole point of the feature is the UI
- # [00:16] * Joins: Martijnc (~Martijnc@91.176.39.221)
- # [00:16] <TabAtkins> Yeah, Aryeh has a bug asking webkit to turn off validation until there's UI that I can +1 on.
- # [00:16] <othermaciej> Hixie: agreed
- # [00:17] <AryehGregor> Someone else from WebKit also agreed on my bug.
- # [00:17] <Hixie> othermaciej: i told the people who did it as much, but they kinda blew me off, so... :-)
- # [00:17] <othermaciej> anyway, if Mozilla wants to go on a crusade to make the Web safe for an attribute named "required", I'm fine with waiting for the results, but I think the more practical choice would be to rename it
- # [00:17] <AryehGregor> They blew me off too.
- # [00:17] <AryehGregor> othermaciej, I thought there were only a limited number of sites with compatibility problems.
- # [00:17] <Hixie> i'm fine with renaming it too, i just need to look at the facts before i can work out what the right course of action is
- # [00:17] <Hixie> and subtitles come first :-P
- # [00:17] <AryehGregor> Also, good UI would really help a lot.
- # [00:18] <annevk> WebKit shipped without UI? blargh
- # [00:18] <annevk> I was told in a bug it would all be okay
- # [00:19] <othermaciej> AryehGregor: I believe there are JavaScript libraries that use an attribute named "required" for their own purposes
- # [00:19] <AryehGregor> annevk, yep. MediaWiki had to disable form validation completely because of that.
- # [00:19] <AryehGregor> othermaciej, oh, bleh.
- # [00:19] <othermaciej> AryehGregor: that makes it likely the problem will be widespread
- # [00:19] <AryehGregor> I thought Opera only had to blacklist a few smallish sites?
- # [00:19] <othermaciej> and it is widespread enough that we actually got bugs
- # [00:20] <othermaciej> I'm fine with just disabling the feature til we get this straightened out
- # [00:25] <annevk> does seem good to disable those that require UI if the UI is not working
- # [00:31] * Joins: erlehmann (~erlehmann@89.204.153.73)
- # [00:34] * Quits: mmn (~mmn@129-97-225-230.uwaterloo.ca) (Quit: Leaving.)
- # [00:37] * Joins: aroben (~aroben@unaffiliated/aroben)
- # [00:38] * Quits: aroben (~aroben@unaffiliated/aroben) (Client Quit)
- # [00:39] <paul_irish> AryehGregor: was mediawiki using a javascript library in particular that used a required attribute?/
- # [00:40] <AryehGregor> paul_irish, no, it was using required correctly for the most part. The problem was the lack of UI in WebKit.
- # [00:40] <paul_irish> ok
- # [00:40] <AryehGregor> People were trying to submit forms and they'd refuse to submit, with no error message.
- # [00:40] <AryehGregor> Which makes the feature worse than useless.
- # [00:40] <AryehGregor> Also, Opera's UI for it is pretty ugly, and that's the only other shipping implementation.
- # [00:43] * Quits: jwalden (~waldo@nat/mozilla/x-vzrpdqacmzqdtcwl) (Quit: brb)
- # [00:47] <Lachy> AryehGregor, we know. we have our dev relations guys kicking us internally about the state of our HTML5 form controls.
- # [00:47] <AryehGregor> I know you know. :)
- # [00:48] <AryehGregor> I just hope we don't have zillions of Safari 5s hanging around forever that we have to sniff around for this.
- # [00:48] <othermaciej> some aspects of WebKit's version are ugly too
- # [00:48] <othermaciej> Safari update uptake is pretty quick and our release cycles tend to be a year max for major releases
- # [00:48] <Lachy> what form HTML5 form controls has webkit implemented these days?
- # [00:49] <othermaciej> and we fix significant compat bugs in minor releases
- # [00:49] <othermaciej> I think we have at least half-assed implementations of all the new <input> types, but most are not good enough (IMO) to whole-heartedly recommend to developers
- # [00:49] <Lachy> oh, type="date" looks like an number control
- # [00:50] <TabAtkins> type=color looks like a text input, unfortunately.
- # [00:50] <Lachy> and pressing up or down on an <input type="number"> control without a value gives +/- 1.7976931348623157e+308
- # [00:50] <othermaciej> like I said
- # [00:50] <TabAtkins> Haha, wow.
- # [00:50] <othermaciej> not yet done to good quality
- # [00:51] <othermaciej> if anyone would like to be paid by Apple to work in this area, send me a resume
- # [00:51] <othermaciej> I will add that many of the controls are even worse on MobileSafari than Safari or Chrome on Mac/Win/Linux
- # [00:51] * Joins: jwalden (~waldo@nat/mozilla/x-jawqmgoqcdgpzhap)
- # [00:52] <Lachy> and <input type="week"> starts at the year 1583-W01 :-)
- # [00:56] * Joins: mmn (~mmn@129-97-225-230.uwaterloo.ca)
- # [00:57] * Joins: nessy (~Adium@115.128.34.29)
- # [00:59] * Joins: mpt (~mpt@canonical/mpt)
- # [01:10] * Quits: ayapo (~aya@142.104.128.21) (Quit: ayapo)
- # [01:11] * Joins: goddard (~goddard@unaffiliated/goddard)
- # [01:21] <paul_irish> othermaciej: do you have a recommendation on how to feature detect the new input types in safari?
- # [01:22] <paul_irish> assuming the tests would fail now..
- # [01:24] * Quits: hober (~ted@unaffiliated/hober) (Quit: ERC Version 5.3 (IRC client for Emacs))
- # [01:24] <othermaciej> paul_irish: I hadn't thought about it - I don't know if the spec has any mechanism for feature detection
- # [01:25] <othermaciej> in any case feature tests would currently pass, even though our implementations are pretty crufty
- # [01:25] <Hixie> checking the value of input.type should work iirc
- # [01:25] <Hixie> iirc it'll be "text" if the type isn't supported at all
- # [01:25] <paul_irish> yeah.. basic approachis to check value of input.type and see if it isn't 'text' .. chrome loves to false positive with that
- # [01:25] <Hixie> yeah that's the problem with feature tests :-)
- # [01:25] <othermaciej> I believe both Chrome and Safari will claim to support almost all the types by that standard
- # [01:26] <othermaciej> which in a sense we do, but perhaps not in a way you would actually want to use
- # [01:26] <Hixie> using cutting edge feature is fraught with such difficulties
- # [01:26] <paul_irish> so i've been throwing text like ':)' into the value of input type="date" and reading it out.. assuming that a proper date input would only allow proper date input.. that's seemed to work so far
- # [01:26] <Hixie> othermaciej: i was sad to see the incomplete implementations ship, didn't expect that
- # [01:31] * Quits: jrgarrison (~garrison@wikiotics/jrgarrison) (Quit: Ex-Chat)
- # [01:36] * Joins: nessy1 (~Adium@115.128.27.33)
- # [01:39] * Quits: nessy (~Adium@115.128.34.29) (Ping timeout: 245 seconds)
- # [01:42] * Joins: DoubleT (~DoubleT@dhcp-077-250-141-033.chello.nl)
- # [01:47] <MikeSmith> latest HTML WG heartbeat WDs and FPWDs are now alive at http://www.w3.org/TR/html5/ etc.
- # [01:48] <MikeSmith> for convenient access, see reverse-chronological index at http://www.w3.org/TR/tr-date-drafts
- # [01:49] * MikeSmith also notices http://www.w3.org/TR/2010/WD-media-frags-20100624/
- # [01:49] <MikeSmith> whatever that is, it's at LC
- # [01:49] <MikeSmith> so perhaps worth reviewing
- # [01:50] * MikeSmith sees nessy1 listed there among the editors
- # [01:50] <MikeSmith> "specifies the syntax for constructing media fragment URIs and explains how to handle them when used over the HTTP protocol."
- # [01:50] * Joins: Dashimon (Dashiva@wikia/Dashiva)
- # [01:52] * Quits: Dashiva (Dashiva@wikia/Dashiva) (Ping timeout: 260 seconds)
- # [01:52] * Dashimon is now known as Dashiva
- # [01:52] * Quits: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de) (Quit: ⌘Q)
- # [01:52] * MikeSmith notices LC of SVG 1.1 "Second Edition"
- # [01:52] <MikeSmith> http://www.w3.org/TR/2010/WD-SVG11-20100622/
- # [01:53] <MikeSmith> which appears to have a pretty big list of substantive changes
- # [01:53] <MikeSmith> http://www.w3.org/TR/2010/WD-SVG11-20100622/changes.html#Substantial
- # [01:54] <MikeSmith> seems the precedent set by XML 1.0 doing the "Fifth Edition" thing to incorporate substantive changes and not just errata is now firmly rooted
- # [01:55] <MikeSmith> that seems to perhaps be a really unfortunate trend
- # [01:55] <MikeSmith> anyway, the SVG 1.1 draft is at LC also
- # [01:56] <MikeSmith> reminds me that I want to send LC comments on MathML3 before July 1 deadline
- # [01:57] * Quits: DoubleT (~DoubleT@dhcp-077-250-141-033.chello.nl) (Quit: DoubleT)
- # [01:58] <othermaciej> MikeSmith: woot!
- # [01:58] <MikeSmith> othermaciej: yeah, sorry I didn't get them out yesterday
- # [01:58] <MikeSmith> I blame it on too much reefer
- # [01:58] <othermaciej> do you know if the w3c plans to post any kind of announcement?
- # [01:59] <othermaciej> or should it just be announced on the list?
- # [01:59] <MikeSmith> we will do an announcement soon
- # [01:59] <othermaciej> it would be nice if there was a single thing to link to for the set of all the new drafts
- # [01:59] <MikeSmith> yes
- # [01:59] <MikeSmith> I think we will have that by end of day US/West
- # [02:00] <MikeSmith> they will all be linked to in the announcement
- # [02:00] <othermaciej> cool beans
- # [02:00] <MikeSmith> Home Page News
- # [02:02] * Joins: nessy (~Adium@115.128.6.17)
- # [02:02] * Quits: nessy1 (~Adium@115.128.27.33) (Ping timeout: 258 seconds)
- # [02:03] * Quits: deepthawtz (~deepthawt@c-24-130-129-16.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [02:04] <MikeSmith> Hixie: I realize you are probably long ago bored with my mentioning the processing issues of the annotation-xml element
- # [02:04] <MikeSmith> but I remembered something I didn't mention before
- # [02:05] <MikeSmith> the annotation-xml element has an "encoding" attribute
- # [02:05] <MikeSmith> which specifies a MIME type
- # [02:06] <MikeSmith> so if that is present and it specifies text/html, then seems like the parsing algorithm could use that info to do the similar behavior it does with SVG in there now
- # [02:06] <Hixie> that might make sense, yeah
- # [02:06] <Hixie> file a bug?
- # [02:06] <MikeSmith> so, we would not need a <div> wrapper or <body> or <html>
- # [02:06] <MikeSmith> yeah, I will update the bug I already opened
- # [02:07] <MikeSmith> after I get some sleep
- # [02:07] <Hixie> k
- # [02:13] * Quits: m_W (~mwilcox56@c-69-141-106-205.hsd1.nj.comcast.net) (Ping timeout: 264 seconds)
- # [02:14] * Quits: nessy (~Adium@115.128.6.17) (Ping timeout: 258 seconds)
- # [02:16] * Quits: weinig (~weinig@17.246.18.229) (Quit: weinig)
- # [02:17] * Quits: dglazkov (~dglazkov@nat/google/x-plbaapakyxldxlbu) (Quit: dglazkov)
- # [02:18] * Joins: nessy (~Adium@115.128.35.144)
- # [02:24] * Joins: weinig (~weinig@17.246.18.229)
- # [02:25] * Joins: shepazu (~schepers@78.144.143.196)
- # [02:25] * Quits: MikeSmith (~MikeSmith@EM114-48-18-42.pool.e-mobile.ne.jp) (Ping timeout: 264 seconds)
- # [02:28] * Joins: MikeSmith (~MikeSmith@EM111-188-74-105.pool.e-mobile.ne.jp)
- # [02:28] * Quits: nessy (~Adium@115.128.35.144) (Ping timeout: 265 seconds)
- # [02:31] * Quits: ap (~ap@17.246.17.28) (Quit: ap)
- # [02:35] * Quits: kling (~kling@nat/trolltech/x-xrmkmkfcmvufufvk) (Ping timeout: 240 seconds)
- # [02:38] * Joins: nessy (~Adium@115.128.13.166)
- # [02:42] * Quits: JonathanNeal (~JonathanN@rrcs-76-79-114-210.west.biz.rr.com) (Quit: Leaving)
- # [02:44] * Joins: kling (~kling@nat/trolltech/x-krjkwyojgmafzyvc)
- # [02:48] * Quits: jlebar (~jlebar@nat/mozilla/x-uarpqhzhnopzzkgv) (Ping timeout: 264 seconds)
- # [02:54] * Quits: weinig (~weinig@17.246.18.229) (Quit: weinig)
- # [02:55] * Quits: Martijnc (~Martijnc@91.176.39.221)
- # [02:57] * Joins: justicefries (~gerred@65.100.130.168)
- # [02:57] * Quits: dave_levin (~dave_levi@nat/google/x-ygwrdebvzxmgiwzn) (Quit: dave_levin)
- # [03:01] * Quits: othermaciej (~mjs@17.246.17.91) (Quit: othermaciej)
- # [03:02] * Quits: jwalden (~waldo@nat/mozilla/x-jawqmgoqcdgpzhap) (Quit: back later)
- # [03:03] * Joins: boblet (~boblet@p1201-ipbf709osakakita.osaka.ocn.ne.jp)
- # [03:07] <boblet> Anyone know what Microformats wiki means by “Avoid the "microdata vCard" vocabulary as it is an out-of-date fork/snapshot of hCard”? http://microformats.org/wiki/html5
- # [03:08] <boblet> I thought Microdata vCard was based on vCard
- # [03:08] <boblet> are there some issues regarding this I’m not aware of?
- # [03:10] * Quits: nessy (~Adium@115.128.13.166) (Ping timeout: 240 seconds)
- # [03:18] * Quits: dbaron (~dbaron@nat/mozilla/x-txljmnmaliqlgxde) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [03:21] <MikeSmith> boblet: I remember hearing some details from tantek about that
- # [03:21] <MikeSmith> maybe ping him on twitter
- # [03:21] <boblet> MikeSmith: ok will do, thanks
- # [03:22] <boblet> also have yet to check µF mail archives
- # [03:22] <MikeSmith> but iirc the problem is that the RFC that the microdata vCard vocab was based on is superseded now
- # [03:22] <MikeSmith> by an updated RFC
- # [03:22] <MikeSmith> which the hCard vocab is in sync with
- # [03:22] * Joins: nessy (~Adium@115.128.49.89)
- # [03:23] <boblet> woah holy shit. They *update* RFCs?
- # [03:23] <MikeSmith> replace them
- # [03:23] <MikeSmith> new ones obsolete the old ones
- # [03:23] <boblet> I thought those things got carved into stone back in the mesozoic era
- # [03:23] <TabAtkins> Um. I'm not authorized to comment on the Issue-30 poll.
- # [03:24] <boblet> (which is why they’re fixed width)
- # [03:24] <boblet> thanks for the info MikeSmith. bbl
- # [03:24] <MikeSmith> TabAtkins: lemme check now
- # [03:25] <TabAtkins> It's possible that I'm logged in as tabatkins, rather than tabatkins2
- # [03:26] <MikeSmith> ah
- # [03:26] <MikeSmith> that might be it
- # [03:26] <TabAtkins> I don't know how to log out of Basic Auth.
- # [03:27] <MikeSmith> arr, me neither
- # [03:27] <MikeSmith> lemme check
- # [03:27] * TabAtkins heads home, and will respond on Monday he guesses.
- # [03:29] <MikeSmith> ok
- # [03:40] * Quits: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net) (Quit: nimbupani)
- # [03:42] * Joins: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net)
- # [03:50] * Quits: nessy (~Adium@115.128.49.89) (Ping timeout: 260 seconds)
- # [04:36] * Joins: drunknbass (~drunknbas@76.91.255.83)
- # [04:44] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 276 seconds)
- # [04:44] * Quits: erlehmann (~erlehmann@89.204.153.73) (Ping timeout: 265 seconds)
- # [04:48] * Joins: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net)
- # [04:51] * Joins: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net)
- # [05:02] <Hixie> boblet: i think that's out of date -- the microdata vcard spec has been changed to just work directly from vCard rather than hCard
- # [05:25] * Joins: weinig (~weinig@17.246.18.229)
- # [05:27] * Quits: tndH (~Rob@cpc2-leed18-0-0-cust427.leed.cable.ntl.com) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.0.1/2008072406])
- # [05:29] * Quits: mamund (mamund@frost.nullshells.net) (Remote host closed the connection)
- # [05:46] * Joins: jmcneese (~jmcneese@c-24-8-50-205.hsd1.co.comcast.net)
- # [05:46] <jmcneese> howdy canvasers
- # [05:48] <jmcneese> so, can anyone answer if it is per spec/functionality that if i stroke a line in a canvas, it does not clear if if reset the canvas via changing the width or clearRect()?
- # [05:49] <Hixie> how do you mean?
- # [05:49] <Hixie> do you have a sample page showing the problem?
- # [05:49] <jmcneese> not on a reachable server.
- # [05:50] <jmcneese> it's simple to replicate. start with an empty canvas. draw a line down the center. do a clearRect() on the canvas. the line stays
- # [05:51] <jmcneese> curious if i'm missing a step
- # [05:53] <Hixie> what arguments are you passing clearRect()?
- # [05:56] <jmcneese> 0,0,CANVASWIDTH,CANVASHEIGHT
- # [05:56] <jmcneese> it's working for any canvas i draw actual shapes on (rects, arcs, etc)
- # [05:57] <Hixie> so like:
- # [05:57] <Hixie> c.beginPath();
- # [05:57] <Hixie> c.moveTo(100,100);
- # [05:57] <Hixie> c.lineTo(200,300);
- # [05:57] <Hixie> c.stroke();
- # [05:57] <Hixie> c.clearRect(0, 0, 640, 480);
- # [05:57] <Hixie> ...doesn't work?
- # [05:57] <Hixie> (where c is the context of course)
- # [05:58] <jmcneese> aha... is beginPath required?
- # [05:58] <Hixie> unless you do beginPath(), you're just adding to the last line each time
- # [05:58] <Hixie> stroke() doesn't reset the path
- # [05:59] <jmcneese> ok, noted. but i don't see how that prevents the line from clearing when calling clearRect
- # [05:59] <Hixie> e.g. try:
- # [05:59] <Hixie> c.lineWidth=100; c.strokeStyle = 'red'; c.stroke();
- # [05:59] <Hixie> c.lineWidth=50; c.strokeStyle = 'orange'; c.stroke();
- # [05:59] <Hixie> c.lineWidth=10; c.strokeStyle = 'yellow'; c.stroke();
- # [06:00] <Hixie> well it's not that it prevents the line from being cleared, so much as you're probably calling stroke() again after you clear
- # [06:00] <Hixie> e.g. on a timer or something
- # [06:00] <Hixie> right?
- # [06:00] <Hixie> hard to say without seeing the code
- # [06:00] <jmcneese> i am calling redraw on mousedrag
- # [06:01] <jmcneese> now, since i couldn't get it to clear the lines for a grid, i ended up drawing rectangles (with three sides off canvas), which clear just fine
- # [06:02] <Hixie> yeah the rect methods don't affect the path
- # [06:03] <Hixie> so they wouldn't get added each time
- # [06:03] <Hixie> the key is just that all the liens you add to the path don't get reset until you call beginPath() again
- # [06:03] <jmcneese> so, paths must be aha
- # [06:03] <jmcneese> that makes sense
- # [06:06] <jmcneese> thanks mate
- # [06:06] <Hixie> np
- # [06:06] * Parts: jmcneese (~jmcneese@c-24-8-50-205.hsd1.co.comcast.net)
- # [06:26] * Joins: micheil (~micheil@124-170-233-189.dyn.iinet.net.au)
- # [06:29] * Quits: weinig (~weinig@17.246.18.229) (Quit: weinig)
- # [06:46] * Quits: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net) (Quit: dglazkov)
- # [06:46] * Joins: JonathanNeal (~JonathanN@99-59-124-67.lightspeed.irvnca.sbcglobal.net)
- # [07:12] * Joins: kennyluck (~kennyluck@EM114-48-201-222.pool.e-mobile.ne.jp)
- # [07:14] * Parts: goddard (~goddard@unaffiliated/goddard)
- # [07:38] * Joins: weinig (~weinig@c-69-181-125-223.hsd1.ca.comcast.net)
- # [07:52] * Quits: yutak_home (~kee@U017209.ppp.dion.ne.jp) (Quit: Ex-Chat)
- # [08:02] <boblet> Hixie: re: vcard & hcard, I’m guessing that the microdata vcard and vevent specs have been updated to the latest RFCs right? (apparently the reason for the microformats.org comment)
- # [08:02] <boblet> if so I’ll edit the wiki or contact Tantek about it
- # [08:02] <Hixie> have the RFCs changed recently?
- # [08:03] <Hixie> like in the last year?
- # [08:08] <boblet> Hixie: Mike seemed to think that was the reason. Will do some digging…
- # [08:13] * Quits: Amorphous (jan@unaffiliated/amorphous) (Ping timeout: 248 seconds)
- # [08:14] <Hixie> i know there was some work to update the rfcs, but i haven't updated the vocabs to the new ones if that's it
- # [08:14] <Hixie> i didn't think hcard had been updated to them either though
- # [08:16] <boblet> Hixie: yeah it seems vcard 1.1 is still draft anyhow: http://datatracker.ietf.org/doc/draft-ietf-vcarddav-vcardrev/
- # [08:17] <Hixie> k
- # [08:17] <boblet> guess I’ll have to ping tantek and see what was meant by those statements. seems a bit strange
- # [08:28] * Joins: MikeSmithX (~MikeSmith@EM111-188-6-140.pool.e-mobile.ne.jp)
- # [08:28] * Joins: Amorphous (jan@unaffiliated/amorphous)
- # [08:32] * Quits: MikeSmith (~MikeSmith@EM111-188-74-105.pool.e-mobile.ne.jp) (Ping timeout: 265 seconds)
- # [08:49] * Joins: yutak_home (~kee@U017209.ppp.dion.ne.jp)
- # [09:00] * Quits: mmn (~mmn@129-97-225-230.uwaterloo.ca) (Read error: Connection reset by peer)
- # [09:00] * Joins: mmn (~mmn@129-97-225-230.uwaterloo.ca)
- # [09:02] <annevk> oh look
- # [09:02] <annevk> http://www.w3.org/News/2010#entry-8843
- # [09:02] <annevk> yay for Mike
- # [09:06] <MikeSmithX> annevk: yay for editors getting their work done
- # [09:06] * MikeSmithX is now known as MikeSmith
- # [09:06] * Joins: wakaba_ (~wakaba_@213.139.210.220.dy.bbexcite.jp)
- # [09:06] <MikeSmith> annevk: btw, thanks for all the time you spent on responding to comments about the diffs doc
- # [09:06] <MikeSmith> I know it took a lot of time
- # [09:07] <MikeSmith> and most people have no idea how much time and work goes into
- # [09:07] <MikeSmith> but it's a very useful document to have available
- # [09:07] <MikeSmith> for people who are trying to follow the changes
- # [09:07] <MikeSmith> and especially for people who are just starting to read up on HTML5
- # [09:08] <MikeSmith> when people ask me where to start with learning about HTML5, I always tell them to start with reading that document
- # [09:10] <annevk> cool man
- # [09:10] * Joins: wakaba_0 (~wakaba_@213.139.210.220.dy.bbexcite.jp)
- # [09:11] * Quits: wakaba_ (~wakaba_@213.139.210.220.dy.bbexcite.jp) (Ping timeout: 252 seconds)
- # [09:11] * Quits: micheil (~micheil@124-170-233-189.dyn.iinet.net.au) (Quit: micheil)
- # [09:12] <MikeSmith> so along with getting updated WDs published and despite all the drama, all the actually important stuff still keeps on getting done
- # [09:13] <MikeSmith> e.g., giantly newsworthy stuff like canvas support finally being added to IE
- # [09:14] <MikeSmith> which the IE tech people deserve a lot of serious congrats for
- # [09:14] <MikeSmith> despite it taking some time to make it happen
- # [09:15] <MikeSmith> two years from now nobody will even remember that it took so long
- # [09:15] <MikeSmith> well I guess we may remember
- # [09:15] <MikeSmith> but nobody else will
- # [09:16] <MikeSmith> and then all kinds of other bits of important work are steadily and mostly quietly getting done
- # [09:16] <MikeSmith> e.g., moving ahead with getting agreement on Notifications
- # [09:17] <annevk> the way WebKit reverses what to switch first on in the tree builder is interesting
- # [09:17] <annevk> what you pointed out in a blog post
- # [09:17] <MikeSmith> heh
- # [09:17] <MikeSmith> ah yeah
- # [09:17] <annevk> euh tweet
- # [09:17] <MikeSmith> that's a good example
- # [09:18] <MikeSmith> abarth was talking about that a little bit here a few hours back
- # [09:18] <MikeSmith> example of "there's more than one way to skin a cat"
- # [09:18] <MikeSmith> dunno what that equivalent idiom is elsewhere
- # [09:18] <MikeSmith> I don't know if that began as a UK idiom or a US one
- # [09:19] <MikeSmith> seems like a US one
- # [09:19] * MikeSmith tries to think of a less opaque idiom to capture that same meaning
- # [09:21] <MikeSmith> annevk: dunno how many people in this world would judge that to be interesting
- # [09:21] <MikeSmith> I mean, I did not because I know a whole lot but mostly because I had spent time looking at hsivonen htmlparser code
- # [09:21] <MikeSmith> and htmllib
- # [09:22] <MikeSmith> and not just looking at in the case of hsivonen code
- # [09:22] <MikeSmith> but actually copying and tweaking it
- # [09:22] <MikeSmith> for the xml-stylesheet checking feature that I added to validator.nu a while back
- # [09:23] <MikeSmith> needed it for pseudo-attribute-value parsing
- # [09:23] <MikeSmith> so it is really interesting to compare, anyway
- # [09:25] <boblet> who’s in charge of the W3 CSS validator? and will they ever change vendor prefixes from error to warning? ;-)
- # [09:25] <MikeSmith> boblet: not sure who is currently
- # [09:25] <MikeSmith> DanC rewrote it recently
- # [09:25] <MikeSmith> or wrote a new one
- # [09:25] <MikeSmith> hmm, not sure if that is public info
- # [09:25] <boblet> it is now :)
- # [09:26] <MikeSmith> well, maybe there was an announcement about it
- # [09:26] <MikeSmith> I don't keep up with it so much
- # [09:26] <MikeSmith> anyway, DanC wrote something in Scala
- # [09:26] <boblet> I might ask on wwwstyle
- # [09:26] <MikeSmith> part of the problem with getting people interested in working on the current CSS validator code is that it's written in Java
- # [09:27] <MikeSmith> which must people immediately just say "ick"
- # [09:27] <MikeSmith> Philippe le Hegaret wrote the CSS validator originally, I think
- # [09:28] <MikeSmith> boblet: lemme go look at the source repo know and see who's working on it currently
- # [09:28] <boblet> thanks MikeSmith
- # [09:28] <MikeSmith> boblet: btw, did you figure out what actual difference there are between vcard microformat and hcard one?
- # [09:29] <MikeSmith> I remember tantek telling me what the differences were and I remember those differences between important
- # [09:29] <MikeSmith> but I can't remember now that the differences actually are :(
- # [09:29] * Joins: Maurice (copyman@5ED573FA.cable.ziggo.nl)
- # [09:30] <boblet> MikeSmith: no. am planning to ping Tantek after checking µF email archives. the notes were added Oct 2009 though, so I’m guessing it’s something to do with the old hcard-based Microdata vcard (although currently it’s RFC2426-based so theoretically no worries)
- # [09:30] <MikeSmith> OK
- # [09:31] * Quits: mmn (~mmn@129-97-225-230.uwaterloo.ca) (Quit: Leaving.)
- # [09:32] <MikeSmith> boblet: I find http://dev.w3.org/cvsweb/2002/css-validator/org/w3c/css/css/
- # [09:32] <MikeSmith> etc.
- # [09:33] <MikeSmith> and I remember that my W3C sempai Yves Lafon is the main one making CSS validator maintenance changes these days
- # [09:33] <boblet> heh, searching http://lists.w3.org/Archives/Public/www-validator-css/ atm
- # [09:33] <MikeSmith> most recent change seems to be from 7 days ago
- # [09:33] * Quits: annevk (~annevk@5355737B.cable.casema.nl) (Read error: Connection reset by peer)
- # [09:33] <MikeSmith> boblet: anyway, it is very much one of those "squeaky wheel gets the grease" kind of things
- # [09:34] <MikeSmith> if you really want some particular changes made, file a bugzilla bug
- # [09:34] <boblet> MikeSmith: thanks. will squeak a bit then :)
- # [09:34] <MikeSmith> and feel free to Cc me on the bug, at mike@w3.org
- # [09:35] <MikeSmith> and I can then harass Yves about it until he his tired of me mentioning it
- # [09:35] <MikeSmith> boblet: http://www.w3.org/Bugs/Public/enter_bug.cgi?product=CSSValidator
- # [09:35] <boblet> cheers — will do!
- # [09:36] <MikeSmith> yeah, please do
- # [09:36] <MikeSmith> also consider mentioning it on the www-validator list, and including a link to the bug
- # [09:37] <MikeSmith> and others who are interested can add themselves to the Cc for the bug
- # [09:37] <boblet> har, paul_irish bet me by 10 days http://www.w3.org/Bugs/Public/show_bug.cgi?id=9932
- # [09:37] <MikeSmith> well, there you go
- # [09:37] <MikeSmith> God is clearly on your side
- # [09:38] <MikeSmith> and paul_irish is one of his secret agents
- # [09:38] * MikeSmith adds himself to the Cc for that bug
- # [09:38] <boblet> Thank science! … uh thank God!
- # [09:39] <MikeSmith> I suspect I might probably be able to make that change relatively quickly and easily myself
- # [09:39] * Quits: JonathanNeal (~JonathanN@99-59-124-67.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 265 seconds)
- # [09:39] <MikeSmith> but I'm not going to try
- # [09:40] <MikeSmith> because if I start fixing css validator bugs, I will then become at least partially responsible for maintaining it too
- # [09:40] <boblet> ref http://lists.w3.org/Archives/Public/www-validator-css/2009Jul/0002.html
- # [09:41] <MikeSmith> thanks
- # [09:41] <MikeSmith> yipes
- # [09:41] <MikeSmith> [[
- # [09:41] <MikeSmith> > /* Do not Validate BEGIN */
- # [09:41] <MikeSmith> > -moz-....
- # [09:41] <MikeSmith> > -webkit-...
- # [09:41] <MikeSmith> > /* Do not Validate END */
- # [09:41] <MikeSmith> ]]
- # [09:41] * Joins: everton (~everton@KD118153063184.ppp-bb.dion.ne.jp)
- # [09:41] <MikeSmith> yuck
- # [09:42] <boblet> yeah I agree with Yann. but if the reason they generate an error is the starting hyphen, that’s bs
- # [09:42] <MikeSmith> well, I hope some people can step up to the plate to help Yves out with maintenance
- # [09:42] <boblet> if the validator doesn’t validate them (and assuming hyphen is the correct way to add a vendor prefix) they should be a warning not error
- # [09:42] <MikeSmith> true I guess
- # [09:43] <MikeSmith> but there are many other things that the CSS validator is not handling
- # [09:43] <MikeSmith> CSS3 stuff
- # [09:43] * Quits: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [09:44] <MikeSmith> it is to the point that pretty much every working-draft we go to publish these days, when I check it with the W3C "pubrules" checker, which includes a CSS check, I get errors about the CSS
- # [09:44] <MikeSmith> which I and pubs team now pretty much just have to ignore
- # [09:44] <MikeSmith> because most of them are spurious
- # [09:45] <MikeSmith> and so that defeats the purpose of having a CSS check to begin with
- # [09:45] <MikeSmith> so we really should fix it
- # [09:45] * Quits: Heimidal_ (~heimidal@c-71-237-116-77.hsd1.co.comcast.net) (Ping timeout: 276 seconds)
- # [09:45] <MikeSmith> I am pretty sure that Yves would be very happy to hand over the reins to anybody who could commit to helping with it
- # [09:46] <MikeSmith> and who had the coding chops
- # [09:46] <MikeSmith> or would at least be willing to spend some time learning
- # [09:47] <MikeSmith> I wish I could make time to help out with it myself
- # [09:47] <MikeSmith> but I would be the wrong person to do it anyway
- # [09:47] <MikeSmith> since I don't know jack about CSS
- # [09:47] * Joins: nessy (~Adium@124-170-165-184.dyn.iinet.net.au)
- # [09:48] <MikeSmith> boblet: learn some little Java, and you can get commit access and make the changes yourself directly
- # [09:48] <boblet> will add it to my list of things to do >_<
- # [09:48] <MikeSmith> or maybe you know some Java already
- # [09:48] <MikeSmith> but you are keeping it quiet
- # [09:49] <boblet> har!
- # [09:49] <MikeSmith> so that you don't get stuck with maintaining the code
- # [09:49] <MikeSmith> I'm on to you, man
- # [09:49] <MikeSmith> boblet: btw, DanC's new code is at http://dvcs.w3.org/hg/css-val/
- # [09:50] <MikeSmith> http://dvcs.w3.org/hg/css-val/file/f5931981d7dd/
- # [09:50] <MikeSmith> http://dvcs.w3.org/hg/css-val/raw-file/f5931981d7dd/README.html
- # [09:50] <MikeSmith> Scala seems to be relatively easier and less painful to learn than Java
- # [09:50] <MikeSmith> and more forgiving, maybe
- # [09:52] <MikeSmith> "CSS syntax evolves in a backward- and forward-compatible way; the CSS 2.1 specification includes a uniform grammar, applicable to all CSS versions. The original (2002) W3C CSS Validator predates this uniform grammar and maintenance is becoming an undue burden as a result. This is an attempt to build a validator using the uniform syntax."
- # [09:52] <MikeSmith> hmm, so sounds like we are in pretty much the same situation with the CSS validator that we are with the current W3C Markup Validator
- # [09:52] * Joins: annevk (~annevk@5355737B.cable.casema.nl)
- # [09:53] <boblet> hrm, hopefully DanC gets some volunteers then eh
- # [09:53] <boblet> ok bbl, the little princess demands I play with her
- # [09:54] <MikeSmith> from what Dan says there, I can see that the existing CSS validator code, like the existing W3C Markup Validator code, is based on an obsolete backend, and we are not getting a good return on investment for the time we might put into maintaining it any further
- # [09:54] <MikeSmith> we just need to replace it
- # [09:54] <MikeSmith> boblet: k
- # [09:58] <MikeSmith> annevk: (if you are around) do you know, is there a formal grammar for CSS3
- # [09:58] <MikeSmith> ?
- # [09:58] <MikeSmith> yet
- # [09:59] <MikeSmith> I don't know what "uniform grammar" means
- # [10:01] * Joins: maikmerten (~maikmerte@port-92-201-249-225.dynamic.qsc.de)
- # [10:01] <MikeSmith> I have serious misgivings about basing checking in a validator on a formal grammar to begin with
- # [10:01] <MikeSmith> but maybe the CSS case is different than others
- # [10:02] * MikeSmith finds http://www.w3.org/TR/css3-syntax/
- # [10:02] * Joins: JonathanNeal (~JonathanN@99-59-124-67.lightspeed.irvnca.sbcglobal.net)
- # [10:02] <annevk> hmm not really
- # [10:02] <MikeSmith> http://www.w3.org/TR/css3-syntax/#detailed-grammar
- # [10:02] <annevk> we just patch the CSS 2.1 grammar basically
- # [10:02] <MikeSmith> annevk: seems like dbaron is working on that
- # [10:03] <MikeSmith> oh
- # [10:03] <MikeSmith> well, that's better than nothing
- # [10:03] <annevk> css3-syntax is hopelessly out of date
- # [10:03] * Joins: AnthonyCat (~AnthonyCa@CPE-58-175-25-194.mqdl1.lon.bigpond.net.au)
- # [10:03] <annevk> it's from 2003
- # [10:03] <MikeSmith> http://www.w3.org/TR/css3-syntax/#lexical
- # [10:03] <MikeSmith> ah
- # [10:03] <annevk> many many grammar changes have been made since then
- # [10:03] * Parts: AnthonyCat (~AnthonyCa@CPE-58-175-25-194.mqdl1.lon.bigpond.net.au)
- # [10:04] <MikeSmith> yet another spec in need of an active editor
- # [10:06] <MikeSmith> I wish the people who aren't otherwise actually yet doing editing or implementing or testing or documenting but instead seem to have endless amounts of time to repeatedly engage in process discussions ad nauseam might actually consider trying to really help out
- # [10:07] <MikeSmith> help out in other ways than suggesting ways to fix decision process, etc.
- # [10:08] <MikeSmith> which is not to say that is not useful as well
- # [10:08] <MikeSmith> but damn
- # [10:08] <annevk> everyone their talent I guess o_O
- # [10:08] <MikeSmith> well, everybody benefits from us having an up-to-date CSS validator
- # [10:09] <MikeSmith> that groks CSS3
- # [10:09] <MikeSmith> and we need some sound modern backend to base it on
- # [10:09] <MikeSmith> rather than throwing good money after bad on the old one
- # [10:09] <annevk> yeah, done in such a way that Validator.nu can invoke it, too
- # [10:10] <annevk> Validator.nu code, that is
- # [10:10] <MikeSmith> yeah
- # [10:10] <MikeSmith> and we need a good grammar to use for that -- to base the CSS checker on .. and a we need a good spec to hold that.. and we need an active editor for the spec
- # [10:11] <MikeSmith> everyone their talent, yeah
- # [10:11] <MikeSmith> but christ
- # [10:12] <MikeSmith> it is not a massive undertaking for somebody who's already smart to learn a little bit about how to write a grammar
- # [10:12] <MikeSmith> and to do a little bit of spec editing maybe
- # [10:12] <MikeSmith> we ain't asking for the world here
- # [10:13] * Joins: mhausenblas (~mhausenbl@79.97.142.102)
- # [10:15] * MikeSmith notices a typo in home-page news for announcement of updated HTML WG drafts
- # [10:15] <MikeSmith> s/machine-readable date/machine-readable data/
- # [10:15] <MikeSmith> dam
- # [10:15] <MikeSmith> mnit
- # [10:15] <MikeSmith> my fault, too
- # [10:16] <MikeSmith> but I don't have perms to change it now
- # [10:16] <MikeSmith> ah well
- # [10:21] * Joins: justicefries_ (~gerred@m820736d0.tmodns.net)
- # [10:24] * Joins: thomas_ (~thomasain@ingserv.demon.co.uk)
- # [10:25] * Quits: justicefries (~gerred@65.100.130.168) (Ping timeout: 240 seconds)
- # [10:25] * justicefries_ is now known as justicefries
- # [10:34] * Quits: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net) (Quit: nimbupani)
- # [10:37] * Joins: ROBOd (~robod@109.96.227.214)
- # [10:49] * Quits: thomas_ (~thomasain@ingserv.demon.co.uk) (Ping timeout: 240 seconds)
- # [10:57] * Joins: thomas_ (~thomasain@ingserv.demon.co.uk)
- # [11:01] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [11:02] * Joins: oal (~oal@5.79-160-122.customer.lyse.net)
- # [11:02] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 260 seconds)
- # [11:07] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [11:09] * Joins: Anonameless (Nameless@cm218-252-156-82.hkcable.com.hk)
- # [11:19] * Quits: shepazu (~schepers@78.144.143.196) (Ping timeout: 260 seconds)
- # [11:21] * Quits: kennyluck (~kennyluck@EM114-48-201-222.pool.e-mobile.ne.jp) (Ping timeout: 240 seconds)
- # [11:24] * Joins: kor (~kor@a83-161-211-173.adsl.xs4all.nl)
- # [11:27] * Joins: DoubleT (~DoubleT@dhcp-077-250-141-033.chello.nl)
- # [11:27] * Joins: kennyluck (~kennyluck@EM111-188-89-51.pool.e-mobile.ne.jp)
- # [11:28] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 248 seconds)
- # [11:28] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [11:38] <boblet> foolip: yt?
- # [11:47] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 240 seconds)
- # [11:48] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [12:16] * Joins: tndH (~Rob@cpc2-leed18-0-0-cust427.leed.cable.ntl.com)
- # [12:25] <Philip`> "why do we care about 1%? Who decided where we draw the line?" - I thought it was 1% because there's lots of Opera people in the group and Opera isn't much more than 1%
- # [12:41] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [12:43] <gsnedders> boblet: Probably flying now.
- # [12:47] * Quits: justicefries (~gerred@m820736d0.tmodns.net) (Quit: justicefries)
- # [12:48] <MikeSmith> annevk: btw, update of diffs doc has already been added to the Japanese translation at html5.jp
- # [12:48] <MikeSmith> http://twitter.com/futomi/status/17073669143
- # [12:48] <MikeSmith> http://www.html5.jp/trans/w3c_differences.html
- # [12:51] * Quits: DoubleT (~DoubleT@dhcp-077-250-141-033.chello.nl) (Quit: DoubleT)
- # [12:58] * Joins: DoubleT (~DoubleT@dhcp-077-250-141-033.chello.nl)
- # [13:02] * Quits: MikeSmith (~MikeSmith@EM111-188-6-140.pool.e-mobile.ne.jp) (Quit: Till kicked and torn and beaten out he lies, and leaves his hold and crackles, groans, and dies.)
- # [13:07] * Quits: DoubleT (~DoubleT@dhcp-077-250-141-033.chello.nl) (Quit: DoubleT)
- # [13:32] * Joins: mmn (~mmn@129-97-225-230.uwaterloo.ca)
- # [13:37] * Joins: Martijnc (~Martijnc@91.176.39.221)
- # [13:37] * Quits: mmn (~mmn@129-97-225-230.uwaterloo.ca) (Ping timeout: 265 seconds)
- # [13:39] * Joins: DoubleT (~DoubleT@dhcp-077-250-141-033.chello.nl)
- # [13:39] * Joins: riven (~riven@53518387.cable.casema.nl)
- # [13:40] * Joins: DoubleT_ (~DoubleT@dhcp-077-250-141-033.chello.nl)
- # [13:40] * Quits: DoubleT (~DoubleT@dhcp-077-250-141-033.chello.nl) (Read error: Connection reset by peer)
- # [13:40] * DoubleT_ is now known as DoubleT
- # [14:13] * Quits: mhausenblas (~mhausenbl@79.97.142.102) (Quit: mhausenblas)
- # [14:16] * Joins: erlehmann (~erlehmann@89.204.153.2)
- # [14:22] * Quits: gavin_ (~gavin@firefox/developer/gavin) (*.net *.split)
- # [14:22] * Quits: kling (~kling@nat/trolltech/x-krjkwyojgmafzyvc) (*.net *.split)
- # [14:22] * Quits: hsivonen (~hsivonen@kekkonen.cs.hut.fi) (*.net *.split)
- # [14:22] * Quits: ukai (~ukai@220.109.219.244) (*.net *.split)
- # [14:22] * Quits: karlcow (~karl@nerval.la-grange.net) (*.net *.split)
- # [14:22] * Quits: pablof (~palbo@pat-tdc.opera.com) (*.net *.split)
- # [14:26] * Joins: Gurparta- (~Gurpartap@li60-70.members.linode.com)
- # [14:27] * Quits: yutak_home (~kee@U017209.ppp.dion.ne.jp) (Quit: Ex-Chat)
- # [14:28] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [14:28] * Joins: kling (~kling@nat/trolltech/x-krjkwyojgmafzyvc)
- # [14:28] * Joins: hsivonen (~hsivonen@kekkonen.cs.hut.fi)
- # [14:28] * Joins: ukai (~ukai@220.109.219.244)
- # [14:28] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [14:28] * Joins: pablof (~palbo@pat-tdc.opera.com)
- # [14:28] * Quits: Gurpartap (~Gurpartap@unaffiliated/gurpartap) (Ping timeout: 248 seconds)
- # [14:28] * Joins: mhausenblas (~mhausenbl@wg1-nat.fwgal01.deri.ie)
- # [14:36] <Philip`> The W3C Test Suite License seems to have not been designed with the idea of including its text in the files you're going to distribute under the license
- # [14:37] <Philip`> since it uses hyperlinks and bold and italic and non-ASCII
- # [14:43] <boblet> gsnedders: ok thanks
- # [14:49] * Joins: titacgs (~titacgs@190.2.33.49)
- # [15:08] * Quits: roc (~roc@121.98.230.221) (Quit: roc)
- # [15:26] <erlehmann> can anyone advise me on this issue ? wordpress is using <em> and <strong> by default, but the buttons are marked <i> and <b> http://core.trac.wordpress.org/ticket/10465
- # [15:27] <erlehmann> it's just too dumb and i don't know how to tell them to change this.
- # [15:27] <erlehmann> last time i tried, they kicked me out of #wordpress :/
- # [15:32] <Philip`> erlehmann: Since i/em and b/strong are synonyms in practice, it seems a waste of time to try to get them to change
- # [15:34] <erlehmann> Philip`, but emphazised text is different from italiced text (like names that need to be set apart from the regular flow of text), especially in quotes.
- # [15:34] <erlehmann> also, these buttons confuse me.
- # [15:34] <erlehmann> all other buttons do what's on the label :(
- # [15:35] <Philip`> erlehmann: Few people care about the distinction, and the people who do care are usually on the wrong side, so it doesn't seem a good fight to get into :-)
- # [15:36] <erlehmann> fine. i will call my next helper script „bake_cake.zsh“ then. but make it burn the users home directory. huehuehue
- # [15:41] <Philip`> I've already learned not to trust anyone who promises to bake me a cake, so that's fine
- # [15:54] * Quits: Martijnc (~Martijnc@91.176.39.221) (Ping timeout: 265 seconds)
- # [15:59] * Joins: taf2 (~taf2@pool-98-117-216-229.bltmmd.fios.verizon.net)
- # [16:02] * Quits: mhausenblas (~mhausenbl@wg1-nat.fwgal01.deri.ie) (Quit: brb)
- # [16:03] <gsnedders> Oooo! Cake nom nom!
- # [16:26] * Joins: mhausenblas (~mhausenbl@wg1-nat.fwgal01.deri.ie)
- # [16:28] * Quits: DoubleT (~DoubleT@dhcp-077-250-141-033.chello.nl) (Quit: DoubleT)
- # [16:31] * Joins: Smylers (~smylers@host86-180-215-172.range86-180.btcentralplus.com)
- # [16:36] * Quits: nessy (~Adium@124-170-165-184.dyn.iinet.net.au) (Quit: Leaving.)
- # [16:47] * Joins: Rik` (~Rik`@213.41.141.234)
- # [16:52] * erlehmann is now known as erduschmann
- # [16:54] * Joins: DoubleT (~DoubleT@dhcp-077-250-141-033.chello.nl)
- # [17:00] * Joins: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de)
- # [17:00] <jgraham> gsnedders: No! You can't om nom ... oh wait what? Ah. I've just ben told that om noming cake is fine. As you were.
- # [17:06] * Quits: Rik` (~Rik`@213.41.141.234) (Quit: Rik`)
- # [17:09] * Joins: Martijnc (~Martijnc@91.176.165.155)
- # [17:13] * erduschmann is now known as erlehmann
- # [17:13] * Quits: DoubleT (~DoubleT@dhcp-077-250-141-033.chello.nl) (Quit: DoubleT)
- # [17:17] <erlehmann> gsnedders, jgraham, the WHATWG wishes to remind you that upon completion of the spec, there will be cake.
- # [17:21] * Joins: DoubleT (~DoubleT@dhcp-077-250-141-033.chello.nl)
- # [17:21] * Quits: kennyluck (~kennyluck@EM111-188-89-51.pool.e-mobile.ne.jp) (Ping timeout: 245 seconds)
- # [17:22] <boblet> erlehmann: cake that deletes completed specs?
- # [17:25] <boblet> in foolip’s excellent http://foolip.org/microdatajs/live/ the hcard in <span itemprop="location" itemscope itemtype="http://microformats.org/profile/hcard"> isn’t shown unless the itemprop="location" is removed. looks like a bug
- # [17:31] * Quits: erlehmann (~erlehmann@89.204.153.2) (Quit: Ex-Chat)
- # [17:32] * Joins: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net)
- # [17:33] * Joins: mat_t (~mattomasz@ppp-4-201.glou-b-1.access.uk.tiscali.com)
- # [17:33] * Joins: micheil (~micheil@124-170-233-189.dyn.iinet.net.au)
- # [17:35] * Joins: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net)
- # [17:48] <boblet> nimbupani inna house!
- # [17:48] <nimbupani> yo boblet !!
- # [17:48] <nimbupani> emoticon koan guru :)
- # [17:48] <boblet> so was it the 微妙 or the … aah, the emoticons huh
- # [17:48] <boblet> :|
- # [17:48] * Joins: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net)
- # [17:48] <boblet> didn’t realise I was being so deep ;-)
- # [17:50] <nimbupani> boblet: you were very deep coz I did not understand 微妙 :)
- # [17:51] <boblet> bimyou = Japanese for dodgy or iffy
- # [17:51] <nimbupani> ohh okie :)
- # [17:55] * Quits: taf2 (~taf2@pool-98-117-216-229.bltmmd.fios.verizon.net) (Quit: taf2)
- # [17:56] * Quits: DoubleT (~DoubleT@dhcp-077-250-141-033.chello.nl) (Quit: DoubleT)
- # [17:57] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 240 seconds)
- # [17:57] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [18:07] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [18:08] * Quits: mat_t (~mattomasz@ppp-4-201.glou-b-1.access.uk.tiscali.com) (Quit: This computer has gone to sleep)
- # [18:09] * Quits: thomas_ (~thomasain@ingserv.demon.co.uk) (Quit: Leaving)
- # [18:15] * Quits: Smylers (~smylers@host86-180-215-172.range86-180.btcentralplus.com) (Read error: Connection reset by peer)
- # [18:15] * Joins: Smylers (~smylers@host86-180-215-172.range86-180.btcentralplus.com)
- # [18:18] * Joins: taf2 (~taf2@pool-98-117-216-229.bltmmd.fios.verizon.net)
- # [18:19] * Quits: Smylers (~smylers@host86-180-215-172.range86-180.btcentralplus.com) (Ping timeout: 265 seconds)
- # [18:21] * Joins: mat_t (~mattomasz@ppp-4-201.glou-b-1.access.uk.tiscali.com)
- # [18:26] * Quits: mat_t (~mattomasz@ppp-4-201.glou-b-1.access.uk.tiscali.com) (Ping timeout: 240 seconds)
- # [18:32] <boblet> hixie: yt?
- # [18:32] <boblet> or anyone into microdata?
- # [18:33] <boblet> when I add itemscope to a property, that property now represents the contained item’s name-value pairs, but does it also have a value of all contained text as well?
- # [18:36] <boblet> eg <p itemprop="members" itemscope>The band is <b itemprop="name">Bob</b> and <b itemprop="name>Sally</b></p>; members = contained name-value pairs (name:Bob, name:Sally) only, or also the value “The band is Bob and Sally.”?
- # [18:37] * Joins: maikmerten_ (~maikmerte@port-92-201-117-54.dynamic.qsc.de)
- # [18:40] * Quits: maikmerten (~maikmerte@port-92-201-249-225.dynamic.qsc.de) (Ping timeout: 245 seconds)
- # [18:45] * Joins: cardona507 (~cardona50@c-67-180-160-250.hsd1.ca.comcast.net)
- # [18:48] * Quits: mhausenblas (~mhausenbl@wg1-nat.fwgal01.deri.ie) (Ping timeout: 265 seconds)
- # [18:53] * Joins: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net)
- # [19:16] * Quits: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net) (Quit: nimbupani)
- # [19:17] * Joins: mmn (~mmn@129-97-225-230.uwaterloo.ca)
- # [19:27] * Joins: MikeSmith (~MikeSmith@EM114-48-173-175.pool.e-mobile.ne.jp)
- # [19:29] * Joins: gratz|home (~gratz@cpc3-brig15-2-0-cust237.3-3.cable.virginmedia.com)
- # [19:39] * Joins: Nameless (Nameless@cm218-252-156-82.hkcable.com.hk)
- # [19:39] * Quits: Nameless (Nameless@cm218-252-156-82.hkcable.com.hk) (Client Quit)
- # [19:39] * Quits: Anonameless (Nameless@cm218-252-156-82.hkcable.com.hk) (Quit: Leaving)
- # [19:54] * Quits: cardona507 (~cardona50@c-67-180-160-250.hsd1.ca.comcast.net) (Quit: zzzzz)
- # [19:59] * Joins: Anonameless (Nameless@cm218-252-156-82.hkcable.com.hk)
- # [20:06] * Quits: gratz|home (~gratz@cpc3-brig15-2-0-cust237.3-3.cable.virginmedia.com) (Ping timeout: 245 seconds)
- # [20:07] * Joins: gratz|home (~gratz@cpc3-brig15-2-0-cust237.3-3.cable.virginmedia.com)
- # [20:10] * Joins: kennyluck (~kennyluck@EM111-188-3-8.pool.e-mobile.ne.jp)
- # [20:10] * Joins: mat_t (~mattomasz@ppp-4-201.glou-b-1.access.uk.tiscali.com)
- # [20:24] * Quits: gratz|home (~gratz@cpc3-brig15-2-0-cust237.3-3.cable.virginmedia.com) (Ping timeout: 265 seconds)
- # [20:25] * Quits: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net) (Quit: dglazkov)
- # [20:27] * Joins: gratz|home (~gratz@cpc3-brig15-2-0-cust237.3-3.cable.virginmedia.com)
- # [20:27] * Joins: jwalden (~waldo@c-71-202-165-226.hsd1.ca.comcast.net)
- # [20:28] * Quits: maikmerten_ (~maikmerte@port-92-201-117-54.dynamic.qsc.de) (Remote host closed the connection)
- # [20:30] * Joins: KevinMarks (~KevinMark@nat-147-142.oreilly.com)
- # [20:40] * Quits: KevinMarks (~KevinMark@nat-147-142.oreilly.com) (Quit: The computer fell asleep)
- # [20:47] * Quits: mat_t (~mattomasz@ppp-4-201.glou-b-1.access.uk.tiscali.com) (Quit: This computer has gone to sleep)
- # [20:48] * Joins: tc (~travis@rrcs-67-78-243-170.se.biz.rr.com)
- # [20:48] * Joins: mat_t (~mattomasz@ppp-4-201.glou-b-1.access.uk.tiscali.com)
- # [21:01] * Quits: mmn (~mmn@129-97-225-230.uwaterloo.ca) (Quit: Leaving.)
- # [21:11] * Quits: JonathanNeal (~JonathanN@99-59-124-67.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 276 seconds)
- # [21:21] * Quits: jwalden (~waldo@c-71-202-165-226.hsd1.ca.comcast.net) (Quit: ->office)
- # [21:21] * Quits: Anonameless (Nameless@cm218-252-156-82.hkcable.com.hk) (Quit: Leaving)
- # [21:24] * Joins: JonathanNeal (~JonathanN@64.134.221.12)
- # [21:28] * Joins: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net)
- # [21:29] * Joins: smaug_ (~chatzilla@a91-154-40-222.elisa-laajakaista.fi)
- # [22:03] * Joins: zalan (~zalan@catv-89-135-140-7.catv.broadband.hu)
- # [22:21] <Hixie> has hober been around recently?
- # [22:26] * Joins: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net)
- # [22:27] * Quits: weinig (~weinig@c-69-181-125-223.hsd1.ca.comcast.net) (Quit: weinig)
- # [22:30] * Quits: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net) (Client Quit)
- # [22:45] * Joins: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net)
- # [22:47] * Quits: ROBOd (~robod@109.96.227.214) (Quit: http://www.robodesign.ro)
- # [22:56] * Quits: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net) (Quit: dglazkov)
- # [23:01] * Quits: zalan (~zalan@catv-89-135-140-7.catv.broadband.hu)
- # [23:06] * Joins: shepazu (~schepers@host81-152-128-43.range81-152.btcentralplus.com)
- # [23:11] * Quits: JonathanNeal (~JonathanN@64.134.221.12) (Ping timeout: 240 seconds)
- # [23:14] * Quits: taf2 (~taf2@pool-98-117-216-229.bltmmd.fios.verizon.net) (Quit: taf2)
- # [23:16] * Quits: mat_t (~mattomasz@ppp-4-201.glou-b-1.access.uk.tiscali.com) (Quit: This computer has gone to sleep)
- # [23:21] * Joins: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net)
- # [23:33] * Quits: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net) (Quit: dglazkov)
- # [23:36] * Joins: weinig (~weinig@c-69-181-125-223.hsd1.ca.comcast.net)
- # [23:45] * Quits: weinig (~weinig@c-69-181-125-223.hsd1.ca.comcast.net) (Quit: weinig)
- # [23:47] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [23:52] * Quits: Maurice (copyman@5ED573FA.cable.ziggo.nl)
- # Session Close: Sun Jun 27 00:00:00 2010
The end :)