#dev 2017-07-23

2017-07-23 UTC
#
tantek
snarfed++ awesome!
#
Loqi
snarfed has 7 karma in this channel (291 overall)
#
tantek
interesting - I think my RSVP embed has uncovered a float bug in webkit/blink (vs Firefox/Gecko which gets it right)
#
tantek
FF wraps the floats correctly, the others do not
[miklb], eli_oat, davidmead and tantek joined the channel
#
tantek.com
edited /wall (+1094) "more brainstorming, including some markup thinking"
(view diff)
#
tantek.com
edited /wall (+555) "Bridgy support / link"
(view diff)
#
tantek.com
edited /wall (+45) "/* Bridgy support */ link"
(view diff)
jjuran, j12t, j12t_, snarfed, wagle, jeremycherfas, AngeloGladding, [kevinmarks], barpthewire, arush and [colinwalker] joined the channel
#
vanderven.se martijn
edited /SEO (+746) "Nicen-up the Powazek links"
(view diff)
jeremycherfas joined the channel
#
@desparoz
@Blot__ Enjoying Blot, & considering seriously about its role in my blogging setup. Is there current/planned support for webmentions?
(twitter.com/_/status/889091639490125824)
j12t, davidmead, Defenestrate, snarfed, leg and jeremycherfas joined the channel
#
snarfed
hey aaronpk does wm.io support deleting wms with 410? (can't find 410 or 'delet' on https://webmention.io/ or https://github.com/aaronpk/webmention.io#readme )
#
snarfed
btw i figured out one subconscious reason i'm uncomfortable with making bridgy resend all past wms from newly blocked users
#
snarfed
it adds a UX promise that it will keep all past wms. no user-visible bridgy behavior has promised that so far, implicitly or otherwise, and i'm not sure i want to guarantee it
#
snarfed
(if i do start garbage collecting past wms, i could just resend the ones i have, but then i'd only resend *some* old wms, which is an unpleasant surprise UX)
#
Loqi
[snarfed] #762 resend all past webmentions from newly blocked users
j12t, KevinMarks, ben_thatmustbeme and KevinMarks_ joined the channel
#
@Blot__
@desparoz Hello Des, webmentions are not supported and not currently planned. I will add some kind of comment featu… https://twitter.com/i/web/status/889155502260748289
(twitter.com/_/status/889155502260748289)
j12t and jeremycherfas joined the channel
#
@movenergy2
What the New Webmention and Annotation W3C Standards Mean for WordPressCommenting on blog posts and other website... http://movenergy.net/what-the-new-webmention-and-annotation-w3c-standards-mean-for-wordpress/
(twitter.com/_/status/889168407983046656)
davidmead joined the channel
KevinMarks joined the channel
KevinMarks_, j12t, KevinMarks and [miklb] joined the channel
#
[miklb]
snarfed should I open an issue with Quill also/instead of the WP micropub plugin?
j12t and j12t_ joined the channel
davidmead, KartikPrabhu and [grantcodes] joined the channel
#
[grantcodes]
Hopefully this is an ok place for a microformats debugging question.
#
[grantcodes]
So my notes always seem to get picked up as having a name property and it usually includes the entire text of the h-entry
#
Loqi
[Tantek Çelik] h-entry is a simple, open format for episodic or datestamped content on the web. h-entry is often used with content intended to be syndicated, e.g. blog posts. h-entry is one of several open microformat standards suitable for embedding data in HTML/H...
#
[grantcodes]
I should include a p-name in my html?
#
Zegnat
You are better off just always including p-name somewhere, yes
#
Loqi
definitely
#
Zegnat
A lot of use do p-name on the same element as e-content
#
Zegnat
What you are seeing is the fact that name is an implied property: everything has to have a name. The mf2 spec defines how to find one when it is not defined: http://microformats.org/wiki/microformats2-parsing#parsing_for_implied_properties
#
Loqi
[Tantek Çelik] microformats2 parsing specification
#
[grantcodes]
Yeah, thats what I thought, just seems a little strange
#
Zegnat
By not defining it yourself, and not having some very specific mark-up, parsers default to: “else use the textContent of the .h-x for name”
#
Zegnat
That often ends up including footers and metadata and what not. At least in the case of h-entry.
#
[grantcodes]
Ok so the solution would be add p-name to the note content only if there is not an actual title
#
Zegnat
Yep, that’s what I do
#
[grantcodes]
Cool thanks ?
#
Zegnat
The parsing algo makes sense for small objects. E.g. implying name and URL from a single-element h-card: https://php.microformats.io/?id=20170723214459398
#
Zegnat
It makes a little less sense for h-entry
#
Zegnat
Hope that clears everything up :D
#
[grantcodes]
Fixed! Thanks!
KevinMarks_, KevinMarks, AngeloGladding and [miklb] joined the channel