2015-03-19 UTC
tantek and Tigt joined the channel
# 01:38 Tigt Pardon me, I was wondering if I could ask for some advice on using microformats2
KevinMarks_ joined the channel
# 01:59 tantek Tigt - go for it - hopefully one of us can help out!
# 01:59 Tigt awesome, thank you
# 01:59 Tigt I'm scaffolding up a webcomic site where I'm trying some high-concept stuff
# 02:00 Tigt mostly, comics-as-markup instead of bitmaps
# 02:00 Tigt and I was curious if microformats can go onto SVG
# 02:00 Tigt I figure they do, since it supports the class attribute
# 02:03 Tigt it 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
# 02:05 tantek microformats can go wherever you have a class attribute :)
# 02:05 tantek if you have an example URL we can try running it through microformats parsers
# 02:06 Tigt I'll try that later, I'm very beginning-stages for now
# 02:08 Tigt and secondly, I'm guessing that h-entry would be most suitable
# 02:08 Tigt but I just wanted to run that guess by here
KartikPrabhu joined the channel
# 02:09 aaronpk probably yeah, the whole comic would be an h-entry
# 02:09 tantek we have a few examples of folks publishing comics on the indieweb
# 02:10 Tigt oh man, I have that bookmarked apparently
# 02:10 Tigt that's a pleasant surprise
# 02:10 Tigt ah yeah I remember the use of <object>
# 02:10 Tigt I tried that for some early comic-accessibility experiments
# 02:13 Tigt it seems to work poorly sometimes
JonathanNeal joined the channel
# 02:14 tantek Tigt I bet together we can figure out how to make it work well
# 02:15 Tigt I couldn't find a lot of information on what browsers /did/ with the object fallback interior
# 02:15 Tigt especially not re:accessibility trees
# 02:17 Tigt hello Mr. Neal, I didn't know you were into SVG comics
# 02:18 Tigt I guess that's true!
# 02:18 tantek Tigt - which means works great for indie readers too!
# 02:19 JonathanNeal Tigt: I happen to be working on a website that’s adding a comic, not in SVG, but it’s a really neat idea to convert it into SVG.
# 02:19 Tigt that would be pretty neat
# 02:20 JonathanNeal And technically, you could group all the pages, hash them, and have the SVG be a readable comic.
# 02:20 Tigt I ran a Robbie and Bobby comic through a converter and then tuned it by hand, it ended up being a third the filesize
# 02:21 Tigt (once I gzipped it level 9, anyway)
# 02:22 Tigt yeah I was just curious if h-entry was suitable and if SVG was an allowed markup language for microformats
# 02:22 Tigt since it uses class it slots in pretty perfectly
# 02:22 Tigt having trouble with inserted <meta> tags, but dark data shouldn't be kosher anyway
# 02:24 Tigt (the HTML5 parser thinks you forgot your </svg> and autocloses it)
# 02:25 tantek the only good meta is <meta charset="utf-8"/>
# 02:26 Tigt it does switch back to HTML inside <title>, <desc>, and <foreignObject>, so it's possible in emergencies
# 02:26 Tigt but man I don't want to abuse those tags for that
# 02:51 Tigt alright, thanks for lending me your ear, I'll send my page through the parsers once it's done and report any issues if they happen
KartikPrabhu and Atamido joined the channel
# 05:29 tango_ it might even be possible to tag the characters inside the comic with microformats
# 05:29 tango_ and the text bubbles with p-content
# 05:29 tango_ and have some automatic comic-to-text
KevinMarks_, kez_ and alanpearce joined the channel
KevinMarks_ joined the channel
# 08:03 tango_ ben_thatmustbeme: yah, with the addition of the text bubbles
# 08:03 tango_ it could even link to the specific _panel_
eschnou joined the channel
# 08:08 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
# 08:08 tango_ (or should I try my hand at CSL and see if I can hack it up myself?)
# 08:09 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
KevinMarks_, mettekou and alanpearce_ joined the channel
tantek and mettekou joined the channel
# 12:09 tango_ tommorris: ah, it's not linked from where it should be 8-/ thanks
# 12:24 tommorris tango_: feel free to suggest fixes (or just edit the pages in question).
# 12:24 tango_ tommorris: good point
# 12:24 tango_ I think I even have an account on the wiki from a few eons ago
TallTed, KevinMarks_, pfefferle, gRegor` and tantek joined the channel
KevinMarks_, Acidnerd, mettekou, KevinMarks__, barnabywalters, tantek, pfefferle and csarven joined the channel
tantek, barnabywalters, eschnou and KevinMarks_ joined the channel
KevinMarks_ and willnorris joined the channel
# 20:09 willnorris the 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?
# 20:10 tantek it 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
# 20:11 willnorris thanks, that's what I was thinking as well. If there's an empty attribute, it must have been intentional
KartikPrabhu, KevinMarks_, KevinMarks__ and alanpearce joined the channel