#tantek!tell barnabywalters - I moved my author icon/name inside my h-entry so you should be able to parse out full post/note information including p-author and h-card with image and name in the alt.
#aaronpkmy question is, should an mf2 parser be responsible for expanding those into fully-qualified URLs? my inclination is yes, because it makes the code consuming the parsed data simpler
#tantekaaronpk - relative to the URL you're parsing yes, consider <base> tags as well
#tantekyes - it's the mf2 parser's responsibility to expand them to full URLs
#tantek"if there is a gotten value, return the normalized absolute URL of it, following the containing document's language's rules for resolving relative URLs (e.g. in HTML, use the current URL context as determined by the page, and any preceding <base> elements). "
#tantekso I guess that'll have to be a test case for the parsers :)
#aaronpkalso like how we've been talking about pulling in some basic info from URLs like twitter does with the twitter cards, it may just look like that
#tantekaaronpk - so basically, with this design update to my notes, I feel like I have a decent building block for expanding to include reply context above my reply notes, or comments below my notes
#Loqitantek: aaronpk left you a message 1 hour, 21 minutes ago: I just updated IndieNews to work with comments the way we talked about yesterday! Here are the updated instructions: http://news.indiewebcamp.com/how-to-comment
#tantek!tell barnabywalters I noticed you have <a class="u-as-downstream-duplicate u-alternate"> in your posts - consider adding rel=syndication to those links too! E.g. on http://waterpigs.co.uk/notes/1329/
#tantekaaronpk - nm - indieauth is now working for me on indienews :)
tantek, seyz, eschnou and barnabywalters joined the channel
#Loqibarnabywalters: tantek left you a message 8 hours ago: - I moved my author icon/name inside my h-entry so you should be able to parse out full post/note information including p-author and h-card with image and name in the alt.
#Loqibarnabywalters: tantek left you a message 2 hours, 47 minutes ago: I noticed you have <a class="u-as-downstream-duplicate u-alternate"> in your posts - consider adding rel=syndication to those links too! E.g. on http://waterpigs.co.uk/notes/1329/
b0bg0d joined the channel
#barnabywaltershm, been meaning to fix that for a while — probably just replace them as they were prototypes of u-syndication
#tantekright - I remember when we talked this through the first time
#tommorristype="scribble" could actually work now that we have touch devices.
#tommorris"These fields allow the user to scribble with a pointing device (such as a mouse or pen) on top of a predefined image. The image is specified as a URI with the SRC attribute. If the user agent can't display images, or can't provide a means for users to scribble on the image, then the field should be treated as a text field. The VALUE attribute can be used to initialize the text field for these users. It is ignored when the user agent provides scr
#barnabywaltersaaronpk: so what is the etiquette for submitting posts? e.g. is it okay to write a listener which just submits any post I tag with #indieweb?
#barnabywaltersaaronpk: idea for the commenting: how about adding an experimental inline web action element I’m working on? which expands into an iframe when activated, for in-context commenting?
#barnabywaltersit’s just <action inline do="reply" with="url" >Fallback instructions</action>
#barnabywaltersI’m using postMessage, so if the embedded form detects it’s in an iframe, it hides header/footer, and sends a message to the parent window telling it what height to make the iframe
#aaronpkhuh... can the target of a webmention be implied?
#barnabywaltersonce more browsers support seamless iframes even the postMessage will not be needed
#aaronpkshouldn't I be able to just say "hey [webmention endpoint], check out this page!" and it can go find the target by parsing the page
#barnabywaltersaaronpk: you’ve lost me — in what context is this happening?
#barnabywaltersaaronpk: brilliant! almost there, at the moment it’s giving me a form to comment on the original post, not the indienews entry, but apart from that everything’s in place: http://www.youtube.com/watch?v=wgOJ3XLLAaM