I replied to the jira message, and it didn't bounce and didn't appear in jira, did I do something wrong?
cheers stuart -------- Original Message -------- Subject: Re: [jira] Commented: (FOR-1052) Add class attributes to the html generated by the FOAF plugin for later CSS styling Date: Fri, 12 Oct 2007 12:31:35 +0100 From: Stuart Yeates <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: Ross Gardler (JIRA) <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Ross Gardler (JIRA) wrote: > [ > https://issues.apache.org/jira/browse/FOR-1052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534267 > ] > > Ross Gardler commented on FOR-1052: > ----------------------------------- > > Why are these class attributes so fine grained? > > Instead of: > > + <td class="foaf-mbox_sha1sum-label">Mbox SH1Sum</td> > + <td class="foaf-mbox_sha1sum-value"> [...] > > Wouldn't it be better to have: > > + <td class="foaf-label">Mbox SH1Sum</td> > + <td class="foaf-value"> The value of mbox_sha1sum, unlike all the other values is a SHA1 hash, which every interfaces uses a monospaced font for. This was the motivating example for this entire patch, but there are other uses, which rely (as this one does) on the fact that the data type of the value is fixed by FOAF/DOAP and there is the opportunity to add CSS styling or javascript to make the value more useful. cheers stuart -- OSS Watch: http://www.oss-watch.ac.uk/ -- OSS Watch: http://www.oss-watch.ac.uk/
