#microformats 2017-04-29

2017-04-29 UTC
[kevinmarks] and [eddie] joined the channel
#
[eddie]
These conversations are slightly terrifying as I'm looking at likely starting in Swift mf2 parsing tomorrow ??
nitot and [eddie] joined the channel
#
ben_thatmustbeme
Haha, Eddie is a matter of I'm trying to write a brand new parse in a few days
#
Loqi
hehe
#
ben_thatmustbeme
There dragons lie
#
ben_thatmustbeme
On the plus side, the tests are improving as a result
[tamaracks], tantek, [chrisaldrich], [colinwalker], nitot, [kevinmarks], [jeremycherfas], nitot_, rodolfojcj and [eddie] joined the channel
#
[eddie]
ben_thatmustbeme: that's great to hear about the tests because I'm gonna have to build my Swift parser fairly quickly as well because I'd like to get my app moving forward and it relies on the parser. Looking forward to be able to use the improved tests ?
#
[kevinmarks]
Sounds like I should iterate the tests again with the python parser
[colinwalker], tantek, [jeremycherfas], [eddie], davidmead, [manton], KartikPrabhu, [chrisaldrich], [kevinmarks], gRegorLove and evanwolf joined the channel
#
ben_thatmustbeme
found what i think is another bug
#
ben_thatmustbeme
implied-title test
#
ben_thatmustbeme
the h-feed claims to get a name of "microformats blog" which only exists at the title of the page
#
aaronpk
hm, yeah i think the mf2 parser shouldn't do that
#
Loqi
h-feed is a microformats2 draft for marking up a stream or feed of h-entry posts, like complete posts on a home page or archive pages, or summaries or other brief lists of posts. h-feed is the microformats2 update to hAtom's "hfeed". Per CC0, to th...
#
aaronpk
> If there is no explicit "h-feed" element, implementations may: Treat the <title> of the page or the URL of the page as the p-name
#
ben_thatmustbeme
thats if there is no h-feed element
#
ben_thatmustbeme
but there is
#
aaronpk
yeah i just mean that text even sounds like it's not the parser's job even if there isn't an h-feed element
#
aaronpk
that's something the consumer of the parsed result should do
davidmead joined the channel
#
ben_thatmustbeme
updated PR, with that fix
#
ben_thatmustbeme
also found like 6 other instances with incorrect trailing spaces on "html" fields
gRegorLove, [eddie] and [kevinmarks] joined the channel
#
[kevinmarks]
Yay. Kill the gratuitous spaces
#
Loqi
yay!