#Tigtand I was curious if microformats can go onto SVG
#TigtI figure they do, since it supports the class attribute
#Tigtit would be inline markup, and the only difficulty I can foresee is it being in a technically different elementNS() and all which might cause parser issues
#tango_so, since my question of lore seems to have gotten lost, I'll reframe it more accurately. we have a website which is handled by jekyll, and I intend to use jekyll-scholar to produce the bibliography page. I wanted it to be properly marked up as bibliography, but all the CSL styles that I see only do standard HTML markup. does anybody know of a CSL style that actually produces microformat-friendly html
#tango_(or should I try my hand at CSL and see if I can hack it up myself?)
#tango_(and if so which microformat style should I use? it seems that for these things there is no widespread consensus as for other, at least judging from the wiki)
KevinMarks, KevinMarks_, alanpearce, ivc and csarven joined the channel
#willnorristhe mf2 parsing page mentions selectors like "abbr.p-x[title]". If I'm not mistaken, that would also match a title attribute with an empty value, correct? Most of the libraries I've looked at (node, php, py) all check for non-empty attribute values. thoughts on the discrepency?
#tantekit does mean to include title attributes with empty values because the assumption is that the author did intend that because putting in an empty title attribute is a deliberate action