Options:
- # Session Start: Thu Jun 04 00:00:00 2009
- # Session Ident: #microformats
- # [00:02] <mfbot> Tantek edited value-class-pattern "/* Implementations */ Optimus implements value-title" (+156) http://is.gd/NwmB
- # [00:06] * Joins: hober (n=ted@unaffiliated/hober)
- # [00:12] * Joins: singpoly1a (n=singpoly@173-11-94-130-SFBA.hfc.comcastbusiness.net)
- # [00:12] * Quits: singpolyma (n=singpoly@173-11-94-130-SFBA.hfc.comcastbusiness.net) (Read error: 60 (Operation timed out))
- # [00:18] * Quits: singpoly1a (n=singpoly@173-11-94-130-SFBA.hfc.comcastbusiness.net) ("Lost terminal")
- # [00:18] <mfbot> Tantek edited internationalization "noted see also [[en-us-faq]] and [[minimal-vocabulary]] principle, and [[value-class-pattern]] solved remaining internationalization issues, cleaned up references a bit" (+880) http://is.gd/Nx26
- # [00:19] * Joins: singpolyma (n=singpoly@173-11-94-130-SFBA.hfc.comcastbusiness.net)
- # [00:20] * Joins: georgebrock (n=georgebr@client-86-25-197-210.cht-bng-011.adsl.virginmedia.net)
- # [00:24] <mfbot> Tantek edited minimal-vocabulary "more precisely named the "renaming anti-pattern" (unintendedirony)" (+146) http://is.gd/Nxet
- # [00:27] <mfbot> Tantek edited en-us-faq "added see also section and several inline references, numbered additional answers" (+697) http://is.gd/NxkV
- # [00:27] <mfbot> Tantek edited en-us-faq "no need to see also the current page" (-16) http://is.gd/Nxmm
- # [00:34] * Quits: georgebrock_ (n=georgebr@client-80-3-169-162.cht-bng-011.adsl.virginmedia.net) (Read error: 110 (Connection timed out))
- # [00:35] * Quits: ajturner (n=ajturner@209.155.228.129)
- # [00:39] <mfbot> Tantek edited en-us-faq "missing </blockquote>" (+13) http://is.gd/NxOV
- # [00:54] * Joins: pcwick (n=paul@173-30-110-19.client.mchsi.com)
- # [01:02] * Joins: SignpostMarv (n=Martin@78.33.151.156)
- # [01:18] <mfbot> Tantek edited Template:issues-format "changed use of hCalendar to hAtom, as issues are not really human level "events" that are attended etc., displaying them on a calendar doesn't make any sense. but reading them as a feed makes sense." (+139) http://is.gd/Nzj1
- # [01:21] <mfbot> Tantek edited hcard-issues-resolved "/* resolved issues */ resolve 2008 hCard issues, fix User:: links to be User: links." (+25123) http://is.gd/NzoE
- # [01:22] <@benward> tantek: Note that each wiki entry is already marked up as hAtom, so you need to ensure that each issues list has a surrounding <div class=hfeed> to segregate it
- # [01:23] <@tantek> is such segregation necessary?
- # [01:24] * Quits: georgebrock (n=georgebr@client-86-25-197-210.cht-bng-011.adsl.virginmedia.net)
- # [01:24] <@tantek> I mean if you "subscribe" to a page - wouldn't it be nice to get the updates of individual items of that page?
- # [01:24] <@benward> Fair enough
- # [01:24] <@benward> Erm, what do parses do with nested hAtom at present?
- # [01:24] <@tantek> or is this just a case where we need to specify what happens with nested hentry elements?
- # [01:25] <@tantek> I'm thinking it might be better to allow nested hentry elements to be part of the same (possibly implied) hfeed - since explicit containment can always be done with intervening hfeed markup
- # [01:28] <mfbot> Tantek edited hcard-issues-resolved "make unique headings for each year for closed vs resolved, tweak new page(s) notes wording for better clarity" (+63) http://is.gd/NzFS
- # [01:29] <mfbot> Tantek edited hcard-issues-resolved "fix another errant User:: link" (-1) http://is.gd/NzI2
- # [01:29] <@benward> Yes. But do parsers currently treat nested hentries as opaque blocks? Or will entry-title in a nested hatom override the entry-title of the main entry?
- # [01:30] <@benward> They _should_ be opaque blocks
- # [01:30] <singpolyma> Seems like defining behaviours for nested hAtom based on the wiki's needs is a bit not awesome
- # [01:30] <@tantek> agreed they _should_ be opaque blocks
- # [01:30] <@benward> But as it stands, this is undefined new behaviour
- # [01:30] <@tantek> Benward, perhaps you can add that to http://microformats.org/wiki/hatom-issues
- # [01:30] <singpolyma> Making them opaque blocks is hard, I expect many do not
- # [01:30] <@tantek> with a proposed resolution
- # [01:30] <@benward> singpolyma: Yes, I fully expect it's not been implemented that way.
- # [01:31] <@tantek> singpolyma hCard parsers already do this with AGENT
- # [01:31] <@benward> tantek: Err… some of them do.
- # [01:31] <@tantek> the ones that don't should be noted as such in http://microformats.org/wiki/hcard-implementations
- # [01:32] <@tantek> and with that, all currently open outstanding hCard issues have been resolved
- # [01:32] <@benward> AGENT was an ignored property for a long time, it used to be actively downplayed within this community because vcard consumers didn't support it. I've no idea what the current support make-up looks like
- # [01:32] <singpolyma> Having done a "right" opaque impl of hAtom in ruby for my previous employer, it also slows the parser down a lot with most XML/HTML processors (because you have to search parents to make sure they are not the thing that must be opaque)
- # [01:32] <singpolyma> What is AGENT for?
- # [01:33] <@benward> They are sub-entities that serve/represent the main vcard
- # [01:33] <singpolyma> interesting
- # [01:33] <@benward> In business context, the main vcard could be, for example ‘Dana B. Lawyer’
- # [01:34] <@tantek> singpolyma - an instance is not a proof of course - there may be better implementations out there that don't have that problem. check out the options at http://microformats.org/wiki/parsers
- # [01:34] <@benward> and her vcard contains an AGENT for “Joe Secretary”
- # [01:34] <@benward> It is, someone who acts as an ‘agent’ of the main person.
- # [01:35] <singpolyma> tantek: sure, I'm willing to conceed that I may just suck at writing XPath :)
- # [01:35] <@tantek> singpolyma - since you asked the question "What is AGENT for?" perhaps you could add it and benward's answer to http://microformats.org/wiki/hcard-faq
- # [01:35] <singpolyma> benward: Interesting...
- # [01:35] <singpolyma> tantek: will do
- # [01:35] <@tantek> singpolyma - much thanks!
- # [01:36] <@benward> Agent has a lot of interesting cases
- # [01:37] <@benward> We published one in the blog entry for Google's Rich Snippets. “Google” was the hCard, and the three Rich Snippet developers were AGENTs.
- # [01:38] <@benward> It fits into my containers concepting a bit. For example, could you, by default, imply that the organization-name for a listed AGENT is the same as for the parent hCard? Thereby sharing it between them?
- # [01:38] <mfbot> Tantek edited hcard-issues "resolved all open issues - see [[hcard-issues-resolved]]." (-24290) http://is.gd/NA2C
- # [01:39] <@benward> There are cases where it's not: Your personal assistant could be contracted to you, not to your company, but it's a scenario/content optimization that's interesting to me at present.
- # [01:39] <singpolyma> benward: it seems like AGENT is more in line with what XFN is for
- # [01:39] <@benward> XFN is about social relationships
- # [01:39] <@benward> Agent is an organizational relationship.
- # [01:39] <mfbot> Singpolyma edited hcard-faq "What is AGENT?" (+246) http://is.gd/NA5r
- # [01:39] <@benward> Or, a representational relationship, rather
- # [01:39] <@tantek> benward - I'm not sure that argument is sufficient (social)
- # [01:39] <@tantek> as XFN of course has "colleague" and "coworker"
- # [01:39] <hober> well, it has co-worker and colleague, seems like agent could fit in
- # [01:40] <@benward> Oh, that's true
- # [01:40] <@tantek> right hober
- # [01:40] <@benward> There's perhaps case for exploring use of AGENT in combination with XFN
- # [01:41] <@tantek> XFN is for relationships *across* pages
- # [01:41] <@tantek> AGENT and the containment work is for some relationships in the same page
- # [01:41] <@tantek> so that's one key difference
- # [01:41] <@benward> Here's a jump, but interesting, <a class='agent' rel='co-worker' href='http://mycompany.com/people/james-doe'>James Doe</a>
- # [01:42] <@benward> Lots of stuff to document under brainstorming, anyway
- # [01:43] <mfbot> Tantek created hcard-issues-closed "drafted" http://is.gd/NAfu
- # [01:46] <@tantek> benward, that is interesting. note that that could only work for the representative-hcard for the page, since XFN values are between pages.
- # [01:49] <mfbot> Tantek edited hcard-issues-resolved "moved closed issues to [[hcard-issues-closed]], added see also section." (-2279) http://is.gd/NAul
- # [01:52] * Joins: tim_hwang (n=chatzill@65.112.8.251)
- # [01:54] * Quits: tim_hwang (n=chatzill@65.112.8.251) (Client Quit)
- # [01:54] * Joins: tim_hwang (n=chatzill@65.112.8.251)
- # [01:56] * Joins: singpoly1a (n=singpoly@173-11-94-130-SFBA.hfc.comcastbusiness.net)
- # [02:05] <mfbot> Tantek edited representative-hcard-issues "resolved all outstanding issues, closed all but one." (+722) http://is.gd/NBfv
- # [02:06] <mfbot> Tantek edited Template:issues-format "entry-summary is a better semantic than entry-title for this use" (+2) http://is.gd/NBgr
- # [02:06] <mfbot> Tantek edited hcard-issues "/* closed issues */ closed issues" (-2) http://is.gd/NBiy
- # [02:08] * Quits: singpolyma (n=singpoly@173-11-94-130-SFBA.hfc.comcastbusiness.net) (Read error: 113 (No route to host))
- # [02:20] * Quits: singpoly1a (n=singpoly@173-11-94-130-SFBA.hfc.comcastbusiness.net) ("Lost terminal")
- # [02:20] * Joins: singpolyma (n=singpoly@173-11-94-130-SFBA.hfc.comcastbusiness.net)
- # [02:20] <@benward> tantek: I find the entry template a little confusing still. Shouldn't separate issues be filed as separate entries? Rather than multiple issues in a bullet-list?
- # [02:25] <@tantek> benward - that's a very good point
- # [02:25] <@tantek> and reflects the more common case of one issue per author per day
- # [02:26] <@tantek> that makes sense. go ahead and update the issues template to do one entry per issue.
- # [02:32] * Quits: @dglazkov (n=dglazkov@nat/google/x-12f0b444c85b9b9b)
- # [02:43] * Joins: georgebrock (n=georgebr@client-86-25-197-210.cht-bng-011.adsl.virginmedia.net)
- # [02:49] * Joins: shigeta (n=shigeta@60.32.136.97)
- # [02:56] <mfbot> BenWard edited Template:issues-format "New feed-based template mark-up. One issue per entry. Adding .discussion.issues markup." (+411) http://is.gd/NCUF
- # [02:56] * Joins: dglazkov (n=dglazkov@69.181.143.54)
- # [02:56] * ChanServ sets mode: +o dglazkov
- # [02:56] <@benward> Also, tantek, I think this should be moved out of the MediaWiki ‘Template:’ namespace. That's used for the special {{Template:Include}} functionality in pages, but this content is really page content in its own right
- # [02:56] <@benward> Propose moving to issue-template?
- # [02:56] <@tantek> we (mis)use {{Template::}} a lot like that
- # [02:56] <@tantek> for inclusion
- # [02:56] <@tantek> e.g. hcard-related-pages
- # [02:56] <@benward> Well, that's OK, that's repeat content and it's actually used for inclusion
- # [02:56] <@benward> This page is not actually a Template though.
- # [02:56] <@tantek> Ok, I'm not quite sure I understand the difference, but that's ok - if it makes sense to you, go ahead, and perhaps you can explain the difference maybe in a new how-to-play guideline to encourage better use of {{Template::}}
- # [02:58] * Quits: jeukku_ (n=juuso@passiivinen.net) (simmons.freenode.net irc.freenode.net)
- # [02:58] <@benward> I'll note to do that, yes
- # [02:58] * Joins: jeukku_ (n=juuso@passiivinen.net)
- # [03:02] * Quits: Bluenine (n=blue9@5ac031a2.bb.sky.com) ("Leaving")
- # [03:10] * Quits: leahculver (n=leahculv@204.9.180.30)
- # [03:16] * Quits: @dglazkov (n=dglazkov@69.181.143.54)
- # [03:16] * Quits: @tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [03:18] * Quits: @benward (n=benward@nat/yahoo/x-7aac8e45b01d3418)
- # [03:21] * Quits: georgebrock (n=georgebr@client-86-25-197-210.cht-bng-011.adsl.virginmedia.net)
- # [03:33] * Joins: tantek (n=tantek@c-67-180-202-79.hsd1.ca.comcast.net)
- # [03:33] * ChanServ sets mode: +o tantek
- # [03:42] * Joins: Politoed (i=hpeixoto@81.84.224.233)
- # [03:50] * Quits: azazul (n=azazul@zelli-kojas.lanet.lv) (Read error: 110 (Connection timed out))
- # [04:01] <mfbot> Tantek edited minimal-vocabulary "added a grouping section as a reminder to avoid renaming when reusing" (+233) http://is.gd/NFI1
- # [04:08] * Quits: SignpostMarv (n=Martin@78.33.151.156) (Read error: 104 (Connection reset by peer))
- # [04:15] <mfbot> Tantek created naming principles "redir" http://is.gd/NGhr
- # [04:16] <mfbot> Tantek created naming-principles-faq "drafted based on a question left on the naming-principles page" http://is.gd/NGk9
- # [04:25] <mfbot> Tantek edited naming-principles "linked to renaming when reusing anti-pattern as example of using new names to mean the same thing, move one issue to an FAQ" (+685) http://is.gd/NGMd
- # [04:25] * Quits: tim_hwang (n=chatzill@65.112.8.251) (Read error: 110 (Connection timed out))
- # [04:44] * Joins: BenWard (n=benward@98.210.154.133)
- # [04:44] * ChanServ sets mode: +o BenWard
- # [04:45] * Quits: @BenWard (n=benward@98.210.154.133) (Client Quit)
- # [04:48] * Joins: Alenonimo (n=alexandr@189-47-51-22.dsl.telesp.net.br)
- # [04:49] * Quits: singpolyma (n=singpoly@173-11-94-130-SFBA.hfc.comcastbusiness.net) ("Lost terminal")
- # [04:49] * Joins: dglazkov (n=dglazkov@69.181.143.54)
- # [04:49] * ChanServ sets mode: +o dglazkov
- # [04:52] * Parts: Alenonimo (n=alexandr@189-47-51-22.dsl.telesp.net.br)
- # [05:04] * Quits: @tantek (n=tantek@c-67-180-202-79.hsd1.ca.comcast.net) (Read error: 113 (No route to host))
- # [05:16] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [05:16] * ChanServ sets mode: +o tantek
- # [05:21] * Quits: gsnedders (n=gsnedder@host86-164-130-180.range86-164.btcentralplus.com) (Remote closed the connection)
- # [05:26] * Joins: benward (n=benward@204.14.154.97)
- # [05:26] * ChanServ sets mode: +o benward
- # [05:56] * Joins: csarven (n=csarven@modemcable150.182-202-24.mc.videotron.ca)
- # [06:11] * Quits: pcwick (n=paul@173-30-110-19.client.mchsi.com) ("Ex-Chat")
- # [06:34] <mfbot> Csarven edited representative-hcard-parsing "jQuery JavaScript code to extract a representative hCard" (+1964) http://is.gd/NLEr
- # [06:37] <mfbot> Csarven edited representative-hcard-parsing "Using jQuery library" (+124) http://is.gd/NLMg
- # [06:46] * Joins: RabidLockerGnome (n=rabidloc@24.42.181.208)
- # [06:49] * Quits: @tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [06:50] * Quits: @dglazkov (n=dglazkov@69.181.143.54)
- # [06:54] * Quits: pjkix (n=pjkix@c-67-169-92-224.hsd1.ca.comcast.net)
- # [07:04] * Quits: @benward (n=benward@204.14.154.97) ("Shutdown")
- # [07:08] <mfbot> Csarven edited representative-hcard-parsing "Updated code ~ should be slightly faster since a document is less likely to have class="uid" than class="url"" (-86) http://is.gd/NMGs
- # [07:19] * Quits: RabidLockerGnome (n=rabidloc@24.42.181.208) ("Leaving...")
- # [07:25] * Quits: csarven (n=csarven@modemcable150.182-202-24.mc.videotron.ca) ("Leaving.")
- # [07:40] * Joins: singpolyma (n=singpoly@c-76-21-5-96.hsd1.ca.comcast.net)
- # [08:49] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [08:49] * ChanServ sets mode: +o tantek
- # [08:51] * Quits: @tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) (Client Quit)
- # [08:59] * Joins: BARTdG (n=BARTdG@5ED42544.cable.ziggo.nl)
- # [09:07] * Joins: azazul (n=azazul@195.13.138.124)
- # [09:10] * Joins: pesla (n=retep@procurios.xs4all.nl)
- # [09:26] * Quits: BARTdG (n=BARTdG@5ED42544.cable.ziggo.nl) (Read error: 104 (Connection reset by peer))
- # [09:26] * Joins: BARTdG (n=BARTdG@5ED42544.cable.ziggo.nl)
- # [09:35] * Joins: gsnedders (n=gsnedder@host86-164-130-180.range86-164.btcentralplus.com)
- # [09:38] * Joins: Bluenine (n=blue9@5ac031a2.bb.sky.com)
- # [10:10] * Joins: besbes (n=besbes@ppp194-178.adsl.forthnet.gr)
- # [10:12] * Joins: tantek (n=tantek@63.195.114.133)
- # [10:12] * ChanServ sets mode: +o tantek
- # [10:16] * Quits: bear (n=bear@c-71-230-97-250.hsd1.pa.comcast.net) (Read error: 110 (Connection timed out))
- # [10:16] * Joins: tobyink (n=tai@77.89.160.246)
- # [10:17] * Joins: bear (n=bear@c-71-230-97-250.hsd1.pa.comcast.net)
- # [10:28] * Quits: singpolyma (n=singpoly@c-76-21-5-96.hsd1.ca.comcast.net) ("Lost terminal")
- # [10:38] <mfbot> DavidCary edited to-do "/* Chris Messina */ microsyntax?" (+427) http://is.gd/NTHc
- # [10:56] <mfbot> TobyInk edited picoformats "add non-service-specific syntaxes" (+244) http://is.gd/NUeY
- # [11:02] * Quits: besbes (n=besbes@ppp194-178.adsl.forthnet.gr) (Read error: 110 (Connection timed out))
- # [11:12] * Joins: georgebrock (n=georgebr@client-80-3-174-53.cht-bng-011.adsl.virginmedia.net)
- # [11:15] * Joins: besbes (n=besbes@ppp194-178.adsl.forthnet.gr)
- # [11:55] * Joins: besbes_ (n=besbes@ppp194-178.adsl.forthnet.gr)
- # [11:56] * Quits: besbes (n=besbes@ppp194-178.adsl.forthnet.gr) (Read error: 60 (Operation timed out))
- # [11:59] * Joins: georgebrock_ (n=georgebr@86.25.197.205)
- # [12:01] * Quits: @tantek (n=tantek@63.195.114.133)
- # [12:05] * Joins: shigeta_ (n=shigeta@60.32.136.97)
- # [12:07] * Quits: georgebrock (n=georgebr@client-80-3-174-53.cht-bng-011.adsl.virginmedia.net) (Read error: 110 (Connection timed out))
- # [12:09] * Quits: besbes_ (n=besbes@ppp194-178.adsl.forthnet.gr) (Read error: 60 (Operation timed out))
- # [12:21] * Quits: shigeta_ (n=shigeta@60.32.136.97) ("Leaving...")
- # [12:29] * Quits: shigeta (n=shigeta@60.32.136.97) (Read error: 110 (Connection timed out))
- # [13:44] * Quits: Politoed (i=hpeixoto@81.84.224.233) (Read error: 110 (Connection timed out))
- # [13:57] * Joins: ajturner (n=ajturner@209.155.228.129)
- # [14:05] * Quits: BARTdG (n=BARTdG@5ED42544.cable.ziggo.nl) ("Apparaat USB-apparaat voor massa-opslag uit systeem verwijderd")
- # [14:39] * Quits: Bluenine (n=blue9@5ac031a2.bb.sky.com) ("Leaving")
- # [15:23] * Joins: tim_hwang (n=chatzill@65.112.8.251)
- # [15:39] * Quits: georgebrock_ (n=georgebr@86.25.197.205)
- # [15:45] * Joins: Politoed (i=hpeixoto@81.84.224.233)
- # [15:49] * Joins: memload (n=jamesjef@89.193.174.113)
- # [15:49] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [15:49] * ChanServ sets mode: +o tantek
- # [15:56] * Quits: @tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) (Read error: 60 (Operation timed out))
- # [16:12] * Quits: Politoed (i=hpeixoto@81.84.224.233) (Read error: 110 (Connection timed out))
- # [16:35] * Joins: Politoed (i=hpeixoto@81.84.224.233)
- # [16:50] * Joins: dglazkov (n=dglazkov@69.181.143.54)
- # [16:50] * ChanServ sets mode: +o dglazkov
- # [16:53] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [16:53] * ChanServ sets mode: +o tantek
- # [16:57] * Quits: Cloud (n=Cloud@srvgal18-vm5.nuigalway.ie) (Nick collision from services.)
- # [16:57] * Joins: Cloud (n=Cloud@vmlion01.deri.ie)
- # [16:58] * Quits: Cloud (n=Cloud@vmlion01.deri.ie) (Nick collision from services.)
- # [17:01] * Quits: Politoed (i=hpeixoto@81.84.224.233) (Read error: 110 (Connection timed out))
- # [17:05] * Quits: pesla (n=retep@procurios.xs4all.nl) ("( www.nnscript.com :: NoNameScript 4.21 :: www.esnation.com )")
- # [17:07] * Quits: @dglazkov (n=dglazkov@69.181.143.54)
- # [17:20] * Joins: Politoed (i=hpeixoto@81.84.224.233)
- # [17:26] * Joins: dglazkov (n=dglazkov@nat/google/x-5665013563e12816)
- # [17:26] * ChanServ sets mode: +o dglazkov
- # [17:50] * Quits: @dglazkov (n=dglazkov@nat/google/x-5665013563e12816) (Read error: 104 (Connection reset by peer))
- # [17:54] * Joins: dglazkov (n=dglazkov@nat/google/x-5d052dfa2b883c29)
- # [17:54] * ChanServ sets mode: +o dglazkov
- # [18:08] * Joins: Cloud_ (n=Cloud@vmlion01.deri.ie)
- # [18:13] * Joins: csarven (n=csarven@modemcable150.182-202-24.mc.videotron.ca)
- # [18:28] * Joins: BobJonkman (n=BobJonkm@206-248-137-186.dsl.teksavvy.com)
- # [18:30] * Joins: singpolyma (n=singpoly@c-76-21-5-96.hsd1.ca.comcast.net)
- # [18:31] * Quits: tim_hwang (n=chatzill@65.112.8.251) (Read error: 110 (Connection timed out))
- # [18:41] * Quits: Phae (n=phaeness@gateb.mh.bbc.co.uk)
- # [19:10] * Joins: Bluenine (n=blue9@5ac031a2.bb.sky.com)
- # [19:10] * Joins: tim_hwang (n=chatzill@65.112.12.76)
- # [19:13] * Quits: tobyink (n=tai@77.89.160.246) ("Leaving.")
- # [19:32] * Joins: benward (n=benward@98.210.154.133)
- # [19:32] * ChanServ sets mode: +o benward
- # [19:43] * Joins: leahculver (n=leahculv@204.9.180.30)
- # [19:52] * Quits: @benward (n=benward@98.210.154.133) (Read error: 110 (Connection timed out))
- # [19:52] * Quits: singpolyma (n=singpoly@c-76-21-5-96.hsd1.ca.comcast.net) (Read error: 110 (Connection timed out))
- # [19:58] * Joins: singpolyma (n=singpoly@173-11-94-130-SFBA.hfc.comcastbusiness.net)
- # [20:04] <BobJonkman> Do screen readers speak the title= attribute on all elements, or only on <abbr> elements?
- # [20:06] <singpolyma> BobJonkman: depends on user settings. Many never read it out at all
- # [20:06] * Quits: Politoed (i=hpeixoto@81.84.224.233) (Read error: 110 (Connection timed out))
- # [20:06] * Quits: csarven (n=csarven@modemcable150.182-202-24.mc.videotron.ca) ("Leaving.")
- # [20:10] * Quits: Bluenine (n=blue9@5ac031a2.bb.sky.com) ("Leaving")
- # [20:12] * Joins: Politoed (i=hpeixoto@81.84.224.233)
- # [20:12] <BobJonkman> singpolyma: thanx. When I JFG'd it I got all sorts of conflicting info. This was interesting: http://www.paciellogroup.com/resources/articles/WE05/forms.html
- # [20:22] * Quits: Amorphous (i=jan@unaffiliated/amorphous) (Read error: 110 (Connection timed out))
- # [20:23] <@tantek> Bob Jonkman, indeed there is lots of conflicting info about what screen readers will and won't do out there, and most that claim to know, when pressed to provide a specific screen reader application name, version, and operating system, fail to do so.
- # [20:25] * Joins: Amorphous (i=jan@unaffiliated/amorphous)
- # [20:28] * Parts: singpolyma (n=singpoly@173-11-94-130-SFBA.hfc.comcastbusiness.net)
- # [20:28] <@tantek> members of the microformats and accessibility communities have been documenting at least a list of such tools here: http://microformats.org/wiki/assistive-technology
- # [20:31] <@tantek> and using that list, some testing of specific assistive technology has been documented here: http://microformats.org/wiki/assistive-technology-abbr-results
- # [20:39] * Quits: Politoed (i=hpeixoto@81.84.224.233) (Connection timed out)
- # [21:09] * Joins: benward (n=benward@nat/yahoo/x-3b2f922e9ad69611)
- # [21:09] * ChanServ sets mode: +o benward
- # [21:44] * Quits: BobJonkman (n=BobJonkm@206-248-137-186.dsl.teksavvy.com) (Read error: 110 (Connection timed out))
- # [21:52] * Quits: @tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [21:56] * Quits: tim_hwang (n=chatzill@65.112.12.76) (Read error: 110 (Connection timed out))
- # [22:01] * Joins: Politoed (i=hpeixoto@81.84.224.233)
- # [22:08] * Joins: BobJonkman (n=BobJonkm@206-248-137-186.dsl.teksavvy.com)
- # [22:12] * Joins: jrodgers (n=jrodgers@129-97-220-223.uwaterloo.ca)
- # [22:18] * Joins: tobyink (n=tai@77.89.160.246)
- # [22:21] * Joins: tim_hwang (n=chatzill@65.112.12.76)
- # [22:49] * Quits: tim_hwang (n=chatzill@65.112.12.76) (Read error: 110 (Connection timed out))
- # [22:54] * Parts: tobyink (n=tai@77.89.160.246) ("Leaving")
- # [22:58] * Joins: csarven (n=csarven@modemcable150.182-202-24.mc.videotron.ca)
- # [23:00] * Quits: jrodgers (n=jrodgers@129-97-220-223.uwaterloo.ca)
- # [23:06] * Joins: tantek (n=tantek@c-76-126-173-220.hsd1.ca.comcast.net)
- # [23:06] * ChanServ sets mode: +o tantek
- # [23:10] * Quits: Politoed (i=hpeixoto@81.84.224.233) (Read error: 110 (Connection timed out))
- # [23:21] * Joins: Politoed (i=hpeixoto@81.84.224.233)
- # [23:25] * Quits: @tantek (n=tantek@c-76-126-173-220.hsd1.ca.comcast.net)
- # [23:43] * Joins: dwhittle (n=dwhittle@nat/yahoo/x-6995b366421ae3db)
- # [23:55] * Joins: jrodgers (n=jrodgers@129-97-220-223.uwaterloo.ca)
- # [23:57] * Quits: dwhittle (n=dwhittle@nat/yahoo/x-6995b366421ae3db) ("Im gone.")
- # [23:58] * Joins: tantek (n=tantek@c-67-180-202-79.hsd1.ca.comcast.net)
- # [23:58] * ChanServ sets mode: +o tantek
- # Session Close: Fri Jun 05 00:00:00 2009
The end :)