Options:
- # Session Start: Thu Jul 10 00:00:00 2014
- # Session Ident: #microformats
- # [00:19] * Quits: Rastus_Vernon (uid15187@wikimedia/Rastus-Vernon) (Quit: Connection closed for inactivity)
- # [00:29] * Quits: elux (~peter@96.45.198.150) (Quit: Leaving...)
- # [00:45] * Quits: KartikPrabhu (~kartik@128.135.100.112) (Quit: Leaving.)
- # [01:01] * Joins: Rastus_Vernon (uid15187@wikimedia/Rastus-Vernon)
- # [01:02] * Quits: Atamido (~atamido@107-129-121-16.lightspeed.austtx.sbcglobal.net) (Read error: Connection reset by peer)
- # [01:06] * Quits: robmorrissey (~robmorris@213.205.241.33) (Read error: Connection reset by peer)
- # [01:11] * Joins: KartikPrabhu (~kartik@c-98-206-163-113.hsd1.il.comcast.net)
- # [01:15] * Quits: @KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 240 seconds)
- # [01:16] * Quits: eschnou (~eschnou@213.148-201-80.adsl-dyn.isp.belgacom.be) (Ping timeout: 240 seconds)
- # [01:28] * Joins: tantek (~tantek@70.36.139.254)
- # [01:28] * ChanServ sets mode: +o tantek
- # [01:33] <Loqi> [[microformats2-parsing-issues]] http://microformats.org/wiki/index.php?title=microformats2-parsing-issues&diff=64413&oldid=64412&rcid=100771 * KP * (+153) /* link elements and u- parsing */
- # [01:34] <KartikPrabhu> tantek: re link elements question: http://microformats.org/wiki/microformats2-parsing-issues#link_elements_and_u-_parsing
- # [01:35] <@tantek> KartikPrabhu: re: should the door be opened to hidden mf data? note that the door is *already* open to <link> via rel parsing, and the <link>s we're talking about are all semi-visible, not completely hidden
- # [01:35] <@tantek> (some of that is in the issue text)
- # [01:36] <KartikPrabhu> yes... but nothing stops people from using it for any <link>
- # [01:36] <KartikPrabhu> best practice would be to restrict to semi-visible ones
- # [01:37] <KartikPrabhu> in any case my point being, that if there are enough use-cases then it can easily be added
- # [01:37] <@tantek> KartikPrabhu: when you say " from using it for any <link> " - can you give specific examples that you're concerned about?
- # [01:37] <@tantek> I'd rather not add any special casing - to keep the model simpler / more predictable (to authors and parser developers)
- # [01:38] <KartikPrabhu> agreed
- # [01:38] <@tantek> in fact, that desire for a simpler model is what's driving the "weak" argument of consistency with "rel" parsing
- # [01:38] <@tantek> why should <link> *only* be parsed for "rel"?
- # [01:38] <KartikPrabhu> hmm fair enough
- # [01:39] <@tantek> why should <link rel="in-reply-to"> work but not <link class="u-in-reply-to"> (presumably inside an <html class="h-entry"> on a post permalink page) ?
- # [01:39] <KartikPrabhu> it is true that if people want to put hidden data they can already do so
- # [01:39] <@tantek> again - can you provide a specific real world <link> hidden data example that you're concerned about?
- # [01:40] <KartikPrabhu> tantek: it seems any example I can think of can use a rel instead of u-* so it won't be a valid example
- # [01:41] <KartikPrabhu> so now I agree that <link rel> and <link class=u-*> should be on the same footing
- # [01:42] * Quits: KevinMarks_ (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [01:42] * Joins: KevinMarks (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net)
- # [01:46] <@tantek> ok just waiting on barnabywalters' opinion then
- # [01:46] <@tantek> KartikPrabhu: perhaps update your comment on the issue then
- # [01:46] <KartikPrabhu> aah yes. on it
- # [01:49] <Loqi> [[microformats2-parsing-issues]] http://microformats.org/wiki/index.php?title=microformats2-parsing-issues&diff=64414&oldid=64413&rcid=100772 * KP * (+266) /* link elements and u- parsing */ added in favour
- # [01:53] <@tantek> KevinMarks: would appreciate your feedback and analysis of this too: http://microformats.org/wiki/microformats2-parsing-issues#link_elements_and_u-_parsing
- # [01:56] <KevinMarks> hm. That is tricky as it is a tension between DRY and invisible metadata
- # [01:57] <@tantek> KevinMarks: see detail about semi-visible rather than invisible
- # [01:58] <@tantek> <link rel=icon> is not truly invisible - it's semi-visible
- # [02:01] <KevinMarks> historically we've eschewed link-rel form some things (tags) and not others. If you allow link-rel allowing u-* on a link makes sense, though there may be containment issues wiht parsers
- # [02:02] <KevinMarks> do you put the h-* on the <head>? or the <html>?
- # [02:02] <KartikPrabhu> KevinMarks: that just decides the scope of the h-*
- # [02:02] <@tantek> KevinMarks: we don't disallow h-* on <head> or <html> right now - it's just that no one is doing it. (as in current parsers support it on both)
- # [02:03] <KartikPrabhu> tantek: i think barnabywalters uses h-* on html
- # [02:03] <@tantek> I see <html class="h-*"> applying to currently published markup use-cases
- # [02:03] <@tantek> I don't see <head class="h-*"> applying to any currently real world markup use-cases.
- # [02:03] <@tantek> KartikPrabhu: URL?
- # [02:03] <KevinMarks> what do parsers do with a u-* not inside an h-* now?
- # [02:03] <KartikPrabhu> tantek: http://waterpigs.co.uk/notes/4WjHpC/
- # [02:03] <@tantek> KevinMarks: they never see it
- # [02:03] <@tantek> aka they ignore it
- # [02:04] <KartikPrabhu> KevinMarks: yes. properties are parsed only inside the root microformat i.e. h-*
- # [02:04] <KevinMarks> that's what I thought
- # [02:05] <KevinMarks> there was some bug with one of the parsers and h-* on html, did that get fixed?
- # [02:05] <KartikPrabhu> we monkey-patched that in mf2py
- # [02:05] <KartikPrabhu> the trouble was with beautiful soup and html5lib
- # [02:06] <KartikPrabhu> documented here: https://github.com/kartikprabhu/mf2py/issues/41
- # [02:33] * Joins: emmak (~quassel@c-24-20-219-64.hsd1.or.comcast.net)
- # [02:37] <KartikPrabhu> KevinMarks: do you know if "ignoring everything inside <noscript>" is the right behaviour for HTML parsers?
- # [02:41] <Loqi> [[microformats2-parsing-issues]] http://microformats.org/wiki/index.php?title=microformats2-parsing-issues&diff=64415&oldid=64414&rcid=100773 * Tantek * (+1654) /* link elements and u- parsing */ expand issue description with IRC discussion, links to real world examples, more specific markup
- # [02:41] <@tantek> KartikPrabhu, KevinMarks ok expanded issue with what we discussed here - does that read ok? http://microformats.org/wiki/microformats2-parsing-issues#link_elements_and_u-_parsing
- # [02:42] <KartikPrabhu> tantek: reads well. examples are a nice addition
- # [02:43] <@tantek> thanks. I like to strengthen these things like a proof.
- # [02:43] <@tantek> so that by the time we have a resolution the answer seems obvious.
- # [02:43] * KartikPrabhu approves :P
- # [03:03] <Loqi> [[microformats2-parsing-issues]] http://microformats.org/wiki/index.php?title=microformats2-parsing-issues&diff=64416&oldid=64415&rcid=100774 * Tantek * (+594) bump link elements and u- parsing to top of list since it has documented real world examples, move extraciton issue and Parsing properties from rel issue to resolved since it has a proposed resolution
- # [03:04] <Loqi> [[microformats2-parsing-issues]] http://microformats.org/wiki/index.php?title=microformats2-parsing-issues&diff=64417&oldid=64416&rcid=100775 * Tantek * (+18) Issue raised by
- # [03:24] * Quits: caseorganic (~caseorgan@12.180.47.153)
- # [03:25] * Joins: KevinMarks2 (~yaaic@67.164.14.200)
- # [03:25] * ChanServ sets mode: +o KevinMarks2
- # [03:25] * Joins: caseorganic (~caseorgan@12.180.47.153)
- # [03:26] * Quits: caseorganic (~caseorgan@12.180.47.153) (Client Quit)
- # [03:36] <mko> Out of curiosity, does know the format for directly linking to an IRC nick (i.e. "Send a message to X on freenode.net" with a link like "irc://chat.freenode.net/nick" similar to the IRC room URL format)?
- # [03:37] <@tantek> mko no one supports it
- # [03:38] <mko> That's a shame.
- # [03:38] <mko> @tantek: Thanks.
- # [03:38] <@tantek> and it's really difficult to find - the spec really sucks
- # [03:40] <@tantek> let's see there's this http://en.wikipedia.org/wiki/URI_scheme#irc:
- # [03:41] <@tantek> yeah ,isuser
- # [03:41] <@tantek> here you go: http://tools.ietf.org/html/draft-butcher-irc-url-04#page-8
- # [03:42] <@tantek> <irc://irc.alien.net.au/pickle,isuser> for opening a message to user/nickname "pickle"
- # [03:43] <@tantek> mko - if you find *any* IRC client in which that works, please let me know
- # [03:43] <@tantek> all my testing revealed zero success
- # [03:43] <@tantek> and all kinds of broken silent failure behavior
- # [03:43] <@tantek> e.g. joining a room "pickle" instead
- # [03:44] <mko> Yeah. Joining a room was pretty much the only thing I could figure out how to reliably do when I tried to figure it out a few days ago.
- # [03:44] <mko> Thanks for the update and confirmation of the bad spec.
- # [03:45] <@tantek> it's so bad I didn't bother to document it on any wiki (pretty sure)
- # [03:45] <mko> Yeah. I actually went looking on your wiki's communication preferences as a primary source when I couldn't find it via typical searching.
- # [03:46] <@tantek> mko - here's a list of URLs that *do* work in various degress for comm services/apps: http://tantek.com/2014/084/b1/urls-people-focused-mobile-communication
- # [03:47] <mko> Excellent!
- # [03:47] <mko> @tantek +1
- # [03:47] <mko> Oh. Loqi isn't in this room anymore.
- # [03:47] <Loqi> :)
- # [03:47] <mko> Or is . . .
- # [03:48] <mko> @tantek ++
- # [03:48] <mko> @tantek++
- # [03:48] <mko> Alright. Screw it, Loqi. I don't know how to give @tantek karma, but clearly, he's got a lot.
- # [03:50] <@tantek> hah - I don't think Loqi listens to @-names. try dropping the @
- # [03:51] <mko> tantek++
- # [03:51] <Loqi> tantek has 49 karma
- # [03:51] <mko> Oh. Well, there you go.
- # [03:52] <KartikPrabhu> mko: strangely tantek on has 49 karma
- # [03:52] <mko> Right?
- # [03:52] <mko> I expected much more.
- # [04:18] * Joins: gRegor` (~me@c-71-239-44-58.hsd1.il.comcast.net)
- # [04:20] * Quits: @KevinMarks2 (~yaaic@67.164.14.200) (Quit: Yaaic - Yet another Android IRC client - http://www.yaaic.org)
- # [04:21] * Joins: KevinMarks2 (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [04:21] * ChanServ sets mode: +o KevinMarks2
- # [04:31] * Quits: @tantek (~tantek@70.36.139.254) (Quit: tantek)
- # [04:34] * Joins: robmorrissey (~robmorris@82.24.9.124)
- # [04:35] * Joins: paintedbicycle (~paintedbi@S01067cb21bd8ee9a.vc.shawcable.net)
- # [04:56] * Quits: robmorrissey (~robmorris@82.24.9.124) (Read error: Connection reset by peer)
- # [04:57] * Joins: robmorrissey (~robmorris@cpc26-brig15-2-0-cust123.3-3.cable.virginm.net)
- # [05:06] * Quits: @KevinMarks2 (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 264 seconds)
- # [05:09] * Joins: KevinMarks2 (~yaaic@2607:fb90:220c:f3c1:f437:27f4:1745:e10f)
- # [05:09] * ChanServ sets mode: +o KevinMarks2
- # [05:18] * Quits: @KevinMarks2 (~yaaic@2607:fb90:220c:f3c1:f437:27f4:1745:e10f) (Remote host closed the connection)
- # [05:36] * Quits: gRegor` (~me@c-71-239-44-58.hsd1.il.comcast.net) (Ping timeout: 264 seconds)
- # [05:38] * Joins: brianloveswords (~brianlove@pool-108-14-35-12.nycmny.fios.verizon.net)
- # [05:54] * Quits: dwayhs (~dwayhs@189.125.22.90) (Read error: Connection reset by peer)
- # [05:55] * Joins: dwayhs (~dwayhs@189.125.22.90)
- # [06:07] * Quits: paintedbicycle (~paintedbi@S01067cb21bd8ee9a.vc.shawcable.net) (Quit: Textual IRC Client: www.textualapp.com)
- # [06:59] * Quits: brianloveswords (~brianlove@pool-108-14-35-12.nycmny.fios.verizon.net) (Quit: Computer has gone to sleep.)
- # [07:29] <Loqi> [@spiegel_bookmrk] [bookmark] MicroformatsとRDFaのhReviewを比較 | kots blog http://kots.jp/blog/site-structured/3567/ (http://twtr.io/oL61x9NswY)
- # [07:43] * Joins: tantek (~tantek@70-36-139-254.dsl.dynamic.sonic.net)
- # [07:43] * ChanServ sets mode: +o tantek
- # [07:59] * Quits: Rastus_Vernon (uid15187@wikimedia/Rastus-Vernon) (Quit: Connection closed for inactivity)
- # [08:29] * Joins: gRegor` (~me@c-71-239-44-58.hsd1.il.comcast.net)
- # [08:53] * Joins: chiui (~chiui@h-213.61.228.26.host.de.colt.net)
- # [08:59] * Quits: KartikPrabhu (~kartik@c-98-206-163-113.hsd1.il.comcast.net) (Quit: Leaving.)
- # [09:01] * Joins: KartikPrabhu (~kartik@c-98-206-163-113.hsd1.il.comcast.net)
- # [09:13] * Quits: KartikPrabhu (~kartik@c-98-206-163-113.hsd1.il.comcast.net) (Ping timeout: 255 seconds)
- # [09:32] * Quits: gRegor` (~me@c-71-239-44-58.hsd1.il.comcast.net) (Ping timeout: 240 seconds)
- # [09:34] * Quits: emmak (~quassel@c-24-20-219-64.hsd1.or.comcast.net) (Remote host closed the connection)
- # [09:34] * Joins: KartikPrabhu (~kartik@c-98-206-163-113.hsd1.il.comcast.net)
- # [09:45] * Quits: @tantek (~tantek@70-36-139-254.dsl.dynamic.sonic.net) (Quit: tantek)
- # [09:56] * Joins: eschnou (~eschnou@80.201.220.10)
- # [10:01] * Quits: eschnou (~eschnou@80.201.220.10) (Ping timeout: 240 seconds)
- # [10:11] * Joins: pfefferle (~pfefferle@213.144.11.136)
- # [10:20] * Quits: kylewm (~kylewm@orin.kylewm.com) (Ping timeout: 252 seconds)
- # [10:20] * Joins: kylewm (~kylewm@orin.kylewm.com)
- # [10:31] * Quits: mko (~mko@c-50-174-69-45.hsd1.ca.comcast.net) (Quit: Bye.)
- # [10:32] * Joins: mko (~mko@50.174.69.45)
- # [10:56] * Joins: RCheesley_ (~waterbaby@host86-135-162-8.range86-135.btcentralplus.com)
- # [11:36] * Joins: encolpe (~encolpe@2a01:e35:2eb2:12b0:702c:6e5a:7e52:b0d9)
- # [11:47] * Joins: adactio (~adactio@212.42.170.121)
- # [11:47] * ChanServ sets mode: +o adactio
- # [11:50] * Quits: Soopaman (~soopaman@209-195-90-19.cpe.distributel.net) (Quit: Leaving.)
- # [12:10] * Quits: KevinMarks (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 260 seconds)
- # [12:10] * Quits: netweb (~netweb@unaffiliated/netweb) (Ping timeout: 240 seconds)
- # [12:10] * Joins: netweb (~netweb@unaffiliated/netweb)
- # [12:48] * Joins: pfefferle_ (~pfefferle@213.144.11.130)
- # [12:49] * Quits: pfefferle (~pfefferle@213.144.11.136) (Ping timeout: 255 seconds)
- # [12:49] * pfefferle_ is now known as pfefferle
- # [14:20] * Quits: dwayhs (~dwayhs@189.125.22.90) (Read error: Connection reset by peer)
- # [14:20] * Joins: dwayhs (~dwayhs@189.125.22.90)
- # [14:33] * Joins: eschnou (~eschnou@10.220-201-80.adsl-dyn.isp.belgacom.be)
- # [14:55] * Joins: Soopaman (~soopaman@209.195.90.19)
- # [14:56] * Quits: eschnou (~eschnou@10.220-201-80.adsl-dyn.isp.belgacom.be) (Ping timeout: 252 seconds)
- # [15:19] * Quits: robmorrissey (~robmorris@cpc26-brig15-2-0-cust123.3-3.cable.virginm.net) (Quit: Computer has gone to sleep.)
- # [15:22] * Joins: TallTed (~Thud@63.119.36.36)
- # [15:29] * Quits: pfefferle (~pfefferle@213.144.11.130) (Ping timeout: 252 seconds)
- # [15:31] * Joins: elux (~peter@96.45.198.150)
- # [15:31] * Joins: pfefferle (~pfefferle@213.144.11.130)
- # [15:31] * Joins: eschnou (~eschnou@80.201.220.10)
- # [15:59] * Quits: globbot (~logbot@lump.glob.com.au) (Remote host closed the connection)
- # [15:59] * Joins: globbot (~logbot@lump.glob.com.au)
- # [16:09] * Joins: paintedbicycle (~paintedbi@S01067cb21bd8ee9a.vc.shawcable.net)
- # [16:15] * Quits: eschnou (~eschnou@80.201.220.10) (Ping timeout: 240 seconds)
- # [16:15] * Joins: gRegor` (~me@c-71-239-44-58.hsd1.il.comcast.net)
- # [16:56] * Joins: brianloveswords (~brianlove@pool-108-14-35-12.nycmny.fios.verizon.net)
- # [16:56] * Quits: chiui (~chiui@h-213.61.228.26.host.de.colt.net) (Ping timeout: 240 seconds)
- # [17:04] * Joins: eschnou (~eschnou@10.220-201-80.adsl-dyn.isp.belgacom.be)
- # [17:08] * Joins: chiui (~chiui@2001:5c0:1400:a::1e1)
- # [17:28] * Quits: eschnou (~eschnou@10.220-201-80.adsl-dyn.isp.belgacom.be) (Ping timeout: 245 seconds)
- # [17:49] * Quits: chiui (~chiui@2001:5c0:1400:a::1e1) (Ping timeout: 252 seconds)
- # [18:06] * Quits: pfefferle (~pfefferle@213.144.11.130) (Quit: pfefferle)
- # [18:12] * Joins: caseorganic (~caseorgan@12.180.47.153)
- # [18:23] * Quits: KartikPrabhu (~kartik@c-98-206-163-113.hsd1.il.comcast.net) (Quit: Leaving.)
- # [18:39] * Quits: @adactio (~adactio@212.42.170.121) (Quit: adactio)
- # [18:41] * Joins: jschweinsberg (~user@2a02:908:f023:da80:21c:bfff:fe73:a313)
- # [19:10] * Joins: KevinMarks (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net)
- # [19:26] * Joins: Rastus_Vernon (uid15187@wikimedia/Rastus-Vernon)
- # [19:31] * Quits: brianloveswords (~brianlove@pool-108-14-35-12.nycmny.fios.verizon.net) (Quit: Computer has gone to sleep.)
- # [20:16] * Quits: RCheesley_ (~waterbaby@host86-135-162-8.range86-135.btcentralplus.com) (Read error: Connection reset by peer)
- # [20:37] * Joins: KartikPrabhu (~kartik@128.135.100.115)
- # [20:45] * Quits: encolpe (~encolpe@2a01:e35:2eb2:12b0:702c:6e5a:7e52:b0d9) (Ping timeout: 256 seconds)
- # [20:46] * Quits: caseorganic (~caseorgan@12.180.47.153) (Remote host closed the connection)
- # [20:48] * Quits: jschweinsberg (~user@2a02:908:f023:da80:21c:bfff:fe73:a313) (Quit: ERC Version 5.3 (IRC client for Emacs))
- # [21:31] * Quits: elux (~peter@96.45.198.150) (Quit: Leaving...)
- # [21:32] * Joins: elux (~peter@96.45.198.150)
- # [21:37] * Quits: elux (~peter@96.45.198.150) (Remote host closed the connection)
- # [21:59] * Quits: gRegor` (~me@c-71-239-44-58.hsd1.il.comcast.net) (Ping timeout: 264 seconds)
- # [22:05] * Joins: gRegor` (~me@c-71-239-44-58.hsd1.il.comcast.net)
- # [22:09] * Quits: Rastus_Vernon (uid15187@wikimedia/Rastus-Vernon) (Quit: Connection closed for inactivity)
- # [22:26] * Joins: eschnou (~eschnou@10.220-201-80.adsl-dyn.isp.belgacom.be)
- # [22:28] * Quits: KevinMarks (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [22:33] * Joins: brianloveswords (~brianlove@pool-108-14-35-12.nycmny.fios.verizon.net)
- # [22:38] * Joins: KevinMarks (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net)
- # [22:42] * Quits: dwayhs (~dwayhs@189.125.22.90) (Read error: Connection reset by peer)
- # [22:42] * Joins: dwayhs (~dwayhs@189.125.22.90)
- # [22:56] * Quits: eschnou (~eschnou@10.220-201-80.adsl-dyn.isp.belgacom.be) (Ping timeout: 264 seconds)
- # [23:09] * Quits: TallTed (~Thud@63.119.36.36)
- # [23:32] * Quits: paintedbicycle (~paintedbi@S01067cb21bd8ee9a.vc.shawcable.net) (Quit: Textual IRC Client: www.textualapp.com)
- # [23:33] * Quits: tobyink (~tobyink@lvps109-104-78-5.vps.webfusion.co.uk) (Ping timeout: 255 seconds)
- # [23:34] * Joins: tobyink (~tobyink@lvps109-104-78-5.vps.webfusion.co.uk)
- # [23:35] * Quits: brianloveswords (~brianlove@pool-108-14-35-12.nycmny.fios.verizon.net) (Quit: Computer has gone to sleep.)
- # [23:53] * Joins: caseorganic (~caseorgan@12.180.47.153)
- # [23:56] * Quits: caseorganic (~caseorgan@12.180.47.153) (Remote host closed the connection)
- # [23:58] * Joins: caseorganic (~caseorgan@12.180.47.153)
- # Session Close: Fri Jul 11 00:00:00 2014
The end :)