|
|
(12 intermediate revisions by 6 users not shown) |
Line 46: |
Line 46: |
| * {{OpenIssue}} 2006-04-04 raised by [[User:Evan|Evan]]. | | * {{OpenIssue}} 2006-04-04 raised by [[User:Evan|Evan]]. |
| *# It doesn't seem possible to give an approximate, average, or absolute '''price''' of the product or service in question. Examples: for a piece of software, the suggested retail price. For a restaurant, average price of an entree, ''or'' a '''price range'''. Prices should almost definitely have a ''currency'' marker and an ''amount''. Suggestion: ''<nowiki><span class="price"><abbr class="currency" title="Canadian dollars">$</abbr><span class="amount">10.99</span></span></nowiki>''. For a range, ''<nowiki><span class="pricerange"><span class="price"> ... </span> to <span class="price"> ... </span></span></nowiki>''. | | *# It doesn't seem possible to give an approximate, average, or absolute '''price''' of the product or service in question. Examples: for a piece of software, the suggested retail price. For a restaurant, average price of an entree, ''or'' a '''price range'''. Prices should almost definitely have a ''currency'' marker and an ''amount''. Suggestion: ''<nowiki><span class="price"><abbr class="currency" title="Canadian dollars">$</abbr><span class="amount">10.99</span></span></nowiki>''. For a range, ''<nowiki><span class="pricerange"><span class="price"> ... </span> to <span class="price"> ... </span></span></nowiki>''. |
| | |
| | <div class="hentry"> |
| | === Item === |
| | *{{OpenIssue}} <span class="entry-summary author vcard"> <span class="published"><abbr title="2010-07-10">2010-07-10</abbr></span> raised by <span class="fn">[[User:Codeguru413|Codeguru413]]</span></span>. |
| | <div class="entry-content discussion issues"> |
| | * <strong class="entry-title"><abbr title="International Standard Book Number">ISBN</abbr>s should not be used as unique IDs for [[hReview]]s</strong>. |
| | |
| | As I was reading the spec, I came across the following for the definition of the <b>item</b> portion of [[hReview]]: <i>"Non-<abbr title="Uniform Resource Locator">URL</abbr> unique item IDs (e.g. <abbr title="International Standard Book Number">ISBN</abbr>s, <abbr title="Universal Product Code">UPC</abbr>s) MAY be represented as a <abbr title="Uniform Resource Name">URN</abbr> ("url") for the item."</i> If you look at [http://www.isbn.org ISBN.org]'s website, they warn strongly against using <abbr title="International Standard Book Number">ISBN</abbr>s as unique IDs because often times, a book with the <em><strong>same title</strong></em> may have <em><strong>different</strong></em> <abbr title="International Standard Book Number">ISBN</abbr>s. Often, when we think of a book, what we really mean is a title. A book is just a particular publication of a title. As we know, books for a title can come in many different formats: softcover, hardcover, large print, illustrated, etc. Each publication will have a different <abbr title="International Standard Book Number">ISBN</abbr>. |
| | |
| | There is no encoding within the <abbr title="International Standard Book Number">ISBN</abbr> number that accounts for whether a book of a certain title is a softcover or hardcover, rather, merely because they are two separately published items from the same or different publishers, they will have different <abbr title="International Standard Book Number">ISBN</abbr>s. This is especially problematic for [[hReview]] since that microformat is meant for aggregation. It is possible that reviews for a single title will be split across many different <em>books</em> simply because each review is tied to a (possibly) different <abbr title="International Standard Book Number">ISBN</abbr>. This makes it much more difficult to aggregate reviews for such items as books (ahem—or should I say, <em>titles</em> ;) ). |
| | |
| | By using some other way to uniquely identify titles, reviews for titles can be aggregated and displayed for each instance of a title (e.g., a book). I know that unique identifiers are out of scope for [[hReview]]. I'm only suggesting that reviews should not use the <abbr title="International Standard Book Number">ISBN</abbr> of a book as a way to identify the title to which the review refers. |
| | |
| | ** No follow-up comments have been left yet. |
| | </div> |
| | |
| | |
| | <div class="hentry"> |
| | *{{OpenIssue}} |
| | <span class="entry-summary author vcard"> |
| | <span class="published">2010-10-19</span> |
| | raised by <span class="fn">[[User:MarcusJT|Marcus Tucker]]</span>. |
| | </span> |
| | <div class="entry-content discussion issues"> |
| | * <strong class="entry-title">Percentages</strong>. |
| | Just as stars (e.g. 3 stars out of 5) are a universal way of representing scores/ratings, so are percentages (e.g. 60%). However, at present percentages aren't mentioned anywhere in the hReview standard, let alone catered for specifically, despite there being countless examples of percentages used for review ratings across the web. |
| | |
| | I can't find any trace of discussion relating to the inclusion of percentages in the hReview standard, so for the time being I can only assume that it is an oversight, but I cannot fathom how this could be so. |
| | |
| | Anyway, I propose that just as the standard already requires that a number by itself (e.g. 3) should (in the absence of best/worst metadata) be interpreted as 3 out of 5, so a number followed (with or without space) by a percentage sign (e.g. 60%) should be acceptable, as it literally translates to 60 out of 100 (with a minimum of 0), and can be translated to the 1-5 rating format relatively easily, though dealing with percentages of less than 10% needs some thought given the default rating range of 1.0 to 5.0 that hReview currently defines. |
| | |
| | ''Addendum 2010-11-02: Google's Rich Snippets (which extracts information from hCard, hReview, hCalendar, and other microformats) will happily read a percentage value and display it as a rating out of 5. However, the validity of this approach remains unmentioned here and therefore a response/discussion/guidance/incorporation into the hReview standard is still required.'' |
| | </div> |
| | </div> |
| | |
| | |
| | <div class="hentry"> |
| | *{{OpenIssue}} |
| | <span class="entry-summary author vcard"> |
| | <span class="published">2010-10-19</span> |
| | raised by <span class="fn">[[User:MarcusJT|Marcus Tucker]]</span>. |
| | </span> |
| | <div class="entry-content discussion issues"> |
| | * <strong class="entry-title">hReview does not currently support data stored in VALUE attributes</strong>. |
| | In some situations the rating (or other desired hReview value) may currently be expressed neither as plain text nor TITLE attribute as the standard currently allows for, but instead as a VALUE attribute of a form element, an extreme example being as a VALUE of the (SELECTED) OPTION element of a SELECT element (which unfortunately is the real-world code that I have to work with and cannot completely rework as I would like to due to cost implications). |
| | |
| | Alas the current hReview standard does not seem to provide any mechanism for marking up ratings expressed as a VALUE attribute and hence cannot be applied in such situations without significantly altering the structure/format/elements of the HTML - hence I suggest that a third, general solution needs to be devised to permit the use of hReview in such situations (i.e. where an important microformat data value is stored in a VALUE attribute). |
| | </div> |
| | </div> |
|
| |
|
| == Template == | | == Template == |