tw2113, iasai, KartikPrabhu, wolftune, snarfed, [eddie], [asuh], [Rose], deathrow1, JasonO, barpthewire, rEnr3n, jihaisse, cweiske and chrisaldrich joined the channel; tw2113 left the channel
iasai, [kevinmarks], AkyRhO, catsup, friedcell, [Rose], rEnr3n, [aaronpk], [jgmac1106], pierrolunaire, KartikPrabhu and eli_oat joined the channel; friedcell left the channel
barpthewire, iasai, snarfed, [jgmac1106] and [eddie] joined the channel
#jmacCool, Vicky is good people. (I do not have any link ideas.)
[cleverdevil] joined the channel
#[cleverdevil]Vicky *is* good people. I almost recommended Micro.blog to her based upon Manton’s successful migration of his very large WordPress site. But, I think that would violate the spirit of her request 😀
#[jgmac1106]All the WP plugins I would recommend we're already recommended
#[kevinmarks]did manton write about it? send her that link
#@ceejbotLet us henceforth reserve "content generation" to describe the process of making things that some surveillance advertising broker is going to make money from. If you're putting it on your own blog, it's called "writing". (twitter.com/_/status/1107643682050564096)
#[cleverdevil]But, it’s light on technical details. I don’t know if it would be helpful to Vicky other than it being a recommendation for the platform.
iasai, botka, adactio, swalladge, wolftune, aalmazan, [schmarty], kraftbj, eli_oat, davy__, davy_, KartikPrabhu, davyht, snarfed, bkardell, gRegorLove, [Rose], jackjamieson and francoscarpa joined the channel
#francoscarpaHi all, nice to meet you and the IndieWeb community! 😊
#francoscarpaSono di Venezia. Grazie mille per il like! Se preferisci possiamo parlare in inglese.
eli_oat1 and [Rose] joined the channel
#jeremycherfasE mio preferito, ma devo migliorare il mio Italiano.
#jeremycherfasForse sara meglio per gli altri qui dentro in inglese, anche perche autocorrect non capisce l’italiano.
snarfed, swalladge and [frank] joined the channel
#[frank]Crossposting myself from #chat: In better news, the location for IWC Utrecht is set. We will be at the offices of Shoppagina.nl, a small company with a SaaS solution to build your own webshop. Website, registrationform and Indieweb-RSVP thingamajiggy is coming up asap. I will update the wiki later tonight.
#Loqi[Marty McGuire] Me: [scrolling through posts in Monocle, the IndieWeb reader]
Monocle:
Me: I don't want to open up 8 tabs for Twitter. I'll just visit Tantek's homepage where I bet he shows these tweets in full context.
tantek.com:
😂
#Loqijmac has 3 karma in this channel over the last year (19 in all channels)
#[tantek]schmarty, I take exception to the "website similarly has no context for these tweets" in your alt text - as your alt text quotes, I do provide at least the *author* @-name context for those tweets!
#[tantek]it may be minimal and insufficient, but it's not no context! 😛
#[tantek]I do want to help encourage everyone with the notion that even small / incremental improvements are good / count, are worthy of recognition
#[tantek]The more we can lower the barrier to helping folks with a regular habit of updating / improving their personal sites, the better
#[tantek]schmarty what UI do you use for uploading/attaching an image to a post and then entering the alt text for it?
#[schmarty]for that one i used the quill editor and then added the alts by hand after the fact.
#[tantek]same question for you jmac, did you author that HTML with img and alt by hand, or do you use a UI of some sort to upload/attach images to your blog post and enter alt text for them?
#[tantek][schmarty] did you add the alts "by hand" into the HTML of your post, or some other format (Markdown? Does Markdown even support alt text on images?) or UI?
#[tantek]asking for inspiration and to minimize re-invention
#[schmarty]they're edited into the HTML. markdown does support alt text on images!
#[tantek]I know markdown supports *title*/hover text on images, but hadn't seen anyone do alt on images
#[schmarty]oh, i guess that depends on what your converter does with the text in there 😕
#[schmarty]i have always used and assumed it to be for alt rather than title.
#jmac[tantek]: Attaching media to my posts is mostly manual, for me. I have a streamlined and very personalized setup where I pop the image onto dropbox under a name I choose, then in my post source I whistle up a BBEdit "clipping" that plops in an apropos blob of <figure> or <img> HTML with placeholders, which I then proceed to fill in.
#jmacI realize this is weird and "Uhhh wait how do I add images" is the #1 extremely reasonable question I get from Plerd users who are not me
newbie|3 and [frank] joined the channel
#jmacI used to use Markdown syntax for images but I am too picky about wanting to float it or add margins or captions, so I just use raw HTML for 'em
#[tantek]so how do you "hover it" when uploading media from your mobile touch device?
#[jgmac1106]Not sure I use a third party client for mobile
swalladge joined the channel
#[tantek]so how does that third party client allow you to add alt text when you upload media on your mobile?
#[jgmac1106]You know... Not sure I ever tried. Been seeking advice from IndieWeb screen reader users on microblog... Will check Tusky... my client
#[jgmac1106]Uses a fig caption it looks like.. That also causes confusion. If I include a caption what do I put in alt text?
#[tantek]caption is not the same as alt. there must be a separate UI from alt distinct from caption; the caption is intended to be visible *in addition* to the image itself. whereas the alt is only displayed *instead of* the image
#[tantek]has anyone ever put multiline alt text on their images?
#[tantek]looks like linebreaks inside of an alt attribute actually work to display in a browser as line breaks (with explicit white-space:pre on the img) when the image source is missing! e.g. http://jsfiddle.net/Madmartigan/S8SXP/
#[tantek]so it's *possible* to do, just curious if anyone is actually publishing multiline alt text, and if so, how did you enter it (e.g. editing HTML directly or something else)
#Loqi[arush] @jgmac1106 YOur alt text should be brief and to the point, so it should contain a lot less than your paragraph description. For example, if you were selling clothing, and you spent a paragraph describing/marketing the clothing, and your image was of ...
#Loqi[hope] @jgmac1106 As in it may not validate if you don't put the alt text in, but having the descriptions in the title is still a way of doing it.
#gRegorLoveThe guidelines we've quoted on /alt have been the easiest for me to remember. "Use alt text that makes sense when read out loud along with the context of any text before, and any text after the image.
#gRegorLoveI think screen readers say "graphic" (or "image") before reading the alt text. So "photo of" may not be a good start of the alt text.
#[tantek]Hmm, I wouldn't assume that unless that's been documented somewhere. Haven't seen any alt authoring advice anywhere that says "assume the screen reader starts with 'graphic' or 'image' before reading your alt text outloud"