2014-06-06 UTC
caseorganic, KevinMarks2, netweb, ivc\zz, ChiefRA, tantek and brianloveswords joined the channel
aaronpk, eschnou, caseorganic, KevinMarks2, netweb, KevinMarks, voxpelli, shaiguit1r, krijnhoetmer, bret, Garbee, Atamido, iwaim, pfefferle, chiui, robmorrissey, krendil, barnabywalters, TallTed, tantek, brianloveswords and bdesham joined the channel
# 15:30 barnabywalters did you by any chance copy/paste the code I typed in to #indiewebcamp? I think my IRC client added curly quotes
# 15:30 bdesham hmm, I'm pretty sure I did the same thing and got something different. let me check
# 15:33 bdesham oh, nope, everything works. I must have been working with an old version of the html
# 15:35 kylewm can't seem to load the log. was there a resolution on the abbr title issue?
bdesham joined the channel
# 15:57 bdesham Can I expect microformats parsers to "do the right thing" for base URLs? If I specify that my h-card photo is "/images/photo.jpg", should a parser be able to resolve that path (i.e. prepend the correct host)?
# 15:57 tantek bdesham - yes, per the microformats2-parsing spec
# 15:57 tantek and I think there are even test cases for that too
# 16:02 barnabywalters bdesham: yep, relative URLs will be resolved correctly, but only in circumstances where it makes sense to parse them as URLs — e.g. <span class=“u-url”>/images/photo.jpg</span> won’t resolve it
# 16:02 barnabywalters they will correctly be resolved anywhere a URL is expected e.g. src=, href= data= attributes
# 16:05 bdesham it was originally specified with a relative URL, but that tool resolves the URL against the hostname *without* using the correct port number
# 16:06 bdesham (sorry, I realize I didn't actually say what was wrong before...)
# 16:08 barnabywalters ah yep okay I see. it isn’t correctly resolving to the full host — aaronpk looks like that’s an issue with the relative URL resolution?
# 16:09 barnabywalters aaronpk: I thought there was too, but unless there’s a separate problem, failing real world case > test case
# 16:10 aaronpk gah no tests include port number, even though lots of tests include weird things like username/password
robmorri_ joined the channel
# 16:21 aaronpk yes, after reading the rfc again I realized I had just left out including the port number in the "authority" segment
# 16:21 aaronpk luckily I wrote that code to match the RFC algorithm and cited RFC paragraphs and everything
chiui and robmorrissey joined the channel
# 18:01 bdesham me again ;) how do I use the "href" attribute of a <link> as a microformat property value? setting class="u-url" doesn't seem to work
tantek, brianloveswords, eschnou, philipashlock and robmorrissey joined the channel
# 21:44 bdesham how do I use the "href" attribute of a <link> as a microformat property value? setting class="u-url" doesn't seem to work
# 21:46 KartikPrabhu bdesham: any reason you'd like to use <link> which is a hidden element vs <a> which is visible to readers?
# 21:48 tantek KartikPrabhu: probably because it is invisible
# 21:48 tantek though we do support it for the rels - because that limits it, and there's been some solid use-cases presented for <link rel>
# 21:49 tantek KartikPrabhu: usually on *-examples pages on the microformats wiki
# 21:49 tantek on the #indiewebcamp wiki, it's usually in a section
# 21:50 tantek sometimes they're resolved by raising issues, e.g. on the *-issues page
robmorrissey joined the channel
# 22:32 bdesham I want to include a link to my "about me" page from my "about me" page. it would be silly to have an actual <a> link, and there's already a <link rel="canonical"> in the header
# 22:43 KartikPrabhu bdesham: but what is the purpose of marking it up? As in what microformat do you want to use?
krendil, Rastus_Vernon and tantek joined the channel