There’s been some good progress on bibleref, and i’ve made corresponding updates (finally!) to the bibleref pages on SemanticBible: the overview is still the best starting place. There are some new blogging tools, and a validation/processor page where you can check your markup. I’ve also tried to state more precisely what processors should return when they find bibleref markup. The resulting grammar looks a little daunting (and those of you who understand this stuff should check if i’ve got it right): i probably thought too hard about weird cases that aren’t likely to occur often or ever. Maintaining the balance between making it as easy as possible for people to use, but being both precise and flexible enough, is a challenge.
I’d welcome further comments on the discussion forum: there’s a new topic for this version of the specification. I found the discussion format really helpful for the last round: Chris Roberts in particular helped me not go off the deep end on several points, and having an implementation really makes the discussion concrete.
After i’ve collected and digested comments on this draft, i’ll start button-holing some well-known bibliobloggers to see who i can persuade to adopt bibleref (Rico, you’re in my crosshairs). This should also help broaden the feedback in case there are still wrinkles to iron out.
By the way, “Creating Standards is Altruistic” by


I’m a newbie when it comes to CSS, etc. I play around a lot, but I’ve had no formal training. I’d like to start using the bibleref microformat on my blog. So here’s the rub. Firefox renders text wrapped in a <cite> element by placing the text in italics. Call me picky, but this bugs me when I’m citing Scripture references, etc. I’ve tried to use CSS to style the cite tag as follows:
cite {text-decoration:none;}This does not change anything (see the second paragraph in this blog post and my stylesheet).Any ideas on how to get rid of the italics?
Jim
Jim:
You’re not the first to ask: see this subsequent post.