2016-02-19 UTC
KartikPrabhu, fuzzyhorns, gRegorLove, davidmead, tantek and dogada joined the channel
# 07:10 dogada uf-wiki-visitor: schema.org microformats used by Google supports several breadcrumbs on single page
# 07:10 Loqi dogada: aaronpk left you a message on 2/12 at 2:59pm: shoot, I suspect the server can't speak your SSL. I'll be moving pin13.net to a new server soon which should fix that problem.
# 07:17 KartikPrabhu you can use both sure. but schema.org has no specifications for microformats
# 07:18 dogada aaronpk: thanks for looking into pin13.net SSL issue, on dogada.org I use free TLS-cert from startssl.com if it helps
KartikPrabhu joined the channel
# 07:28 KartikPrabhu it doesn't walk like a duck, because microformats parsers don't parse RDFa syntax
# 07:29 KartikPrabhu even if it is mentioned on the microformats wiki as an alternative/prior attempts at breadcrumbs
termie, gRegorLove and fuzzyhorns joined the channel
# 08:43 dogada Got strange issue with brid.gy after I added h-breadcrumb microformat to my blog. Page now has both h-breadcrumb and h-entry (for example please see https://dogada.org/dvd/blog/implemented-breadcrumbs ) but when I try to publish it via brid.gy, it offers me to use text from h-breadcrumb and not from h-entry. Is it correct?
ivc_ and netweb joined the channel
tantek, adactio and fuzzyhorns joined the channel
TallTed, fuzzyhorns, ben_thatmustbeme, dogada, Left_Turn, gRegorLove, tantek, kylewm, hober and Erkan_Yilmaz joined the channel
# 18:44 tantek what exactly *is* a utility class (vs. what other kinds of class) name anyway KevinMarks ?
# 18:52 tantek KevinMarks: wow what?!? "Apply .float-left whenever you need something floated left, and you won’t end up filling stylesheets with repeated float: left;"
# 18:52 tantek seriously? this sounds like a hack to workaround putting in inline style attributes on elements
# 18:52 KevinMarks and there is a convention for using u- for them, at elast in suits
# 18:53 tantek hmm, this seems like a bad idea as a formalized practice for the same reasons that style attributes are
# 18:53 tantek but at least with style attributes, their mere existence is like a giant (easily findable) FIXME in your code
# 18:54 tantek so using something like .float-left is actually WORSE for maintenance / improvement than style="float:left"
# 18:54 KevinMarks it's a way for people to violate the 'don't put inline styles in, use CSS' rule
# 18:54 tantek that so-called "utility classes" are actually a bad (not good longterm) technique
# 18:55 tantek I wonder if we have to black list certain u-*- prefixes
# 18:56 tantek wow they're even mixing '-' and camelCase ?!?
# 18:56 tantek a-ha, perhaps we can use that to our advantage to filter them out
# 18:56 tantek pretty sure I documented an "all lowercase hyphenated words" convention somewhere for microformats
# 18:56 tantek we could have parsers MUST IGNORE u-* properties where the * is camelCased
# 18:58 KevinMarks well, to an extent it doesn't matter too much, as we aren't looking for those properties
# 18:58 tantek KevinMarks, tommorris, gRegorLove, kylewm, aaronpk and anyone else actively working on / using mf2 parsers - what do you think of: "parsers MUST IGNORE u-* properties where the * is camelCased"
# 18:59 KevinMarks a general post doing some utility class shaming may be a good thing
# 19:00 tommorris Not sure, tantek. The other alternative is to only sniff for u-x-* and known u-'s
# 19:00 tantek ugh - no way we want to go back down the "known u-'s" road
# 19:03 tantek that's just apart of their -sm- -md- -lg- horribly misthought media query breakpoints
# 19:04 tantek I can't even begin to say why that's such a bad idea
# 19:19 KevinMarks there's no way of doing the CDATA-like 'ignore < inside this" in html5
nitot_, KevinMarks and fuzzyhorns joined the channel
fuzzyhorns joined the channel