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
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). "
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/
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/
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?
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
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