h***@gmail.com
2014-04-10 16:58:32 UTC
May I propose a change to the DTD. Some websites have "star-rating" based on the number of votes cast by people viewing the website. In these cases it's important to know the number of voters to make useful sense of the rating score. E.g. a programme might have a score of "0" but that's because no votes have been cast. Similarly a score of "10" means little if the number of voters is "1"!
I propose adding an attribute to the star-rating element called "votes" which could have the number of votes cast.
e.g.
http://port.ro/inchisoarea_ingerilor_the_shawshank_redemption/pls/fi/films.film_page?i_perf_id=59569078&i_topic_id=1
Rating = 9,7/10 from 1650 votes
So rather than :
<star-rating>
<value>10 / 10</value>
</star-rating>
It would have :
<star-rating votes="1650">
<value>10 / 10</value>
</star-rating>
Likewise
http://port.hu/noddy_kalandjai_jatekvarosban_ii._make_way_for_noddy/pls/fi/films.film_page?i_perf_id=41219731&i_topic_id=1
would have
<star-rating votes="2">
<value>1 / 10</value>
</star-rating>
indicating that the film isn't necessarily that bad!
(FTAOD this would be in addition to the existing "system" attribute)
Rgds,
Geoff
I propose adding an attribute to the star-rating element called "votes" which could have the number of votes cast.
e.g.
http://port.ro/inchisoarea_ingerilor_the_shawshank_redemption/pls/fi/films.film_page?i_perf_id=59569078&i_topic_id=1
Rating = 9,7/10 from 1650 votes
So rather than :
<star-rating>
<value>10 / 10</value>
</star-rating>
It would have :
<star-rating votes="1650">
<value>10 / 10</value>
</star-rating>
Likewise
http://port.hu/noddy_kalandjai_jatekvarosban_ii._make_way_for_noddy/pls/fi/films.film_page?i_perf_id=41219731&i_topic_id=1
would have
<star-rating votes="2">
<value>1 / 10</value>
</star-rating>
indicating that the film isn't necessarily that bad!
(FTAOD this would be in addition to the existing "system" attribute)
Rgds,
Geoff