From arash.amiri at researchstudio.at Wed Jul 4 05:18:38 2007 From: arash.amiri at researchstudio.at (Arash Amiri) Date: Wed Jul 4 05:19:07 2007 Subject: [uf-new] micorformat for a shopping task Message-ID: <468B901E.5080607@researchstudio.at> Hi! I was wondering if it makes sense to create some microformat for a shopping task. This microformat describes what you want to buy, until when you want to have it (deadline?), and maybe some more things... The reason why I mention this it to find some "portable description" of things you need. For example, you walk passed a supermarket and get reminded that you need some bread. There is probably no format encapsulating this "I need this until then..."-thing. any comments (or is that just out of scope of the idea?) From scott at makedatamakesense.com Wed Jul 4 07:52:36 2007 From: scott at makedatamakesense.com (Scott Reynen) Date: Wed Jul 4 07:52:41 2007 Subject: [uf-new] micorformat for a shopping task In-Reply-To: <468B901E.5080607@researchstudio.at> References: <468B901E.5080607@researchstudio.at> Message-ID: <5C5B4EA3-B828-4FC5-8079-0A87C6E68DEC@makedatamakesense.com> On Jul 4, 2007, at 6:18 AM, Arash Amiri wrote: > I was wondering if it makes sense to create some microformat for a > shopping task. This microformat describes what you want to buy, > until when you want to have it (deadline?), and maybe some more > things... > > The reason why I mention this it to find some "portable > description" of things you need. For example, you walk passed a > supermarket and get reminded that you need some bread. There is > probably no format encapsulating this "I need this until then..."- > thing. > > any comments (or is that just out of scope of the idea?) Have you tried applying hListing to this? http://microformats.org/wiki/hlisting -- Scott Reynen MakeDataMakeSense.com From msporny at digitalbazaar.com Sun Jul 8 13:39:33 2007 From: msporny at digitalbazaar.com (Manu Sporny) Date: Sun Jul 8 13:39:37 2007 Subject: [uf-new] hAudio implemented on Bitmunk (with one snag) Message-ID: <46914B85.4040903@digitalbazaar.com> We've gone through and implemented hAudio on Bitmunk.com (one of our service websites). David Lehn, one of our semantic web guys, has also created an hAudio plug-in for Operator. Mike Kaply, author of Operator, said that he will make it available via the Operator download section within the next week or two. To view some hAudio compliant markup, you can go to the following link: http://www.bitmunk.com/view/media/6011098 There are over 850,000 songs that have been marked up on the website. We are in the process of talking our partners, colleagues and competitors into using hAudio to mark up their audio content as well. So, good progress is being made in implementing hAudio. However, we've hit a snag when it comes to usability with hAudio and Operator/Firefox 3. Problem Description: It is quite often that a site uses an image instead of a text link to present actions. For example: Instead of using the text "Download", they will use a graphic image with a downward-facing arrow. In other words, if we have this: Download: How do we present this option to a human being in a non-web-page UI? How it relates to the Examples: We (Bitmunk.com) has this problem with 'rel-sample', 'rel-enclosure', and 'rel-payment'. Most of the examples also contain images instead of text for samples, downloads and purchase links. This is a demonstrable, widespread problem. The problem with Operator and screen readers: If there is no text to display, then how does one place the item into a menu/display for Operator/Firefox? Grabbing the image and placing it in a UI is a difficult argument to make - there are a variety of image sizes that might not do well in the Operator UI (or Firefox 3 UI). Proposed solution: We have a fix for Operator that uses the link title text if there is no internal text. This fixes the problem for both Operator menu display, Firefox 3 UI display and for screen readers. Here's how the site author would change the text above: Download: This approach is beneficial for the following reasons: 1. It POSH-ifies the website. 2. It works well with Operator, Firefox 3 and other uF parsers/UIs. 3. It fixes the accessibility/screen reader problem. We need feedback/consensus from the uF community before submitting the patch for inclusion into Operator/Firefox 3. Is there anybody that disagrees with this approach or has a better approach? -- manu From andy at pigsonthewing.org.uk Sun Jul 8 14:10:23 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Sun Jul 8 14:10:30 2007 Subject: [uf-new] hAudio implemented on Bitmunk (with one snag) In-Reply-To: <46914B85.4040903@digitalbazaar.com> References: <46914B85.4040903@digitalbazaar.com> Message-ID: In message <46914B85.4040903@digitalbazaar.com>, Manu Sporny writes >Problem Description: > >It is quite often that a site uses an image instead of a text link to >present actions. For example: Instead of using the text "Download", >they will use a graphic image with a downward-facing arrow. > >In other words, if we have this: > >Download: > > > > >How do we present this option to a human being in a non-web-page UI? The HTML is invalid, lacking the alt attribute which should fix this problem. -- Andy Mabbett From msporny at digitalbazaar.com Sun Jul 8 14:30:12 2007 From: msporny at digitalbazaar.com (Manu Sporny) Date: Sun Jul 8 14:30:15 2007 Subject: [uf-new] Mapping the hAudio Microformat to hAudio RDFa Message-ID: <46915764.1070900@digitalbazaar.com> What is the process for mapping the hAudio Microformat to RDFa? The reason that we need to do this is because the hAlbum/hVideo specs that we've been researching internally have some nasty long-term design issues due to the no-namespace/scope-less approach that uFs have adopted. We'd like to make hAudio a standard across "semantic languages". We don't want to go through the same arduous process that everybody had to go through on here concerning hAudio with another community... it would be a waste of everybody's time. The hard work (research, examples and analysis) was accomplished via the Microformats process. Implementing hAudio using the Microformats approach isn't going to work for complicated/nested audio/video/image structures. We have a very large database that we would like to semantic-ify and we would like to do it in a standards-compliant way. How can we propose an RDFa standard for hAudio that is scrutinized and adopted by this community? In other words - Microformats did a good job with the design. We'd like to give people the option to implement using either hAudio uF or hAudio RDFa. -- manu From microformats at kaply.com Mon Jul 9 05:37:49 2007 From: microformats at kaply.com (Mike Kaply) Date: Mon Jul 9 05:37:53 2007 Subject: [uf-new] hAudio implemented on Bitmunk (with one snag) In-Reply-To: References: <46914B85.4040903@digitalbazaar.com> Message-ID: Actually the alt attribute WON'T fix this problem. Because the microformat attribute is on the anchor tag, not the image. Microformats grab the text in the tag. They only grab the image alt text if the microformat class is on the image itself. Here's a different example: Mike Kaply I realize this is a little contrived, but you get the idea. In this case, the fn is empty. Mike Kaply On 7/8/07, Andy Mabbett wrote: > In message <46914B85.4040903@digitalbazaar.com>, Manu Sporny > writes > > >Problem Description: > > > >It is quite often that a site uses an image instead of a text link to > >present actions. For example: Instead of using the text "Download", > >they will use a graphic image with a downward-facing arrow. > > > >In other words, if we have this: > > > >Download: > > > > > > > > > >How do we present this option to a human being in a non-web-page UI? > > The HTML is invalid, lacking the alt attribute which should fix this > problem. > > -- > Andy Mabbett > _______________________________________________ > microformats-new mailing list > microformats-new@microformats.org > http://microformats.org/mailman/listinfo/microformats-new > From andy at pigsonthewing.org.uk Mon Jul 9 07:14:12 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Mon Jul 9 07:14:16 2007 Subject: [uf-new] hAudio implemented on Bitmunk (with one snag) In-Reply-To: References: <46914B85.4040903@digitalbazaar.com> Message-ID: <18788.80.86.36.97.1183990452.squirrel@www.gradwell.com> On Mon, July 9, 2007 13:37, Mike Kaply wrote: > On 7/8/07, Andy Mabbett wrote: > >> In message <46914B85.4040903@digitalbazaar.com>, Manu Sporny >> writes >>> if we have this: >>> Download: >>> >>> >>> >>> How do we present this option to a human being in a non-web-page UI? >> The HTML is invalid, lacking the alt attribute which should fix this >> problem. > Actually the alt attribute WON'T fix this problem. Because the > microformat attribute is on the anchor tag, not the image. Microformats > grab the text in the tag. They only grab the image alt text if the > microformat class is on the image itself. Here's a different example: > > alt="Mike Kaply"> > > I realize this is a little contrived, but you get the idea. > In this case, the fn is empty. My argument is that the fn should /not/ be empty; the "alt" attribute contains the text equivalent of the image. To discount it as you suggest is to ignore the semantics of the mark-up presented to you. -- Andy Mabbett ** via webmail ** From scott at makedatamakesense.com Mon Jul 9 07:37:49 2007 From: scott at makedatamakesense.com (Scott Reynen) Date: Mon Jul 9 07:38:02 2007 Subject: [uf-new] img alt content (was:hAudio implemented on Bitmunk (with one snag)) In-Reply-To: <18788.80.86.36.97.1183990452.squirrel@www.gradwell.com> References: <46914B85.4040903@digitalbazaar.com> <18788.80.86.36.97.1183990452.squirrel@www.gradwell.com> Message-ID: On Jul 9, 2007, at 8:14 AM, Andy Mabbett wrote: >> They only grab the image alt text if the >> microformat class is on the image itself. Here's a different example: >> >> > alt="Mike Kaply"> >> >> I realize this is a little contrived, but you get the idea. > >> In this case, the fn is empty. > > My argument is that the fn should /not/ be empty; the "alt" attribute > contains the text equivalent of the image. I agree this matches the semantics of the alt attribute; however, I suspect few publishers are currently using this attribute appropriately, so I think we should do more research into the likely ramifications of such a change before making it. -- Scott Reynen MakeDataMakeSense.com From derrick at pallas.us Mon Jul 9 08:42:58 2007 From: derrick at pallas.us (Derrick Lyndon Pallas) Date: Mon Jul 9 08:42:59 2007 Subject: [uf-new] img alt content In-Reply-To: References: <46914B85.4040903@digitalbazaar.com> <18788.80.86.36.97.1183990452.squirrel@www.gradwell.com> Message-ID: <46925782.3010006@pallas.us> Actually, I can probably be of help here, having written the Alexa Image Search indexer. While I can't divulge too much about what goes into building the index, I'll see if I can find some time to take a look at the usage of img/@alt inside hcard/fn some time this week. Is there anything specific anyone would like me to look for? ~D Scott Reynen wrote: > On Jul 9, 2007, at 8:14 AM, Andy Mabbett wrote: > >>> They only grab the image alt text if the >>> microformat class is on the image itself. Here's a different example: >>> >>> >> alt="Mike Kaply"> >>> >>> I realize this is a little contrived, but you get the idea. >> >>> In this case, the fn is empty. >> >> My argument is that the fn should /not/ be empty; the "alt" attribute >> contains the text equivalent of the image. > > I agree this matches the semantics of the alt attribute; however, I > suspect few publishers are currently using this attribute > appropriately, so I think we should do more research into the likely > ramifications of such a change before making it. > > -- > Scott Reynen > MakeDataMakeSense.com > > > _______________________________________________ > microformats-new mailing list > microformats-new@microformats.org > http://microformats.org/mailman/listinfo/microformats-new From bewest at gmail.com Mon Jul 9 12:34:22 2007 From: bewest at gmail.com (Benjamin West) Date: Mon Jul 9 12:34:24 2007 Subject: [uf-new] hAudio implemented on Bitmunk (with one snag) In-Reply-To: <46914B85.4040903@digitalbazaar.com> References: <46914B85.4040903@digitalbazaar.com> Message-ID: <8ad71be30707091234r17640ce3jcf5bd36d3abe6fb9@mail.gmail.com> One possible solution is to use an image replacement technique. Also, you may choose to send content in a and then hide it when it's unnecessary. -Ben On 7/8/07, Manu Sporny wrote: > We've gone through and implemented hAudio on Bitmunk.com (one of our > service websites). David Lehn, one of our semantic web guys, has also > created an hAudio plug-in for Operator. Mike Kaply, author of Operator, > said that he will make it available via the Operator download section > within the next week or two. To view some hAudio compliant markup, you > can go to the following link: > > http://www.bitmunk.com/view/media/6011098 > > There are over 850,000 songs that have been marked up on the website. We > are in the process of talking our partners, colleagues and competitors > into using hAudio to mark up their audio content as well. So, good > progress is being made in implementing hAudio. > > However, we've hit a snag when it comes to usability with hAudio and > Operator/Firefox 3. > > Problem Description: > > It is quite often that a site uses an image instead of a text link to > present actions. For example: Instead of using the text "Download", they > will use a graphic image with a downward-facing arrow. > > In other words, if we have this: > > Download: > > > > > How do we present this option to a human being in a non-web-page UI? > > How it relates to the Examples: > > We (Bitmunk.com) has this problem with 'rel-sample', 'rel-enclosure', > and 'rel-payment'. Most of the examples also contain images instead of > text for samples, downloads and purchase links. This is a demonstrable, > widespread problem. > > The problem with Operator and screen readers: > > If there is no text to display, then how does one place the item into a > menu/display for Operator/Firefox? Grabbing the image and placing it in > a UI is a difficult argument to make - there are a variety of image > sizes that might not do well in the Operator UI (or Firefox 3 UI). > > Proposed solution: > > We have a fix for Operator that uses the link title text if there is no > internal text. This fixes the problem for both Operator menu display, > Firefox 3 UI display and for screen readers. Here's how the site author > would change the text above: > > Download: > href="http://my.site.com/download/MySong.mp3"> > > > > This approach is beneficial for the following reasons: > > 1. It POSH-ifies the website. > 2. It works well with Operator, Firefox 3 and other uF parsers/UIs. > 3. It fixes the accessibility/screen reader problem. > > We need feedback/consensus from the uF community before submitting the > patch for inclusion into Operator/Firefox 3. Is there anybody that > disagrees with this approach or has a better approach? > > -- manu > _______________________________________________ > microformats-new mailing list > microformats-new@microformats.org > http://microformats.org/mailman/listinfo/microformats-new > From tantek at cs.stanford.edu Mon Jul 9 12:36:54 2007 From: tantek at cs.stanford.edu (Tantek =?ISO-8859-1?B?xw==?=elik) Date: Mon Jul 9 12:37:03 2007 Subject: [uf-new] img alt content (was:hAudio implemented on Bitmunk (with one snag)) In-Reply-To: Message-ID: On 7/9/07 7:37 AM, "Scott Reynen" wrote: > On Jul 9, 2007, at 8:14 AM, Andy Mabbett wrote: > >>> They only grab the image alt text if the >>> microformat class is on the image itself. Here's a different example: >>> >>> >> alt="Mike Kaply"> >>> >>> I realize this is a little contrived, but you get the idea. >> >>> In this case, the fn is empty. >> >> My argument is that the fn should /not/ be empty; the "alt" attribute >> contains the text equivalent of the image. > > I agree this matches the semantics of the alt attribute; however, I > suspect few publishers are currently using this attribute > appropriately, so I think we should do more research into the likely > ramifications of such a change before making it. This was deliberately rejected at the creation of hCard to give publishers more control. All too often there is "garbage" (or just extra unwanted text) in alt attributes for a variety of publisher reasons. Thus only if the publisher explicitly *wants* the text from the alt attribute do they add the respective class value to get it. I've added this to the hCard FAQ as well: http://microformats.org/wiki/hcard-faq#Why_is_IMG_alt_not_being_picked_up Tantek From microformats at kaply.com Mon Jul 9 13:25:16 2007 From: microformats at kaply.com (Mike Kaply) Date: Mon Jul 9 13:25:21 2007 Subject: [uf-new] hAudio implemented on Bitmunk (with one snag) In-Reply-To: <18788.80.86.36.97.1183990452.squirrel@www.gradwell.com> References: <46914B85.4040903@digitalbazaar.com> <18788.80.86.36.97.1183990452.squirrel@www.gradwell.com> Message-ID: OK, let's try a different example: Michael Aaron Kaply Mike Kaply On 7/9/07, Andy Mabbett wrote: > On Mon, July 9, 2007 13:37, Mike Kaply wrote: > > On 7/8/07, Andy Mabbett wrote: > > > >> In message <46914B85.4040903@digitalbazaar.com>, Manu Sporny > >> writes > > > >>> if we have this: > > >>> Download: > >>> > >>> > >>> > > >>> How do we present this option to a human being in a non-web-page UI? > > >> The HTML is invalid, lacking the alt attribute which should fix this > >> problem. > > > Actually the alt attribute WON'T fix this problem. Because the > > microformat attribute is on the anchor tag, not the image. Microformats > > grab the text in the tag. They only grab the image alt text if the > > microformat class is on the image itself. Here's a different example: > > > > > alt="Mike Kaply"> > > > > I realize this is a little contrived, but you get the idea. > > > In this case, the fn is empty. > > My argument is that the fn should /not/ be empty; the "alt" attribute > contains the text equivalent of the image. To discount it as you suggest > is to ignore the semantics of the mark-up presented to you. > > -- > Andy Mabbett > ** via webmail ** > > _______________________________________________ > microformats-new mailing list > microformats-new@microformats.org > http://microformats.org/mailman/listinfo/microformats-new > From andy at pigsonthewing.org.uk Mon Jul 9 13:51:37 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Mon Jul 9 13:53:18 2007 Subject: [uf-new] hAudio implemented on Bitmunk (with one snag) In-Reply-To: References: <46914B85.4040903@digitalbazaar.com> <18788.80.86.36.97.1183990452.squirrel@www.gradwell.com> Message-ID: In message , Mike Kaply writes >OK, let's try a different example: > >Michael src="foo.jpg" alt="Aaron"> Kaply Under what circumstances would "Aaron" be appropriate alt text? What would the picture show? -- Andy Mabbett From chris at placenamehere.com Mon Jul 9 16:41:58 2007 From: chris at placenamehere.com (Chris Casciano) Date: Mon Jul 9 16:42:15 2007 Subject: [uf-new] hAudio implemented on Bitmunk (with one snag) In-Reply-To: References: <46914B85.4040903@digitalbazaar.com> <18788.80.86.36.97.1183990452.squirrel@www.gradwell.com> Message-ID: On Jul 9, 2007, at 4:51 PM, Andy Mabbett wrote: > In message > , Mike > Kaply writes > >> OK, let's try a different example: >> >> Michael > src="foo.jpg" alt="Aaron"> Kaply > > Under what circumstances would "Aaron" be appropriate alt text? > What would the picture show? how about some stylized first letter if styling a whole name doesn't float your boat Aichael Aaron Kaply [i hope this doesn't start turning into a discussion of image replacement methods] Another case I've run across has been one of listing of vendors or associates, some with logos some without...
  • Company A
  • Company B
  • So the question becomes are the above two items functionally equivalent or are they not? And if they are functionally different does that mean that my CMS or authoring tool or other templating logic need to be smart enough to move the classes around to different elements depending on the data provided for the entry? -- [ Chris Casciano ] [ chris@placenamehere.com ] [ http://placenamehere.com ] From msporny at digitalbazaar.com Mon Jul 9 19:06:46 2007 From: msporny at digitalbazaar.com (Manu Sporny) Date: Mon Jul 9 19:06:49 2007 Subject: [uf-new] img alt content In-Reply-To: <46925782.3010006@pallas.us> References: <46914B85.4040903@digitalbazaar.com> <18788.80.86.36.97.1183990452.squirrel@www.gradwell.com> <46925782.3010006@pallas.us> Message-ID: <4692E9B6.9020905@digitalbazaar.com> Derrick Lyndon Pallas wrote: > Actually, I can probably be of help here, having written the Alexa Image > Search indexer. While I can't divulge too much about what goes into > building the index, I'll see if I can find some time to take a look at > the usage of img/@alt inside hcard/fn some time this week. Is there > anything specific anyone would like me to look for? ~D Derrick, thanks for offering to help. It would be a great help if you could give us the stats on the following: How often is ONLY an image used as the target of a link in hAtom/hReview/hCard/hCalendar? In other words, how often does this happen: Foo How often is 'alt' defined for those images? How often is 'title' defined for those images? Does the alt/title usually match what the image is depicting? -- manu From msporny at digitalbazaar.com Mon Jul 9 19:30:38 2007 From: msporny at digitalbazaar.com (Manu Sporny) Date: Mon Jul 9 19:30:41 2007 Subject: [uf-new] img alt content (was:hAudio implemented on Bitmunk (with one snag)) In-Reply-To: <18788.80.86.36.97.1183990452.squirrel@www.gradwell.com> References: <46914B85.4040903@digitalbazaar.com> <18788.80.86.36.97.1183990452.squirrel@www.gradwell.com> Message-ID: <4692EF4E.60709@digitalbazaar.com> Andy Mabbett wrote: > My argument is that the fn should /not/ be empty; the "alt" attribute > contains the text equivalent of the image. To discount it as you suggest > is to ignore the semantics of the mark-up presented to you. I believe Andy and Scott are referring to Section 13.2 of the HTML 4.01 specification: http://www.w3.org/TR/html4/struct/objects.html#h-13.2 alt %Text; #REQUIRED -- short description -- and Section 13.8 of the HTML 4.01 specification: http://www.w3.org/TR/html4/struct/objects.html#h-13.8 Specifically, the sections that state the following concerning alternate text for images: * Do not specify irrelevant alternate text when including images intended to format a page, for instance, alt="red ball" would be inappropriate for an image that adds a red ball for decorating a heading or paragraph. In such cases, the alternate text should be the empty string (""). Authors are in any case advised to avoid using images to format pages; style sheets should be used instead. * Do not specify meaningless alternate text (e.g., "dummy text"). Not only will this frustrate users, it will slow down user agents that must convert text to speech or braille output. I think Andy and Scott have the correct approach to this problem. All one must do is view the following in a text-based browser, such as Lynx... or in Firefox/Opera/etc and the answer becomes much clearer: Test of link with image with alt text Here's a link with an image with alt test: Microformat It! The text that is displayed as a link in Lynx is : "Microformat It!" The text that is displayed as a link in Firefox is: "Microformat It!" Mike, would it be possible to write a parseTagTextFromImages() function that would extract the 'alt' text from images? Therefore, running it over the following HTML: Michael Kaply Would yield the text "Michael Kaply" for 'fn'. Using this approach would also solve the hAudio problem as well as the problems that have been raised thus far in this thread. -- manu From tantek at cs.stanford.edu Mon Jul 9 19:40:52 2007 From: tantek at cs.stanford.edu (Tantek =?ISO-8859-1?B?xw==?=elik) Date: Mon Jul 9 19:40:52 2007 Subject: [uf-new] img alt content (was:hAudio implemented on Bitmunk (with one snag)) In-Reply-To: <4692EF4E.60709@digitalbazaar.com> Message-ID: On 7/9/07 7:30 PM, "Manu Sporny" wrote: > Mike, would it be possible to write a parseTagTextFromImages() function > that would extract the 'alt' text from images? Therefore, running it > over the following HTML: > > > Michael Kaply > > > Would yield the text "Michael Kaply" for 'fn'. Using this approach would > also solve the hAudio problem as well as the problems that have been > raised thus far in this thread. This would be non-compliant with hCard parsing and thus should be AVOIDED. http://microformats.org/wiki/hcard-parsing See the recent FAQ for more details. http://microformats.org/wiki/hcard-faq#Why_is_IMG_alt_not_being_picked_up Thanks, Tantek From msporny at digitalbazaar.com Mon Jul 9 19:51:10 2007 From: msporny at digitalbazaar.com (Manu Sporny) Date: Mon Jul 9 19:51:15 2007 Subject: [uf-new] img alt content (was:hAudio implemented on Bitmunk (with one snag)) In-Reply-To: References: Message-ID: <4692F41E.2010503@digitalbazaar.com> Tantek ?elik wrote: > This was deliberately rejected at the creation of hCard to give publishers > more control. > > All too often there is "garbage" (or just extra unwanted text) in alt > attributes for a variety of publisher reasons. Doesn't doing this go against the HTML 4.01 specification? You aren't supposed to have anything in the 'alt' attribute of the image tag that isn't pertinent: http://www.w3.org/TR/html4/struct/objects.html#h-13.8 > I've added this to the hCard FAQ as well: > > http://microformats.org/wiki/hcard-faq#Why_is_IMG_alt_not_being_picked_up The above link states: "In addition all too often there is "garbage" (or just extra unwanted text) in alt attributes for a variety of publisher reasons, and that extraneous text would pollute otherwise clean property values in numerous existing sites." I couldn't find a reference to the analysis that lead to this conclusion? What constitutes "garbage"? What reasons would a publisher have to do this? If they're doing this, aren't they quite blatantly violating the HTML 4.01 and XHTML 1.0 specification? The link stated above also says: "Finally, it is simpler and more predictable for publishers if they know that for images and other such URL related elements (a, object, etc.) that whether they are specifying a URL property (like "email", "photo", "url", etc.) or a text property (like "fn", "nickname", etc.) in either case directly specifying the property on the element is the way to do it." If we were to adopt this approach, I don't see how we could ever get the following chunk of HTML working for hAudio: Sample Sneaking Sally Sample, as defined by hAudio is: rel-sample. optional. sample file/stream using rel-design-pattern with 'sample' as the mf-rel-value. Rel-patterns are only available on links... thus the "move the URL property such that it is specified directly" approach doesn't work for any Microformat that uses the rel-design-pattern. -- manu From tantek at cs.stanford.edu Mon Jul 9 20:11:11 2007 From: tantek at cs.stanford.edu (Tantek =?ISO-8859-1?B?xw==?=elik) Date: Mon Jul 9 20:11:11 2007 Subject: [uf-new] img alt content (was:hAudio implemented on Bitmunk (with one snag)) In-Reply-To: <4692F41E.2010503@digitalbazaar.com> Message-ID: On 7/9/07 7:51 PM, "Manu Sporny" wrote: > Tantek ?elik wrote: >> This was deliberately rejected at the creation of hCard to give publishers >> more control. >> >> All too often there is "garbage" (or just extra unwanted text) in alt >> attributes for a variety of publisher reasons. > > Doesn't doing this go against the HTML 4.01 specification? You aren't > supposed to have anything in the 'alt' attribute of the image tag that > isn't pertinent: > > http://www.w3.org/TR/html4/struct/objects.html#h-13.8 Many publishers go against many aspects of the HTML 4.01 specification yes, not in the least by publishing invalid content. >> I've added this to the hCard FAQ as well: >> >> http://microformats.org/wiki/hcard-faq#Why_is_IMG_alt_not_being_picked_up > > The above link states: > > "In addition all too often there is "garbage" (or just extra unwanted > text) in alt attributes for a variety of publisher reasons, and that > extraneous text would pollute otherwise clean property values in > numerous existing sites." > > I couldn't find a reference to the analysis that lead to this > conclusion? We didn't capture it at the time unfortunately, and we're being more thorough now. We did actually try it the other way first (including all nested "alternative" content) and found it worked worse across a variety of existing real world sites, not just 1-2 examples but LOTS. > What constitutes "garbage"? In this case things like duplicated text, text for chrome/UI etc. > What reasons would a publisher > have to do this? If they're doing this, aren't they quite blatantly > violating the HTML 4.01 and XHTML 1.0 specification? Not necessarily. > The link stated above also says: > > "Finally, it is simpler and more predictable for publishers if they know > that for images and other such URL related elements (a, object, etc.) > that whether they are specifying a URL property (like "email", "photo", > "url", etc.) or a text property (like "fn", "nickname", etc.) in either > case directly specifying the property on the element is the way to do it." > > If we were to adopt this approach, I don't see how we could ever get the > following chunk of HTML working for hAudio: > > > Sample Sneaking Sally > > > Sample, as defined by hAudio is: > > rel-sample. optional. sample file/stream using rel-design-pattern with > 'sample' as the mf-rel-value. > > Rel-patterns are only available on links... thus the "move the URL > property such that it is specified directly" approach doesn't work for > any Microformat that uses the rel-design-pattern. rel does not apply to therefore this is not a problem. Tantek From scott at makedatamakesense.com Mon Jul 9 20:26:39 2007 From: scott at makedatamakesense.com (Scott Reynen) Date: Mon Jul 9 20:26:51 2007 Subject: [uf-new] img alt content (was:hAudio implemented on Bitmunk (with one snag)) In-Reply-To: <4692EF4E.60709@digitalbazaar.com> References: <46914B85.4040903@digitalbazaar.com> <18788.80.86.36.97.1183990452.squirrel@www.gradwell.com> <4692EF4E.60709@digitalbazaar.com> Message-ID: On Jul 9, 2007, at 8:30 PM, Manu Sporny wrote: > I think Andy and Scott have the correct approach to this problem. All > one must do is view the following in a text-based browser, such as > Lynx... or in Firefox/Opera/etc and the answer becomes much clearer: Um, that's not really my approach to this problem at all. I suggested more research was required before making any changes, not more hypothetical markup to support a predetermined conclusion. And I suggested more research because I suspect that "red ball" section was included in the HTML spec specifically as a result of many publishers using such alt values, which aren't really content. I prefer to follow the semantics defined in the spec, but I do not think we should do that with complete disregard to how people actually use HTML. -- Scott Reynen MakeDataMakeSense.com From andy at pigsonthewing.org.uk Tue Jul 10 00:10:43 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Tue Jul 10 00:11:58 2007 Subject: [uf-new] img alt content (was:hAudio implemented on Bitmunk (with one snag)) In-Reply-To: References: <4692EF4E.60709@digitalbazaar.com> Message-ID: In message , Tantek ?elik writes >On 7/9/07 7:30 PM, "Manu Sporny" wrote: > >> Mike, would it be possible to write a parseTagTextFromImages() function >> that would extract the 'alt' text from images? Therefore, running it >> over the following HTML: >> >> >> Michael Kaply >> >> >> Would yield the text "Michael Kaply" for 'fn'. Using this approach would >> also solve the hAudio problem as well as the problems that have been >> raised thus far in this thread. > >This would be non-compliant with hCard parsing and thus should be >AVOIDED. > > http://microformats.org/wiki/hcard-parsing In other words, the microformat parsing rules are non-compliant with the HTML specification. I think that's something which should be fixed. -- Andy Mabbett From andy at pigsonthewing.org.uk Tue Jul 10 13:16:09 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Tue Jul 10 13:17:44 2007 Subject: [uf-new] img alt content (was:hAudio implemented on Bitmunk (with one snag)) In-Reply-To: References: <4692F41E.2010503@digitalbazaar.com> Message-ID: In message , Tantek ?elik writes >On 7/9/07 7:51 PM, "Manu Sporny" wrote: > >> Tantek ?elik wrote: >>> This was deliberately rejected at the creation of hCard to give publishers >>> more control. >>> >>> All too often there is "garbage" (or just extra unwanted text) in alt >>> attributes for a variety of publisher reasons. >> >> Doesn't doing this go against the HTML 4.01 specification? You aren't >> supposed to have anything in the 'alt' attribute of the image tag that >> isn't pertinent: >> >> http://www.w3.org/TR/html4/struct/objects.html#h-13.8 > >Many publishers go against many aspects of the HTML 4.01 specification >yes, not in the least by publishing invalid content. Is the best way to encourage "POSH" to adhere to standards, or to pander to those who break them? >>> I've added this to the hCard FAQ as well: >>> >>> http://microformats.org/wiki/hcard-faq#Why_is_IMG_alt_not_being_picked_up >> >> The above link states: >> >> "In addition all too often there is "garbage" (or just extra unwanted >> text) in alt attributes for a variety of publisher reasons, and that >> extraneous text would pollute otherwise clean property values in >> numerous existing sites." >> >> I couldn't find a reference to the analysis that lead to this >> conclusion? > >We didn't capture it at the time unfortunately, and we're being more >thorough now. We did actually try it the other way first (including >all nested "alternative" content) and found it worked worse across a >variety of existing real world sites, not just 1-2 examples but LOTS. It is indeed unfortunate that such evidence hasn't been captured; especially given your strong advocacy of evidence-based working and a "scientific" process. Someone cynical might think it hypocritical of you to then assert something without providing evidence for it. Perhaps it would be a good idea if you could provide at least a minimum amount of such evidence; preferably with URLs; per: Use real world examples People often invent completely fictitious (and theoretical) examples in order to try to make a point they are trying to make. Microformats themselves are based on studying real world examples and designing for real world examples. Thus arguments based on theoretical examples hold much less weight in microformats discussions and are apt to be ignored. Please avoid posting arguments / questions based solely on theoretical examples. Ask for real world examples If someone discusses or provides arguments based on theoretical examples, ask them to provide a real world example and point them to the above guideline. Use URLs to examples Please provide URLs to real world examples when possible. This helps to validate that such examples truly are "real world" as they are on the public Web, and provides additional context around the example which might be crucial to understanding it or answering questions about it. Ask for URLs to examples When people do not provide a specific URL to a test case or example, then especially as a developer, PLEASE ask them to provide a specific URL (and cite the previous guideline) rather than attempting to work out how an inline snippet of code might work. (which I believe you wrote) to forestall such criticism? >> What constitutes "garbage"? > >In this case things like duplicated text, text for chrome/UI etc. > >> What reasons would a publisher >> have to do this? If they're doing this, aren't they quite blatantly >> violating the HTML 4.01 and XHTML 1.0 specification? > >Not necessarily. Can you give a real world example of someone publishing such "garbage" alt text, pertinent to microformats (and again with URLs as above), which does not violate the HTML specs, please? -- Andy Mabbett From paul_wilkins at xtra.co.nz Tue Jul 10 14:52:26 2007 From: paul_wilkins at xtra.co.nz (Paul Wilkins) Date: Tue Jul 10 14:52:35 2007 Subject: [uf-new] img alt content (was:hAudio implemented on Bitmunk (with onesnag)) References: <4692F41E.2010503@digitalbazaar.com> Message-ID: <003501c7c33c$9b2e10d0$bc08a8c0@nzto22> From: "Andy Mabbett" >>> What reasons would a publisher >>> have to do this? [garbage in alt attributes] >>> If they're doing this, aren't they quite blatantly >>> violating the HTML 4.01 and XHTML 1.0 specification? >> >>Not necessarily. > > Can you give a real world example of someone publishing such "garbage" > alt text, pertinent to microformats (and again with URLs as above), > which does not violate the HTML specs, please? I can. Our website uses feature pages for our cleints to help improve their visibility to the general public through search engines. One of the ways of doing this is to load the page with specific keywords and phrases for our clients. Images for example would have "Copyright CityLife Auckland. Suite at our Auckland hotel accommodation" A google search for "auckland hotel accommodation" results in their feature page being the third result. http://www.google.co.nz/search?q=auckland+hotel+accommodation&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a In terms of the page and ensuring high visibility, this is the right thing to do, but in terms of microformats and providing the information that's required, using this alt information is the wrong thing to do. As far as my boss is concerned, microformats are a tiny blip on our radar and are not worth his time. I believe that he is wrong there, and am steadily massaging our information so that microformats can be applied as easily as possible when the time comes. However, as a business we have a commitment to our clients to provide them the best results that we can. When the time comes, microformats will need to take such issues into account before we apply them, because they must not reduce the effectiveness of our results. Our alt tags will contain whatever they must to maintain their high search engine placements and anything that interferes with that will get fallen by the wayside. -- Paul Wilkins From scott at makedatamakesense.com Tue Jul 10 15:10:14 2007 From: scott at makedatamakesense.com (Scott Reynen) Date: Tue Jul 10 15:10:29 2007 Subject: [uf-new] img alt content (was:hAudio implemented on Bitmunk (with one snag)) In-Reply-To: References: <4692F41E.2010503@digitalbazaar.com> Message-ID: <531BF2FB-496D-4999-B0D0-2F56471684C6@makedatamakesense.com> On Jul 10, 2007, at 2:16 PM, Andy Mabbett wrote: >> Many publishers go against many aspects of the HTML 4.01 >> specification >> yes, not in the least by publishing invalid content. > > Is the best way to encourage "POSH" to adhere to standards, or to > pander > to those who break them? If we had more control of web publishing, I would support pushing complete adherence to HTML specs. But we don't, so we have to balance de jure standards with de facto standards. We treat all alt values as content at the risk of discouraging publishers who use alt values for non-content from using microformats. Whether or not that's a worthwhile trade-off depends on how many publishers we're talking about. > Perhaps it > would be a good idea if you could provide at least a minimum amount of > such evidence; preferably with URLs Indeed, we should collect more examples of how alt is used in practice, because that's a very important factor in deciding how we should treat them. But if we're just collecting such examples with an eye toward supporting pre-determined conclusions, there's really no point. > Can you give a real world example of someone publishing such "garbage" > alt text, pertinent to microformats (and again with URLs as above), > which does not violate the HTML specs, please? While the HTML specs are a very important consideration, they are not the only consideration. While encouraging adherence to HTML, we need to recognize that such adherence is quite rare in practice. How many of us even have perfectly valid websites? Complete adherence to HTML is simply not a practical criteria to apply without concession on today's web. We should push it where we can and choose those battles carefully. -- Scott Reynen MakeDataMakeSense.com From andy at pigsonthewing.org.uk Wed Jul 11 01:07:26 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Wed Jul 11 01:09:00 2007 Subject: [uf-new] img alt content (was:hAudio implemented on Bitmunk (with onesnag)) In-Reply-To: <003501c7c33c$9b2e10d0$bc08a8c0@nzto22> References: <4692F41E.2010503@digitalbazaar.com> <003501c7c33c$9b2e10d0$bc08a8c0@nzto22> Message-ID: In message <003501c7c33c$9b2e10d0$bc08a8c0@nzto22>, Paul Wilkins writes >> Can you give a real world example of someone publishing such "garbage" >> alt text, pertinent to microformats (and again with URLs as above), >> which does not violate the HTML specs, please? > >I can. > >Our website uses feature pages for our cleints to help improve their >visibility to the general public through search engines. One of the >ways of doing this is to load the page with specific keywords and >phrases for our clients. > >Images for example would have "Copyright CityLife Auckland. Suite at >our Auckland hotel accommodation" Unless that's the graphical content of the image, which seems unlikely, that's an abuse of the alt attribute; such text should be in the title attribute. It *does* violate the HTML specs. And how is it "pertinent to microformats"? >as a business we have a commitment to our clients to provide them the >best results that we can. What about their responsibility to their customers, some of whom will have a visual disability? -- Andy Mabbett From andy at pigsonthewing.org.uk Wed Jul 11 01:12:56 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Wed Jul 11 01:17:06 2007 Subject: [uf-new] img alt content (was:hAudio implemented on Bitmunk (with one snag)) In-Reply-To: <531BF2FB-496D-4999-B0D0-2F56471684C6@makedatamakesense.com> References: <4692F41E.2010503@digitalbazaar.com> <531BF2FB-496D-4999-B0D0-2F56471684C6@makedatamakesense.com> Message-ID: In message <531BF2FB-496D-4999-B0D0-2F56471684C6@makedatamakesense.com>, Scott Reynen writes >> Can you give a real world example of someone publishing such "garbage" >> alt text, pertinent to microformats (and again with URLs as above), >> which does not violate the HTML specs, please? > >While the HTML specs are a very important consideration, they are not >the only consideration. While encouraging adherence to HTML, we need >to recognize that such adherence is quite rare in practice. How many >of us even have perfectly valid websites? Complete adherence to HTML >is simply not a practical criteria to apply without concession on >today's web. We should push it where we can and choose those battles >carefully. If that's true - which I dispute - then who's going to re-write: The first rule of POSH is that you must validate your POSH. accordingly? -- Andy Mabbett From msporny at digitalbazaar.com Wed Jul 11 07:15:10 2007 From: msporny at digitalbazaar.com (Manu Sporny) Date: Wed Jul 11 07:15:14 2007 Subject: [uf-new] img alt content (was:hAudio implemented on Bitmunk (with onesnag)) In-Reply-To: References: <4692F41E.2010503@digitalbazaar.com> <003501c7c33c$9b2e10d0$bc08a8c0@nzto22> Message-ID: <4694E5EE.2060902@digitalbazaar.com> Andy Mabbett wrote: >> Images for example would have "Copyright CityLife Auckland. Suite at >> our Auckland hotel accommodation" > Unless that's the graphical content of the image, which seems > unlikely, that's an abuse of the alt attribute; such text should be in > the title attribute. It *does* violate the HTML specs. And how is it > "pertinent to microformats"? There seems to be two parts to this discussion: 1. HTML specification violation (alt tag mis-use) 2. How the alt attribute is being used in the real-world Andy's line of reasoning is sound regarding the HTML specification violation. I don't think that anybody can state that placing text that does not match the graphical content of an image tag goes against the HTML specification. The second part is how the alt attribute is being used in the real-world. Tantek has asserted that 'alt' is being mis-used on a wide scale on the Interwebs. As Scott has pointed out, the only way to know this is to start gathering real data. I am in the process of writing an image crawler (which will hopefully be done by tonight) to gather these statistics. The crawler will crawl the web for image tags and gather statistics regarding: - How many image tags have 'alt' tags specified. - How many image tags have 'title' tags specified. - How many image tags have both specified. - Whether or not the 'alt' tag matches the image being display (I'll setup a website for all of us to help in analyzing this data) I'm assuming 125,626,329,000 unique images on the web (125,626,329 unique sites on the web - 1000 unique images per site). Statistically, I think we would only need around 385 unique site samples to get a 95% confidence interval with a 5% error rate (somebody correct me if this is wrong). To be safe, I'll collect 100,000 unique image tags , 1 per site to get our initial sample set. Any objections to this method of data collection? -- manu From scott at makedatamakesense.com Wed Jul 11 07:49:25 2007 From: scott at makedatamakesense.com (Scott Reynen) Date: Wed Jul 11 07:49:42 2007 Subject: [uf-new] img alt content In-Reply-To: References: <4692F41E.2010503@digitalbazaar.com> <531BF2FB-496D-4999-B0D0-2F56471684C6@makedatamakesense.com> Message-ID: On Jul 11, 2007, at 2:12 AM, Andy Mabbett wrote: >> Complete adherence to HTML >> is simply not a practical criteria to apply without concession on >> today's web. > > If that's true - which I dispute - then who's going to re-write: > > > > The first rule of POSH is that you must validate your POSH. > > accordingly? Validation and adherence to the HTML spec are not exactly the same thing. All spec-adherent websites are valid, but not all valid sites are spec-adherent. So full adherence to the spec is more work to ask of publishers than simple validation. Ironically, I think the HTML validator actually encourages poor use of the alt attribute because it returns an error on missing alt attributes, but doesn't make any mention that alt should be empty for non-content images. So publishers who leave out alt on non-content images see this error and end up adding alt attributes with exactly the kind of "red ball" values the HTML spec discourages. I completely agree such publishers should be encouraged to stop doing this; I just doubt whether such encouragement should come from the microformats community. I see our goal as a bit more specific than general encouragement of better HTML: making better HTML publishing more appealing by establishing practical benefits. And I think the best way to do this is to focus on areas where better HTML results in maximum practical benefits with minimum cost to publishers. In this case specifically, I suspect the best way to accomplish that goal would not be to encourage everyone publishing non-content alt attributes to change, but rather to encourage everyone publishing content in alt attributes to insert such content as more accessible text, and use style sheets to apply more stylized images, which I think is what Ben was suggesting (see [1]). This solution, I think, makes better HTML more useful without making microformats any more difficult to publish for those who aren't up to spec. [1] http://www.stopdesign.com/articles/replace_text/ -- Scott Reynen MakeDataMakeSense.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://microformats.org/discuss/mail/microformats-new/attachments/20070711/b8948dcf/attachment.html From paul_wilkins at xtra.co.nz Wed Jul 11 17:05:59 2007 From: paul_wilkins at xtra.co.nz (Paul Wilkins) Date: Wed Jul 11 17:06:02 2007 Subject: Fw: [uf-new] img alt content (was:hAudio implemented on Bitmunk (with onesnag)) Message-ID: <001801c7c418$6d636c40$bc08a8c0@nzto22> From: "Andy Mabbett" >>> What reasons would a publisher >>> have to do this? [garbage in alt attributes] >>> If they're doing this, aren't they quite blatantly >>> violating the HTML 4.01 and XHTML 1.0 specification? >> >>Not necessarily. > > Can you give a real world example of someone publishing such "garbage" > alt text, pertinent to microformats (and again with URLs as above), > which does not violate the HTML specs, please? I can. Our website uses feature pages for our cleints to help improve their visibility to the general public through search engines. One of the ways of doing this is to load the page with specific keywords and phrases for our clients. Images for example would have "Copyright CityLife Auckland. Suite at our Auckland hotel accommodation" A google search for "auckland hotel accommodation" results in their feature page being the third result. http://www.google.co.nz/search?q=auckland+hotel+accommodation&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a In terms of the page and ensuring high visibility, this is the right thing to do, but in terms of microformats and providing the information that's required, using this alt information is the wrong thing to do. As far as my boss is concerned, microformats are a tiny blip on our radar and are not worth his time. I believe that he is wrong there, and am steadily massaging our information so that microformats can be applied as easily as possible when the time comes. However, as a business we have a commitment to our clients to provide them the best results that we can. When the time comes, microformats will need to take such issues into account before we apply them, because they must not reduce the effectiveness of our results. Our alt tags will contain whatever they must to maintain their high search engine placements and anything that interferes with that will get fallen by the wayside. -- Paul Wilkins From regine at regine-heidorn.de Thu Jul 12 04:50:01 2007 From: regine at regine-heidorn.de (Regine Heidorn) Date: Thu Jul 12 04:47:57 2007 Subject: [uf-new] MicroFormats for (Music-)TopLists, htop-list? Message-ID: <946BF4B8-E31D-48D3-9A73-CD4E4EBFC89C@regine-heidorn.de> Hi All, first let me introduce myself: I'm a 35-year-old Webdeveloper living in Berlin, Germany. I care a lot about semantic stuff and CSS, so I feel kind of addicted to that MicroFormat-Thing. I didn't use it a lot up to now though, but there is an idea I would like to materialize. In the last months I cared a lot about Open Music, Music published under cc-licence and netlabels offering that stuff. Since I'm running a blog I got the idea of creating a top-5- list of the tracks I like best from the different labels. To make the thing more communicating I thought it funny to give the netlabels the opportunity to grab my top-lists including the resulting ratings. If more bloggers or community-sites feel like doing this, the labels could establish something like the blogosphere-web2.0-community- BillBoards. So I contacted one of the netlabels, they're quite interested in this idea, so I thought of how to form this idea in the most simple and effective way and stumbled across the microformat-thing. I looked around the blog and the wiki to find out if something would match my idea and what I can see for the moment is the vision of a top-list microformat (for audio), including the haudio-Format and the hreview- format to form something like this:
    1. rechazamos el ahora Christian Dittmann emporio thinner thn 092 cc-by-nc-nd
    My thoughts up to this point are: - Did I use the microformats right, did I get the idea properly? - Since it's a top-list the use of
      is the semantic correct way, so to establish the format it should be convention to start with something like
        ? - Is the licence correctly included with an ? - How can the rating be included? Does it make sense to work with hreview here? - A top-list can be seen as a review, might it be better to straighten the whole thing out to the hreview thing? So it could also be used for top-lists not regarding audio-tracks. But it also seems logical to use haudio if it's audio-material. So especially for audio- top-lists would it be OK to make that clear by the use of
      1. ? - If a top-list is also a review: should it be extended by the hreview-possibilities? Like for example if I write a review about a track like maybe on my blog or somewhere else, it would be semantically interesting to paste this information together with my top-list. Second is: how can those informations be collected by let's say the netlabels? As to now I have the idea of a php-script writing the data in a database and thus creating the netlabel-toplist consisting of the data from participating Blogs, community-sites and whatever. Lots of thoughts, hope one can follow at least ;-) Greez, Regine Heidorn From hkraft at gmail.com Fri Jul 13 02:46:05 2007 From: hkraft at gmail.com (Henrik Kraft) Date: Fri Jul 13 02:46:09 2007 Subject: [uf-new] Microformat for article/document? Message-ID: <68005cb10707130246tfc2929di22fc429950244ea8@mail.gmail.com> Hello Ive been looking but cant seem to find a mf for a document. I think it should contain something like,
        Header

        Text

        Bodytext

        Does this makes sense to anyone else or have I misunderstood what the mf should do? /Henrik From davidjanes at blogmatrix.com Fri Jul 13 03:14:19 2007 From: davidjanes at blogmatrix.com (David Janes) Date: Fri Jul 13 03:14:23 2007 Subject: [uf-new] Microformat for article/document? In-Reply-To: <68005cb10707130246tfc2929di22fc429950244ea8@mail.gmail.com> References: <68005cb10707130246tfc2929di22fc429950244ea8@mail.gmail.com> Message-ID: <21e523c20707130314h749c8b19ue782598eb98da9a9@mail.gmail.com> On 7/13/07, Henrik Kraft wrote: > Ive been looking but cant seem to find a mf for a document. > > I think it should contain something like, > >
        Header >

        Text

        >

        Bodytext

        >
        H1 and P are pretty good in and of themselves. Another level of granularity can be provided by hAtom, using respectively hentry, entry-title, summary & content. -- David Janes Founder, BlogMatrix http://www.blogmatrix.com http://blogmatrix.blogmatrix.com From supercanadian at gmail.com Fri Jul 13 13:42:27 2007 From: supercanadian at gmail.com (Charles Iliya Krempeaux) Date: Fri Jul 13 13:42:32 2007 Subject: [uf-new] Microformat for article/document? In-Reply-To: <68005cb10707130246tfc2929di22fc429950244ea8@mail.gmail.com> References: <68005cb10707130246tfc2929di22fc429950244ea8@mail.gmail.com> Message-ID: <84ce626f0707131342q1e8068fbn270db513b9fc5cbf@mail.gmail.com> Hello Henrik, On 7/13/07, Henrik Kraft wrote: > Hello > Ive been looking but cant seem to find a mf for a document. > > I think it should contain something like, > >
        Header >

        Text

        >

        Bodytext

        >
        Perhaps I'm missing the point, but... isn't considered to be a document. And thus is your "article". is your "header". And you can include some class names on various elements inside of <body> for your "preamble" and "bodytext". See ya -- Charles Iliya Krempeaux, B.Sc. <http://ChangeLog.ca/> All the Vlogging News on One Page http://vlograzor.com/ From andy at pigsonthewing.org.uk Fri Jul 13 16:54:00 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Fri Jul 13 16:55:26 2007 Subject: [uf-new] Microformat for article/document? In-Reply-To: <84ce626f0707131342q1e8068fbn270db513b9fc5cbf@mail.gmail.com> References: <68005cb10707130246tfc2929di22fc429950244ea8@mail.gmail.com> <84ce626f0707131342q1e8068fbn270db513b9fc5cbf@mail.gmail.com> Message-ID: <$tZ1COMYCBmGFwHd@pigsonthewing.org.uk> In message <84ce626f0707131342q1e8068fbn270db513b9fc5cbf@mail.gmail.com>, Charles Iliya Krempeaux <supercanadian@gmail.com> writes >On 7/13/07, Henrik Kraft <hkraft@gmail.com> wrote: >> Ive been looking but cant seem to find a mf for a document. >Perhaps I'm missing the point, but... isn't <html> considered to be a document. > >And thus <html> is your "article". <title> is your "header". And you >can include some class names on various elements inside of <body> for >your "preamble" and "bodytext". That's one way of looking at it; but in: <http://www.westmidlandbirdclub.com/biblio/SuAScene/2-15.htm> for example, the 2006 article (i.e. the whole page) contains and describes a 1948 article. Then again, the latter, and the original enquirer's document, could, perhaps, by wrapped in a "citation" microformat. -- Andy Mabbett From msporny at digitalbazaar.com Sat Jul 14 08:18:08 2007 From: msporny at digitalbazaar.com (Manu Sporny) Date: Sat Jul 14 08:18:12 2007 Subject: [uf-new] MicroFormats for (Music-)TopLists, htop-list? In-Reply-To: <946BF4B8-E31D-48D3-9A73-CD4E4EBFC89C@regine-heidorn.de> References: <946BF4B8-E31D-48D3-9A73-CD4E4EBFC89C@regine-heidorn.de> Message-ID: <4698E930.1000502@digitalbazaar.com> Regine Heidorn wrote: > - Did I use the microformats right, did I get the idea properly? Yes, you seem to have grasped and implemented the concept and markup of hAudio correctly. Nicely done :) > - Is the licence correctly included with an <a rel>? Yes, it is. > - How can the rating be included? Does it make sense to work with > hreview here? hAudio was intended to be embedded in hReview. So yes, you could put an hAudio in hReview and add rating to it that way. Keep in mind that I don't know of anybody that has implemented hAudio + hReview, so it would be good for the list to see an example and figure out if it works. > - A top-list can be seen as a review, might it be better to straighten > the whole thing out to the hreview thing? So it could also be used for > top-lists not regarding audio-tracks. But it also seems logical to use > haudio if it's audio-material. So especially for audio-top-lists would > it be OK to make that clear by the use of <li class="haudio">? This isn't that clear... we would have to understand what you mean by "top-list". You would have to differentiate the following from each other (here's a hint: Some of them could be viewed as very similar to one another): - "top-list" - "playlist" - hreview of a playlist - hreview of an audio collection or audio album Another way of looking at it is: How is a top-list any different from a playlist? > - If a top-list is also a review: should it be extended by the > hreview-possibilities? Like for example if I write a review about a > track like maybe on my blog or somewhere else, it would be semantically > interesting to paste this information together with my top-list. You will have to elaborate on this as your idea could be interpreted in a number of different ways. > Second is: how can those informations be collected by let's say the > netlabels? I have the idea of a php-script writing the data in > database and thus creating the netlabel-toplist consisting of the data > from participating Blogs, community-sites and whatever. You're talking about crawling, indexing and website implementation. While this community is interested in this stuff... they are implementation details that don't really have much to do with creating the Microformat you are talking about. > Since it's a top-list the use of <ol> is the semantic correct way, so > to establish the format it should be convention to start with > something like <ol class="htoplist">? Perhaps. What we really need to find out is how prevalent "top-lists" are on the Internet. I think everybody on here will agree that they do exist, but it will be your job to gather data to prove that they do exist. This is one of the first steps in the Microformats process - demonstrate, using hard data, that your problem exists. You will need to answer the following questions: - What problem is 'top-list' attempting to address? - How many sites have "top-list" type information? - What kind of information should be placed in a top-list? - Is there any way that we can combine haudio + hreview to solve the problem? -- manu From scott at makedatamakesense.com Sat Jul 14 08:19:37 2007 From: scott at makedatamakesense.com (Scott Reynen) Date: Sat Jul 14 08:19:55 2007 Subject: [uf-new] Fwd: [uf-discuss] Error messages References: <4698B342.90204@prodromou.name> Message-ID: <6922977F-26B9-4878-AB46-C3B006D0F1FA@makedatamakesense.com> Begin forwarded message: > From: Evan Prodromou <evan@prodromou.name> > Date: July 14, 2007 5:28:02 AM MDT > To: microformats-discuss@microformats.org > Subject: [uf-discuss] Error messages > Reply-To: Microformats Discuss <microformats-discuss@microformats.org> > > One of the most common HTML patterns in Web applications is error > messages. We see them all the time on the Web: login errors, form > validation errors, backend errors and user input errors. But what if > this common pattern was standardized? > > If HTML error messages all followed a similar format, we could have > browser plugins that recorded and analyzed the errors that come up. > They > could either feed back this structured error data when we needed it -- > say, when filing a bug report or talking to a tech support rep -- > or use > the error data to help us find workarounds or documentation online. > > I brought the idea up in the #microformats channel on Freenode, and it > got a good response, so I took the next step and created a list of > examples and a brainstorming page on the microformats wiki. > > http://microformats.org/wiki/error-message-examples > http://microformats.org/wiki/error-message-brainstorming > > I'd greatly appreciate the help of people on this list in collecting > error messages from the wild, and hopefully in building up a draft > microformat. > > ~Evan > > -- > Evan Prodromou - evan@prodromou.name - http://evan.prodromou.name/ -- Scott Reynen MakeDataMakeSense.com From msporny at digitalbazaar.com Sat Jul 14 09:29:37 2007 From: msporny at digitalbazaar.com (Manu Sporny) Date: Sat Jul 14 09:29:40 2007 Subject: [uf-new] img alt content statistics In-Reply-To: <4694E5EE.2060902@digitalbazaar.com> References: <4692F41E.2010503@digitalbazaar.com> <C2B846A8.91BB3%tantek@cs.stanford.edu> <RF$+ovQJk+kGFwhM@pigsonthewing.org.uk> <003501c7c33c$9b2e10d0$bc08a8c0@nzto22> <YCjMpgV++IlGFwIl@pigsonthewing.org.uk> <4694E5EE.2060902@digitalbazaar.com> Message-ID: <4698F9F1.1060409@digitalbazaar.com> Manu Sporny wrote: > As Scott has pointed out, the only way to know this is to start > gathering real data. I am in the process of writing an image crawler > (which will hopefully be done by tonight) to gather these statistics. The first run of the img tag analysis has been completed, here are the results: Total websites crawled : 14077 Total img tags analyzed: 224671 The percentages below are the percentages of img tags that contained non-empty attributes: src: 99% height: 66% width: 66% alt: 41% title: 5% id: 4% In general, only 41% of 'img' tags list non-empty 'alt' attributes. In other words - most websites are not using 'alt' attributes for 'img' tags. The next step of the analysis process will examine how the sites that ARE using 'alt' tags use them. -- manu From andy at pigsonthewing.org.uk Sat Jul 14 12:05:15 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Sat Jul 14 12:06:40 2007 Subject: [uf-new] img alt content statistics In-Reply-To: <4698F9F1.1060409@digitalbazaar.com> References: <4692F41E.2010503@digitalbazaar.com> <C2B846A8.91BB3%tantek@cs.stanford.edu> <RF$+ovQJk+kGFwhM@pigsonthewing.org.uk> <003501c7c33c$9b2e10d0$bc08a8c0@nzto22> <YCjMpgV++IlGFwIl@pigsonthewing.org.uk> <4694E5EE.2060902@digitalbazaar.com> <4698F9F1.1060409@digitalbazaar.com> Message-ID: <OOFJKlAr5RmGFwjD@pigsonthewing.org.uk> In message <4698F9F1.1060409@digitalbazaar.com>, Manu Sporny <msporny@digitalbazaar.com> writes >The percentages below are the percentages of img tags that contained >non-empty attributes: > >src: 99% >height: 66% >width: 66% >alt: 41% >title: 5% >id: 4% > >In general, only 41% of 'img' tags list non-empty 'alt' attributes. In >other words - most websites are not using 'alt' attributes for 'img' >tags. That's a bogus conclusion - empty "alt" attributes are perfectly valid, and are appropriate in many cases; and you're counting tags but making conclusions about "most websites". -- Andy Mabbett From msporny at digitalbazaar.com Sat Jul 14 12:36:02 2007 From: msporny at digitalbazaar.com (Manu Sporny) Date: Sat Jul 14 12:36:05 2007 Subject: [uf-new] img alt content statistics In-Reply-To: <OOFJKlAr5RmGFwjD@pigsonthewing.org.uk> References: <4692F41E.2010503@digitalbazaar.com> <C2B846A8.91BB3%tantek@cs.stanford.edu> <RF$+ovQJk+kGFwhM@pigsonthewing.org.uk> <003501c7c33c$9b2e10d0$bc08a8c0@nzto22> <YCjMpgV++IlGFwIl@pigsonthewing.org.uk> <4694E5EE.2060902@digitalbazaar.com> <4698F9F1.1060409@digitalbazaar.com> <OOFJKlAr5RmGFwjD@pigsonthewing.org.uk> Message-ID: <469925A2.3080902@digitalbazaar.com> Andy Mabbett wrote: > In message <4698F9F1.1060409@digitalbazaar.com>, Manu Sporny > <msporny@digitalbazaar.com> writes > >> The percentages below are the percentages of img tags that contained >> non-empty attributes: >> >> src: 99% >> height: 66% >> width: 66% >> alt: 41% >> title: 5% >> id: 4% >> >> In general, only 41% of 'img' tags list non-empty 'alt' attributes. In >> other words - most websites are not using 'alt' attributes for 'img' >> tags. > > That's a bogus conclusion - empty "alt" attributes are perfectly valid, > and are appropriate in many cases; and you're counting tags but making > conclusions about "most websites". I agree with you, Andy... it seems my statement wasn't clear. Perhaps it should have read: "In other words - most websites are using empty 'alt' attributes." or "59% of most websites are complying with the HTML 4.01 specification regarding usage of 'alt' with image tags." I used the terminology "most websites" because the data gathered is, statistically speaking, overkill. Assuming 125,626,329 websites (per Netcraft) we would need a sample set of 384 websites to get a 95% confidence level with an interval of 5%. So, we needed 384 samples - we got 224,671 across 14,077 websites. If you want to sift through the data yourself, I'll have it up tomorrow. I'll also be providing all of the source code to crawl, index and analyze the data. -- manu From derrick at pallas.us Sat Jul 14 13:42:18 2007 From: derrick at pallas.us (Derrick Lyndon Pallas) Date: Sat Jul 14 13:42:17 2007 Subject: [uf-new] img alt content statistics In-Reply-To: <469925A2.3080902@digitalbazaar.com> References: <4692F41E.2010503@digitalbazaar.com> <C2B846A8.91BB3%tantek@cs.stanford.edu> <RF$+ovQJk+kGFwhM@pigsonthewing.org.uk> <003501c7c33c$9b2e10d0$bc08a8c0@nzto22> <YCjMpgV++IlGFwIl@pigsonthewing.org.uk> <4694E5EE.2060902@digitalbazaar.com> <4698F9F1.1060409@digitalbazaar.com> <OOFJKlAr5RmGFwjD@pigsonthewing.org.uk> <469925A2.3080902@digitalbazaar.com> Message-ID: <4699352A.4090204@pallas.us> Manu Sporny wrote: > "59% of most websites are complying with the HTML 4.01 specification > regarding usage of 'alt' with image tags." > > I used the terminology "most websites" because the data gathered is, > statistically speaking, overkill. Assuming 125,626,329 websites (per > Netcraft) we would need a sample set of 384 websites to get a 95% > confidence level with an interval of 5%. > > So, we needed 384 samples - we got 224,671 across 14,077 websites. That's assuming that any given page from a website is representative of that website. What you really want are examples of <img/> usage on the web; the number of samples you need is based on usages/page * pages/unique site * unique sites/internet. For what it's worth, I actually did start an analysis but haven't had time to do much with the data. I took a random chunk of our archive, looked for every <a/>, storing the content of the anchor so I could look for lonely <img/>s with @alt text. The proof run found 1.4M <a/> on 14k pages. Of these anchors, * 240k contain at least one <img/> * 228k start with an <img/> * 152k contain at least one <img/> with an @alt * 121k contain at least one <img/> with a non-empty @alt * 25k contain at least one <img/> with a @title * 24k contain at least one <img/> with a non-empty @title A total of 247k <img/> were found in anchors. Of these images, * 151k contain an @alt * 120k contain a non-empty @alt * 25k contain a @title * 23k contain a non-empty @title * 11k have a garbage phrase (e.g. "click here", "use the right mouse button to save", etc.) in @alt or @title Of the 228k starting <img/>s, * 142k contain an @alt * 114k contain a non-empty @alt * 24k contain a @title * 22k contain a non-empty @title * 11k have a garbage phrase in @alt or @title The non-proof run is looking at 50x as many pages. All of this was gleaned from the services at <http://tinyurl.com/23czqt> ~ Derrick Pallas From bhawkeslewis at googlemail.com Sat Jul 14 15:52:57 2007 From: bhawkeslewis at googlemail.com (Benjamin Hawkes-Lewis) Date: Sat Jul 14 15:53:05 2007 Subject: [uf-new] img alt content statistics In-Reply-To: <469925A2.3080902@digitalbazaar.com> References: <4692F41E.2010503@digitalbazaar.com> <C2B846A8.91BB3%tantek@cs.stanford.edu> <RF$+ovQJk+kGFwhM@pigsonthewing.org.uk> <003501c7c33c$9b2e10d0$bc08a8c0@nzto22> <YCjMpgV++IlGFwIl@pigsonthewing.org.uk> <4694E5EE.2060902@digitalbazaar.com> <4698F9F1.1060409@digitalbazaar.com> <OOFJKlAr5RmGFwjD@pigsonthewing.org.uk> <469925A2.3080902@digitalbazaar.com> Message-ID: <469953C9.6000301@googlemail.com> I'm increasingly sceptical about non-qualitative statistical exercises of this sort. They need to be interpreted with great caution. For example, alt="" may be compliant with the (X)HTML specifications, or it may not be. You just can't tell without looking at the page in question. I'm not sure why mass use or abuse of @alt, treating all webpages as equals, is deterministic for hCard parsing. Doesn't there need to be a subsample containing only pages with markup that would be interpreted by a microformat parser as an hCard? -- Benjamin Hawkes-Lewis Manu Sporny wrote: > Andy Mabbett wrote: >> In message <4698F9F1.1060409@digitalbazaar.com>, Manu Sporny >> <msporny@digitalbazaar.com> writes >> >>> The percentages below are the percentages of img tags that contained >>> non-empty attributes: >>> >>> src: 99% >>> height: 66% >>> width: 66% >>> alt: 41% >>> title: 5% >>> id: 4% >>> >>> In general, only 41% of 'img' tags list non-empty 'alt' attributes. In >>> other words - most websites are not using 'alt' attributes for 'img' >>> tags. >> That's a bogus conclusion - empty "alt" attributes are perfectly valid, >> and are appropriate in many cases; and you're counting tags but making >> conclusions about "most websites". > > I agree with you, Andy... it seems my statement wasn't clear. Perhaps it > should have read: > > "In other words - most websites are using empty 'alt' attributes." > > or > > "59% of most websites are complying with the HTML 4.01 specification > regarding usage of 'alt' with image tags." > > I used the terminology "most websites" because the data gathered is, > statistically speaking, overkill. Assuming 125,626,329 websites (per > Netcraft) we would need a sample set of 384 websites to get a 95% > confidence level with an interval of 5%. > > So, we needed 384 samples - we got 224,671 across 14,077 websites. > > If you want to sift through the data yourself, I'll have it up tomorrow. > I'll also be providing all of the source code to crawl, index and > analyze the data. > > -- manu > _______________________________________________ > microformats-new mailing list > microformats-new@microformats.org > http://microformats.org/mailman/listinfo/microformats-new > From msporny at digitalbazaar.com Sun Jul 15 11:09:26 2007 From: msporny at digitalbazaar.com (Manu Sporny) Date: Sun Jul 15 11:09:30 2007 Subject: [uf-new] Use of img in rel-* (with analyzed data) Message-ID: <469A62D6.9020805@digitalbazaar.com> I'm starting a new thread as the "*img alt content*" discussion seems to be getting unfocused. Please familiarize yourself with the following thread, as this discussion is a more focused continuation of it: http://microformats.org/discuss/mail/microformats-new/2007-July/000590.html All of the tools and data that were used for this analysis, including source code released under the GPL, is available from the following URL: http://www.zenmachine.org/downloads/microformats/dbuft-0.3.tar.bz2 The Problem ----------- It is quite often that a site uses an image instead of a text link to present actions. For example: Instead of using the text "Download", they will use a graphic image with a downward-facing arrow pointing at a disk. In other words, if we have this: Download: <a href="http://my.site.com/download/3847293"> <img src="/images/cool_download_button.png"/> </a> How do we present this option to a human being in a non-web-page UI? This problem is applicable to any 'rel-*' pattern. Currently, it is affecting the implementation of hAudio because Operator does not extract ALT or TITLE attributes for IMG tags, thus when an image-only rel-* link is presented to the user, it is blank. The Argument Thus Far --------------------- Andy Mabbett proposed that Operator should use the ALT attribute from the IMG tag, as that is HTML/XHTML compliant[1]. Tantek ?elik raised the point that web authors often mis-use the ALT attribute[2]. Scott Reynen noted that we would need examples to more accurately make an informed decision, as no data had been collected as of yet[3]. The Data Collected So Far ------------------------- The first set of data collected attempted to determine the number of IMG tags that used 'alt', 'title' and 'id': Total websites crawled : 14077 Total img tags analyzed: 224671 @alt: 41% @title: 5% @id: 4% The second set of data collected came from Derrick Pallas. We are still waiting for analysis to be performed by him and that analysis posted to the mailing list. The third set of data collected looks at image-only anchors. In other words, it collects only links that look like the following: <a href="http://www.example.com"><img src="example.png" /></a> The data was analyzed by a human being to ensure that the ALT text matched the image. The following criteria was used to categorize images: Valid @alt - If the ALT text displayed to the user matched the image displayed, the image was marked as VALID. The ALT text was also marked as valid if it was blank. Unknown @alt - If the ALT text was in another language or was in UTF-8 (not displayable), the image was marked as UNKNOWN. Garbage @alt - If the ALT text was clearly not applicable to the image, such as "click here", "red ball", or "blog" when the image was a shopping cart, etc. This analysis required human interaction, thus the sample size is small (but still statistically significant). A small GUI displayed an image to a person and asked them to select if the image matched the ALT tag. This is the first time this data is being presented: Total websites crawled : 1721 Total img-only anchors analyzed: 1166 Valid @alt : 77.3% Unknown @alt: 5.8% Garbage @alt: 16.9% As mentioned previously, all of the tools and data that were used for this analysis, including source code, is available from the following URL: http://www.zenmachine.org/downloads/microformats/dbuft-0.3.tar.bz2 -- manu [1]http://microformats.org/discuss/mail/microformats-new/2007-July/000594.html [2]http://microformats.org/discuss/mail/microformats-new/2007-July/000598.html [3]http://microformats.org/discuss/mail/microformats-new/2007-July/000595.html From tantek at cs.stanford.edu Sun Jul 15 11:43:52 2007 From: tantek at cs.stanford.edu (Tantek =?ISO-8859-1?B?xw==?=elik) Date: Sun Jul 15 11:44:10 2007 Subject: [uf-new] Use of img in rel-* (with analyzed data) In-Reply-To: <469A62D6.9020805@digitalbazaar.com> Message-ID: <C2BFB8A0.9205A%tantek@cs.stanford.edu> On 7/15/07 11:09 AM, "Manu Sporny" <msporny@digitalbazaar.com> wrote: > Tantek ?elik raised the > point that web authors often mis-use the ALT attribute[2]. To be clear, the conclusion from this is that publishers should be given the detailed *choice* of whether or not the alt text in their pages is included in microformats property values (rather than being forced to by *always* using it in contained properties). Thus the alt (or src for that matter) attribute of an <img> element is *only* included on a property value if the property is set directly on the <img> OR via a class="value" construct. Our experience with this in practice has been quite good, and in fact, this is the first that *anyone* has raised any issues with it (in over two years of it functioning this way - that is it's not that no one's written it down yet - unlike some of the existing issues), so given experience to date, I would assert that we have the 80/20 (or far more than even) case covered, and that new cases regarding this being raised now have the burden of proof[1]. Thanks, Tantek [1] http://microformats.org/wiki/brainstorming#Burden_of_Proof From chris at placenamehere.com Sun Jul 15 14:35:56 2007 From: chris at placenamehere.com (Chris Casciano) Date: Sun Jul 15 14:36:11 2007 Subject: [uf-new] img alt content statistics In-Reply-To: <469953C9.6000301@googlemail.com> References: <4692F41E.2010503@digitalbazaar.com> <C2B846A8.91BB3%tantek@cs.stanford.edu> <RF$+ovQJk+kGFwhM@pigsonthewing.org.uk> <003501c7c33c$9b2e10d0$bc08a8c0@nzto22> <YCjMpgV++IlGFwIl@pigsonthewing.org.uk> <4694E5EE.2060902@digitalbazaar.com> <4698F9F1.1060409@digitalbazaar.com> <OOFJKlAr5RmGFwjD@pigsonthewing.org.uk> <469925A2.3080902@digitalbazaar.com> <469953C9.6000301@googlemail.com> Message-ID: <11001486-61EA-4CFC-8DA7-D7BE9D3E663D@placenamehere.com> On Jul 14, 2007, at 6:52 PM, Benjamin Hawkes-Lewis wrote: > I'm increasingly sceptical about non-qualitative statistical > exercises of this sort. They need to be interpreted with great > caution. For example, alt="" may be compliant with the (X)HTML > specifications, or it may not be. You just can't tell without > looking at the page in question. > > I'm not sure why mass use or abuse of @alt, treating all webpages > as equals, is deterministic for hCard parsing. Doesn't there need > to be a subsample containing only pages with markup that would be > interpreted by a microformat parser as an hCard? One thing I hope we don't lose sight of is that while we as a community should be promoting standards and other best practices in all web development and design fronts, if the microformat specs take a hard line on issues such as this where there is some regular use of a variety of techniques it may hurt both adoption on a case b case basis as well as how the movement as a whole is viewed in terms of practicality. Image replacement techniques, bowing to CSS, when an image is considered "content" or not are ALL areas where reasonable people have reasonable arguments for pros and cons and I think its the job of the microformats spec writers to /wherever/ possible to support common coding practices, because for the most part which technique is appropriate is determined by one two word rule: "it depends". Just my thought on the matter, anyway. -- [ Chris Casciano ] [ chris@placenamehere.com ] [ http://placenamehere.com ] From msporny at digitalbazaar.com Sun Jul 15 14:45:04 2007 From: msporny at digitalbazaar.com (Manu Sporny) Date: Sun Jul 15 14:45:09 2007 Subject: [uf-new] Use of img in rel-* (with analyzed data) In-Reply-To: <C2BFB8A0.9205A%tantek@cs.stanford.edu> References: <C2BFB8A0.9205A%tantek@cs.stanford.edu> Message-ID: <469A9560.4020706@digitalbazaar.com> Tantek ?elik wrote: > On 7/15/07 11:09 AM, "Manu Sporny" <msporny@digitalbazaar.com> wrote: >> Tantek ?elik raised the >> point that web authors often mis-use the ALT attribute[2]. > > To be clear, the conclusion from this is that publishers should be given the > detailed *choice* of whether or not the alt text in their pages is included > in microformats property values (rather than being forced to by *always* > using it in contained properties). Tantek, I don't quite follow the logic here. Publishers aren't given the option on whether or not their ALT text shows up in a text-based browser. They are also not given the option on whether their ALT text is read out loud when using a screen reader. Why, then, are we giving them the option on how ALT will be handled with regards to Microformats? Or rather, why are we giving them the option to hide data? > Thus the alt (or src for that matter) attribute of an <img> element is > *only* included on a property value if the property is set directly on the > <img> OR via a class="value" construct. You don't have the option of setting "rel-*" properties on images. That is the whole point of this discussion. Your "just set it on the <img> element" argument doesn't work for "rel-*". rel-* always go on anchor elements (<a>). As for class="value", that is a potential solution... thank you for identifying it. However, I ask again - why are we giving publishers the choice of violating the HTML specification? Of hiding data? Where are the real world examples of why we need to provide that option? > Our experience with this in practice has been quite good, and in fact, this > is the first that *anyone* has raised any issues with it (in over two years > of it functioning this way - that is it's not that no one's written it down > yet - unlike some of the existing issues), so given experience to date, I > would assert that we have the 80/20 (or far more than even) case covered Since you are asserting that the community has 80/20, could you please provide some data to back up that claim? How many people use images inside hCard/hCalendar/hAtom and hResume? How many of those people have @alt specified correctly? Incorrectly? How many examples of images used in rel-* do we have? We have collected quite a bit of data (and continue to do so) that shows that mis-use of @alt isn't as wide-spread as previously asserted. In fact, it falls quite short of the Microformat community's 80/20 rule. If I wasn't clear about that previously, here's a re-cap: As of right now, it looks as though roughly 80-90% of websites are using @alt correctly, either by not specifying a value or by specifying valid data in the attribute. If you'd like me to demonstrate that figure further, I would be more than happy to do so - using hard data that is available to everybody on this mailing list. -- manu From tantek at cs.stanford.edu Sun Jul 15 14:52:07 2007 From: tantek at cs.stanford.edu (Tantek =?ISO-8859-1?B?xw==?=elik) Date: Sun Jul 15 14:52:12 2007 Subject: [uf-new] Use of img in rel-* (with analyzed data) In-Reply-To: <469A9560.4020706@digitalbazaar.com> Message-ID: <C2BFE509.92077%tantek@cs.stanford.edu> On 7/15/07 2:45 PM, "Manu Sporny" <msporny@digitalbazaar.com> wrote: > You don't have the option of setting "rel-*" properties on images. That > is the whole point of this discussion. Your "just set it on the <img> > element" argument doesn't work for "rel-*". rel-* always go on anchor > elements (<a>). rel-* never applies for image content anyway because rel-* semantics are always between one URL and another URL which you must *hyperlink* to. It's the HTML 4.01 specification that provides this restriction, not microformats. Thus rel-* and <img> is a non-issue. Tantek From andy at pigsonthewing.org.uk Sun Jul 15 14:52:30 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Sun Jul 15 14:53:46 2007 Subject: [uf-new] Use of img in rel-* (with analyzed data) In-Reply-To: <C2BFB8A0.9205A%tantek@cs.stanford.edu> References: <469A62D6.9020805@digitalbazaar.com> <C2BFB8A0.9205A%tantek@cs.stanford.edu> Message-ID: <PiYJR2SecpmGFwB6@pigsonthewing.org.uk> In message <C2BFB8A0.9205A%tantek@cs.stanford.edu>, Tantek ?elik <tantek@cs.stanford.edu> writes >Our experience with this in practice has been quite good, and in fact, >this is the first that *anyone* has raised any issues with it I've raised the matter previously. >I would assert [...] > that new cases regarding this being raised now have the burden of >proof Surely, by your own standards, the burden is on you, to provide evidence to support your assertions? I note that you have not replied to my previous suggestion that you do so. -- Andy Mabbett From tantek at cs.stanford.edu Sun Jul 15 14:56:07 2007 From: tantek at cs.stanford.edu (Tantek =?ISO-8859-1?B?xw==?=elik) Date: Sun Jul 15 14:56:11 2007 Subject: [uf-new] Use of img in rel-* (with analyzed data) In-Reply-To: <469A9560.4020706@digitalbazaar.com> Message-ID: <C2BFE592.9207A%tantek@cs.stanford.edu> On 7/15/07 2:45 PM, "Manu Sporny" <msporny@digitalbazaar.com> wrote: > We have collected quite a bit of data (and continue to do so) that shows > that mis-use of @alt isn't as wide-spread as previously asserted. In > fact, it falls quite short of the Microformat community's 80/20 rule. If > I wasn't clear about that previously, here's a re-cap: > > As of right now, it looks as though roughly 80-90% of websites are using > @alt correctly, either by not specifying a value or by specifying valid > data in the attribute. Actually no. As several others have pointed out, the methodologies you used to gather "quite a bit of data" and the conclusions you reached are seriously flawed for a number of reasons. You cannot determine that they are "specifying valid data in the attribute" unless you inspect the value of the attribute and the page itself *by hand* to determine whether from a human perspective proper semantics are being followed. I believe other folks (some with accessibility expertise) have already pointed this out. Tantek From tantek at cs.stanford.edu Sun Jul 15 14:58:07 2007 From: tantek at cs.stanford.edu (Tantek =?ISO-8859-1?B?xw==?=elik) Date: Sun Jul 15 14:58:11 2007 Subject: [uf-new] Use of img in rel-* (with analyzed data) In-Reply-To: <469A9560.4020706@digitalbazaar.com> Message-ID: <C2BFE62D.9207C%tantek@cs.stanford.edu> On 7/15/07 2:45 PM, "Manu Sporny" <msporny@digitalbazaar.com> wrote: > However, I ask again - why are we giving publishers the > choice of violating the HTML specification? That has never been demonstrated via an actual example with URL and citation of the clause in the spec with URL that is allegedly being violated, and reasoning applied to the actual example as such. It's only been asserted in hand-waving. > Of hiding data? No one is advocating that AFAIK. > Where are > the real world examples of why we need to provide that option? Manu, please check the other responses on this thread, there has already been at least one publisher that has responded and demonstrated as such. Thanks, Tantek From tantek at cs.stanford.edu Sun Jul 15 15:05:17 2007 From: tantek at cs.stanford.edu (Tantek =?ISO-8859-1?B?xw==?=elik) Date: Sun Jul 15 15:05:21 2007 Subject: [admin] [EoT request] was Re: [uf-new] Use of img in rel-* (with analyzed data) In-Reply-To: <469A9560.4020706@digitalbazaar.com> Message-ID: <C2BFE7BB.92081%tantek@cs.stanford.edu> This thread is quickly repeating itself, dominating the email discussions on the list, and thus becoming more noise than signal for most. Thus I'm going to ask folks who have an agenda of pushing change here to please STOP repeating themselves (especially when those asking for change are ignoring criticisms brought forth by the community). In addition this is a general admin request for those mentioned (Manu and Andy in particular) to STOP posting on this thread in the list for at least 7 days (to reduce list noise) or until they've documented concrete proposals *and* the criticisms brought up in the email thread using the wiki. Thanks, Tantek From andy at pigsonthewing.org.uk Sun Jul 15 15:52:29 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Sun Jul 15 15:53:47 2007 Subject: [admin] [EoT request] was Re: [uf-new] Use of img in rel-* (with analyzed data) In-Reply-To: <C2BFE7BB.92081%tantek@cs.stanford.edu> References: <469A9560.4020706@digitalbazaar.com> <C2BFE7BB.92081%tantek@cs.stanford.edu> Message-ID: <jQUidlUtUqmGFw3d@pigsonthewing.org.uk> In message <C2BFE7BB.92081%tantek@cs.stanford.edu>, Tantek ?elik <tantek@cs.stanford.edu> writes >this is a general admin request for those mentioned (Manu and Andy in >particular) to STOP posting on this thread in the list for at least 7 >days Is that a request, or an instruction? -- Andy Mabbett From joe at andrieu.net Sun Jul 15 15:58:13 2007 From: joe at andrieu.net (Joe Andrieu) Date: Sun Jul 15 15:57:57 2007 Subject: [admin] [EoT request] was Re: [uf-new] Use of img in rel-* (withanalyzed data) In-Reply-To: <C2BFE7BB.92081%tantek@cs.stanford.edu> Message-ID: <000201c7c733$a034e8b0$0501a8c0@andrieuhome> Tantek ? elik wrote (Sunday, July 15, 2007 3:05 PM) > This thread is quickly repeating itself, dominating the email > discussions on the list, and thus becoming more noise than > signal for most. > > Thus I'm going to ask folks who have an agenda of pushing > change here to please STOP repeating themselves (especially > when those asking for change are ignoring criticisms brought > forth by the community). > > In addition this is a general admin request for those > mentioned (Manu and Andy in particular) to STOP posting on > this thread in the list for at least 7 days (to reduce list > noise) or until they've documented concrete proposals > *and* the criticisms brought up in the email thread using the wiki. Tantek, It is pretty unsporting of you to cut off all discussion after you post your own points to the list. I agree the conversation is going in circles... And probably could use some time off. However, requesting as admin that those who disagree with you should quiet down--after you make your own points--comes across as a heavy-handed way to get the last word in. I would also like to see some of the back-and-forth move to concrete proposals on the wiki. Including your own points, Tantek. The most popular uFs, such as hCard and hCalendar never went through the uF process with the same documentation and rigor that new proposals face. You yourself have acknowledged the lack of documentation before. As a result, I'd say the burden of proof exists, as usual, for everyone making a case. And in my opinion, it is even greater for those defending the status quo, if simply because the incumbant have the benefit of possession of the standard. [other thoughts presented in the non-admin thread] -j -- Joe Andrieu SwitchBook Software http://www.switchbook.com joe@switchbook.com +1 (805) 705-8651 From joe at andrieu.net Sun Jul 15 16:00:21 2007 From: joe at andrieu.net (Joe Andrieu) Date: Sun Jul 15 16:00:06 2007 Subject: [uf-new] Use of img in rel-* (with analyzed data) In-Reply-To: <C2BFE62D.9207C%tantek@cs.stanford.edu> Message-ID: <000301c7c733$ecd39fe0$0501a8c0@andrieuhome> Tantek ? elik wrote (Sunday, July 15, 2007 2:58 PM) > On 7/15/07 2:45 PM, "Manu Sporny" <msporny@digitalbazaar.com> wrote: > > > However, I ask again - why are we giving publishers the choice of > > violating the HTML specification? > > That has never been demonstrated via an actual example with > URL and citation of the clause in the spec with URL that is > allegedly being violated, and reasoning applied to the actual > example as such. It's only been asserted in hand-waving. > > > > Of hiding data? > > No one is advocating that AFAIK. > > > > Where are > > the real world examples of why we need to provide that option? > > Manu, please check the other responses on this thread, there > has already been at least one publisher that has responded > and demonstrated as such. I don't understand the use of examples in this debate. If we were to examine contact information in the wild, we wouldn't suggest that class="title" is bad because nobody is using it or because people use it outside of hcards. We aren't about to go scan every ALT value for semantic data; the suggestion, as I understand it, is to allow ALT values as a source of data /within/ uFs. The issue, imo, seems to be that /when authoring uFs/, can or should data be placed in alt tags so that authors can specify data that otherwise might be burried in an image? That becomes two questions. 1. Is it semantically valid within common HTML usage? Or put another way, images sometimes contain human readable data that are not (easily) machine readable. Is the alt tag an appropriate way to specify that data in a machine-readable way? 2. Does it break existing uFs? And that means specifications and usage; Whether or not it breaks parsers is a different issue. In this case, it may make sense to evaluate the use of IMG ALT tags within uFs to see if uF-using authors have adopted widespread practices that would break. However, evaluating random selections of IMG tags doesn't really help us understand anything about current uF usage and how this change to the spec might cause problems with existing uFs. -j -- Joe Andrieu SwitchBook Software http://www.switchbook.com joe@switchbook.com +1 (805) 705-8651 From tantek at cs.stanford.edu Sun Jul 15 17:23:24 2007 From: tantek at cs.stanford.edu (Tantek =?ISO-8859-1?B?xw==?=elik) Date: Sun Jul 15 17:23:30 2007 Subject: [admin] [EoT request] was Re: [uf-new] Use of img in rel-* (with analyzed data) In-Reply-To: <jQUidlUtUqmGFw3d@pigsonthewing.org.uk> Message-ID: <C2C00830.92098%tantek@cs.stanford.edu> On 7/15/07 3:52 PM, "Andy Mabbett" <andy@pigsonthewing.org.uk> wrote: > In message <C2BFE7BB.92081%tantek@cs.stanford.edu>, Tantek ?elik > <tantek@cs.stanford.edu> writes > >> this is a general admin request for those mentioned (Manu and Andy in >> particular) to STOP posting on this thread in the list for at least 7 >> days > > Is that a request, or an instruction? To be clear, a request. Thanks Andy, Tantek From tantek at cs.stanford.edu Sun Jul 15 17:48:59 2007 From: tantek at cs.stanford.edu (Tantek =?ISO-8859-1?B?xw==?=elik) Date: Sun Jul 15 17:49:07 2007 Subject: [admin] [EoT request] was Re: [uf-new] Use of img in rel-* (withanalyzed data) In-Reply-To: <000201c7c733$a034e8b0$0501a8c0@andrieuhome> Message-ID: <C2C00E88.920A0%tantek@cs.stanford.edu> On 7/15/07 3:58 PM, "Joe Andrieu" <joe@andrieu.net> wrote: > Tantek ? elik wrote (Sunday, July 15, 2007 3:05 PM) >> This thread is quickly repeating itself, dominating the email >> discussions on the list, and thus becoming more noise than >> signal for most. >> >> Thus I'm going to ask folks who have an agenda of pushing >> change here to please STOP repeating themselves (especially >> when those asking for change are ignoring criticisms brought >> forth by the community). >> >> In addition this is a general admin request for those >> mentioned (Manu and Andy in particular) to STOP posting on >> this thread in the list for at least 7 days (to reduce list >> noise) or until they've documented concrete proposals >> *and* the criticisms brought up in the email thread using the wiki. > > Tantek, > > It is pretty unsporting of you to cut off all discussion after you post your > own points to the list. Joe, Apologies as I do realize it came across like that. I realized shortly after posting my own recent emails that I wasn't helping the problem either and thus put on my admin hat and posted my request regarding the thread which I as well will stick to until those advocating changes do the requested work on the wiki. > I agree the conversation is going in circles... And probably could use some > time off. However, requesting as admin that those who > disagree with you should quiet down--after you make your own points--comes > across as a heavy-handed way to get the last word in. The admin request applies to thread as a whole, but especially to those who have posted most often in the thread as the high-frequency of posting (and thus apparent noise on the list) is due to a few, not everyone. > I would also like to see some of the back-and-forth move to concrete proposals > on the wiki. Thanks Joe. > Including your own points, Tantek. I'm wiking everything I can, in priority order per my to-do list on the wiki: http://microformats.org/wiki/to-do#Tantek I encourage you to add a section for yourself on the to-do page as well for the things you want to get done in the microformats community. > The > most popular uFs, such as hCard and hCalendar never went through the uF > process with the same documentation and rigor that new > proposals face. They did go through various checks and balances similar to those in the process (in fact, much of the process was written as a result of documenting the methodology developed *while* developing hCard and hCalendar). Your request for more specific history is reasonable, and will certainly benefit both out existing microformats, and those looking to understand the development of microformats in general. I've added it to my personal to-do list. > You yourself have acknowledged the lack of documentation > before. As a result, I'd say the burden of proof exists, as > usual, for everyone making a case. It is not the same for everyone no. There is what is established and thus works today, and there are proposals for change. The proposals for change have burden of proof. The documentation at this point for those that actually worked on it is a matter of historical documentation, not process. > And in my opinion, it is even greater for > those defending the status quo, if simply because the > incumbant have the benefit of possession of the standard. We will simply have to choose to disagree on this point then. The burden of proof is always on those who wish to change or modify what already "works" to a great extent today. This principle is actually in use all over microformats, such as re-using existing implied schemas and looking at existing widely interoperable standards as a basis for vocabulary for microformats. Thus it could be said that a key principle of microformats in general "doing what already works" (i.e. re-use) is greatly valued over "changing everything and starting from scratch" (i.e. re-invention). Thanks, Tantek From alasdairking at gmail.com Mon Jul 16 00:14:23 2007 From: alasdairking at gmail.com (Alasdair King) Date: Mon Jul 16 00:14:27 2007 Subject: [uf-new] img alt content statistics In-Reply-To: <11001486-61EA-4CFC-8DA7-D7BE9D3E663D@placenamehere.com> References: <4692F41E.2010503@digitalbazaar.com> <RF$+ovQJk+kGFwhM@pigsonthewing.org.uk> <003501c7c33c$9b2e10d0$bc08a8c0@nzto22> <YCjMpgV++IlGFwIl@pigsonthewing.org.uk> <4694E5EE.2060902@digitalbazaar.com> <4698F9F1.1060409@digitalbazaar.com> <OOFJKlAr5RmGFwjD@pigsonthewing.org.uk> <469925A2.3080902@digitalbazaar.com> <469953C9.6000301@googlemail.com> <11001486-61EA-4CFC-8DA7-D7BE9D3E663D@placenamehere.com> Message-ID: <7df2c90b0707160014t2702c65dy7e353319f50573d2@mail.gmail.com> I develop a free web browser for blind people called WebbIE ( http://www.webbie.org.uk). The use of images in links is a problem for my users too. I use the alt tag content as text for the link: if the alt tag is blank or missing I use the filename of the target, so http://www.mypage.com/contact.htm becomes Link 1: contact.htm (And on looking at it how it should probably just go to just "contact"...!) Offered as a real-world example (insignificant numbers vs IE, significant numbers vs blind people). -- Alasdair King WebbIE http://www.webbie.org.uk alasdair@webbie.org.uk On 7/15/07, Chris Casciano <chris@placenamehere.com> wrote: > > > On Jul 14, 2007, at 6:52 PM, Benjamin Hawkes-Lewis wrote: > > > I'm increasingly sceptical about non-qualitative statistical > > exercises of this sort. They need to be interpreted with great > > caution. For example, alt="" may be compliant with the (X)HTML > > specifications, or it may not be. You just can't tell without > > looking at the page in question. > > > > I'm not sure why mass use or abuse of @alt, treating all webpages > > as equals, is deterministic for hCard parsing. Doesn't there need > > to be a subsample containing only pages with markup that would be > > interpreted by a microformat parser as an hCard? > > > One thing I hope we don't lose sight of is that while we as a > community should be promoting standards and other best practices in > all web development and design fronts, if the microformat specs take > a hard line on issues such as this where there is some regular use of > a variety of techniques it may hurt both adoption on a case b case > basis as well as how the movement as a whole is viewed in terms of > practicality. > > > Image replacement techniques, bowing to CSS, when an image is > considered "content" or not are ALL areas where reasonable people > have reasonable arguments for pros and cons and I think its the job > of the microformats spec writers to /wherever/ possible to support > common coding practices, because for the most part which technique is > appropriate is determined by one two word rule: "it depends". > > > Just my thought on the matter, anyway. > > -- > [ Chris Casciano ] > [ chris@placenamehere.com ] [ http://placenamehere.com ] > > _______________________________________________ > microformats-new mailing list > microformats-new@microformats.org > http://microformats.org/mailman/listinfo/microformats-new > -- Alasdair King -------------- next part -------------- An HTML attachment was scrubbed... URL: http://microformats.org/discuss/mail/microformats-new/attachments/20070716/9def9b91/attachment.html From msporny at digitalbazaar.com Mon Jul 16 09:29:48 2007 From: msporny at digitalbazaar.com (Manu Sporny) Date: Mon Jul 16 09:29:51 2007 Subject: [admin] [EoT request] was Re: [uf-new] Use of img in rel-* (with analyzed data) In-Reply-To: <C2BFE7BB.92081%tantek@cs.stanford.edu> References: <C2BFE7BB.92081%tantek@cs.stanford.edu> Message-ID: <469B9CFC.2090409@digitalbazaar.com> Tantek ?elik wrote: > In addition this is a general admin request for those mentioned (Manu and > Andy in particular) to STOP posting on this thread in the list for at least > 7 days (to reduce list noise) or until they've documented concrete proposals > *and* the criticisms brought up in the email thread using the wiki. Out of respect for the community, I'll stop posting for 7 days. I'll spend time documenting this argument on the wiki and will point everyone to that page once it is updated along with a more detailed explanation as to how the analysis was completed and why the data is pertinent. If there is any other information that people would like included on the page, please let me know off-list. -- manu From cgriego at gmail.com Mon Jul 16 12:24:31 2007 From: cgriego at gmail.com (Chris Griego) Date: Mon Jul 16 12:24:33 2007 Subject: [uf-new] Use of img in rel-* (with analyzed data) In-Reply-To: <C2BFB8A0.9205A%tantek@cs.stanford.edu> References: <469A62D6.9020805@digitalbazaar.com> <C2BFB8A0.9205A%tantek@cs.stanford.edu> Message-ID: <15996c030707161224j16eb5f18k157f21a434766922@mail.gmail.com> On 7/15/07, Tantek ?elik <tantek@cs.stanford.edu> wrote: > Our experience with this in practice has been quite good, and in fact, this > is the first that *anyone* has raised any issues with it (in over two years > of it functioning this way - that is it's not that no one's written it down > yet - unlike some of the existing issues), so given experience to date, I > would assert that we have the 80/20 (or far more than even) case covered, > and that new cases regarding this being raised now have the burden of > proof[1]. I have raised this issue before in IRC directly in conversation with you, Tantek. It also came up during Twitter's adoption of microformats because their usage assumed that the alt text was considered part of the microformat output without specifying anything specific. -- Chris Griego From andy at pigsonthewing.org.uk Mon Jul 16 13:19:23 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Mon Jul 16 13:21:03 2007 Subject: [uf-new] Use of img in rel-* (with analyzed data) In-Reply-To: <15996c030707161224j16eb5f18k157f21a434766922@mail.gmail.com> References: <469A62D6.9020805@digitalbazaar.com> <C2BFB8A0.9205A%tantek@cs.stanford.edu> <15996c030707161224j16eb5f18k157f21a434766922@mail.gmail.com> Message-ID: <Pld5ArfLL9mGFwhn@pigsonthewing.org.uk> In message <15996c030707161224j16eb5f18k157f21a434766922@mail.gmail.com>, Chris Griego <cgriego@gmail.com> writes >On 7/15/07, Tantek ?elik <tantek@cs.stanford.edu> wrote: >> Our experience with this in practice has been quite good, and in fact, this >> is the first that *anyone* has raised any issues with it (in over two years >> of it functioning this way - that is it's not that no one's written it down >> yet - unlike some of the existing issues), so given experience to date, I >> would assert that we have the 80/20 (or far more than even) case covered, >> and that new cases regarding this being raised now have the burden of >> proof[1]. > >I have raised this issue before in IRC directly in conversation with >you, Tantek. It also came up during Twitter's adoption of microformats >because their usage assumed that the alt text was considered part of >the microformat output without specifying anything specific. Also: <http://rbach.priv.at/Microformats-IRC/2006-02-27#T220544> (reformatted and edited for readability) # [22:05:44] <RobertBachmann> one question ... <a href="http://www.adobe.com/" class="url fn org"> <img src="...gif" alt="Adobe Systems, Inc." /></a> # [22:05:44] <RobertBachmann> should work? # [22:06:05] <kingryan> should # [22:06:12] <tantek> yes, as long as there is a <span class="vcard"> around it and this mailing list thread: <http://microformats.org/discuss/mail/microformats-dev/2007-March/000250.html> This thread has some useful background: <http://microformats.org/discuss/mail/microformats-discuss/2005-December/002398.html> -- Andy Mabbett From Leif_Storset at intuit.com Mon Jul 16 15:06:06 2007 From: Leif_Storset at intuit.com (Storset, Leif) Date: Mon Jul 16 15:06:08 2007 Subject: [uf-new] Receipt microformat References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <A346E6D020642649BB6701C37E8934110133ED89@SDGEXEVS04.corp.intuit.net> Message-ID: <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> Fellow microformat enthusiasts, I work in Intuit's Technology Innovation Group, which explores new and emerging technologies and helps Intuit product teams adopt them. (For those outside North America: Intuit is the leading vendor of financial and tax software for individuals and small business. In America, our products Quicken, QuickBooks and TurboTax are household names.) Our group is interested in microformats - specifically the possibility of a receipt microformat. We believe that a receipt format for online stores could significantly reduce data entry for our users. Following the "why a new microformat" process: The PROBLEM: our users currently enter expenses into our software manually, even when the information is available in digital form. This is done in lump sums, which hinders further analysis and categorization. All this can be automated. (Indeed it is already automated through screen scraping, but this is unreliable, error-prone and not future-proof.) Is there a SIMPLER PROBLEM? Some components of a receipt are simpler problems that have been solved. Billing address and delivery address are obviously vCards; price could use the proposed hCurrency. But data such as the line items (Product X in quantity N at price Y) would not make sense out of the context of a "receipt". (hProduct and hListing obviously come close and might possibly be integrated somehow.) In short, we don't see a simpler problem to solve, since we already have some microformats in place. Has the problem been SOLVED? As far as we can tell, no. Martin Owens and Joe Osowski exchanged ideas on this microformat earlier, and we'd like to build on their work. (http://microformats.org/discuss/mail/microformats-new/2007-May/000394.h tml) In case the purpose of the microformat is not clear, imagine the following use case: The customer, a Quicken user with the (hypothetical) Quicken Browser Toolbar, is shopping at Amazon.com and is ready for checkout. After paying for the purchase, the customer wishes to enter the data into Quicken. Instead of manually typing everything into Quicken, the customer selects "Save receipt" from the Quicken Browser Toolbar, which imports the expense into Quicken. Another possibility is to use a JavaScript-powered button to copy the receipt to the clipboard and support pasting the microformat from within Quicken. We are looking forward to your input and participation. Has the problem been solved before? Are there other useful microformats already in existence that could be included in a receipt format? Thanks, Leif Arne Storset Technology Innovation Group, Intuit -------------- next part -------------- An HTML attachment was scrubbed... URL: http://microformats.org/discuss/mail/microformats-new/attachments/20070716/a13965d7/attachment.html From joe at andrieu.net Mon Jul 16 22:29:16 2007 From: joe at andrieu.net (Joe Andrieu) Date: Mon Jul 16 22:28:57 2007 Subject: [admin] [EoT request] was Re: [uf-new] Use of img in rel-*(withanalyzed data) In-Reply-To: <C2C00E88.920A0%tantek@cs.stanford.edu> Message-ID: <006c01c7c833$6c72f930$0501a8c0@andrieuhome> Tantek ? elik wrote (Sunday, July 15, 2007 5:49 PM): > On 7/15/07 3:58 PM, "Joe Andrieu" <joe@andrieu.net> wrote: > > > I would also like to see some of the back-and-forth move to > concrete > > proposals on the wiki. > > Thanks Joe. > > > > Including your own points, Tantek. > > I'm wiking everything I can, in priority order per my to-do > list on the > wiki: > > http://microformats.org/wiki/to-do#Tantek > > I encourage you to add a section for yourself on the to-do > page as well for the things you want to get done in the > microformats community. Tantek, I have been specifically requested by Rohit /not/ to put my issues on the wiki. And since he has removed them, spoken with me personally, and promised some sort of progress behind the scenes, I will continue to respect that. However, until that progress is visible and my concerns about governance, ownership, and IP are resolved satisfactorily, I will continue to refrain from substantial contributions to the wiki, just as I will be careful about using uF in my own work. Where I can, I will contribue in email discussions and participate in the community with hopes that it will eventually evolve from a private cabal of individual uF owners to a true open source community. > > You yourself have acknowledged the lack of documentation > before. As a > > result, I'd say the burden of proof exists, as usual, for everyone > > making a case. > > It is not the same for everyone no. There is what is > established and thus works today, and there are proposals for > change. The proposals for change have burden of proof. The > documentation at this point for those that actually worked on > it is a matter of historical documentation, not process. > > > And in my opinion, it is even greater for > > those defending the status quo, if simply because the > incumbant have > > the benefit of possession of the standard. > > We will simply have to choose to disagree on this point then. > > The burden of proof is always on those who wish to change or > modify what already "works" to a great extent today. This > principle is actually in use all over microformats, such as > re-using existing implied schemas and looking at existing > widely interoperable standards as a basis for vocabulary for > microformats. > > Thus it could be said that a key principle of microformats in > general "doing what already works" (i.e. re-use) is greatly > valued over "changing everything and starting from scratch" > (i.e. re-invention). Respectfully, please avoid hyperbole if you would like to have a constructive conversation. Nobody has suggested "changing everything and starting from scratch". It would be easier to do that outside of microformats.org if it were appropriate. Based on my own experience and informal research of significant cultural, historical, and philosophical essays on the issue of authority, I reject the argument that things should stay the same just "because that's the way we've always done it". Time and again, questioning the status quo has repeatedly generated improvements, even when catalytic of disruptive change. If there are documented and well-found reasons for a standing decision, the simple response is to point to those reasons and suggest to those who would suggest something new, that they address those reasons explicitly in any new proposals. Clearly articulated and well argued foundations for decisions can stand the test of time... but that fact should not be taken as license to reject suggestions out of hand simply because they are new or "not invented here". The foundation of technical authority must lie in the merit of the technology, not in the legacy of authorship. Just because a handful of smart guys documented semantic HTML representations of vCard and iCalendar does not make those specifications "holy" or unchangeable. This community has severe limitations on growth, especially in the area of versioning. As respectfully as possible, I suggest it is largely because the original authors often react defensively when changes are proposed. Supporting that emotional dynamic, there is no change control process. Either the original author deems it appropriate and updates the spec--such as when you added "places" to the semantics of vCard--or the original authors fight tooth and nail until well-intentioned suggestions are bludgeoned to death. In contrast, new proposals go through a brutal review process where every last detail is examined and debated. For those proposals that survive the gauntlet, the outcome promises to be a solid, robust microformat. Perhaps it would be more constructive if proposed changes to existing standards had some sort of agreed upon process for documentation, evaluation, and acceptance/rejection. -j -- Joe Andrieu SwitchBook Software http://www.switchbook.com joe@switchbook.com +1 (805) 705-8651 From bhawkeslewis at googlemail.com Tue Jul 17 01:14:55 2007 From: bhawkeslewis at googlemail.com (Benjamin Hawkes-Lewis) Date: Tue Jul 17 01:15:01 2007 Subject: [uf-new] Use of img in rel-* (with analyzed data) In-Reply-To: <469A62D6.9020805@digitalbazaar.com> References: <469A62D6.9020805@digitalbazaar.com> Message-ID: <469C7A7F.8010308@googlemail.com> Manu Sporny wrote: > This analysis required human interaction, thus the sample size is small > (but still statistically significant). A small GUI displayed an image to > a person and asked them to select if the image matched the ALT tag. This > is the first time this data is being presented: I think your analysis has done a good job of showing that @alt usage is better than I at least would have generally assumed, and it's great that you actually tested @alt with humans. But I do think there is a methodological flaw with how you did this. @alt text does not exist in a vacuum, but in the context of a page. @alt does not match image, but the use of an image within a given context. For example: <a href="help"><img src="question-mark.gif" alt="Help">Help</a> would be better than no @alt, but would still be misguided. In context, the correct alternative text would actually be alt="". And such errors would matter for microformat parsing, e.g.: <span class="fn"><img src="benjamin-hawkes-lewis.jpg" alt="Benjamin Hawkes-Lewis">Benjamin Hawkes-Lewis</span> So it would be better to present at least the immediate context of the image to human testers, not just the image itself. (Note I /strongly/ agree that microformat parsers should treat @alt text just like other text as per the HTML specification and WCAG; I'm making a purely methodological point about your statistical approach here.) -- Benjamin Hawkes-Lewis From Leif_Storset at intuit.com Tue Jul 17 10:08:36 2007 From: Leif_Storset at intuit.com (Storset, Leif) Date: Tue Jul 17 10:08:43 2007 Subject: [uf-new] Receipt microformat In-Reply-To: <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <A346E6D020642649BB6701C37E8934110133ED89@SDGEXEVS04.corp.intuit.net> <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> Message-ID: <657A9BE009D3504AAE29BD8E8C2DD61E073CBA3F@SDGEXEVS02.corp.intuit.net> Hello again, Regarding the receipt microformat, I thought I would link to Joe Osowski's (http://microformats.org/discuss/mail/microformats-new/2007-May/000394.h tml) and Martin Owens's (http://microformats.org/discuss/mail/microformats-discuss/2007-January/ 008033.html) proposals for your reference. I have collected a few samples that I will upload as soon as we agree that a wiki page is warranted. Looking forward to hearing from you! Leif Arne Storset Technology Innovation Group, Intuit ________________________________ From: microformats-new-bounces@microformats.org [mailto:microformats-new-bounces@microformats.org] On Behalf Of Storset, Leif Sent: Monday, July 16, 2007 3:06 PM To: microformats-new@microformats.org Subject: [uf-new] Receipt microformat Fellow microformat enthusiasts, I work in Intuit's Technology Innovation Group, which explores new and emerging technologies and helps Intuit product teams adopt them. (For those outside North America: Intuit is the leading vendor of financial and tax software for individuals and small business. In America, our products Quicken, QuickBooks and TurboTax are household names.) Our group is interested in microformats - specifically the possibility of a receipt microformat. We believe that a receipt format for online stores could significantly reduce data entry for our users. Following the "why a new microformat" process: The PROBLEM: our users currently enter expenses into our software manually, even when the information is available in digital form. This is done in lump sums, which hinders further analysis and categorization. All this can be automated. (Indeed it is already automated through screen scraping, but this is unreliable, error-prone and not future-proof.) Is there a SIMPLER PROBLEM? Some components of a receipt are simpler problems that have been solved. Billing address and delivery address are obviously vCards; price could use the proposed hCurrency. But data such as the line items (Product X in quantity N at price Y) would not make sense out of the context of a "receipt". (hProduct and hListing obviously come close and might possibly be integrated somehow.) In short, we don't see a simpler problem to solve, since we already have some microformats in place. Has the problem been SOLVED? As far as we can tell, no. Martin Owens and Joe Osowski exchanged ideas on this microformat earlier, and we'd like to build on their work. (http://microformats.org/discuss/mail/microformats-new/2007-May/000394.h tml) In case the purpose of the microformat is not clear, imagine the following use case: The customer, a Quicken user with the (hypothetical) Quicken Browser Toolbar, is shopping at Amazon.com and is ready for checkout. After paying for the purchase, the customer wishes to enter the data into Quicken. Instead of manually typing everything into Quicken, the customer selects "Save receipt" from the Quicken Browser Toolbar, which imports the expense into Quicken. Another possibility is to use a JavaScript-powered button to copy the receipt to the clipboard and support pasting the microformat from within Quicken. We are looking forward to your input and participation. Has the problem been solved before? Are there other useful microformats already in existence that could be included in a receipt format? Thanks, Leif Arne Storset Technology Innovation Group, Intuit -------------- next part -------------- An HTML attachment was scrubbed... URL: http://microformats.org/discuss/mail/microformats-new/attachments/20070717/2626380b/attachment-0001.html From msporny at digitalbazaar.com Tue Jul 17 10:51:46 2007 From: msporny at digitalbazaar.com (Manu Sporny) Date: Tue Jul 17 10:51:50 2007 Subject: [uf-new] Receipt microformat In-Reply-To: <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <A346E6D020642649BB6701C37E8934110133ED89@SDGEXEVS04.corp.intuit.net> <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> Message-ID: <469D01B2.1090701@digitalbazaar.com> Storset, Leif wrote: > Our group is interested in microformats ? specifically the possibility > of a receipt microformat. We believe that a receipt format for online > stores could significantly reduce data entry for our users. Our company (Digital Bazaar) has been interested in creating some sort of "bill" or "receipt" microformat for some time. We have been having internal discussions in doing so... if one were to surface, we would be an early adopter. It would be great for your group to lead the discussion as you must have access to a wealth of knowledge about what can/should go into a receipt/bill Microformat. Our approach focuses more on showing a customer a bill, not necessarily a receipt (although, both are so close to one another in meaning that we should understand what the definition of each are). Are suggesting creation of a receipt Microformat, a payment Microformat, or a bill Microformat? The next step of the process would be to start gathering examples of bills and receipts online. I'm at a bit of a loss as to how to go about this as it's not as simple as pointing somebody to a URL. A purchase has to occur to view a receipt of that purchase. How did you gather your real-world examples? > We are looking forward to your input and participation. Has the problem > been solved before? Are there other useful microformats already in > existence that could be included in a receipt format? The only ones that come to mind are the currency, payment, and rel-payment Microformats: http://microformats.org/wiki/currency http://microformats.org/wiki/payment http://microformats.org/wiki/rel-payment hAudio could use an hBill or hReceipt Microformat for the PRICE attribute: http://microformats.org/wiki/audio-info-proposal#Price hProduct and hReview are likely candidates as well. I think an exploratory discussion should be started on the wiki for bill/receipt... however, it's unclear as to what we're talking about. A bill or a receipt? Both? Could you clarify, Leif? -- manu From roBman at MobileOnlineBusiness.com.au Tue Jul 17 15:54:02 2007 From: roBman at MobileOnlineBusiness.com.au (Rob Manson) Date: Tue Jul 17 15:55:54 2007 Subject: [uf-new] Receipt microformat In-Reply-To: <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <A346E6D020642649BB6701C37E8934110133ED89@SDGEXEVS04.corp.intuit.net> <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> Message-ID: <1184712842.29907.150.camel@robslap> Hi Leif (and everyone else), I absolutely support this move. We offer the first PCI DSS compliant Mobile Payment solution and we're currently working with a number of the banks in Australia to roll out white-label versions of our service for them. So this makes perfect sense from our point of view. We currently support exporting of receipt data but would ideally like to present it on-screen in some machine digestible microformat. I think it would also be useful to develop a broader model of the key artefacts involved in online commerce in general - where possible mapping them to existing microformats and then hopefully plugging the remaining holes with new proposals such as hReceipt if relevant. So far it seems to me that the following commerce format hierarchy exists or is evolving: hReview -> [hListing/hProduct/[service]] e.g. reviews point to listings or products and services -> hListing -> hCard (owner of listing) -> hProduct (a physical offer) -> hCurrency -> [service]? (a non-physical offer) -> rel-payment e.g. listings refer to owners and products or services offered for amounts with links to payment options -> hReceipt -> hCard (buyer) -> hCal (purchase event) -> hCurrency -> [purchase] (an accepted offer of product or service) -> [delivery] (product or service - making it broader than Joe's hPackage) -> hCard (delivery address) -> hCal (delivery event) e.g. receipts refer to buyers, purchase events, amounts (price and tax), purchase lists (specific products or services bought) along with delivery information (address and events) NOTE: One thing that seemed to be missing from Joe's proposal was tax information. If this doesn't create too many arguments I'd like to create a wiki page where we can work to model the commerce related relationships between the existing formats (unless someone can point me to an existing resource that does this). Firstly I think this relationship model would help with general planning and communication for those interested in commerce. Secondly it could help identify where the obvious holes that may need to be filled are likely to be (e.g. potentially receipt, service, purchase and delivery). And hopefully in parallel (if there's general agreement) we could work on gathering hReceipt examples and brainstorming. Thoughts? -- Rob Manson Managing Director http://paymentz.com.au e: roBman@paymentz.com.au m: 0423 215 731 t: 1300 662 857 Linked In Public Profile: http://www.linkedin.com/pub/0/b54/328 See me speak at WebDirections South: http://www.webdirections.org/program/#manson From Leif_Storset at intuit.com Tue Jul 17 16:10:58 2007 From: Leif_Storset at intuit.com (Storset, Leif) Date: Tue Jul 17 16:11:01 2007 Subject: [uf-new] Receipt microformat In-Reply-To: <469D01B2.1090701@digitalbazaar.com> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <A346E6D020642649BB6701C37E8934110133ED89@SDGEXEVS04.corp.intuit.net> <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> <469D01B2.1090701@digitalbazaar.com> Message-ID: <657A9BE009D3504AAE29BD8E8C2DD61E0741F7AA@SDGEXEVS02.corp.intuit.net> Leif wrote: >> Our group is interested in microformats - specifically the possibility >> of a receipt microformat. We believe that a receipt format for online >> stores could significantly reduce data entry for our users. Manu Sporny wrote: > Our approach focuses more on showing a customer a bill, not necessarily > a receipt (although, both are so close to one another in meaning that we > should understand what the definition of each are). Are suggesting > creation of a receipt Microformat, a payment Microformat, or a bill > Microformat? We are interested in both bills/invoices and receipts. Indeed the two are so similar that we should consider making them one and the same. The only difference we can think of is that an invoice might possibly have payment terms (such as "pay within 30 days and get a 2 % discount"), while a receipt will likely have details of the actual payment (if only the last four digits of the credit card). If we go for a single format, the question is what to call it. Would hBill or hReceipt be okay, or should we go for a generalized (possibly over-generalized) hPurchase or hShopping-like name? As for payment (with details such as [part of the] card number, expiration date, and amount), I believe that should just be integrated into the bill/receipt format, although it could conceivably a separate, included format. Are there uses for such a separate payment format? I'd love to see documentation for this. > How did you gather your real-world examples? By buying stuff. :) I have a bunch of HTML e-mail receipts gathering dust in my e-mail archives. For some missing stores (such as Google Checkout) I actually bought stuff to get the receipts. My plan is to upload these samples to the Microformat Wiki as soon as we have consensus to create a page. > rel-payment I think payment ideally would be part of the format, but as I understand rel-payment it's a somewhat different affair. I gather that it defines links such as <a href="..." rel="payment">. And the payment format confuses me a bit, since it seems to be intended as a synonym for rel-payment. Let me know if I have misunderstood. Thanks for your comments. Looking forward to hearing more from you! -Leif -----Original Message----- From: microformats-new-bounces@microformats.org [mailto:microformats-new-bounces@microformats.org] On Behalf Of Manu Sporny Sent: Tuesday, July 17, 2007 10:52 AM To: For discussion of new microformats. Subject: Re: [uf-new] Receipt microformat Storset, Leif wrote: > Our group is interested in microformats - specifically the possibility > of a receipt microformat. We believe that a receipt format for online > stores could significantly reduce data entry for our users. Our company (Digital Bazaar) has been interested in creating some sort of "bill" or "receipt" microformat for some time. We have been having internal discussions in doing so... if one were to surface, we would be an early adopter. It would be great for your group to lead the discussion as you must have access to a wealth of knowledge about what can/should go into a receipt/bill Microformat. Our approach focuses more on showing a customer a bill, not necessarily a receipt (although, both are so close to one another in meaning that we should understand what the definition of each are). Are suggesting creation of a receipt Microformat, a payment Microformat, or a bill Microformat? The next step of the process would be to start gathering examples of bills and receipts online. I'm at a bit of a loss as to how to go about this as it's not as simple as pointing somebody to a URL. A purchase has to occur to view a receipt of that purchase. How did you gather your real-world examples? > We are looking forward to your input and participation. Has the problem > been solved before? Are there other useful microformats already in > existence that could be included in a receipt format? The only ones that come to mind are the currency, payment, and rel-payment Microformats: http://microformats.org/wiki/currency http://microformats.org/wiki/payment http://microformats.org/wiki/rel-payment hAudio could use an hBill or hReceipt Microformat for the PRICE attribute: http://microformats.org/wiki/audio-info-proposal#Price hProduct and hReview are likely candidates as well. I think an exploratory discussion should be started on the wiki for bill/receipt... however, it's unclear as to what we're talking about. A bill or a receipt? Both? Could you clarify, Leif? -- manu _______________________________________________ microformats-new mailing list microformats-new@microformats.org http://microformats.org/mailman/listinfo/microformats-new From Leif_Storset at intuit.com Tue Jul 17 16:34:43 2007 From: Leif_Storset at intuit.com (Storset, Leif) Date: Tue Jul 17 16:34:47 2007 Subject: [uf-new] Receipt microformat In-Reply-To: <1184712842.29907.150.camel@robslap> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <A346E6D020642649BB6701C37E8934110133ED89@SDGEXEVS04.corp.intuit.net> <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> <1184712842.29907.150.camel@robslap> Message-ID: <657A9BE009D3504AAE29BD8E8C2DD61E0741F832@SDGEXEVS02.corp.intuit.net> Hi Rob, all, > If this doesn't create too many arguments I'd like to create a wiki > page where we can work to model the commerce related relationships > between the existing formats This is a great idea. Making information easier to find makes microformats that much easier to use. > NOTE: One thing that seemed to be missing from Joe's proposal was > tax information. Yes. We would also need to consider a permalink URL and quantities; maybe an "appears on your statement as XYZCORP" field (for payment middlemen). Thanks for contributing! -Leif From roBman at MobileOnlineBusiness.com.au Tue Jul 17 16:56:01 2007 From: roBman at MobileOnlineBusiness.com.au (Rob Manson) Date: Tue Jul 17 16:58:02 2007 Subject: [uf-new] Receipt microformat In-Reply-To: <657A9BE009D3504AAE29BD8E8C2DD61E0741F832@SDGEXEVS02.corp.intuit.net> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <A346E6D020642649BB6701C37E8934110133ED89@SDGEXEVS04.corp.intuit.net> <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> <1184712842.29907.150.camel@robslap> <657A9BE009D3504AAE29BD8E8C2DD61E0741F832@SDGEXEVS02.corp.intuit.net> Message-ID: <1184716561.29907.191.camel@robslap> Excellent. So unless there's some real objections within the next 24 hours I propose that Leif, Manu and I start creating a commerce and a receipt page on wiki as discussed so far. Obviously all input is welcome 8) I'm also logged onto the microformats irc if anyone would like to discuss this or raise objections there. However I also share Leif's confusion around the payment wiki page. I think perhaps the initial tangent for this seemed very specifically biased towards blogs and web authors - however rel-payment should work fine for any type of commerce really (e.g. shouldn't hListing contain refs to rel-payment?). But personally I don't really understand the difference between payment and rel-payment as the pages currently stand. I did check the history of the payment page and saw: Tantek - created top level page for "payment" microformat to componentize and outline efforts that went into rel-payment Perhaps this is just a work in progress at the moment? And I think the permalink addition is a great idea Leif. -- Rob Manson Managing Director http://paymentz.com.au e: roBman@paymentz.com.au m: 0423 215 731 t: 1300 662 857 Linked In Public Profile: http://www.linkedin.com/pub/0/b54/328 See me speak at WebDirections South: http://www.webdirections.org/program/#manson From scott at makedatamakesense.com Tue Jul 17 17:07:13 2007 From: scott at makedatamakesense.com (Scott Reynen) Date: Tue Jul 17 17:07:37 2007 Subject: [uf-new] Receipt microformat In-Reply-To: <657A9BE009D3504AAE29BD8E8C2DD61E0741F7AA@SDGEXEVS02.corp.intuit.net> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <A346E6D020642649BB6701C37E8934110133ED89@SDGEXEVS04.corp.intuit.net> <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> <469D01B2.1090701@digitalbazaar.com> <657A9BE009D3504AAE29BD8E8C2DD61E0741F7AA@SDGEXEVS02.corp.intuit.net> Message-ID: <3F26AAB4-AE92-424F-9681-0796B1CADC72@makedatamakesense.com> On Jul 17, 2007, at 5:10 PM, Storset, Leif wrote: > We are interested in both bills/invoices and receipts. Indeed the two > are so similar that we should consider making them one and the same. Microformats should start as simple as possible, not as comprehensive as possible. We can always add more later, but we can't make something simpler later. > If we go for a single format, the question is what to call it. Would > hBill or hReceipt be okay, or should we go for a generalized (possibly > over-generalized) hPurchase or hShopping-like name? Names should be put off as long as possible, so they can be chosen based on a more complete idea of what we're naming. There's nothing about the collection or analysis of examples that requires a name, so until those are done, we shouldn't choose any name. If we're talking about receipts, "receipts" is a perfectly good term to use in discussion until a more unique microformat name becomes necessary (i.e. when there's an actual microformat to name). -- Scott Reynen MakeDataMakeSense.com From msporny at digitalbazaar.com Tue Jul 17 20:58:11 2007 From: msporny at digitalbazaar.com (Manu Sporny) Date: Tue Jul 17 20:58:17 2007 Subject: [uf-new] Receipt microformat In-Reply-To: <1184716561.29907.191.camel@robslap> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <A346E6D020642649BB6701C37E8934110133ED89@SDGEXEVS04.corp.intuit.net> <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> <1184712842.29907.150.camel@robslap> <657A9BE009D3504AAE29BD8E8C2DD61E0741F832@SDGEXEVS02.corp.intuit.net> <1184716561.29907.191.camel@robslap> Message-ID: <469D8FD3.1010203@digitalbazaar.com> Rob Manson wrote: > So unless there's some real objections within the next 24 hours I > propose that Leif, Manu and I start creating a commerce and a receipt > page on wiki as discussed so far. Obviously all input is welcome 8) There are at least three of us on here that are very interested in getting examples together and documenting how billing and receipts are handled on the web. I'm assuming that Leif will take lead on this and post the first set of examples (let me know if this is not the case, Leif). I can provide some examples and help in navigating the uF creation process. I'm assuming that Rob will help with examples and analysis as well. Leif, I've taken a first cut at the problem statement, please correct and add examples at your leisure: http://microformats.org/wiki/receipt-examples#The_Problem -- manu From roBman at MobileOnlineBusiness.com.au Tue Jul 17 21:09:33 2007 From: roBman at MobileOnlineBusiness.com.au (Rob Manson) Date: Tue Jul 17 21:11:39 2007 Subject: [uf-new] Receipt microformat In-Reply-To: <469D8FD3.1010203@digitalbazaar.com> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <A346E6D020642649BB6701C37E8934110133ED89@SDGEXEVS04.corp.intuit.net> <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> <1184712842.29907.150.camel@robslap> <657A9BE009D3504AAE29BD8E8C2DD61E0741F832@SDGEXEVS02.corp.intuit.net> <1184716561.29907.191.camel@robslap> <469D8FD3.1010203@digitalbazaar.com> Message-ID: <1184731773.29907.211.camel@robslap> Hi Manu, that's great. Leif, Tantek and I also had a brief discussion on the irc channel. You might want to read the archive of that too. Rob On Tue, 2007-07-17 at 23:58 -0400, Manu Sporny wrote: > Rob Manson wrote: > > So unless there's some real objections within the next 24 hours I > > propose that Leif, Manu and I start creating a commerce and a receipt > > page on wiki as discussed so far. Obviously all input is welcome 8) > > There are at least three of us on here that are very interested in > getting examples together and documenting how billing and receipts are > handled on the web. > > I'm assuming that Leif will take lead on this and post the first set of > examples (let me know if this is not the case, Leif). I can provide some > examples and help in navigating the uF creation process. I'm assuming > that Rob will help with examples and analysis as well. > > Leif, I've taken a first cut at the problem statement, please correct > and add examples at your leisure: > > http://microformats.org/wiki/receipt-examples#The_Problem > > -- manu > > _______________________________________________ > microformats-new mailing list > microformats-new@microformats.org > http://microformats.org/mailman/listinfo/microformats-new From josowski at neatreceipts.com Wed Jul 18 05:20:17 2007 From: josowski at neatreceipts.com (Joe Osowski) Date: Wed Jul 18 05:20:59 2007 Subject: [uf-new] Receipt microformat In-Reply-To: <1184731773.29907.211.camel@robslap> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net><A346E6D020642649BB6701C37E8934110133ED89@SDGEXEVS04.corp.intuit.net><657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net><1184712842.29907.150.camel@robslap><657A9BE009D3504AAE29BD8E8C2DD61E0741F832@SDGEXEVS02.corp.intuit.net><1184716561.29907.191.camel@robslap><469D8FD3.1010203@digitalbazaar.com> <1184731773.29907.211.camel@robslap> Message-ID: <45E36921B695A14FA56A34F29424A1EC77B68A@Apollo.neatreceipts.local> Excellent, thanks for starting the Wiki. It sounds like enough of a community is finally coming together to actually make this happen. I've got a number of online receipts I would like to upload. Not sure how though, is there an FTP server? -----Original Message----- From: microformats-new-bounces@microformats.org [mailto:microformats-new-bounces@microformats.org] On Behalf Of Rob Manson Sent: Wednesday, July 18, 2007 12:10 AM To: For discussion of new microformats. Subject: Re: [uf-new] Receipt microformat Hi Manu, that's great. Leif, Tantek and I also had a brief discussion on the irc channel. You might want to read the archive of that too. Rob On Tue, 2007-07-17 at 23:58 -0400, Manu Sporny wrote: > Rob Manson wrote: > > So unless there's some real objections within the next 24 hours I > > propose that Leif, Manu and I start creating a commerce and a receipt > > page on wiki as discussed so far. Obviously all input is welcome 8) > > There are at least three of us on here that are very interested in > getting examples together and documenting how billing and receipts are > handled on the web. > > I'm assuming that Leif will take lead on this and post the first set of > examples (let me know if this is not the case, Leif). I can provide some > examples and help in navigating the uF creation process. I'm assuming > that Rob will help with examples and analysis as well. > > Leif, I've taken a first cut at the problem statement, please correct > and add examples at your leisure: > > http://microformats.org/wiki/receipt-examples#The_Problem > > -- manu > > _______________________________________________ > microformats-new mailing list > microformats-new@microformats.org > http://microformats.org/mailman/listinfo/microformats-new _______________________________________________ microformats-new mailing list microformats-new@microformats.org http://microformats.org/mailman/listinfo/microformats-new From roBman at MobileOnlineBusiness.com.au Wed Jul 18 06:10:11 2007 From: roBman at MobileOnlineBusiness.com.au (Rob Manson) Date: Wed Jul 18 06:12:08 2007 Subject: [uf-new] Receipt microformat In-Reply-To: <45E36921B695A14FA56A34F29424A1EC77B68A@Apollo.neatreceipts.local> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <A346E6D020642649BB6701C37E8934110133ED89@SDGEXEVS04.corp.intuit.net> <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> <1184712842.29907.150.camel@robslap> <657A9BE009D3504AAE29BD8E8C2DD61E0741F832@SDGEXEVS02.corp.intuit.net> <1184716561.29907.191.camel@robslap><469D8FD3.1010203@digitalbazaar.com> <1184731773.29907.211.camel@robslap> <45E36921B695A14FA56A34F29424A1EC77B68A@Apollo.neatreceipts.local> Message-ID: <1184764211.29907.255.camel@robslap> Hi Joe, > I've got a number of online receipts I would like to upload. Not sure how > though, is there an FTP server? If they're text/html I guess you can just put them inline in <nowiki>/<pre> tags. Otherwise I think you just have to host them on another server and link to them. If you need a server for that I'd be happy to upload them to one of mine and provide you with the urls...just email me directly if you do 8) -- Rob Manson Managing Director http://paymentz.com.au e: roBman@paymentz.com.au m: 0423 215 731 t: 1300 662 857 Linked In Public Profile: http://www.linkedin.com/pub/0/b54/328 See me speak at WebDirections South: http://www.webdirections.org/program/#manson From regine at regine-heidorn.de Wed Jul 18 12:16:21 2007 From: regine at regine-heidorn.de (Regine Heidorn) Date: Wed Jul 18 12:14:29 2007 Subject: [uf-new] MicroFormats for (Music-)TopLists, htop-list? In-Reply-To: <4698E930.1000502@digitalbazaar.com> References: <946BF4B8-E31D-48D3-9A73-CD4E4EBFC89C@regine-heidorn.de> <4698E930.1000502@digitalbazaar.com> Message-ID: <CC713D9D-DCEF-446B-9EAE-41E3DE9E8B00@regine-heidorn.de> Hi Manu, THX for your answer, good to know I'm on the right way ;-) Am 14.07.2007 um 17:18 schrieb Manu Sporny: > >> - How can the rating be included? Does it make sense to work with >> hreview here? > > hAudio was intended to be embedded in hReview. So yes, you could > put an > hAudio in hReview and add rating to it that way. > > Keep in mind that I don't know of anybody that has implemented > hAudio + > hReview, so it would be good for the list to see an example and figure > out if it works. Assured of going the right direction I'm going to elaborate things. > >> - A top-list can be seen as a review, might it be better to >> straighten >> the whole thing out to the hreview thing? So it could also be used >> for >> top-lists not regarding audio-tracks. But it also seems logical to >> use >> haudio if it's audio-material. So especially for audio-top-lists >> would >> it be OK to make that clear by the use of <li class="haudio">? > > This isn't that clear... we would have to understand what you mean by > "top-list". You would have to differentiate the following from each > other (here's a hint: Some of them could be viewed as very similar to > one another): > > - "top-list" > - "playlist" > - hreview of a playlist > - hreview of an audio collection or audio album > > Another way of looking at it is: How is a top-list any different > from a > playlist? The difference is the rating. A playlist is just "what am I hearing? What have I heard the last days/weeks/months? A Top-List is about what do I like better and best? Like the Top-5- pieces of Open Music I like best. This includes the rating and the <ol>. Like the first place rated 5 out of 5 and the fifth place rated 1 out of 5. So it's a mixture between rating and playlist, the rating representing also a kind of a review. > >> - If a top-list is also a review: should it be extended by the >> hreview-possibilities? Like for example if I write a review about a >> track like maybe on my blog or somewhere else, it would be >> semantically >> interesting to paste this information together with my top-list. > > You will have to elaborate on this as your idea could be > interpreted in > a number of different ways. Hope to have made that clearer above ... ? > >> Second is: how can those informations be collected by let's say the >> netlabels? I have the idea of a php-script writing the data in >> database and thus creating the netlabel-toplist consisting of the >> data >> from participating Blogs, community-sites and whatever. > > You're talking about crawling, indexing and website implementation. > While this community is interested in this stuff... they are > implementation details that don't really have much to do with creating > the Microformat you are talking about. That's true ... but nonetheless: do you have some good starting-point to gather information or another hint for me? > >> Since it's a top-list the use of <ol> is the semantic correct way, so >> to establish the format it should be convention to start with >> something like <ol class="htoplist">? > > Perhaps. What we really need to find out is how prevalent "top-lists" > are on the Internet. I think everybody on here will agree that they do > exist, but it will be your job to gather data to prove that they do > exist. This is one of the first steps in the Microformats process - > demonstrate, using hard data, that your problem exists. You will > need to > answer the following questions: > > - What problem is 'top-list' attempting to address? > - How many sites have "top-list" type information? > - What kind of information should be placed in a top-list? > - Is there any way that we can combine haudio + hreview to solve the > problem? Phheewww ... seems a lot of work, don't know if I'm gonna get that far. So first I'd like to develop the idea behind it, then let's see what it brings. The combination of hAudio and hReview seems to fit my idea, so maybe it ain't necessary to create an own format. Greez, Regine Heidorn From andy at pigsonthewing.org.uk Wed Jul 18 12:20:28 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Wed Jul 18 12:21:44 2007 Subject: [uf-new] microformat granularity: currency and measure (was: Receipt microformat) In-Reply-To: <3F26AAB4-AE92-424F-9681-0796B1CADC72@makedatamakesense.com> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <A346E6D020642649BB6701C37E8934110133ED89@SDGEXEVS04.corp.intuit.net> <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> <469D01B2.1090701@digitalbazaar.com> <657A9BE009D3504AAE29BD8E8C2DD61E0741F7AA@SDGEXEVS02.corp.intuit.net> <3F26AAB4-AE92-424F-9681-0796B1CADC72@makedatamakesense.com> Message-ID: <jIRiLIE8fmnGFweO@pigsonthewing.org.uk> In message <3F26AAB4-AE92-424F-9681-0796B1CADC72@makedatamakesense.com>, Scott Reynen <scott@makedatamakesense.com> writes >Microformats should start as simple as possible, not as comprehensive >as possible. For that reason, I'd like to see work done to make the "currency" and "measurement" microformats complete - at least as usable drafts. They can then be the building blocks of a good many other, more complex, microformats. -- Andy Mabbett From gl at brixlogic.com Wed Jul 18 12:45:33 2007 From: gl at brixlogic.com (Guillaume Lebleu) Date: Wed Jul 18 12:45:37 2007 Subject: [uf-new] microformat granularity: currency and measure In-Reply-To: <jIRiLIE8fmnGFweO@pigsonthewing.org.uk> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <A346E6D020642649BB6701C37E8934110133ED89@SDGEXEVS04.corp.intuit.net> <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> <469D01B2.1090701@digitalbazaar.com> <657A9BE009D3504AAE29BD8E8C2DD61E0741F7AA@SDGEXEVS02.corp.intuit.net> <3F26AAB4-AE92-424F-9681-0796B1CADC72@makedatamakesense.com> <jIRiLIE8fmnGFweO@pigsonthewing.org.uk> Message-ID: <469E6DDD.60807@brixlogic.com> Andy Mabbett wrote: > For that reason, I'd like to see work done to make the "currency" and > "measurement" microformats complete - at least as usable drafts. I'm willing to contribute more time on these. What do you see as specific work items that need to be done to move forward? Guillaume From andy at pigsonthewing.org.uk Wed Jul 18 13:28:00 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Wed Jul 18 13:29:10 2007 Subject: [uf-new] microformat granularity: currency and measure In-Reply-To: <469E6DDD.60807@brixlogic.com> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <A346E6D020642649BB6701C37E8934110133ED89@SDGEXEVS04.corp.intuit.net> <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> <469D01B2.1090701@digitalbazaar.com> <657A9BE009D3504AAE29BD8E8C2DD61E0741F7AA@SDGEXEVS02.corp.intuit.net> <3F26AAB4-AE92-424F-9681-0796B1CADC72@makedatamakesense.com> <jIRiLIE8fmnGFweO@pigsonthewing.org.uk> <469E6DDD.60807@brixlogic.com> Message-ID: <0Jq37WFQfnnGFwNo@pigsonthewing.org.uk> In message <469E6DDD.60807@brixlogic.com>, Guillaume Lebleu <gl@brixlogic.com> writes >Andy Mabbett wrote: >> For that reason, I'd like to see work done to make the "currency" and >>"measurement" microformats complete - at least as usable drafts. >I'm willing to contribute more time on these. What do you see as >specific work items that need to be done to move forward? Thank you. In the case of currency, I think we should polish and publish: <http://microformats.org/wiki/currency-brainstorming#Straw_man_proposal> In the case of measurement, we can use your examples: <http://microformats.org/wiki/measure-brainstorming#Guillaume_Lebleu> as a straw-man, but the chief unresolved issue is what to do about the plethora of non-SI units, and which we should include. -- Andy Mabbett From gl at brixlogic.com Wed Jul 18 14:37:22 2007 From: gl at brixlogic.com (Guillaume Lebleu) Date: Wed Jul 18 14:37:26 2007 Subject: [uf-new] microformat granularity: currency and measure In-Reply-To: <0Jq37WFQfnnGFwNo@pigsonthewing.org.uk> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <A346E6D020642649BB6701C37E8934110133ED89@SDGEXEVS04.corp.intuit.net> <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> <469D01B2.1090701@digitalbazaar.com> <657A9BE009D3504AAE29BD8E8C2DD61E0741F7AA@SDGEXEVS02.corp.intuit.net> <3F26AAB4-AE92-424F-9681-0796B1CADC72@makedatamakesense.com> <jIRiLIE8fmnGFweO@pigsonthewing.org.uk> <469E6DDD.60807@brixlogic.com> <0Jq37WFQfnnGFwNo@pigsonthewing.org.uk> Message-ID: <469E8812.7090003@brixlogic.com> Andy Mabbett wrote: > In the case of currency, I think we should polish and publish: > > > <http://microformats.org/wiki/currency-brainstorming#Straw_man_proposal> I had came up with http://microformats.org/wiki/currency-proposal as a cleaned up version of the straw man proposal. I believe the only difference between the straw man proposal and this cleaned up version was that I removed the date and the symbol class names. The reason for the date removal was due to the lack of strong consensus on the value of the "date" class name for two reasons: * Occurrence of dated money amounts is judged rare: See http://microformats.org/discuss/mail/microformats-discuss/2006-September/005802.html * Date is not a property of the money amount, but of a currency rate: See http://microformats.org/discuss/mail/microformats-discuss/2006-September/005927.html This lack of consensus was confirmed by the poll I had sent. See results: http://www.vizu.com/res/Business/Technology/microformats/currency/poll-results.html?n=15067&formBean=com.productengine.vizu.model.poll.PollNonvoters%401aca8cc "symbol" suffered the same lack of consensus, possibly due to a lack of understanding of the benefits. Maybe a more detailed explanation of the benefits of such a class name would be worth writing. If I understood correctly, the main value would be for a user agent to be able to replace it with the symbol of the currency that the amount is converted to. If that's the case, I would argue that a user agent may not want to replace the content, since it may fool the user into believing that these amounts are guaranteed by the publisher/merchant, where in fact, they would be mere estimates, which may differ from the actual rate charged by the merchant or the financial intermediary. Let me know if I missed something. > > In the case of measurement, we can use your examples: > > <http://microformats.org/wiki/measure-brainstorming#Guillaume_Lebleu> > > as a straw-man, but the chief unresolved issue is what to do about the > plethora of non-SI units, and which we should include. > I think Bogdan and Emil came with some solutions using composition of SI units and scaling, in line with some of the practices I had identified (ex. XBRL). This could work for unusual units, when coded shortcurts for common compositions (ex. square meters) are not available from standard bodies such ISO or UNECE. Using standard codes for common compositions of units and allowing custom compositions for unusual units should hopefully be in line with a "simple things simple, complex things possible" principle. I suggest that I come up with a draft proposal based on the current suggestions that we can start the discussion from. Guillaume -------------- next part -------------- An HTML attachment was scrubbed... URL: http://microformats.org/discuss/mail/microformats-new/attachments/20070718/1aa1c780/attachment-0001.html From alexandrevandesande at gmail.com Wed Jul 18 15:38:48 2007 From: alexandrevandesande at gmail.com (Alexandre Van de Sande) Date: Wed Jul 18 15:38:51 2007 Subject: [uf-new] acessibility problem with currency microformats Message-ID: <8608a69a0707181538n76c82166ub5e39e835e6c4c2e@mail.gmail.com> it looks like again the currency is using a already documented acessibility problem of abusing the abbr tag. this costs <div class="money"> <abbr class="currency" title="USD"> <span class="amount">42.67</span> </abbr> </div> The semantic correct way that a screen reader should read this, according to the specification of waht abbr stands for wil be: -this costs U.S.D. screen readers are taught to , when encoutering and abbr, to read the title instead of the content, that's why abbr was created. This already happens in other microformats and is an error. I see no good reason not to use a <span> instead. -- Alexandre Van de Sande www.wanderingabout.com rio de janeiro -------------- next part -------------- An HTML attachment was scrubbed... URL: http://microformats.org/discuss/mail/microformats-new/attachments/20070718/bd4a26c1/attachment.html From supercanadian at gmail.com Wed Jul 18 15:55:34 2007 From: supercanadian at gmail.com (Charles Iliya Krempeaux) Date: Wed Jul 18 15:55:37 2007 Subject: [uf-new] acessibility problem with currency microformats In-Reply-To: <8608a69a0707181538n76c82166ub5e39e835e6c4c2e@mail.gmail.com> References: <8608a69a0707181538n76c82166ub5e39e835e6c4c2e@mail.gmail.com> Message-ID: <84ce626f0707181555i7828cad3j90cdf9330d513379@mail.gmail.com> Hello, On 7/18/07, Alexandre Van de Sande <alexandrevandesande@gmail.com> wrote: > it looks like again the currency is using a already documented acessibility problem > of abusing the abbr tag. > > > this costs <div class="money"> > <abbr class="currency" title="USD"> > <span class="amount">42.67</span> > </abbr> > </div> When did the currency stuff get changed to this?... (Guess I should have been paying closer attention. :-) ) What happened to <abbr> just being around the currency symbol? See ya -- Charles Iliya Krempeaux, B.Sc. <http://ChangeLog.ca/> Vlog Razor... Vlogging News http://vlograzor.com/ From scott at makedatamakesense.com Wed Jul 18 16:04:31 2007 From: scott at makedatamakesense.com (Scott Reynen) Date: Wed Jul 18 16:04:53 2007 Subject: [uf-new] acessibility problem with currency microformats In-Reply-To: <8608a69a0707181538n76c82166ub5e39e835e6c4c2e@mail.gmail.com> References: <8608a69a0707181538n76c82166ub5e39e835e6c4c2e@mail.gmail.com> Message-ID: <5C3F970A-AB96-463A-9168-3A8E53CFEDFC@makedatamakesense.com> On Jul 18, 2007, at 4:38 PM, Alexandre Van de Sande wrote: > it looks like again the currency is using a already documented > acessibility problem of abusing the abbr tag. > this costs <div class="money"> > <abbr class="currency" title="USD"> > <span class="amount">42.67</span> > </abbr> > </div> Where do you see this? I don't find it in currency-proposal nor currency-brainstorming. Wherever it is, I wouldn't worry about that becoming a standard, as it doesn't make any sense. > screen readers are taught to , when encoutering and abbr, to read > the title instead of the content, that's why abbr was created. This > already happens in other microformats and is an error. I don't believe there are any microformats that encourage abbr for non-equivalent content such as above. If you know of any, please point them out specifically. The abbr-design-pattern [1] specifically says "Avoiding using the abbr-design-pattern to re- encode human text or to hide data." There are known issues with abbr being used for content that doesn't read well in screen readers (e.g. ISO dates) [1], but we don't yet have consensus around an alternative, so for now, we use abbr. [1] http://microformats.org/wiki/abbr-design-pattern -- Scott Reynen MakeDataMakeSense.com From jcraig at apple.com Wed Jul 18 16:21:25 2007 From: jcraig at apple.com (James Craig) Date: Wed Jul 18 16:21:30 2007 Subject: [uf-new] acessibility problem with currency microformats In-Reply-To: <84ce626f0707181555i7828cad3j90cdf9330d513379@mail.gmail.com> References: <8608a69a0707181538n76c82166ub5e39e835e6c4c2e@mail.gmail.com> <84ce626f0707181555i7828cad3j90cdf9330d513379@mail.gmail.com> Message-ID: <8F4FB386-1A20-4E5A-8959-EC45A02EB412@apple.com> Charles Iliya Krempeaux wrote: > What happened to <abbr> just being around the currency symbol? I think this is the current recommended practice; it falls in line with proper use of the abbr-design-pattern AND the accessibility guidelines. No accessibility problem that I can spot. <abbr class="currency" title="USD">$</abbr> Thumbs up, James From alexandrevandesande at gmail.com Wed Jul 18 16:22:14 2007 From: alexandrevandesande at gmail.com (Alexandre Van de Sande) Date: Wed Jul 18 16:22:17 2007 Subject: [uf-new] acessibility problem with currency microformats In-Reply-To: <5C3F970A-AB96-463A-9168-3A8E53CFEDFC@makedatamakesense.com> References: <8608a69a0707181538n76c82166ub5e39e835e6c4c2e@mail.gmail.com> <5C3F970A-AB96-463A-9168-3A8E53CFEDFC@makedatamakesense.com> Message-ID: <8608a69a0707181622y76edc0b3gc346d04b6ef64b24@mail.gmail.com> it's on the straw man proposal for the currency, that was linked earlier. Might be just an error there http://microformats.org/wiki/currency-brainstorming#Straw_man_proposal On 7/18/07, Scott Reynen <scott@makedatamakesense.com> wrote: > > On Jul 18, 2007, at 4:38 PM, Alexandre Van de Sande wrote: > > > it looks like again the currency is using a already documented > > acessibility problem of abusing the abbr tag. > > > this costs <div class="money"> > > <abbr class="currency" title="USD"> > > <span class="amount">42.67</span> > > </abbr> > > </div> > > Where do you see this? I don't find it in currency-proposal nor > currency-brainstorming. Wherever it is, I wouldn't worry about that > becoming a standard, as it doesn't make any sense. > > > screen readers are taught to , when encoutering and abbr, to read > > the title instead of the content, that's why abbr was created. This > > already happens in other microformats and is an error. > > I don't believe there are any microformats that encourage abbr for > non-equivalent content such as above. If you know of any, please > point them out specifically. The abbr-design-pattern [1] > specifically says "Avoiding using the abbr-design-pattern to re- > encode human text or to hide data." There are known issues with abbr > being used for content that doesn't read well in screen readers (e.g. > ISO dates) [1], but we don't yet have consensus around an > alternative, so for now, we use abbr. > > [1] http://microformats.org/wiki/abbr-design-pattern > > > -- > Scott Reynen > MakeDataMakeSense.com > > > _______________________________________________ > microformats-new mailing list > microformats-new@microformats.org > http://microformats.org/mailman/listinfo/microformats-new > -- Alexandre Van de Sande www.wanderingabout.com rio de janeiro -------------- next part -------------- An HTML attachment was scrubbed... URL: http://microformats.org/discuss/mail/microformats-new/attachments/20070718/4e706ed9/attachment.html From gl at brixlogic.com Wed Jul 18 16:27:07 2007 From: gl at brixlogic.com (Guillaume Lebleu) Date: Wed Jul 18 16:27:12 2007 Subject: [uf-new] microformat granularity: currency and measure (re-send) In-Reply-To: <0Jq37WFQfnnGFwNo@pigsonthewing.org.uk> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <A346E6D020642649BB6701C37E8934110133ED89@SDGEXEVS04.corp.intuit.net> <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> <469D01B2.1090701@digitalbazaar.com> <657A9BE009D3504AAE29BD8E8C2DD61E0741F7AA@SDGEXEVS02.corp.intuit.net> <3F26AAB4-AE92-424F-9681-0796B1CADC72@makedatamakesense.com> <jIRiLIE8fmnGFweO@pigsonthewing.org.uk> <469E6DDD.60807@brixlogic.com> <0Jq37WFQfnnGFwNo@pigsonthewing.org.uk> Message-ID: <469EA1CB.1080009@brixlogic.com> Andy Mabbett wrote: > In the case of currency, I think we should polish and publish: > > > <http://microformats.org/wiki/currency-brainstorming#Straw_man_proposal> I had came up with http://microformats.org/wiki/currency-proposal as a cleaned up version of the straw man proposal. I believe the only difference between the straw man proposal and this cleaned up version was that I removed the date and the symbol class names. The reason for the date removal was due to the lack of strong consensus on the value of the "date" class name for two reasons: * Occurrence of dated money amounts is judged rare: See http://microformats.org/discuss/mail/microformats-discuss/2006-September/005802.html * Date is not a property of the money amount, but of a currency rate: See http://microformats.org/discuss/mail/microformats-discuss/2006-September/005927.html This lack of consensus was confirmed by the poll I had sent. See results: http://www.vizu.com/res/Business/Technology/microformats/currency/poll-results.html?n=15067&formBean=com.productengine.vizu.model.poll.PollNonvoters%401aca8cc "symbol" suffered the same lack of consensus, possibly due to a lack of understanding of the benefits. Maybe a more detailed explanation of the benefits of such a class name would be worth writing. If I understood correctly, the main value would be for a user agent to be able to replace it with the symbol of the currency that the amount is converted to. If that's the case, I would argue that a user agent may not want to replace the content, since it may fool the user into believing that these amounts are guaranteed by the publisher/merchant, where in fact, they would be mere estimates, which may differ from the actual rate charged by the merchant or the financial intermediary. Let me know if I missed something. > > In the case of measurement, we can use your examples: > > <http://microformats.org/wiki/measure-brainstorming#Guillaume_Lebleu> > > as a straw-man, but the chief unresolved issue is what to do about the > plethora of non-SI units, and which we should include. > I think Bogdan and Emil came with some solutions using composition of SI units and scaling, in line with some of the practices I had identified (ex. XBRL). This could work for unusual units, when coded shortcurts for common compositions (ex. square meters) are not available from standard bodies such ISO or UNECE. Using standard codes for common compositions of units and allowing custom compositions for unusual units should hopefully be in line with a "simple things simple, complex things possible" principle. I suggest that I come up with a draft proposal based on the current suggestions that we can start the discussion from. Guillaume -------------- next part -------------- An HTML attachment was scrubbed... URL: http://microformats.org/discuss/mail/microformats-new/attachments/20070718/a0350889/attachment-0001.html From gl at brixlogic.com Wed Jul 18 16:53:55 2007 From: gl at brixlogic.com (Guillaume Lebleu) Date: Wed Jul 18 16:54:00 2007 Subject: [uf-new] microformat granularity: currency and measure (re-send) In-Reply-To: <0Jq37WFQfnnGFwNo@pigsonthewing.org.uk> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <A346E6D020642649BB6701C37E8934110133ED89@SDGEXEVS04.corp.intuit.net> <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> <469D01B2.1090701@digitalbazaar.com> <657A9BE009D3504AAE29BD8E8C2DD61E0741F7AA@SDGEXEVS02.corp.intuit.net> <3F26AAB4-AE92-424F-9681-0796B1CADC72@makedatamakesense.com> <jIRiLIE8fmnGFweO@pigsonthewing.org.uk> <469E6DDD.60807@brixlogic.com> <0Jq37WFQfnnGFwNo@pigsonthewing.org.uk> Message-ID: <469EA813.3030702@brixlogic.com> Andy Mabbett wrote: > In the case of currency, I think we should polish and publish: > > > <http://microformats.org/wiki/currency-brainstorming#Straw_man_proposal> I had came up with http://microformats.org/wiki/currency-proposal as a cleaned up version of the straw man proposal. I believe the only difference between the straw man proposal and this cleaned up version was that I removed the date and the symbol class names. The reason for the date removal was due to the lack of strong consensus on the value of the "date" class name for two reasons: * Occurrence of dated money amounts is judged rare: See http://microformats.org/discuss/mail/microformats-discuss/2006-September/005802.html * Date is not a property of the money amount, but of a currency rate: See http://microformats.org/discuss/mail/microformats-discuss/2006-September/005927.html This lack of consensus was confirmed by the poll I had sent. See results: http://www.vizu.com/res/Business/Technology/microformats/currency/poll-results.html?n=15067&formBean=com.productengine.vizu.model.poll.PollNonvoters%401aca8cc "symbol" suffered the same lack of consensus, possibly due to a lack of understanding of the benefits. Maybe a more detailed explanation of the benefits of such a class name would be worth writing. If I understood correctly, the main value would be for a user agent to be able to replace it with the symbol of the currency that the amount is converted to. If that's the case, I would argue that a user agent may not want to replace the content, since it may fool the user into believing that these amounts are guaranteed by the publisher/merchant, where in fact, they would be mere estimates, which may differ from the actual rate charged by the merchant or the financial intermediary. Let me know if I missed something. > > In the case of measurement, we can use your examples: > > <http://microformats.org/wiki/measure-brainstorming#Guillaume_Lebleu> > > as a straw-man, but the chief unresolved issue is what to do about the > plethora of non-SI units, and which we should include. > I think Bogdan and Emil came with some solutions using composition of SI units and scaling, in line with some of the practices I had identified (ex. XBRL). This could work for unusual units, when coded shortcurts for common compositions (ex. square meters) are not available from standard bodies such ISO or UNECE. Using standard codes for common compositions of units and allowing custom compositions for unusual units should hopefully be in line with a "simple things simple, complex things possible" principle. I suggest that I come up with a draft proposal based on the current suggestions that we can start the discussion from. Guillaume From patcito at gmail.com Wed Jul 18 23:20:10 2007 From: patcito at gmail.com (Patrick Aljord) Date: Wed Jul 18 23:20:12 2007 Subject: [uf-new] hMovie? Message-ID: <6b6419750707182320v78ad2a75ped5856d19918ec45@mail.gmail.com> Hey all, I'm doing a website to publish a list of movies with the same kind of data imdb has: Director, Writers, Release date (per country), genre, tagline, plot outline, workers (those are people that work for the movie like actors, costumes, executive producer, sound engineer etc), language, sound-mix , country, duration, aspect-ratio... I'm wondering if there is way to set all that as a microformat. Do you think it's doable or is that too much information for a microformat? see http://imdb.com/title/tt0373889/ as an example of data a movie can have. Thanx in advance Pat From regine at regine-heidorn.de Wed Jul 18 23:33:25 2007 From: regine at regine-heidorn.de (Regine Heidorn) Date: Wed Jul 18 23:31:41 2007 Subject: [uf-new] hMedia? In-Reply-To: <6b6419750707182320v78ad2a75ped5856d19918ec45@mail.gmail.com> References: <6b6419750707182320v78ad2a75ped5856d19918ec45@mail.gmail.com> Message-ID: <FAA00344-43A5-4B8F-93C8-31CAD106ABF6@regine-heidorn.de> Just a short thought, maybe it doesn't make sense. What about using hReview for all kind of media with a subcategory hMedia and a specification of the media like audio, movie, website etc.? I mean: hAudio anyway is related to hReview, which is logical. So why not stretch this relation to hMedia, which can be specified into audio, movie and other kinds of media. Information to be made about author, publisher, director, producer, label, licence etc. are very much similar, so one would only need to include some Extras for one media or the other. Hope I could express the idea properly ... ? From andy at pigsonthewing.org.uk Thu Jul 19 00:15:58 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Thu Jul 19 00:17:27 2007 Subject: [uf-new] acessibility problem with currency microformats In-Reply-To: <8608a69a0707181538n76c82166ub5e39e835e6c4c2e@mail.gmail.com> References: <8608a69a0707181538n76c82166ub5e39e835e6c4c2e@mail.gmail.com> Message-ID: <a9F8GpJu+wnGFwaf@pigsonthewing.org.uk> In message <8608a69a0707181538n76c82166ub5e39e835e6c4c2e@mail.gmail.com>, Alexandre Van de Sande <alexandrevandesande@gmail.com> writes >it looks like again the currency is using a already documented acessibility >problem of abusing the abbr tag. > >this costs <div class="money"> > <abbr class="currency" title="USD"> > <span class="amount">42.67</span> > </abbr> > </div> Hence my comment that the straw-man, which re-dates discussion of the accessibility issue, needs to be "polished". -- Andy Mabbett From andy at pigsonthewing.org.uk Thu Jul 19 00:23:01 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Thu Jul 19 00:24:11 2007 Subject: [uf-new] microformat granularity: currency and measure In-Reply-To: <469E8812.7090003@brixlogic.com> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <A346E6D020642649BB6701C37E8934110133ED89@SDGEXEVS04.corp.intuit.net> <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> <469D01B2.1090701@digitalbazaar.com> <657A9BE009D3504AAE29BD8E8C2DD61E0741F7AA@SDGEXEVS02.corp.intuit.net> <3F26AAB4-AE92-424F-9681-0796B1CADC72@makedatamakesense.com> <jIRiLIE8fmnGFweO@pigsonthewing.org.uk> <469E6DDD.60807@brixlogic.com> <0Jq37WFQfnnGFwNo@pigsonthewing.org.uk> <469E8812.7090003@brixlogic.com> Message-ID: <JM7oqKLVFxnGFwqR@pigsonthewing.org.uk> In message <469E8812.7090003@brixlogic.com>, Guillaume Lebleu <gl@brixlogic.com> writes >Andy Mabbett wrote: >> In the case of currency, I think we should polish and publish: >> >> >><http://microformats.org/wiki/currency-brainstorming#Straw_man_proposal> >I had came up with http://microformats.org/wiki/currency-proposal as a >cleaned up version of the straw man proposal. I believe the only >difference between the straw man proposal and this cleaned up version >was that I removed the date and the symbol class names. > >The reason for the date removal was due to the lack of strong consensus >on the value of the "date" class name for two reasons: > > * Occurrence of dated money amounts is judged rare: See > >http://microformats.org/discuss/mail/microformats-discuss/2006-September >/005802.html ...for some value of "rare". I have provided evidence of widespread use f historical monetary values. "Five dollars" today does not have the same value as "five dollars" did a hundred, or even twenty, years ago. > * Date is not a property of the money amount, but of a currency > rate: See > >http://microformats.org/discuss/mail/microformats-discuss/2006-September >/005927.html I don't follow your reasoning there, at all. >This lack of consensus was confirmed by the poll I had sent. See >results: >http://www.vizu.com/res/Business/Technology/microformats/currency/poll-r >esults.html?n=15067&formBean=com.productengine.vizu.model.poll.PollNonvo >ters%401aca8cc I don't believe that that poll has any value; not least because only nine people participated. >"symbol" suffered the same lack of consensus, possibly due to a lack of >understanding of the benefits. Maybe a more detailed explanation of the >benefits of such a class name would be worth writing. If I understood >correctly, the main value would be for a user agent to be able to >replace it with the symbol of the currency that the amount is converted >to. If that's the case, I would argue that a user agent may not want to >replace the content, since it may fool the user into believing that >these amounts are guaranteed by the publisher/merchant, where in fact, >they would be mere estimates, which may differ from the actual rate >charged by the merchant or the financial intermediary. That's hypothetical argument backed with no evidence. >> In the case of measurement, we can use your examples: >> >> <http://microformats.org/wiki/measure-brainstorming#Guillaume_Lebleu> >> >> as a straw-man, but the chief unresolved issue is what to do about >>the plethora of non-SI units, and which we should include. >> >I think Bogdan and Emil came with some solutions using composition of >SI units and scaling, in line with some of the practices I had >identified (ex. XBRL). This could work for unusual units, when coded >shortcurts for common compositions (ex. square meters) are not >available from standard bodies such ISO or UNECE. Using standard codes >for common compositions of units and allowing custom compositions for >unusual units should hopefully be in line with a "simple things simple, >complex things possible" principle. I don't see what you're saying here - please clarify. >I suggest that I come up with a draft proposal based on the current >suggestions that we can start the discussion from. Sure. Please excuse my brevity - I'm late leaving home. -- Andy Mabbett From msporny at digitalbazaar.com Thu Jul 19 06:13:31 2007 From: msporny at digitalbazaar.com (Manu Sporny) Date: Thu Jul 19 06:13:34 2007 Subject: [uf-new] hMovie? In-Reply-To: <6b6419750707182320v78ad2a75ped5856d19918ec45@mail.gmail.com> References: <6b6419750707182320v78ad2a75ped5856d19918ec45@mail.gmail.com> Message-ID: <469F637B.6070702@digitalbazaar.com> Patrick Aljord wrote: > I'm doing a website to publish a list of movies with the same kind of > data imdb has: > Director, Writers, Release date (per country), genre, tagline, plot > outline, workers (those are people that work for the movie like > actors, costumes, executive producer, sound engineer etc), language, > sound-mix , country, duration, aspect-ratio... > I'm wondering if there is way to set all that as a microformat. > > Do you think it's doable or is that too much information for a microformat? It is do-able and is on the slate of things to get done. We just finished up the hAudio draft about a month ago. We are going to be moving forward with hAlbum and hVideo afterwards. It will take around 3 months to collect enough examples, analyze those examples and publish a draft for hVideo. hVideo is part of a bigger initiative called media-info, whose goal is to be able to mark up media information much like what you listed for video. In short - yes, the community is definitely interested in getting a video Microformat completed. It will take around 3 months to complete. At the moment, nobody is working on it due to the focus on completing hAudio. Would you be willing to collect sample URLs for video? If so, that would move that project forward. -- manu From msporny at digitalbazaar.com Thu Jul 19 06:26:06 2007 From: msporny at digitalbazaar.com (Manu Sporny) Date: Thu Jul 19 06:26:09 2007 Subject: [uf-new] hMedia? In-Reply-To: <FAA00344-43A5-4B8F-93C8-31CAD106ABF6@regine-heidorn.de> References: <6b6419750707182320v78ad2a75ped5856d19918ec45@mail.gmail.com> <FAA00344-43A5-4B8F-93C8-31CAD106ABF6@regine-heidorn.de> Message-ID: <469F666E.8040404@digitalbazaar.com> Regine Heidorn wrote: > Just a short thought, maybe it doesn't make sense. > What about using hReview for all kind of media with a subcategory hMedia > and a specification of the media like audio, movie, website etc.? > > I mean: hAudio anyway is related to hReview, which is logical. So why > not stretch this relation to hMedia, which can be specified into audio, > movie and other kinds of media. Information to be made about author, > publisher, director, producer, label, licence etc. are very much > similar, so one would only need to include some Extras for one media or > the other. The goal with hAudio, hImage and hVideo (hMedia in general) has been to embed them in other Microformats such as hAtom, hReview, and hProduct. As far as hReview is concerned, the current approach is to embed the information in the hReview DESCRIPTION field. Thus, if you are doing a review about an album, you would include the hAudio markup of the album in the DESCRIPTION field of the hReview. Does that address your concern? -- manu From brian.suda at gmail.com Thu Jul 19 07:13:26 2007 From: brian.suda at gmail.com (Brian Suda) Date: Thu Jul 19 07:13:31 2007 Subject: [uf-new] hMedia? In-Reply-To: <469F666E.8040404@digitalbazaar.com> References: <6b6419750707182320v78ad2a75ped5856d19918ec45@mail.gmail.com> <FAA00344-43A5-4B8F-93C8-31CAD106ABF6@regine-heidorn.de> <469F666E.8040404@digitalbazaar.com> Message-ID: <21e770780707190713j6a9da0ffw69297f252d62f1ca@mail.gmail.com> On 7/19/07, Manu Sporny <msporny@digitalbazaar.com> wrote: > Regine Heidorn wrote: > > Just a short thought, maybe it doesn't make sense. > > What about using hReview for all kind of media with a subcategory hMedia > > and a specification of the media like audio, movie, website etc.? --- this is correct, you can do this already. Please have a look at the Product Review example on the wiki: http://microformats.org/wiki/hreview#Product_review it is reviewing a CD. hReview probably covers alot of ground very simply. A media format is an attempt at adding additional meta information about the object above and beyond the basic data that is already encoded by hReview. hReview has "item type" item type:: This optional field "type" provides the type of the item being reviewed, one of the following: product, business, event, person, place, website, url. If omitted, then in some cases the item type may be inferred. If the item is also an hCard, then the item type is a "business" or a "person" based upon which of those the hCard represents. If the item is also an hCalendar event, then the item type is an "event". at the moment it is an emunerated list of values, sometime the simplest solution might be to extend that list to help suit your needs rather than duplicate all the work in a new format. > As far as hReview is concerned, the current approach is to embed the > information in the hReview DESCRIPTION field. --- alternatively you do NOT have to re-encode the data in the description field, the hReview itself can be about the object, as is demonstated in the examples on the wiki. > Thus, if you are doing a review about an album, you would include the > hAudio markup of the album in the DESCRIPTION field of the hReview. --- this is not the only place to encode the data. For instance, the existing example on the wiki makes use of the whole hReview. Therefore, you would not have to repeat certain data, such as the URL, PHOTO, FN again in the description, the same values could and SHOULD be reused. I would start as simple as possible in attempting to mark-up your data. See how far hReview gets you, then document the short-coming and then we can see if some of those short-comings are commonly published and look at working them into a more robust Media format. I hope that helps, -brian -- brian suda http://suda.co.uk From mary at dabble.com Thu Jul 19 09:08:34 2007 From: mary at dabble.com (Mary Hodder) Date: Thu Jul 19 09:08:57 2007 Subject: [uf-new] hMovie? In-Reply-To: <469F637B.6070702@digitalbazaar.com> References: <6b6419750707182320v78ad2a75ped5856d19918ec45@mail.gmail.com> <469F637B.6070702@digitalbazaar.com> Message-ID: <73A8F10D-0403-48BC-A32B-EB4FD44EAC55@dabble.com> Hi, A couple of us have collected video examples here: http://microformats.org/wiki/media-info-examples#Video Many are from two years ago, so it may need some refreshing, but there are already a variety of examples of metadata as published. Kevin Marks and I did a session at Web 20 Expo in the open space part of the conference on this issue. I'd like to see a media microformat for video asap but it's been more about being very busy on other things than anything else that's kept us from pushing forward on this. There are two things that I've noticed that may be in conflict: 1. the example in the email yesterday gave a list of IMDB like types of metadata around video from that perspective, that few people other than IMDB publish online. Most people to not put up a video they've made, either on their own blogs, or embedded from a hoster, and list all those categories of metadata around the video. 2. most people (and hosters) tend to publish video and give a limited set of data: title description url tags duration other formats via url thumbnail of the 100 million videos online now, that is maybe 95% if not more. Microformats are supposed to reflect what is actually in practice online, not what you want people to do that they don't do now. I would suggest that we need to resolve this conflict between professional style metadata associated with video, and the rest of the massive amount of publishing going on now online.. in order to figure out what to do here. Lastly, there is the issue of quoting.. there are many services now that allow: - url/timecode based subtitlling, tagging and thought bubbles - remixing - playlisting (much like an edit decision list) - grouping (association of quotes) - playing just a quote of a longer piece of video And there is the issue of multivideo grouping: - groups of videos in their full state - playlisting of videos These are all in common practice on the web (I'll add some urls to examples of these to the page I referenced above) and need to be taken into account in the microformat as well, because people blog or publish these all the time. mary On Jul 19, 2007, at 6:13 AM, Manu Sporny wrote: > Patrick Aljord wrote: >> I'm doing a website to publish a list of movies with the same kind of >> data imdb has: >> Director, Writers, Release date (per country), genre, tagline, plot >> outline, workers (those are people that work for the movie like >> actors, costumes, executive producer, sound engineer etc), language, >> sound-mix , country, duration, aspect-ratio... >> I'm wondering if there is way to set all that as a microformat. >> >> Do you think it's doable or is that too much information for a >> microformat? > > It is do-able and is on the slate of things to get done. We just > finished up the hAudio draft about a month ago. We are going to be > moving forward with hAlbum and hVideo afterwards. > > It will take around 3 months to collect enough examples, analyze those > examples and publish a draft for hVideo. hVideo is part of a bigger > initiative called media-info, whose goal is to be able to mark up > media > information much like what you listed for video. > > In short - yes, the community is definitely interested in getting a > video Microformat completed. It will take around 3 months to complete. > At the moment, nobody is working on it due to the focus on completing > hAudio. > > Would you be willing to collect sample URLs for video? If so, that > would > move that project forward. > > -- manu > > _______________________________________________ > microformats-new mailing list > microformats-new@microformats.org > http://microformats.org/mailman/listinfo/microformats-new From xblazox at gmail.com Thu Jul 19 09:43:03 2007 From: xblazox at gmail.com (John Blazier) Date: Thu Jul 19 09:43:02 2007 Subject: [uf-new] Unsubscribe In-Reply-To: <200707191413.l6JEDZ1U013414@microformats.org> Message-ID: <469f9491.0f87460a.2732.ffffcb7f@mx.google.com> UNSUBSCRIBE John Blazier 834 Old Waterbury Road Southbury, CT 06488 voice: 203-267-3328 fax: 203-267-3329 cell: 203-841-9399 xblazox@gmail.com -----Original Message----- From: microformats-new-bounces@microformats.org [mailto:microformats-new-bounces@microformats.org] On Behalf Of microformats-new-request@microformats.org Sent: Thursday, July 19, 2007 10:14 AM To: microformats-new@microformats.org Subject: microformats-new Digest, Vol 6, Issue 12 Send microformats-new mailing list submissions to microformats-new@microformats.org To subscribe or unsubscribe via the World Wide Web, visit http://microformats.org/mailman/listinfo/microformats-new or, via email, send a message with subject or body 'help' to microformats-new-request@microformats.org You can reach the person managing the list at microformats-new-owner@microformats.org When replying, please edit your Subject line so it is more specific than "Re: Contents of microformats-new digest..." Today's Topics: 1. Re: microformat granularity: currency and measure (re-send) (Guillaume Lebleu) 2. hMovie? (Patrick Aljord) 3. Re: hMedia? (Regine Heidorn) 4. Re: acessibility problem with currency microformats (Andy Mabbett) 5. Re: microformat granularity: currency and measure (Andy Mabbett) 6. Re: hMovie? (Manu Sporny) 7. Re: hMedia? (Manu Sporny) 8. Re: hMedia? (Brian Suda) ---------------------------------------------------------------------- Message: 1 Date: Wed, 18 Jul 2007 16:53:55 -0700 From: Guillaume Lebleu <gl@brixlogic.com> Subject: Re: [uf-new] microformat granularity: currency and measure (re-send) To: "For discussion of new microformats." <microformats-new@microformats.org> Message-ID: <469EA813.3030702@brixlogic.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Andy Mabbett wrote: > In the case of currency, I think we should polish and publish: > > > <http://microformats.org/wiki/currency-brainstorming#Straw_man_proposal> I had came up with http://microformats.org/wiki/currency-proposal as a cleaned up version of the straw man proposal. I believe the only difference between the straw man proposal and this cleaned up version was that I removed the date and the symbol class names. The reason for the date removal was due to the lack of strong consensus on the value of the "date" class name for two reasons: * Occurrence of dated money amounts is judged rare: See http://microformats.org/discuss/mail/microformats-discuss/2006-September/005 802.html * Date is not a property of the money amount, but of a currency rate: See http://microformats.org/discuss/mail/microformats-discuss/2006-September/005 927.html This lack of consensus was confirmed by the poll I had sent. See results: http://www.vizu.com/res/Business/Technology/microformats/currency/poll-resul ts.html?n=15067&formBean=com.productengine.vizu.model.poll.PollNonvoters%401 aca8cc "symbol" suffered the same lack of consensus, possibly due to a lack of understanding of the benefits. Maybe a more detailed explanation of the benefits of such a class name would be worth writing. If I understood correctly, the main value would be for a user agent to be able to replace it with the symbol of the currency that the amount is converted to. If that's the case, I would argue that a user agent may not want to replace the content, since it may fool the user into believing that these amounts are guaranteed by the publisher/merchant, where in fact, they would be mere estimates, which may differ from the actual rate charged by the merchant or the financial intermediary. Let me know if I missed something. > > In the case of measurement, we can use your examples: > > <http://microformats.org/wiki/measure-brainstorming#Guillaume_Lebleu> > > as a straw-man, but the chief unresolved issue is what to do about the > plethora of non-SI units, and which we should include. > I think Bogdan and Emil came with some solutions using composition of SI units and scaling, in line with some of the practices I had identified (ex. XBRL). This could work for unusual units, when coded shortcurts for common compositions (ex. square meters) are not available from standard bodies such ISO or UNECE. Using standard codes for common compositions of units and allowing custom compositions for unusual units should hopefully be in line with a "simple things simple, complex things possible" principle. I suggest that I come up with a draft proposal based on the current suggestions that we can start the discussion from. Guillaume ------------------------------ Message: 2 Date: Thu, 19 Jul 2007 01:20:10 -0500 From: "Patrick Aljord" <patcito@gmail.com> Subject: [uf-new] hMovie? To: microformats-new@microformats.org Message-ID: <6b6419750707182320v78ad2a75ped5856d19918ec45@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Hey all, I'm doing a website to publish a list of movies with the same kind of data imdb has: Director, Writers, Release date (per country), genre, tagline, plot outline, workers (those are people that work for the movie like actors, costumes, executive producer, sound engineer etc), language, sound-mix , country, duration, aspect-ratio... I'm wondering if there is way to set all that as a microformat. Do you think it's doable or is that too much information for a microformat? see http://imdb.com/title/tt0373889/ as an example of data a movie can have. Thanx in advance Pat ------------------------------ Message: 3 Date: Thu, 19 Jul 2007 08:33:25 +0200 From: Regine Heidorn <regine@regine-heidorn.de> Subject: Re: [uf-new] hMedia? To: "For discussion of new microformats." <microformats-new@microformats.org> Message-ID: <FAA00344-43A5-4B8F-93C8-31CAD106ABF6@regine-heidorn.de> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Just a short thought, maybe it doesn't make sense. What about using hReview for all kind of media with a subcategory hMedia and a specification of the media like audio, movie, website etc.? I mean: hAudio anyway is related to hReview, which is logical. So why not stretch this relation to hMedia, which can be specified into audio, movie and other kinds of media. Information to be made about author, publisher, director, producer, label, licence etc. are very much similar, so one would only need to include some Extras for one media or the other. Hope I could express the idea properly ... ? ------------------------------ Message: 4 Date: Thu, 19 Jul 2007 08:15:58 +0100 From: Andy Mabbett <andy@pigsonthewing.org.uk> Subject: Re: [uf-new] acessibility problem with currency microformats To: "For discussion of new microformats." <microformats-new@microformats.org> Message-ID: <a9F8GpJu+wnGFwaf@pigsonthewing.org.uk> Content-Type: text/plain;charset=us-ascii;format=flowed In message <8608a69a0707181538n76c82166ub5e39e835e6c4c2e@mail.gmail.com>, Alexandre Van de Sande <alexandrevandesande@gmail.com> writes >it looks like again the currency is using a already documented acessibility >problem of abusing the abbr tag. > >this costs <div class="money"> > <abbr class="currency" title="USD"> > <span class="amount">42.67</span> > </abbr> > </div> Hence my comment that the straw-man, which re-dates discussion of the accessibility issue, needs to be "polished". -- Andy Mabbett ------------------------------ Message: 5 Date: Thu, 19 Jul 2007 08:23:01 +0100 From: Andy Mabbett <andy@pigsonthewing.org.uk> Subject: Re: [uf-new] microformat granularity: currency and measure To: "For discussion of new microformats." <microformats-new@microformats.org> Message-ID: <JM7oqKLVFxnGFwqR@pigsonthewing.org.uk> Content-Type: text/plain;charset=us-ascii;format=flowed In message <469E8812.7090003@brixlogic.com>, Guillaume Lebleu <gl@brixlogic.com> writes >Andy Mabbett wrote: >> In the case of currency, I think we should polish and publish: >> >> >><http://microformats.org/wiki/currency-brainstorming#Straw_man_proposal> >I had came up with http://microformats.org/wiki/currency-proposal as a >cleaned up version of the straw man proposal. I believe the only >difference between the straw man proposal and this cleaned up version >was that I removed the date and the symbol class names. > >The reason for the date removal was due to the lack of strong consensus >on the value of the "date" class name for two reasons: > > * Occurrence of dated money amounts is judged rare: See > >http://microformats.org/discuss/mail/microformats-discuss/2006-September >/005802.html ...for some value of "rare". I have provided evidence of widespread use f historical monetary values. "Five dollars" today does not have the same value as "five dollars" did a hundred, or even twenty, years ago. > * Date is not a property of the money amount, but of a currency > rate: See > >http://microformats.org/discuss/mail/microformats-discuss/2006-September >/005927.html I don't follow your reasoning there, at all. >This lack of consensus was confirmed by the poll I had sent. See >results: >http://www.vizu.com/res/Business/Technology/microformats/currency/poll-r >esults.html?n=15067&formBean=com.productengine.vizu.model.poll.PollNonvo >ters%401aca8cc I don't believe that that poll has any value; not least because only nine people participated. >"symbol" suffered the same lack of consensus, possibly due to a lack of >understanding of the benefits. Maybe a more detailed explanation of the >benefits of such a class name would be worth writing. If I understood >correctly, the main value would be for a user agent to be able to >replace it with the symbol of the currency that the amount is converted >to. If that's the case, I would argue that a user agent may not want to >replace the content, since it may fool the user into believing that >these amounts are guaranteed by the publisher/merchant, where in fact, >they would be mere estimates, which may differ from the actual rate >charged by the merchant or the financial intermediary. That's hypothetical argument backed with no evidence. >> In the case of measurement, we can use your examples: >> >> <http://microformats.org/wiki/measure-brainstorming#Guillaume_Lebleu> >> >> as a straw-man, but the chief unresolved issue is what to do about >>the plethora of non-SI units, and which we should include. >> >I think Bogdan and Emil came with some solutions using composition of >SI units and scaling, in line with some of the practices I had >identified (ex. XBRL). This could work for unusual units, when coded >shortcurts for common compositions (ex. square meters) are not >available from standard bodies such ISO or UNECE. Using standard codes >for common compositions of units and allowing custom compositions for >unusual units should hopefully be in line with a "simple things simple, >complex things possible" principle. I don't see what you're saying here - please clarify. >I suggest that I come up with a draft proposal based on the current >suggestions that we can start the discussion from. Sure. Please excuse my brevity - I'm late leaving home. -- Andy Mabbett ------------------------------ Message: 6 Date: Thu, 19 Jul 2007 09:13:31 -0400 From: Manu Sporny <msporny@digitalbazaar.com> Subject: Re: [uf-new] hMovie? To: "For discussion of new microformats." <microformats-new@microformats.org> Message-ID: <469F637B.6070702@digitalbazaar.com> Content-Type: text/plain; charset=ISO-8859-1 Patrick Aljord wrote: > I'm doing a website to publish a list of movies with the same kind of > data imdb has: > Director, Writers, Release date (per country), genre, tagline, plot > outline, workers (those are people that work for the movie like > actors, costumes, executive producer, sound engineer etc), language, > sound-mix , country, duration, aspect-ratio... > I'm wondering if there is way to set all that as a microformat. > > Do you think it's doable or is that too much information for a microformat? It is do-able and is on the slate of things to get done. We just finished up the hAudio draft about a month ago. We are going to be moving forward with hAlbum and hVideo afterwards. It will take around 3 months to collect enough examples, analyze those examples and publish a draft for hVideo. hVideo is part of a bigger initiative called media-info, whose goal is to be able to mark up media information much like what you listed for video. In short - yes, the community is definitely interested in getting a video Microformat completed. It will take around 3 months to complete. At the moment, nobody is working on it due to the focus on completing hAudio. Would you be willing to collect sample URLs for video? If so, that would move that project forward. -- manu ------------------------------ Message: 7 Date: Thu, 19 Jul 2007 09:26:06 -0400 From: Manu Sporny <msporny@digitalbazaar.com> Subject: Re: [uf-new] hMedia? To: "For discussion of new microformats." <microformats-new@microformats.org> Message-ID: <469F666E.8040404@digitalbazaar.com> Content-Type: text/plain; charset=ISO-8859-1 Regine Heidorn wrote: > Just a short thought, maybe it doesn't make sense. > What about using hReview for all kind of media with a subcategory hMedia > and a specification of the media like audio, movie, website etc.? > > I mean: hAudio anyway is related to hReview, which is logical. So why > not stretch this relation to hMedia, which can be specified into audio, > movie and other kinds of media. Information to be made about author, > publisher, director, producer, label, licence etc. are very much > similar, so one would only need to include some Extras for one media or > the other. The goal with hAudio, hImage and hVideo (hMedia in general) has been to embed them in other Microformats such as hAtom, hReview, and hProduct. As far as hReview is concerned, the current approach is to embed the information in the hReview DESCRIPTION field. Thus, if you are doing a review about an album, you would include the hAudio markup of the album in the DESCRIPTION field of the hReview. Does that address your concern? -- manu ------------------------------ Message: 8 Date: Thu, 19 Jul 2007 14:13:26 +0000 From: "Brian Suda" <brian.suda@gmail.com> Subject: Re: [uf-new] hMedia? To: "For discussion of new microformats." <microformats-new@microformats.org> Message-ID: <21e770780707190713j6a9da0ffw69297f252d62f1ca@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed On 7/19/07, Manu Sporny <msporny@digitalbazaar.com> wrote: > Regine Heidorn wrote: > > Just a short thought, maybe it doesn't make sense. > > What about using hReview for all kind of media with a subcategory hMedia > > and a specification of the media like audio, movie, website etc.? --- this is correct, you can do this already. Please have a look at the Product Review example on the wiki: http://microformats.org/wiki/hreview#Product_review it is reviewing a CD. hReview probably covers alot of ground very simply. A media format is an attempt at adding additional meta information about the object above and beyond the basic data that is already encoded by hReview. hReview has "item type" item type:: This optional field "type" provides the type of the item being reviewed, one of the following: product, business, event, person, place, website, url. If omitted, then in some cases the item type may be inferred. If the item is also an hCard, then the item type is a "business" or a "person" based upon which of those the hCard represents. If the item is also an hCalendar event, then the item type is an "event". at the moment it is an emunerated list of values, sometime the simplest solution might be to extend that list to help suit your needs rather than duplicate all the work in a new format. > As far as hReview is concerned, the current approach is to embed the > information in the hReview DESCRIPTION field. --- alternatively you do NOT have to re-encode the data in the description field, the hReview itself can be about the object, as is demonstated in the examples on the wiki. > Thus, if you are doing a review about an album, you would include the > hAudio markup of the album in the DESCRIPTION field of the hReview. --- this is not the only place to encode the data. For instance, the existing example on the wiki makes use of the whole hReview. Therefore, you would not have to repeat certain data, such as the URL, PHOTO, FN again in the description, the same values could and SHOULD be reused. I would start as simple as possible in attempting to mark-up your data. See how far hReview gets you, then document the short-coming and then we can see if some of those short-comings are commonly published and look at working them into a more robust Media format. I hope that helps, -brian -- brian suda http://suda.co.uk ------------------------------ _______________________________________________ microformats-new mailing list microformats-new@microformats.org http://microformats.org/mailman/listinfo/microformats-new End of microformats-new Digest, Vol 6, Issue 12 *********************************************** No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.476 / Virus Database: 269.10.9/907 - Release Date: 7/18/2007 3:30 PM No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.476 / Virus Database: 269.10.9/907 - Release Date: 7/18/2007 3:30 PM From patcito at gmail.com Thu Jul 19 10:29:39 2007 From: patcito at gmail.com (Patrick Aljord) Date: Thu Jul 19 10:29:43 2007 Subject: [uf-new] hMovie? In-Reply-To: <73A8F10D-0403-48BC-A32B-EB4FD44EAC55@dabble.com> References: <6b6419750707182320v78ad2a75ped5856d19918ec45@mail.gmail.com> <469F637B.6070702@digitalbazaar.com> <73A8F10D-0403-48BC-A32B-EB4FD44EAC55@dabble.com> Message-ID: <6b6419750707191029y5490b521m437b46581e9b29c5@mail.gmail.com> On 7/19/07, Mary Hodder <mary@dabble.com> wrote: > 1. the example in the email yesterday gave a list of IMDB like types of > metadata around video from that perspective, that few people other than > IMDB publish online. Most people to not put up a video they've made, > either on their own blogs, or embedded from a hoster, and list all those > categories of metadata around the video. > > 2. most people (and hosters) tend to publish video and give a > limited set of data: > title > description > url > tags > duration > other formats via url > thumbnail > > of the 100 million videos online now, that is maybe 95% if not more. > > Microformats are supposed to reflect what is actually in practice > online, > not what you want people to do that they don't do now. That was my concern actually. I noticed by looking at the wiki that all hVideo examples had only basic meta data that resemble mp3 idtag. I personally don't want to force people into using a big bunch of meta data like IMDB does but that is what I need for my website, so I'm just asking if that would be possible or if that would just be too much information for a video microformat? From scott at makedatamakesense.com Thu Jul 19 11:00:17 2007 From: scott at makedatamakesense.com (Scott Reynen) Date: Thu Jul 19 11:00:46 2007 Subject: [uf-new] microformat granularity: currency and measure In-Reply-To: <JM7oqKLVFxnGFwqR@pigsonthewing.org.uk> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <A346E6D020642649BB6701C37E8934110133ED89@SDGEXEVS04.corp.intuit.net> <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> <469D01B2.1090701@digitalbazaar.com> <657A9BE009D3504AAE29BD8E8C2DD61E0741F7AA@SDGEXEVS02.corp.intuit.net> <3F26AAB4-AE92-424F-9681-0796B1CADC72@makedatamakesense.com> <jIRiLIE8fmnGFweO@pigsonthewing.org.uk> <469E6DDD.60807@brixlogic.com> <0Jq37WFQfnnGFwNo@pigsonthewing.org.uk> <469E8812.7090003@brixlogic.com> <JM7oqKLVFxnGFwqR@pigsonthewing.org.uk> Message-ID: <ACDF0875-B2D1-4BFE-B09D-AACF459A645B@makedatamakesense.com> On Jul 19, 2007, at 1:23 AM, Andy Mabbett wrote: >> * Occurrence of dated money amounts is judged rare: See >> http://microformats.org/discuss/mail/microformats-discuss/2006- >> September >> /005802.html > > ...for some value of "rare". I have provided evidence of widespread > use f historical monetary values. "Five dollars" today does not > have the same value as "five dollars" did a hundred, or even > twenty, years ago. For what it's worth (I don't expect much), I share Guillaume's impression that historical values are not necessary for a useful simple-as-possible baseline version of currency. Also, have we explored alternative means of capturing this information, e.g. hCal? >> "symbol" suffered the same lack of consensus, possibly due to a >> lack of understanding of the benefits. Maybe a more detailed >> explanation of the benefits of such a class name would be worth >> writing. If I understood correctly, the main value would be for a >> user agent to be able to replace it with the symbol of the >> currency that the amount is converted to. If that's the case, I >> would argue that a user agent may not want to replace the content, >> since it may fool the user into believing that these amounts are >> guaranteed by the publisher/merchant, where in fact, they would be >> mere estimates, which may differ from the actual rate charged by >> the merchant or the financial intermediary. > > That's hypothetical argument backed with no evidence. As is the value of "symbol," which I gather was Guillaume's point, and a larger concern. Until that value is explained more convincingly and gains more consensus, is there any harm in moving forward with the smaller set of properties everyone already supports? We can always add "symbol" later, right? Or is "symbol" so important that a currency microformat is useless without it? If so, that importance isn't yet apparent. -- Scott Reynen MakeDataMakeSense.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://microformats.org/discuss/mail/microformats-new/attachments/20070719/39100738/attachment.html From andy at pigsonthewing.org.uk Thu Jul 19 11:03:16 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Thu Jul 19 11:04:49 2007 Subject: [uf-new] hMovie? In-Reply-To: <73A8F10D-0403-48BC-A32B-EB4FD44EAC55@dabble.com> References: <6b6419750707182320v78ad2a75ped5856d19918ec45@mail.gmail.com> <469F637B.6070702@digitalbazaar.com> <73A8F10D-0403-48BC-A32B-EB4FD44EAC55@dabble.com> Message-ID: <oWnAstMkd6nGFwfM@pigsonthewing.org.uk> In message <73A8F10D-0403-48BC-A32B-EB4FD44EAC55@dabble.com>, Mary Hodder <mary@dabble.com> writes > >There are two things that I've noticed that may be in conflict: > >1. the example in the email yesterday gave a list of IMDB like types >of >metadata around video from that perspective, that few people other than >IMDB publish online. Most people to not put up a video they've made, >either on their own blogs, or embedded from a hoster, and list all >those >categories of metadata around the video. > >2. most people (and hosters) tend to publish video and give a limited >set of data: >title >description >url >tags >duration >other formats via url >thumbnail > >of the 100 million videos online now, that is maybe 95% if not more. > >Microformats are supposed to reflect what is actually in practice >online, >not what you want people to do that they don't do now. I think you're comparing apples and pears. people *are* already publishing movie credits, such as on IMDb; and movies are /not/ simply video clips. There may well be a valid case for there being a microformat for each - though I'd like to see the use-case for a movie microformat, as it's not clear from this thread. -- Andy Mabbett From patcito at gmail.com Thu Jul 19 12:51:54 2007 From: patcito at gmail.com (Patrick Aljord) Date: Thu Jul 19 12:52:01 2007 Subject: [uf-new] hMovie? In-Reply-To: <oWnAstMkd6nGFwfM@pigsonthewing.org.uk> References: <6b6419750707182320v78ad2a75ped5856d19918ec45@mail.gmail.com> <469F637B.6070702@digitalbazaar.com> <73A8F10D-0403-48BC-A32B-EB4FD44EAC55@dabble.com> <oWnAstMkd6nGFwfM@pigsonthewing.org.uk> Message-ID: <6b6419750707191251m24485b8cj4297d1d8cf60820@mail.gmail.com> On 7/19/07, Andy Mabbett <andy@pigsonthewing.org.uk> wrote: > In message <73A8F10D-0403-48BC-A32B-EB4FD44EAC55@dabble.com>, Mary > Hodder <mary@dabble.com> writes > I think you're comparing apples and pears. Yes I think it's good to make the distinction between a video format (or container) such as avi, mpeg, mov, ogg etc (and the meta data you can embed to them) and actual movies as described in magazines and web sites such as IMDB. When it comes to a video format, I don't care to know all the credits, I just want to know the title, format, the bitrate, the duration and that kind of stuff. But when I read a review about a movie that doesn't even point to a video file, I don't care about the the bitrate and format names, but I might be interested in the director, producers, actors etc... > people *are* already publishing movie credits, such as on IMDb; and movies are > /not/ simply video clips. That's what I want to do this with microformats, movie credits that is. From regine at regine-heidorn.de Thu Jul 19 13:20:05 2007 From: regine at regine-heidorn.de (Regine Heidorn) Date: Thu Jul 19 13:18:27 2007 Subject: [uf-new] hMedia? In-Reply-To: <469F666E.8040404@digitalbazaar.com> References: <6b6419750707182320v78ad2a75ped5856d19918ec45@mail.gmail.com> <FAA00344-43A5-4B8F-93C8-31CAD106ABF6@regine-heidorn.de> <469F666E.8040404@digitalbazaar.com> Message-ID: <04AC1D8C-2485-443C-8774-499836FFA9C5@regine-heidorn.de> Am 19.07.2007 um 15:26 schrieb Manu Sporny: > Regine Heidorn wrote: >> Just a short thought, maybe it doesn't make sense. >> What about using hReview for all kind of media with a subcategory >> hMedia >> and a specification of the media like audio, movie, website etc.? >> >> I mean: hAudio anyway is related to hReview, which is logical. So why >> not stretch this relation to hMedia, which can be specified into >> audio, >> movie and other kinds of media. Information to be made about author, >> publisher, director, producer, label, licence etc. are very much >> similar, so one would only need to include some Extras for one >> media or >> the other. > > The goal with hAudio, hImage and hVideo (hMedia in general) has > been to > embed them in other Microformats such as hAtom, hReview, and hProduct. > > As far as hReview is concerned, the current approach is to embed the > information in the hReview DESCRIPTION field. > > Thus, if you are doing a review about an album, you would include the > hAudio markup of the album in the DESCRIPTION field of the hReview. > > Does that address your concern? > Yes, perfectly ;-) THX! From andy at pigsonthewing.org.uk Thu Jul 19 13:22:02 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Thu Jul 19 13:23:44 2007 Subject: [uf-new] hMovie? In-Reply-To: <6b6419750707191251m24485b8cj4297d1d8cf60820@mail.gmail.com> References: <6b6419750707182320v78ad2a75ped5856d19918ec45@mail.gmail.com> <469F637B.6070702@digitalbazaar.com> <73A8F10D-0403-48BC-A32B-EB4FD44EAC55@dabble.com> <oWnAstMkd6nGFwfM@pigsonthewing.org.uk> <6b6419750707191251m24485b8cj4297d1d8cf60820@mail.gmail.com> Message-ID: <$2UFU5Vqf8nGFw+Q@pigsonthewing.org.uk> In message <6b6419750707191251m24485b8cj4297d1d8cf60820@mail.gmail.com>, Patrick Aljord <patcito@gmail.com> writes >That's what I want to do this with microformats, movie credits that is. Yes, but what will you - or people in general - do with the data once it's marked up? With hCard, for example, you can add people to address books; and hCalendar events can be added to calendars. -- Andy Mabbett From andy at pigsonthewing.org.uk Thu Jul 19 13:31:40 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Thu Jul 19 13:33:11 2007 Subject: [uf-new] microformat granularity: currency and measure In-Reply-To: <ACDF0875-B2D1-4BFE-B09D-AACF459A645B@makedatamakesense.com> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <A346E6D020642649BB6701C37E8934110133ED89@SDGEXEVS04.corp.intuit.net> <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> <469D01B2.1090701@digitalbazaar.com> <657A9BE009D3504AAE29BD8E8C2DD61E0741F7AA@SDGEXEVS02.corp.intuit.net> <3F26AAB4-AE92-424F-9681-0796B1CADC72@makedatamakesense.com> <jIRiLIE8fmnGFweO@pigsonthewing.org.uk> <469E6DDD.60807@brixlogic.com> <0Jq37WFQfnnGFwNo@pigsonthewing.org.uk> <469E8812.7090003@brixlogic.com> <JM7oqKLVFxnGFwqR@pigsonthewing.org.uk> <ACDF0875-B2D1-4BFE-B09D-AACF459A645B@makedatamakesense.com> Message-ID: <4WlEM5Wso8nGFwd7@pigsonthewing.org.uk> In message <ACDF0875-B2D1-4BFE-B09D-AACF459A645B@makedatamakesense.com>, Scott Reynen <scott@makedatamakesense.com> writes >>> "symbol" suffered the same lack of consensus, possibly due to a lack >>>of understanding of the benefits. Maybe a more detailed explanation >>>of the benefits of such a class name would be worth writing. If I >>>understood correctly, the main value would be for a user agent to be >>>able to replace it with the symbol of the currency that the amount >>>is converted to. If that's the case, I would argue that a user >>>agent may not want to replace the content, since it may fool the >>>user into believing that these amounts are guaranteed by the >>>publisher/merchant, where in fact, they would be mere estimates, >>>which may differ from the actual rate charged by the merchant or the financial intermediary. >> >> That's hypothetical argument backed with no evidence. > >As is the value of "symbol," which I gather was Guillaume's point, and >a larger concern. Until that value is explained more convincingly and >gains more consensus, is there any harm in moving forward with the >smaller set of properties everyone already supports? We can always >add "symbol" later, right? Or is "symbol" so important that a >currency microformat is useless without it? If so, that importance >isn't yet apparent. My contention is that published amounts of money - such as those listed as examples on the wiki, and others - often include a symbol, that symbol may be obscure, or take the form of a letter which is indistinguishable from other text. It may occur before, in the middle, or following numbers. Only by marking it up can we be sure that parsers know to remove it when converting to an alternative currency. The same applies to "value" in words (as in "five pounds" or "10 cents"). -- Andy Mabbett From gl at brixlogic.com Thu Jul 19 14:08:20 2007 From: gl at brixlogic.com (Guillaume Lebleu) Date: Thu Jul 19 14:08:23 2007 Subject: [uf-new] microformat granularity: currency and measure In-Reply-To: <4WlEM5Wso8nGFwd7@pigsonthewing.org.uk> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <A346E6D020642649BB6701C37E8934110133ED89@SDGEXEVS04.corp.intuit.net> <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> <469D01B2.1090701@digitalbazaar.com> <657A9BE009D3504AAE29BD8E8C2DD61E0741F7AA@SDGEXEVS02.corp.intuit.net> <3F26AAB4-AE92-424F-9681-0796B1CADC72@makedatamakesense.com> <jIRiLIE8fmnGFweO@pigsonthewing.org.uk> <469E6DDD.60807@brixlogic.com> <0Jq37WFQfnnGFwNo@pigsonthewing.org.uk> <469E8812.7090003@brixlogic.com> <JM7oqKLVFxnGFwqR@pigsonthewing.org.uk> <ACDF0875-B2D1-4BFE-B09D-AACF459A645B@makedatamakesense.com> <4WlEM5Wso8nGFwd7@pigsonthewing.org.uk> Message-ID: <469FD2C4.5000605@brixlogic.com> Andy Mabbett wrote: > My contention is that published amounts of money - such as those > listed as examples on the wiki, and others - often include a symbol, > that symbol may be obscure, or take the form of a letter which is > indistinguishable from other text. It may occur before, in the middle, > or following numbers. > > Only by marking it up can we be sure that parsers know to remove it > when converting to an alternative currency. > > The same applies to "value" in words (as in "five pounds" or "10 cents"). > I looked again at some of the examples. It seems to me that if a "value" or "amount" class name clearly separates the symbol, if any, from the value, then parsing should be fine. Moreover, it seemed to me that when the dollar symbol or cents symbol is used, its meaning may more correctly be viewed as the unit of the currency, instead of the symbol of the currency. For instance, in "?2.1 USD", the currency is "USD", and the unit is "?", but "?" is not the symbol of currency "USD". Guillaume From andy at pigsonthewing.org.uk Thu Jul 19 14:39:01 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Thu Jul 19 14:40:37 2007 Subject: [uf-new] microformat granularity: currency and measure In-Reply-To: <469FD2C4.5000605@brixlogic.com> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <A346E6D020642649BB6701C37E8934110133ED89@SDGEXEVS04.corp.intuit.net> <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> <469D01B2.1090701@digitalbazaar.com> <657A9BE009D3504AAE29BD8E8C2DD61E0741F7AA@SDGEXEVS02.corp.intuit.net> <3F26AAB4-AE92-424F-9681-0796B1CADC72@makedatamakesense.com> <jIRiLIE8fmnGFweO@pigsonthewing.org.uk> <469E6DDD.60807@brixlogic.com> <0Jq37WFQfnnGFwNo@pigsonthewing.org.uk> <469E8812.7090003@brixlogic.com> <JM7oqKLVFxnGFwqR@pigsonthewing.org.uk> <ACDF0875-B2D1-4BFE-B09D-AACF459A645B@makedatamakesense.com> <4WlEM5Wso8nGFwd7@pigsonthewing.org.uk> <469FD2C4.5000605@brixlogic.com> Message-ID: <QFj+okc1n9nGFwpF@pigsonthewing.org.uk> In message <469FD2C4.5000605@brixlogic.com>, Guillaume Lebleu <gl@brixlogic.com> writes >Andy Mabbett wrote: >> My contention is that published amounts of money - such as those >>listed as examples on the wiki, and others - often include a symbol, >>that symbol may be obscure, or take the form of a letter which is >>indistinguishable from other text. It may occur before, in the middle, >>or following numbers. >> >> Only by marking it up can we be sure that parsers know to remove it >>when converting to an alternative currency. >> >> The same applies to "value" in words (as in "five pounds" or "10 cents"). >> >I looked again at some of the examples. It seems to me that if a >"value" or "amount" class name clearly separates the symbol, if any, >from the value, then parsing should be fine. > >Moreover, it seemed to me that when the dollar symbol or cents symbol >is used, its meaning may more correctly be viewed as the unit of the >currency, instead of the symbol of the currency. > >For instance, in "?2.1 USD", the currency is "USD", and the unit is >"?", but "?" is not the symbol of currency "USD". How would you mark those up? -- Andy Mabbett From supercanadian at gmail.com Thu Jul 19 14:45:44 2007 From: supercanadian at gmail.com (Charles Iliya Krempeaux) Date: Thu Jul 19 14:45:47 2007 Subject: [uf-new] microformat granularity: currency and measure In-Reply-To: <QFj+okc1n9nGFwpF@pigsonthewing.org.uk> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <jIRiLIE8fmnGFweO@pigsonthewing.org.uk> <469E6DDD.60807@brixlogic.com> <0Jq37WFQfnnGFwNo@pigsonthewing.org.uk> <469E8812.7090003@brixlogic.com> <JM7oqKLVFxnGFwqR@pigsonthewing.org.uk> <ACDF0875-B2D1-4BFE-B09D-AACF459A645B@makedatamakesense.com> <4WlEM5Wso8nGFwd7@pigsonthewing.org.uk> <469FD2C4.5000605@brixlogic.com> <QFj+okc1n9nGFwpF@pigsonthewing.org.uk> Message-ID: <84ce626f0707191445m7d10141au63dd355fc9556aac@mail.gmail.com> Hello, On 7/19/07, Andy Mabbett <andy@pigsonthewing.org.uk> wrote: [...] >For instance, in "?2.1 USD", the currency is "USD", and the unit is > >"?", but "?" is not the symbol of currency "USD". > > > How would you mark those up? > > <abbr class="currency" title="USD/100">?</abbr> :-) -- Charles Iliya Krempeaux, B.Sc. <http://ChangeLog.ca/> Vlog Razor... Vlogging News http://vlograzor.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://microformats.org/discuss/mail/microformats-new/attachments/20070719/ded3f5eb/attachment.html From gl at brixlogic.com Thu Jul 19 14:49:03 2007 From: gl at brixlogic.com (Guillaume Lebleu) Date: Thu Jul 19 14:49:07 2007 Subject: [uf-new] microformat granularity: currency and measure In-Reply-To: <QFj+okc1n9nGFwpF@pigsonthewing.org.uk> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <A346E6D020642649BB6701C37E8934110133ED89@SDGEXEVS04.corp.intuit.net> <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> <469D01B2.1090701@digitalbazaar.com> <657A9BE009D3504AAE29BD8E8C2DD61E0741F7AA@SDGEXEVS02.corp.intuit.net> <3F26AAB4-AE92-424F-9681-0796B1CADC72@makedatamakesense.com> <jIRiLIE8fmnGFweO@pigsonthewing.org.uk> <469E6DDD.60807@brixlogic.com> <0Jq37WFQfnnGFwNo@pigsonthewing.org.uk> <469E8812.7090003@brixlogic.com> <JM7oqKLVFxnGFwqR@pigsonthewing.org.uk> <ACDF0875-B2D1-4BFE-B09D-AACF459A645B@makedatamakesense.com> <4WlEM5Wso8nGFwd7@pigsonthewing.org.uk> <469FD2C4.5000605@brixlogic.com> <QFj+okc1n9nGFwpF@pigsonthewing.org.uk> Message-ID: <469FDC4F.2020209@brixlogic.com> Andy Mabbett wrote: >> For instance, in "?2.1 USD", the currency is "USD", and the unit is >> "?", but "?" is not the symbol of currency "USD". > > > How would you mark those up? > Here is a try, using the "value" class name: <span class="money"><abbr class="unit" title="cent">?</abbr><span class="value">2.1</span> <span class="currency">USD</span></span> Guillaume From andy at pigsonthewing.org.uk Thu Jul 19 15:05:28 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Thu Jul 19 15:07:22 2007 Subject: [uf-new] microformat granularity: currency and measure In-Reply-To: <469FDC4F.2020209@brixlogic.com> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <A346E6D020642649BB6701C37E8934110133ED89@SDGEXEVS04.corp.intuit.net> <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> <469D01B2.1090701@digitalbazaar.com> <657A9BE009D3504AAE29BD8E8C2DD61E0741F7AA@SDGEXEVS02.corp.intuit.net> <3F26AAB4-AE92-424F-9681-0796B1CADC72@makedatamakesense.com> <jIRiLIE8fmnGFweO@pigsonthewing.org.uk> <469E6DDD.60807@brixlogic.com> <0Jq37WFQfnnGFwNo@pigsonthewing.org.uk> <469E8812.7090003@brixlogic.com> <JM7oqKLVFxnGFwqR@pigsonthewing.org.uk> <ACDF0875-B2D1-4BFE-B09D-AACF459A645B@makedatamakesense.com> <4WlEM5Wso8nGFwd7@pigsonthewing.org.uk> <469FD2C4.5000605@brixlogic.com> <QFj+okc1n9nGFwpF@pigsonthewing.org.uk> <469FDC4F.2020209@brixlogic.com> Message-ID: <nWUDcldoA+nGFw$d@pigsonthewing.org.uk> In message <469FDC4F.2020209@brixlogic.com>, Guillaume Lebleu <gl@brixlogic.com> writes >Andy Mabbett wrote: >>> For instance, in "?2.1 USD", the currency is "USD", and the unit is >>>"?", but "?" is not the symbol of currency "USD". >> >> >> How would you mark those up? >> >Here is a try, using the "value" class name: > ><span class="money"><abbr class="unit" title="cent">?</abbr><span >class="value">2.1</span> <span class="currency">USD</span></span> Unless we're expecting parsers to understand every sub-unit of every currency, that'll cause problems. I read it as saying the amount is 2.1 dollars. -- Andy Mabbett From scott at makedatamakesense.com Thu Jul 19 15:30:31 2007 From: scott at makedatamakesense.com (Scott Reynen) Date: Thu Jul 19 15:30:56 2007 Subject: [uf-new] Currency: symbols and units (Was: microformat granularity: currency and measure) In-Reply-To: <469FDC4F.2020209@brixlogic.com> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <A346E6D020642649BB6701C37E8934110133ED89@SDGEXEVS04.corp.intuit.net> <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> <469D01B2.1090701@digitalbazaar.com> <657A9BE009D3504AAE29BD8E8C2DD61E0741F7AA@SDGEXEVS02.corp.intuit.net> <3F26AAB4-AE92-424F-9681-0796B1CADC72@makedatamakesense.com> <jIRiLIE8fmnGFweO@pigsonthewing.org.uk> <469E6DDD.60807@brixlogic.com> <0Jq37WFQfnnGFwNo@pigsonthewing.org.uk> <469E8812.7090003@brixlogic.com> <JM7oqKLVFxnGFwqR@pigsonthewing.org.uk> <ACDF0875-B2D1-4BFE-B09D-AACF459A645B@makedatamakesense.com> <4WlEM5Wso8nGFwd7@pigsonthewing.org.uk> <469FD2C4.5000605@brixlogic.com> <QFj+okc1n9nGFwpF@pigsonthewing.org.uk> <469FDC4F.2020209@brixlogic.com> Message-ID: <E0396FDD-6DF5-4C01-977E-2DA4A0EBB576@makedatamakesense.com> On Jul 19, 2007, at 3:49 PM, Guillaume Lebleu wrote: >> How would you mark those up? Good question. > Here is a try, using the "value" class name: > > <span class="money"><abbr class="unit" title="cent">?</abbr><span > class="value">2.1</span> <span class="currency">USD</span></span> I would suggest this: <span class="money">?<abbr title="0.021" class="amount">2.1</abbr> <span class="currency">USD</span></span> I also don't see much value in "unit" as I think it would be simpler to standardize on a single unit for each currency (i.e. the primary unit defined for the given currency in ISO 4217) and use the abbr design pattern as above where necessary. -- Scott Reynen MakeDataMakeSense.com From patcito at gmail.com Thu Jul 19 15:33:28 2007 From: patcito at gmail.com (Patrick Aljord) Date: Thu Jul 19 15:33:30 2007 Subject: [uf-new] hMovie? In-Reply-To: <$2UFU5Vqf8nGFw+Q@pigsonthewing.org.uk> References: <6b6419750707182320v78ad2a75ped5856d19918ec45@mail.gmail.com> <469F637B.6070702@digitalbazaar.com> <73A8F10D-0403-48BC-A32B-EB4FD44EAC55@dabble.com> <oWnAstMkd6nGFwfM@pigsonthewing.org.uk> <6b6419750707191251m24485b8cj4297d1d8cf60820@mail.gmail.com> <$2UFU5Vqf8nGFw+Q@pigsonthewing.org.uk> Message-ID: <6b6419750707191533u40f0433cgd664285eff45e273@mail.gmail.com> On 7/19/07, Andy Mabbett <andy@pigsonthewing.org.uk> wrote: > In message <6b6419750707191251m24485b8cj4297d1d8cf60820@mail.gmail.com>, > Patrick Aljord <patcito@gmail.com> writes > > >That's what I want to do this with microformats, movie credits that is. > > Yes, but what will you - or people in general - do with the data once > it's marked up? With hCard, for example, you can add people to address > books; and hCalendar events can be added to calendars. > good question. Well, if a search engine like Google recognize hMovie, people will be able to search who acted in what movie with what director from everywhere. Not sure if that is very useful though. From gl at brixlogic.com Thu Jul 19 15:38:49 2007 From: gl at brixlogic.com (Guillaume Lebleu) Date: Thu Jul 19 15:38:53 2007 Subject: [uf-new] Currency: symbols and units (Was: microformat granularity: currency and measure) In-Reply-To: <E0396FDD-6DF5-4C01-977E-2DA4A0EBB576@makedatamakesense.com> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <A346E6D020642649BB6701C37E8934110133ED89@SDGEXEVS04.corp.intuit.net> <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> <469D01B2.1090701@digitalbazaar.com> <657A9BE009D3504AAE29BD8E8C2DD61E0741F7AA@SDGEXEVS02.corp.intuit.net> <3F26AAB4-AE92-424F-9681-0796B1CADC72@makedatamakesense.com> <jIRiLIE8fmnGFweO@pigsonthewing.org.uk> <469E6DDD.60807@brixlogic.com> <0Jq37WFQfnnGFwNo@pigsonthewing.org.uk> <469E8812.7090003@brixlogic.com> <JM7oqKLVFxnGFwqR@pigsonthewing.org.uk> <ACDF0875-B2D1-4BFE-B09D-AACF459A645B@makedatamakesense.com> <4WlEM5Wso8nGFwd7@pigsonthewing.org.uk> <469FD2C4.5000605@brixlogic.com> <QFj+okc1n9nGFwpF@pigsonthewing.org.uk> <469FDC4F.2020209@brixlogic.com> <E0396FDD-6DF5-4C01-977E-2DA4A0EBB576@makedatamakesense.com> Message-ID: <469FE7F9.8020401@brixlogic.com> Scott Reynen wrote: > I would suggest this: > > <span class="money">?<abbr title="0.021" class="amount">2.1</abbr> > <span class="currency">USD</span></span> > I like this solution. My point about "unit" was not that it should be included in a first version of the proposal, but that it was probably a better reflection of the meaning of ?, than "symbol". Guillaume From andy at pigsonthewing.org.uk Fri Jul 20 01:02:55 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Fri Jul 20 01:04:25 2007 Subject: [uf-new] Currency: symbols and units (Was: microformat granularity: currency and measure) In-Reply-To: <E0396FDD-6DF5-4C01-977E-2DA4A0EBB576@makedatamakesense.com> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <A346E6D020642649BB6701C37E8934110133ED89@SDGEXEVS04.corp.intuit.net> <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> <469D01B2.1090701@digitalbazaar.com> <657A9BE009D3504AAE29BD8E8C2DD61E0741F7AA@SDGEXEVS02.corp.intuit.net> <3F26AAB4-AE92-424F-9681-0796B1CADC72@makedatamakesense.com> <jIRiLIE8fmnGFweO@pigsonthewing.org.uk> <469E6DDD.60807@brixlogic.com> <0Jq37WFQfnnGFwNo@pigsonthewing.org.uk> <469E8812.7090003@brixlogic.com> <JM7oqKLVFxnGFwqR@pigsonthewing.org.uk> <ACDF0875-B2D1-4BFE-B09D-AACF459A645B@makedatamakesense.com> <4WlEM5Wso8nGFwd7@pigsonthewing.org.uk> <469FD2C4.5000605@brixlogic.com> <QFj+okc1n9nGFwpF@pigsonthewing.org.uk> <469FDC4F.2020209@brixlogic.com> <E0396FDD-6DF5-4C01-977E-2DA4A0EBB576@makedatamakesense.com> Message-ID: <$eaF+GfvwGoGFwE1@pigsonthewing.org.uk> In message <E0396FDD-6DF5-4C01-977E-2DA4A0EBB576@makedatamakesense.com>, Scott Reynen <scott@makedatamakesense.com> writes >I would suggest this: > ><span class="money">?<abbr title="0.021" class="amount">2.1</abbr> ><span class="currency">USD</span></span> 0.021 is not an abbreviation of 2.1. -- Andy Mabbett From lists at ben-ward.co.uk Fri Jul 20 03:39:29 2007 From: lists at ben-ward.co.uk (Ben Ward) Date: Fri Jul 20 03:39:34 2007 Subject: [uf-new] Currency: symbols and units (Was: microformat granularity: currency and measure) In-Reply-To: <E0396FDD-6DF5-4C01-977E-2DA4A0EBB576@makedatamakesense.com> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <A346E6D020642649BB6701C37E8934110133ED89@SDGEXEVS04.corp.intuit.net> <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> <469D01B2.1090701@digitalbazaar.com> <657A9BE009D3504AAE29BD8E8C2DD61E0741F7AA@SDGEXEVS02.corp.intuit.net> <3F26AAB4-AE92-424F-9681-0796B1CADC72@makedatamakesense.com> <jIRiLIE8fmnGFweO@pigsonthewing.org.uk> <469E6DDD.60807@brixlogic.com> <0Jq37WFQfnnGFwNo@pigsonthewing.org.uk> <469E8812.7090003@brixlogic.com> <JM7oqKLVFxnGFwqR@pigsonthewing.org.uk> <ACDF0875-B2D1-4BFE-B09D-AACF459A645B@makedatamakesense.com> <4WlEM5Wso8nGFwd7@pigsonthewing.org.uk> <469FD2C4.5000605@brixlogic.com> <QFj+okc1n9nGFwpF@pigsonthewing.org.uk> <469FDC4F.2020209@brixlogic.com> <E0396FDD-6DF5-4C01-977E-2DA4A0EBB576@makedatamakesense.com> Message-ID: <24256E04-1D9F-46F6-8A8B-A23FF4E05566@ben-ward.co.uk> On 19 Jul 2007, at 23:30, Scott Reynen wrote: > <span class="money">?<abbr title="0.021" class="amount">2.1</abbr> > <span class="currency">USD</span></span> I don't agree that ?0.021? can be a valid abbreviation of ?2.1?. The abbreviation pattern still needs to be fixed as is, but there seems to be a common mindset of wanting an ?alternate representation pattern?, something akin to the current ABBR pattern, with similar applications but without such specific semantics. Ben From scott at makedatamakesense.com Fri Jul 20 06:11:52 2007 From: scott at makedatamakesense.com (Scott Reynen) Date: Fri Jul 20 06:12:17 2007 Subject: [uf-new] Currency: symbols and units (Was: microformat granularity: currency and measure) In-Reply-To: <24256E04-1D9F-46F6-8A8B-A23FF4E05566@ben-ward.co.uk> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <A346E6D020642649BB6701C37E8934110133ED89@SDGEXEVS04.corp.intuit.net> <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> <469D01B2.1090701@digitalbazaar.com> <657A9BE009D3504AAE29BD8E8C2DD61E0741F7AA@SDGEXEVS02.corp.intuit.net> <3F26AAB4-AE92-424F-9681-0796B1CADC72@makedatamakesense.com> <jIRiLIE8fmnGFweO@pigsonthewing.org.uk> <469E6DDD.60807@brixlogic.com> <0Jq37WFQfnnGFwNo@pigsonthewing.org.uk> <469E8812.7090003@brixlogic.com> <JM7oqKLVFxnGFwqR@pigsonthewing.org.uk> <ACDF0875-B2D1-4BFE-B09D-AACF459A645B@makedatamakesense.com> <4WlEM5Wso8nGFwd7@pigsonthewing.org.uk> <469FD2C4.5000605@brixlogic.com> <QFj+okc1n9nGFwpF@pigsonthewing.org.uk> <469FDC4F.2020209@brixlogic.com> <E0396FDD-6DF5-4C01-977E-2DA4A0EBB576@makedatamakesense.com> <24256E04-1D9F-46F6-8A8B-A23FF4E05566@ben-ward.co.uk> Message-ID: <F7348E2F-6D7E-429B-B063-4821A45DADEC@makedatamakesense.com> On Jul 20, 2007, at 4:39 AM, Ben Ward wrote: >> <span class="money">?<abbr title="0.021" class="amount">2.1</abbr> >> <span class="currency">USD</span></span> > > I don't agree that ?0.021? can be a valid abbreviation of ?2.1?. Yeah, I guess that would make more sense with the cent (literally 1/100th) as part of the amount: <span class="money"><abbr title="0.021" class="amount">?2.1</abbr> <span class="currency">USD</span></span> -- Scott Reynen MakeDataMakeSense.com From andy at pigsonthewing.org.uk Fri Jul 20 12:13:53 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Fri Jul 20 12:15:20 2007 Subject: [uf-new] Currency: symbols and units (Was: microformat granularity: currency and measure) In-Reply-To: <F7348E2F-6D7E-429B-B063-4821A45DADEC@makedatamakesense.com> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <A346E6D020642649BB6701C37E8934110133ED89@SDGEXEVS04.corp.intuit.net> <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> <469D01B2.1090701@digitalbazaar.com> <657A9BE009D3504AAE29BD8E8C2DD61E0741F7AA@SDGEXEVS02.corp.intuit.net> <3F26AAB4-AE92-424F-9681-0796B1CADC72@makedatamakesense.com> <jIRiLIE8fmnGFweO@pigsonthewing.org.uk> <469E6DDD.60807@brixlogic.com> <0Jq37WFQfnnGFwNo@pigsonthewing.org.uk> <469E8812.7090003@brixlogic.com> <JM7oqKLVFxnGFwqR@pigsonthewing.org.uk> <ACDF0875-B2D1-4BFE-B09D-AACF459A645B@makedatamakesense.com> <4WlEM5Wso8nGFwd7@pigsonthewing.org.uk> <469FD2C4.5000605@brixlogic.com> <QFj+okc1n9nGFwpF@pigsonthewing.org.uk> <469FDC4F.2020209@brixlogic.com> <E0396FDD-6DF5-4C01-977E-2DA4A0EBB576@makedatamakesense.com> <24256E04-1D9F-46F6-8A8B-A23FF4E05566@ben-ward.co.uk> <F7348E2F-6D7E-429B-B063-4821A45DADEC@makedatamakesense.com> Message-ID: <IntYAPhxlQoGFwA8@pigsonthewing.org.uk> In message <F7348E2F-6D7E-429B-B063-4821A45DADEC@makedatamakesense.com>, Scott Reynen <scott@makedatamakesense.com> writes >On Jul 20, 2007, at 4:39 AM, Ben Ward wrote: > >>> <span class="money">?<abbr title="0.021" class="amount">2.1</abbr> >>><span class="currency">USD</span></span> >> >> I don't agree that ?0.021? can be a valid abbreviation of ?2.1?. > >Yeah, I guess that would make more sense with the cent (literally >1/100th) as part of the amount: > ><span class="money"><abbr title="0.021" class="amount">?2.1</abbr> ><span class="currency">USD</span></span> C2.1 is not an abbreviation of "0.021" (it may be an abbreviation of "$0.021" or "0.021 USD"). -- Andy Mabbett From scott at makedatamakesense.com Fri Jul 20 13:19:32 2007 From: scott at makedatamakesense.com (Scott Reynen) Date: Fri Jul 20 13:19:58 2007 Subject: [uf-new] Currency: more non-USD examples needed In-Reply-To: <IntYAPhxlQoGFwA8@pigsonthewing.org.uk> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <A346E6D020642649BB6701C37E8934110133ED89@SDGEXEVS04.corp.intuit.net> <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> <469D01B2.1090701@digitalbazaar.com> <657A9BE009D3504AAE29BD8E8C2DD61E0741F7AA@SDGEXEVS02.corp.intuit.net> <3F26AAB4-AE92-424F-9681-0796B1CADC72@makedatamakesense.com> <jIRiLIE8fmnGFweO@pigsonthewing.org.uk> <469E6DDD.60807@brixlogic.com> <0Jq37WFQfnnGFwNo@pigsonthewing.org.uk> <469E8812.7090003@brixlogic.com> <JM7oqKLVFxnGFwqR@pigsonthewing.org.uk> <ACDF0875-B2D1-4BFE-B09D-AACF459A645B@makedatamakesense.com> <4WlEM5Wso8nGFwd7@pigsonthewing.org.uk> <469FD2C4.5000605@brixlogic.com> <QFj+okc1n9nGFwpF@pigsonthewing.org.uk> <469FDC4F.2020209@brixlogic.com> <E0396FDD-6DF5-4C01-977E-2DA4A0EBB576@makedatamakesense.com> <24256E04-1D9F-46F6-8A8B-A23FF4E05566@ben-ward.co.uk> <F7348E2F-6D7E-429B-B063-4821A45DADEC@makedatamakesense.com> <IntYAPhxlQoGFwA8@pigsonthewing.org.uk> Message-ID: <96B955EC-15AD-49CF-BEED-99D2DF328690@makedatamakesense.com> I was going to continue discussion about a currency microformat, but I realized that the examples collected and analyzed so far are nearly all USD. I don't think we can really make any knowledgeable proposals without more comprehensive examples, so I'm going to postpone further brainstorming and focus on collecting more examples. And I'd of course encourage others to do the same. -- Scott Reynen MakeDataMakeSense.com From andy at pigsonthewing.org.uk Fri Jul 20 14:09:34 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Fri Jul 20 14:10:43 2007 Subject: [uf-new] Currency: more non-USD examples needed In-Reply-To: <96B955EC-15AD-49CF-BEED-99D2DF328690@makedatamakesense.com> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <A346E6D020642649BB6701C37E8934110133ED89@SDGEXEVS04.corp.intuit.net> <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> <469D01B2.1090701@digitalbazaar.com> <657A9BE009D3504AAE29BD8E8C2DD61E0741F7AA@SDGEXEVS02.corp.intuit.net> <3F26AAB4-AE92-424F-9681-0796B1CADC72@makedatamakesense.com> <jIRiLIE8fmnGFweO@pigsonthewing.org.uk> <469E6DDD.60807@brixlogic.com> <0Jq37WFQfnnGFwNo@pigsonthewing.org.uk> <469E8812.7090003@brixlogic.com> <JM7oqKLVFxnGFwqR@pigsonthewing.org.uk> <ACDF0875-B2D1-4BFE-B09D-AACF459A645B@makedatamakesense.com> <4WlEM5Wso8nGFwd7@pigsonthewing.org.uk> <469FD2C4.5000605@brixlogic.com> <QFj+okc1n9nGFwpF@pigsonthewing.org.uk> <469FDC4F.2020209@brixlogic.com> <E0396FDD-6DF5-4C01-977E-2DA4A0EBB576@makedatamakesense.com> <24256E04-1D9F-46F6-8A8B-A23FF4E05566@ben-ward.co.uk> <F7348E2F-6D7E-429B-B063-4821A45DADEC@makedatamakesense.com> <IntYAPhxlQoGFwA8@pigsonthewing.org.uk> <96B955EC-15AD-49CF-BEED-99D2DF328690@makedatamakesense.com> Message-ID: <ZVy88UjOSSoGFwBw@pigsonthewing.org.uk> In message <96B955EC-15AD-49CF-BEED-99D2DF328690@makedatamakesense.com>, Scott Reynen <scott@makedatamakesense.com> writes >I was going to continue discussion about a currency microformat, but I >realized that the examples collected and analyzed so far are nearly all USD. Look again. There are also GBP, Canadian dollars unspecified dollars, Euros, Deutschmark, and Jamaican money. Are there any modern day currenscies which are not decimal? -- Andy Mabbett From supercanadian at gmail.com Fri Jul 20 14:40:31 2007 From: supercanadian at gmail.com (Charles Iliya Krempeaux) Date: Fri Jul 20 14:40:39 2007 Subject: [uf-new] Currency: more non-USD examples needed In-Reply-To: <96B955EC-15AD-49CF-BEED-99D2DF328690@makedatamakesense.com> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <4WlEM5Wso8nGFwd7@pigsonthewing.org.uk> <469FD2C4.5000605@brixlogic.com> <QFj+okc1n9nGFwpF@pigsonthewing.org.uk> <469FDC4F.2020209@brixlogic.com> <E0396FDD-6DF5-4C01-977E-2DA4A0EBB576@makedatamakesense.com> <24256E04-1D9F-46F6-8A8B-A23FF4E05566@ben-ward.co.uk> <F7348E2F-6D7E-429B-B063-4821A45DADEC@makedatamakesense.com> <IntYAPhxlQoGFwA8@pigsonthewing.org.uk> <96B955EC-15AD-49CF-BEED-99D2DF328690@makedatamakesense.com> Message-ID: <84ce626f0707201440m6b73f623ha082c3e752616318@mail.gmail.com> Hello, On 7/20/07, Scott Reynen <scott@makedatamakesense.com> wrote: > > I was going to continue discussion about a currency microformat, but > I realized that the examples collected and analyzed so far are nearly > all USD. I don't think we can really make any knowledgeable > proposals without more comprehensive examples, so I'm going to > postpone further brainstorming and focus on collecting more > examples. And I'd of course encourage others to do the same. > In French... ever with French speaknig Canadians... the dollar sign is written after the numerical amount. Also... the way "decimal symbol" and "comma" are used are switched. For example... In English... $5,000.00 In French... 5.000,00 $ (Also note the extra space between the number and the currency symbol.) See ya -- Charles Iliya Krempeaux, B.Sc. <http://ChangeLog.ca/> Vlog Razor... Vlogging News http://vlograzor.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://microformats.org/discuss/mail/microformats-new/attachments/20070720/c7605a2d/attachment.html From scott at makedatamakesense.com Fri Jul 20 14:49:50 2007 From: scott at makedatamakesense.com (Scott Reynen) Date: Fri Jul 20 14:50:15 2007 Subject: [uf-new] Currency: more non-USD examples needed In-Reply-To: <ZVy88UjOSSoGFwBw@pigsonthewing.org.uk> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <A346E6D020642649BB6701C37E8934110133ED89@SDGEXEVS04.corp.intuit.net> <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> <469D01B2.1090701@digitalbazaar.com> <657A9BE009D3504AAE29BD8E8C2DD61E0741F7AA@SDGEXEVS02.corp.intuit.net> <3F26AAB4-AE92-424F-9681-0796B1CADC72@makedatamakesense.com> <jIRiLIE8fmnGFweO@pigsonthewing.org.uk> <469E6DDD.60807@brixlogic.com> <0Jq37WFQfnnGFwNo@pigsonthewing.org.uk> <469E8812.7090003@brixlogic.com> <JM7oqKLVFxnGFwqR@pigsonthewing.org.uk> <ACDF0875-B2D1-4BFE-B09D-AACF459A645B@makedatamakesense.com> <4WlEM5Wso8nGFwd7@pigsonthewing.org.uk> <469FD2C4.5000605@brixlogic.com> <QFj+okc1n9nGFwpF@pigsonthewing.org.uk> <469FDC4F.2020209@brixlogic.com> <E0396FDD-6DF5-4C01-977E-2DA4A0EBB576@makedatamakesense.com> <24256E04-1D9F-46F6-8A8B-A23FF4E05566@ben-ward.co.uk> <F7348E2F-6D7E-429B-B063-4821A45DADEC@makedatamakesense.com> <IntYAPhxlQoGFwA8@pigsonthewing.org.uk> <96B955EC-15AD-49CF-BEED-99D2DF328690@makedatamakesense.com> <ZVy88UjOSSoGFwBw@pigsonthewing.org.uk> Message-ID: <E8D9395A-6DAC-497C-96DA-3A5EF8F9DB9F@makedatamakesense.com> On Jul 20, 2007, at 3:09 PM, Andy Mabbett wrote: > Look again. There are also GBP, Canadian dollars > unspecified dollars, Euros, Deutschmark, and Jamaican money. I saw that and think more is still needed. Surely cents are not the only modern non-default currency unit, but that's the only one in the examples. How can we discuss the others if we don't know what they look like in publishing? I don't want to (further) waste anyone's time discussing a solution for cents only to discover afterward it won't work for another commonly-published type of currency we hadn't yet considered. So I'll be collecting more examples. > Are there any modern day currenscies which are not decimal? No. I wondered the same thing during previous currency discussion, researched the topic, and wrote about what I found here: http://typewriting.org/2007/01/28/Decimalisation/ Summary: There are two countries that still formally have non-decimal currency, but not in practice. -- Scott Reynen MakeDataMakeSense.com From msporny at digitalbazaar.com Fri Jul 20 15:38:53 2007 From: msporny at digitalbazaar.com (Manu Sporny) Date: Fri Jul 20 15:38:56 2007 Subject: [uf-new] MicroFormats for (Music-)TopLists, htop-list? In-Reply-To: <CC713D9D-DCEF-446B-9EAE-41E3DE9E8B00@regine-heidorn.de> References: <946BF4B8-E31D-48D3-9A73-CD4E4EBFC89C@regine-heidorn.de> <4698E930.1000502@digitalbazaar.com> <CC713D9D-DCEF-446B-9EAE-41E3DE9E8B00@regine-heidorn.de> Message-ID: <46A1397D.4050004@digitalbazaar.com> Regine Heidorn wrote: >> You're talking about crawling, indexing and website implementation. >> While this community is interested in this stuff... they are >> implementation details that don't really have much to do with creating >> the Microformat you are talking about. > > That's true ... but nonetheless: do you have some good starting-point to > gather information or another hint for me? If you mean gather examples, then just start collecting URLs to top-lists that you know of on the web. We can put them on the audio-info-examples page for now and move them into their own set of pages if necessary. I've made a section for you to start adding top-lists on the audio-info-examples page: http://microformats.org/wiki/audio-info-examples#Top_Lists Please feel free to add as many examples as you can. >> - What problem is 'top-list' attempting to address? >> - How many sites have "top-list" type information? >> - What kind of information should be placed in a top-list? >> - Is there any way that we can combine haudio + hreview to solve the >> problem? > > Phheewww ... seems a lot of work, don't know if I'm gonna get that far. > So first I'd like to develop the idea behind it, then let's see what it > brings. The combination of hAudio and hReview seems to fit my idea, so > maybe it ain't necessary to create an own format. You could loosely accomplish what you are trying to do with XOXO + hAudio, or XOXO + hReview, or XOXO + hReview + hAudio. The semantics wouldn't be rock-solid (it would be difficult to get Firefox 3 to understand that when it sees those two or three things together, it is a top-list instead of a playlist). -- manu From andy at pigsonthewing.org.uk Sat Jul 21 02:47:28 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Sat Jul 21 02:48:44 2007 Subject: [uf-new] Currency: more non-USD examples needed In-Reply-To: <E8D9395A-6DAC-497C-96DA-3A5EF8F9DB9F@makedatamakesense.com> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <469D01B2.1090701@digitalbazaar.com> <657A9BE009D3504AAE29BD8E8C2DD61E0741F7AA@SDGEXEVS02.corp.intuit.net> <3F26AAB4-AE92-424F-9681-0796B1CADC72@makedatamakesense.com> <jIRiLIE8fmnGFweO@pigsonthewing.org.uk> <469E6DDD.60807@brixlogic.com> <0Jq37WFQfnnGFwNo@pigsonthewing.org.uk> <469E8812.7090003@brixlogic.com> <JM7oqKLVFxnGFwqR@pigsonthewing.org.uk> <ACDF0875-B2D1-4BFE-B09D-AACF459A645B@makedatamakesense.com> <4WlEM5Wso8nGFwd7@pigsonthewing.org.uk> <469FD2C4.5000605@brixlogic.com> <QFj+okc1n9nGFwpF@pigsonthewing.org.uk> <469FDC4F.2020209@brixlogic.com> <E0396FDD-6DF5-4C01-977E-2DA4A0EBB576@makedatamakesense.com> <24256E04-1D9F-46F6-8A8B-A23FF4E05566@ben-ward.co.uk> <F7348E2F-6D7E-429B-B063-4821A45DADEC@makedatamakesense.com> <IntYAPhxlQoGFwA8@pigsonthewing.org.uk> <96B955EC-15AD-49CF-BEED-99D2DF328690@makedatamakesense.com> <ZVy88UjOSSoGFwBw@pigsonthewing.org.uk> <E8D9395A-6DAC-497C-96DA-3A5EF8F9DB9F@makedatamakesense.com> Message-ID: <C5N6HTuwYdoGFwxW@pigsonthewing.org.uk> In message <E8D9395A-6DAC-497C-96DA-3A5EF8F9DB9F@makedatamakesense.com>, Scott Reynen <scott@makedatamakesense.com> writes >On Jul 20, 2007, at 3:09 PM, Andy Mabbett wrote: > >> Look again. There are also GBP, Canadian dollars >> unspecified dollars, Euros, Deutschmark, and Jamaican money. > >I saw that and think more is still needed. Surely cents are not the >only modern non-default currency unit Indeed no, and the examples include: West Midland Bird Club Bibliography <http://www.westmidlandbirdclub.com/biblio/worcs.htm#MalvernHand> (Published prices of old books) = 6/- (30p) and: Silver Jubilee (http://www.westmidlandbirdclub.com/archive/jubilee-54.htm) (1954) - prices in text ("five shilling subscriptions", "10/-") shown in footnotes as "1 shilling = 5p" and "10/- = 10 shillings (50p)" respectively. Note that, as well as the obsolete "shillings" (ten shillings is written as "10/-" or "10s"; ten shillings and tuppence as "10/2" or "10s 2d"). Those extracts include the modern "penny" (written "p"; 1 GBP = 100p). I do agree, though, that it would be a good idea to gather example of other currencies, especially non-Western types. -- Andy Mabbett From brian.suda at gmail.com Sat Jul 21 07:55:32 2007 From: brian.suda at gmail.com (Brian Suda) Date: Sat Jul 21 07:55:35 2007 Subject: [uf-new] MicroFormats for (Music-)TopLists, htop-list? In-Reply-To: <46A1397D.4050004@digitalbazaar.com> References: <946BF4B8-E31D-48D3-9A73-CD4E4EBFC89C@regine-heidorn.de> <4698E930.1000502@digitalbazaar.com> <CC713D9D-DCEF-446B-9EAE-41E3DE9E8B00@regine-heidorn.de> <46A1397D.4050004@digitalbazaar.com> Message-ID: <21e770780707210755k4c49b75u5be8b37abda845a8@mail.gmail.com> On 7/20/07, Manu Sporny <msporny@digitalbazaar.com> wrote: > You could loosely accomplish what you are trying to do with XOXO + > hAudio, or XOXO + hReview, or XOXO + hReview + hAudio. --- HTML also has a special element for lists of ordered things, the <OL> so above and beyond XOXO, you should also consider using <OL> > The semantics > wouldn't be rock-solid (it would be difficult to get Firefox 3 to > understand that when it sees those two or three things together, it is a > top-list instead of a playlist). --- this is true, no one knows what FF3 will do and i don't think we should worry about it. If you look at the current Operator Plug-in, there is an arctitechture for 'user scripts' this could also mean that there could/should/will be a market for custom scripts which are more robust than others. Just look at how Tails and Operator compete NOT on specs, but on features... once all the plug-ins can correctly parse microformats, then it is the 'extras' like "send to ...", or "merge with ...". Those features will make one plug-in/script more popular than the others. So i would think that if combinations of microformats, such as hCards as Venues in hCalendar events, or XOXO lists of hCards as a group, or XOXO lists of Media, become popular, wide-spread, and commonly published, then a script will be written to harness those nested features, and make one plugin/script more "popular" than another. i wouldn't worry about any of these details at the spec level. We should be conserned about adding the semantics and interoperability between all the different properties in different microformats... how/when/what plugins do with this data can be driven my market needs and wants. Popular combinations will see growth and survive, not so popular items won't, but they weren't that popular to start with, and un-popular combination didn't have time spent on them which is better spent elsewhere. It is very bottom-up rather than a top-down approach, which fits nicely with the microformats philosophy. -brian -- brian suda http://suda.co.uk From regine at regine-heidorn.de Sat Jul 21 08:16:41 2007 From: regine at regine-heidorn.de (Regine Heidorn) Date: Sat Jul 21 08:14:52 2007 Subject: [uf-new] MicroFormats for (Music-)TopLists, htop-list? In-Reply-To: <21e770780707210755k4c49b75u5be8b37abda845a8@mail.gmail.com> References: <946BF4B8-E31D-48D3-9A73-CD4E4EBFC89C@regine-heidorn.de> <4698E930.1000502@digitalbazaar.com> <CC713D9D-DCEF-446B-9EAE-41E3DE9E8B00@regine-heidorn.de> <46A1397D.4050004@digitalbazaar.com> <21e770780707210755k4c49b75u5be8b37abda845a8@mail.gmail.com> Message-ID: <8623819B-7FD4-4E29-913E-F342DD158332@regine-heidorn.de> Am 21.07.2007 um 16:55 schrieb Brian Suda: > On 7/20/07, Manu Sporny <msporny@digitalbazaar.com> wrote: >> You could loosely accomplish what you are trying to do with XOXO + >> hAudio, or XOXO + hReview, or XOXO + hReview + hAudio. > > --- HTML also has a special element for lists of ordered things, the > <OL> so above and beyond XOXO, you should also consider using <OL> as written on 7/12/07: - Since it's a top-list the use of <ol> is the semantic correct way, so to establish the format it should be convention to start with something like <ol class="htoplist">? So yes, it should be standard to put a top-list in <ol>-tags. From kevinmarks at mac.com Sat Jul 21 15:52:39 2007 From: kevinmarks at mac.com (Kevin Marks) Date: Sat Jul 21 15:53:58 2007 Subject: Fwd: [uf-new] hMovie? References: <B7B903A1-98DB-41ED-A990-A053657CD52E@dabble.com> Message-ID: <A770821C-3680-40EC-B203-15965AB1FCE3@mac.com> Begin forwarded message: > From: Mary Hodder <mary@dabble.com> > Date: July 19, 2007 3:28:16 PM PDT > To: Kevin Marks <kevinmarks@mac.com> > Subject: Fwd: [uf-new] hMovie? > > can you pls post this to the new microformats list.. it's not > letting my email through. > > thnks, > mary > > Mary Hodder > Founder: Dabble > Blogs: Dabble.com/blog > Napsterization.org/stories > > Begin forwarded message: > >> From: Mary Hodder <mary@dabble.com> >> Date: July 19, 2007 9:08:34 AM PDT >> To: "For discussion of new microformats." <microformats- >> new@microformats.org> >> Subject: Re: [uf-new] hMovie? >> >> >> Hi, >> >> A couple of us have collected video examples here: >> http://microformats.org/wiki/media-info-examples#Video >> >> Many are from two years ago, so it may need some refreshing, but >> there >> are already a variety of examples of metadata as published. >> >> Kevin Marks and I did a session at Web 20 Expo in the open space >> part of the conference on this issue. >> >> I'd like to see a media microformat for video asap but it's been >> more about >> being very busy on other things than anything else that's kept us >> from >> pushing forward on this. >> >> There are two things that I've noticed that may be in conflict: >> >> 1. the example in the email yesterday gave a list of IMDB like >> types of >> metadata around video from that perspective, that few people other >> than >> IMDB publish online. Most people to not put up a video they've made, >> either on their own blogs, or embedded from a hoster, and list all >> those >> categories of metadata around the video. >> >> 2. most people (and hosters) tend to publish video and give a >> limited set of data: >> title >> description >> url >> tags >> duration >> other formats via url >> thumbnail >> >> of the 100 million videos online now, that is maybe 95% if not more. >> >> Microformats are supposed to reflect what is actually in practice >> online, >> not what you want people to do that they don't do now. >> >> I would suggest that we need to resolve this conflict between >> professional >> style metadata associated with video, and the rest of the massive >> amount of >> publishing going on now online.. in order to figure out what to do >> here. >> >> Lastly, there is the issue of quoting.. there are many services >> now that allow: >> - url/timecode based subtitlling, tagging and thought bubbles >> - remixing >> - playlisting (much like an edit decision list) >> - grouping (association of quotes) >> - playing just a quote of a longer piece of video >> >> And there is the issue of multivideo grouping: >> - groups of videos in their full state >> - playlisting of videos >> >> These are all in common practice on the web (I'll add some urls to >> examples >> of these to the page I referenced above) and need to be taken into >> account >> in the microformat as well, because people blog or publish these >> all the time. >> >> mary >> >> On Jul 19, 2007, at 6:13 AM, Manu Sporny wrote: >> >>> Patrick Aljord wrote: >>>> I'm doing a website to publish a list of movies with the same >>>> kind of >>>> data imdb has: >>>> Director, Writers, Release date (per country), genre, tagline, plot >>>> outline, workers (those are people that work for the movie like >>>> actors, costumes, executive producer, sound engineer etc), >>>> language, >>>> sound-mix , country, duration, aspect-ratio... >>>> I'm wondering if there is way to set all that as a microformat. >>>> >>>> Do you think it's doable or is that too much information for a >>>> microformat? >>> >>> It is do-able and is on the slate of things to get done. We just >>> finished up the hAudio draft about a month ago. We are going to be >>> moving forward with hAlbum and hVideo afterwards. >>> >>> It will take around 3 months to collect enough examples, analyze >>> those >>> examples and publish a draft for hVideo. hVideo is part of a bigger >>> initiative called media-info, whose goal is to be able to mark up >>> media >>> information much like what you listed for video. >>> >>> In short - yes, the community is definitely interested in getting a >>> video Microformat completed. It will take around 3 months to >>> complete. >>> At the moment, nobody is working on it due to the focus on >>> completing >>> hAudio. >>> >>> Would you be willing to collect sample URLs for video? If so, >>> that would >>> move that project forward. >>> >>> -- manu >>> >>> _______________________________________________ >>> microformats-new mailing list >>> microformats-new@microformats.org >>> http://microformats.org/mailman/listinfo/microformats-new >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://microformats.org/discuss/mail/microformats-new/attachments/20070721/2af12981/attachment.html From Brian.Burke at bbc.co.uk Mon Jul 23 03:42:21 2007 From: Brian.Burke at bbc.co.uk (Brian Burke) Date: Mon Jul 23 03:42:25 2007 Subject: [uf-new] Currency: more non-USD examples needed In-Reply-To: <ZVy88UjOSSoGFwBw@pigsonthewing.org.uk> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net><A346E6D020642649BB6701C37E8934110133ED89@SDGEXEVS04.corp.intuit.net><657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net><469D01B2.1090701@digitalbazaar.com><657A9BE009D3504AAE29BD8E8C2DD61E0741F7AA@SDGEXEVS02.corp.intuit.net><3F26AAB4-AE92-424F-9681-0796B1CADC72@makedatamakesense.com><jIRiLIE8fmnGFweO@pigsonthewing.org.uk> <469E6DDD.60807@brixlogic.com><0Jq37WFQfnnGFwNo@pigsonthewing.org.uk><469E8812.7090003@brixlogic.com><JM7oqKLVFxnGFwqR@pigsonthewing.org.uk><ACDF0875-B2D1-4BFE-B09D-AACF459A645B@makedatamakesense.com><4WlEM5Wso8nGFwd7@pigsonthewing.org.uk><469FD2C4.5000605@brixlogic.com><QFj+okc1n9nGFwpF@pigsonthewing.org.uk><469FDC4F.2020209@brixlogic.com><E0396FDD-6DF5-4C01-977E-2DA4A0EBB576@makedatamakesense.com><24256E04-1D9F-46F6-8A8B-A23FF4E05566@ben-ward.co.uk><F7348E2F-6D7E-429B-B063-4821A45DADEC@makedatamakesense.com><IntYAPhxlQoGFwA8@pigsonthewing.org.uk><96B955EC-1! 5AD-49CF- BEED-99D2DF3 28690@makedatamakesense.com> <ZVy88UjOSSoGFwBw@pigsonthewing.org.uk> Message-ID: <24EAA2F8B597084696EA17AABCAD51C6040A722E@bbcxues10.national.core.bbc.co.uk> Technically yes, seemingly practically no. "Today, only two countries in the world use non-decimal currencies. These are Mauritania (1 ouguiya = 5 khoums) and Madagascar (1 ariary = 5 iraimbilanja). In both cases the value of the main unit is so low that the sub-unit is too small to be of any practical use and coins of the sub-unit are no longer used." http://en.wikipedia.org/wiki/Non-decimal_currencies Cheers, Brian Burke. -----Original Message----- From: microformats-new-bounces@microformats.org [mailto:microformats-new-bounces@microformats.org] On Behalf Of Andy Mabbett Sent: 20 July 2007 22:10 To: For discussion of new microformats. Subject: Re: [uf-new] Currency: more non-USD examples needed In message <96B955EC-15AD-49CF-BEED-99D2DF328690@makedatamakesense.com>, Scott Reynen <scott@makedatamakesense.com> writes >I was going to continue discussion about a currency microformat, but I >realized that the examples collected and analyzed so far are nearly all USD. Look again. There are also GBP, Canadian dollars unspecified dollars, Euros, Deutschmark, and Jamaican money. Are there any modern day currenscies which are not decimal? -- Andy Mabbett _______________________________________________ microformats-new mailing list microformats-new@microformats.org http://microformats.org/mailman/listinfo/microformats-new http://www.bbc.co.uk/ This e-mail (and any attachments) is confidential and may contain personal views which are not the views of the BBC unless specifically stated. If you have received it in error, please delete it from your system. Do not use, copy or disclose the information in any way nor act in reliance on it and notify the sender immediately. Please note that the BBC monitors e-mails sent or received. Further communication will signify your consent to this. From Leif_Storset at intuit.com Mon Jul 23 12:23:15 2007 From: Leif_Storset at intuit.com (Storset, Leif) Date: Mon Jul 23 12:23:32 2007 Subject: [uf-new] Receipt microformat In-Reply-To: <469D8FD3.1010203@digitalbazaar.com> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <A346E6D020642649BB6701C37E8934110133ED89@SDGEXEVS04.corp.intuit.net> <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> <1184712842.29907.150.camel@robslap> <657A9BE009D3504AAE29BD8E8C2DD61E0741F832@SDGEXEVS02.corp.intuit.net> <1184716561.29907.191.camel@robslap> <469D8FD3.1010203@digitalbazaar.com> Message-ID: <657A9BE009D3504AAE29BD8E8C2DD61E07539BA5@SDGEXEVS02.corp.intuit.net> Manu Sporny wrote: > I'm assuming that Leif will take lead on this and post the first set > of examples (let me know if this is not the case, Leif). I have now sent all my collected samples to Rob Manson for upload. I gather that the next step is to extract relevant markup and analyze it. I can make a first stab at this tomorrow morning (Tuesday). I'll "mutex" any samples I'm working on; i.e. make a note on the wiki page when I'm analyzing a sample so no-one wastes time duplicating my work. Thanks all for contributions and assistance! -Leif -----Original Message----- From: microformats-new-bounces@microformats.org [mailto:microformats-new-bounces@microformats.org] On Behalf Of Manu Sporny Sent: Tuesday, July 17, 2007 8:58 PM To: For discussion of new microformats. Subject: Re: [uf-new] Receipt microformat Rob Manson wrote: > So unless there's some real objections within the next 24 hours I > propose that Leif, Manu and I start creating a commerce and a receipt > page on wiki as discussed so far. Obviously all input is welcome 8) There are at least three of us on here that are very interested in getting examples together and documenting how billing and receipts are handled on the web. I'm assuming that Leif will take lead on this and post the first set of examples (let me know if this is not the case, Leif). I can provide some examples and help in navigating the uF creation process. I'm assuming that Rob will help with examples and analysis as well. Leif, I've taken a first cut at the problem statement, please correct and add examples at your leisure: http://microformats.org/wiki/receipt-examples#The_Problem -- manu _______________________________________________ microformats-new mailing list microformats-new@microformats.org http://microformats.org/mailman/listinfo/microformats-new From msporny at digitalbazaar.com Mon Jul 23 12:47:14 2007 From: msporny at digitalbazaar.com (Manu Sporny) Date: Mon Jul 23 12:47:17 2007 Subject: [uf-new] Microformats archival of non-HTML files? (was: Receipt microformat) In-Reply-To: <657A9BE009D3504AAE29BD8E8C2DD61E07539BA5@SDGEXEVS02.corp.intuit.net> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <A346E6D020642649BB6701C37E8934110133ED89@SDGEXEVS04.corp.intuit.net> <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> <1184712842.29907.150.camel@robslap> <657A9BE009D3504AAE29BD8E8C2DD61E0741F832@SDGEXEVS02.corp.intuit.net> <1184716561.29907.191.camel@robslap> <469D8FD3.1010203@digitalbazaar.com> <657A9BE009D3504AAE29BD8E8C2DD61E07539BA5@SDGEXEVS02.corp.intuit.net> Message-ID: <46A505C2.3000403@digitalbazaar.com> Storset, Leif wrote: > Manu Sporny wrote: >> I'm assuming that Leif will take lead on this and post the first set >> of examples (let me know if this is not the case, Leif). > > I have now sent all my collected samples to Rob Manson for upload. The receipt-examples collection process raises an interesting problem: Where are these receipt files going to be stored long-term? I attempted to upload one of my receipts to the website because the URL is no longer valid. This is the case with a large number of receipt-displaying websites. However, it is vital that we archive these receipts in a public area that is permanent and accessible to all - including how the examples changed through time. This place should be under the control of microformats.org. Several of the audio-examples links already do not work, making it impossible to prove that the analysis statistics are valid. If we had archived the examples when the analysis happened, this wouldn't be an issue. I propose that the Microformats community create a central repository to store content that are used as examples - such as inaccessible HTML, data files, and images. Preferably, this repository would keep a versioned history, much like the wiki and be accessible via the Web. There are two ways that we could do this: 1. Enable image and data upload support via the wiki (preferable). 2. Create a subversion repository and make it browseable via HTTP. Has this problem been addressed before, and if so, where are we supposed to store files in the long term? -- manu PS: I would also like to donate the crawler and Microformat image analysis software we created to the community. Where is the source code repository? From roBman at MobileOnlineBusiness.com.au Mon Jul 23 16:23:23 2007 From: roBman at MobileOnlineBusiness.com.au (Rob Manson) Date: Mon Jul 23 16:25:29 2007 Subject: [uf-new] Microformats archival of non-HTML files? (was: Receipt microformat) In-Reply-To: <46A505C2.3000403@digitalbazaar.com> References: <657A9BE009D3504AAE29BD8E8C2DD61E07303B24@SDGEXEVS02.corp.intuit.net> <A346E6D020642649BB6701C37E8934110133ED89@SDGEXEVS04.corp.intuit.net> <657A9BE009D3504AAE29BD8E8C2DD61E0735809A@SDGEXEVS02.corp.intuit.net> <1184712842.29907.150.camel@robslap> <657A9BE009D3504AAE29BD8E8C2DD61E0741F832@SDGEXEVS02.corp.intuit.net> <1184716561.29907.191.camel@robslap> <469D8FD3.1010203@digitalbazaar.com> <657A9BE009D3504AAE29BD8E8C2DD61E07539BA5@SDGEXEVS02.corp.intuit.net> <46A505C2.3000403@digitalbazaar.com> Message-ID: <1185233003.17568.227.camel@robslap> Hi Manu, Leif (and all), I've fixed up the links to the receipts...I just had a type in the domain 8/ And while I'm more than happy to store these indefinitely, I do agree with the point about permanent storage. I've also raised a similar issue relating to open source code contributions: http://microformats.org/wiki/code-issues Rob On Mon, 2007-07-23 at 15:47 -0400, Manu Sporny wrote: > Storset, Leif wrote: > > Manu Sporny wrote: > >> I'm assuming that Leif will take lead on this and post the first set > >> of examples (let me know if this is not the case, Leif). > > > > I have now sent all my collected samples to Rob Manson for upload. > > The receipt-examples collection process raises an interesting problem: > > Where are these receipt files going to be stored long-term? > > I attempted to upload one of my receipts to the website because the URL > is no longer valid. This is the case with a large number of > receipt-displaying websites. However, it is vital that we archive these > receipts in a public area that is permanent and accessible to all - > including how the examples changed through time. This place should be > under the control of microformats.org. > > Several of the audio-examples links already do not work, making it > impossible to prove that the analysis statistics are valid. If we had > archived the examples when the analysis happened, this wouldn't be an issue. > > I propose that the Microformats community create a central repository to > store content that are used as examples - such as inaccessible HTML, > data files, and images. Preferably, this repository would keep a > versioned history, much like the wiki and be accessible via the Web. > > There are two ways that we could do this: > > 1. Enable image and data upload support via the wiki (preferable). > 2. Create a subversion repository and make it browseable via HTTP. > > Has this problem been addressed before, and if so, where are we supposed > to store files in the long term? > > -- manu > > PS: I would also like to donate the crawler and Microformat image > analysis software we created to the community. Where is the source code > repository? > _______________________________________________ > microformats-new mailing list > microformats-new@microformats.org > http://microformats.org/mailman/listinfo/microformats-new -------------- next part -------------- An HTML attachment was scrubbed... URL: http://microformats.org/discuss/mail/microformats-new/attachments/20070723/a9b73267/attachment.html From msporny at digitalbazaar.com Wed Jul 25 12:45:50 2007 From: msporny at digitalbazaar.com (Manu Sporny) Date: Wed Jul 25 12:45:53 2007 Subject: [uf-new] hAudio draft specification released into public domain / media-info concerns Message-ID: <46A7A86E.7090408@digitalbazaar.com> We just received the last signature required to release the hAudio draft specification into the public domain. Woo! The brainstorming page has been released into the public domain as well. If you haven't done so already, please read about voluntarily releasing your Microformats contributions (e-mail posts, wiki contributions, etc.) into the public domain: http://microformats.org/wiki/Category:public_domain_license Since hAudio started from the media-info page, releasing the examples and formats are a bit more complicated. Here are the people that need to add the license to their profile in order to allow us to release the hAudio examples and formats into the public domain: WebOrganics MaryHodder Mokele NateAune Enric DavidOsolkowski DeanEro WinningHam Snowden Charles EtanWexler Danski LucasGonze Dougal Campbell ChristopherA We will need the people above to add the public domain notice to their profiles in order to quote/use the examples in media-info when creating the hVideo and hImage processes. -- manu From msporny at digitalbazaar.com Wed Jul 25 13:53:54 2007 From: msporny at digitalbazaar.com (Manu Sporny) Date: Wed Jul 25 13:53:56 2007 Subject: [uf-new] RFC: hAudio RDFa specification Message-ID: <46A7B862.3020800@digitalbazaar.com> A draft specification mapping hAudio uF to hAudio RDFa has been created and can be found here: http://wiki.digitalbazaar.com/en/HAudio_RDFa There are several goals in mapping hAudio Microformats to RDFa[1]: 1. Provide an alternative mark-up for the semantic vocabulary generated via the Microformats process. 2. Do what we say in the Microformats Copyright Statement: "the authors intend to submit this specification to a standards body". As far as I know, no Microformat has been put through the W3C process yet, has it? 3. Directly address the uF name spacing and scoping issues that some in the uF community have raised concerns about. 4. Get wider approval for hAudio than just the Microformats community. Specifically, the W3C and Creative Commons. At the moment the W3C RDFa task force is looking at the hAudio RDFa specification[2]. There is a chance it will be proposed to the W3C Multimedia Semantics Incubator[3] work group as well. Many thanks regarding help and direction provided by Ben Adida (W3C RDFa task-force chair), Mike Linksvayer (VP of Creative Commons) and Mike Kaply (Operator/Firefox 3 Microformats). Please let your thoughts be known about this initiative and the hAudio RDFa draft specification... changes, suggestions, problems, comments, etc. -- manu [1] http://www.w3.org/TR/xhtml-rdfa-primer [2]http://lists.w3.org/Archives/Public/public-rdf-in-xhtml-tf/2007Jul/0194.html [3] http://www.w3.org/2005/Incubator/mmsem/ From brian.suda at gmail.com Wed Jul 25 14:21:48 2007 From: brian.suda at gmail.com (Brian Suda) Date: Wed Jul 25 14:21:51 2007 Subject: [uf-new] RFC: hAudio RDFa specification In-Reply-To: <46A7B862.3020800@digitalbazaar.com> References: <46A7B862.3020800@digitalbazaar.com> Message-ID: <21e770780707251421t1f0e8556oe9ee5f914cfdde64@mail.gmail.com> On 7/25/07, Manu Sporny <msporny@digitalbazaar.com> wrote: > There are several goals in mapping hAudio Microformats to RDFa[1]: > > 1. Provide an alternative mark-up for the semantic vocabulary generated > via the Microformats process. --- this is one of the things that microformats wants to prevent... there is no need to have multiple ways of doing the same thing 10 different ways. If something is working then there is no need to replicate it, confuse people, and create potential drift... it is best to keep it simple. > 2. Do what we say in the Microformats Copyright Statement: > "the authors intend to submit this specification to a standards > body". As far as I know, no Microformat has been put through the > W3C process yet, has it? --- this is correct, but the W3C is not the only potential standard's body. > 3. Directly address the uF name spacing and scoping issues that some in > the uF community have raised concerns about. --- if this is an issue and you intend to solve this through the use of a different encoding practice (RDFa), then you will not be able to keep the microformats and the RDFa in sync. Why duplicate the work? > 4. Get wider approval for hAudio than just the Microformats community. > Specifically, the W3C and Creative Commons. --- i would worry less about other standard body and be more concerned with publishers. Others standards bodies are motivated by their corporate sponsers... microformats on the other hand, are motivated by publishers. If you want formats to be taken-up then i would focus on the publishers and not standard's bodies. -brian -- brian suda http://suda.co.uk From msporny at digitalbazaar.com Thu Jul 26 11:46:04 2007 From: msporny at digitalbazaar.com (Manu Sporny) Date: Thu Jul 26 11:46:07 2007 Subject: [uf-new] RFC: hAudio RDFa specification In-Reply-To: <21e770780707251421t1f0e8556oe9ee5f914cfdde64@mail.gmail.com> References: <46A7B862.3020800@digitalbazaar.com> <21e770780707251421t1f0e8556oe9ee5f914cfdde64@mail.gmail.com> Message-ID: <46A8EBEC.4080801@digitalbazaar.com> Brian Suda wrote: > On 7/25/07, Manu Sporny <msporny@digitalbazaar.com> wrote: >> 1. Provide an alternative mark-up for the semantic vocabulary generated >> via the Microformats process. > > --- this is one of the things that microformats wants to prevent... > there is no need to have multiple ways of doing the same thing 10 > different ways. If something is working then there is no need to > replicate it, confuse people, and create potential drift... it is best > to keep it simple. I agree with you in concept, Brian. One way of doing something is always easier than many ways of doing something. That being said, there are numerous image formats (JPG, PNG, GIF, TIFF, BMP, etc.). I don't think most would argue that this is a bad thing - each has it's purpose - its strengths and its weaknesses. My argument is that the world is moving forward and creating new semantic formats without this community. We should not be insular and should take part in what is going on outside this community. There are already several initiatives to create semantic audio formats for the web[1][2]. We have done a good job at identifying a minimum vocabulary that is already in use. That semantic vocabulary (discovered via the Microformats process) is separate from that vocabulary's implementation (uF, RDFa, RDF, etc.) Let's not loose sight of the fact that we can shape the discussion in other communities because we have solid data to back up our semantic vocabularies - this is often not the case in other standards bodies. >> 2. Do what we say in the Microformats Copyright Statement: >> "the authors intend to submit this specification to a standards >> body". As far as I know, no Microformat has been put through the >> W3C process yet, has it? > > --- this is correct, but the W3C is not the only potential standard's body. Are there other standards bodies that we should focus on? >> 3. Directly address the uF name spacing and scoping issues that some in >> the uF community have raised concerns about. > > --- if this is an issue and you intend to solve this through the use > of a different encoding practice (RDFa), then you will not be able to > keep the microformats and the RDFa in sync. Why duplicate the work? We will be able to do a good job of keeping the RDFa in sync if we are authoring the RDFa spec as well... which is what is happening in this case. We should be represented in any standards body that is doing work similar to ours. This Microformats specification community should be known for working openly with other specification communities. In addition, RDFa is created so that any community may create a specification independently of other communities. It is ideally suited to the Microformat community's goal of creating open standards. Furthermore, if there are 10 independent audio RDFa specifications out there, and the Microformats community has put their support behind the hAudio RDFa vocabulary, the choice among web publishers would be clear (if the uF community is respected as a standards body by that point). >> 4. Get wider approval for hAudio than just the Microformats community. >> Specifically, the W3C and Creative Commons. > > --- i would worry less about other standard body and be more concerned > with publishers. Others standards bodies are motivated by their > corporate sponsers... microformats on the other hand, are motivated by > publishers. If you want formats to be taken-up then i would focus on > the publishers and not standard's bodies. I am getting involved with other standards bodies because I believe that the publishers should be represented there as well. This is an initiative that has the publisher's needs at the forefront. It is vital that standards bodies know about the work that we are doing here and the best way for that to happen is to go to those standards bodies and present our research and standards there. If the other standards bodies don't listen to us, we are not worse off. If they do listen to us, then we are shaping the standards process discussion in favor of logic, reason and the publishers - which is, in my humble opinion, an admirable goal. -- manu [1] http://sw.joanneum.at/rammx/ [2] http://www.w3.org/2005/Incubator/mmsem/ From brian.suda at gmail.com Fri Jul 27 02:59:05 2007 From: brian.suda at gmail.com (Brian Suda) Date: Fri Jul 27 02:59:09 2007 Subject: [uf-new] Standards bodies (was RFC: hAudio RDFa specification) Message-ID: <21e770780707270259g777bb927s8036dfc7a7601580@mail.gmail.com> On 7/26/07, Manu Sporny <msporny@digitalbazaar.com> wrote: > My argument is that the world is moving forward and creating new > semantic formats without this community. We should not be insular and > should take part in what is going on outside this community. --- My view is that microformats are just one piece of the overall spectrum. They are not designed to solve every single problem... that is what other technologies attempt to do. RDFa is a similar system to microformats, but more complex. We have yet to see if it has enough "legs" to get it going. My concern is (if this were some sort of Venn diagram) we should minimize overlap between these communities as much as possible. The more overlap, then the more duplication of work, which is exactly what we want to prevent. RDFa and others should, and do, agree. So if there is a microformat to model media data, then there is no need for an RDFa version, because you can simply create your end RDF from the microformat! it is just another type output. To duplicate the work and attempt to run things in parallel (1) can't be a good use of time, (2) will eventually cause forks (3) begin to apply RDFa ideologies to microformats and microformats ideologies to RDFa, which in some cases are incompatible. > There are already several initiatives to create semantic audio formats for the > web[1][2]. --- and if those then suite your needs and the needs of publishers, why create Yet Another Media format here? If those organizations have a much better understand, publisher base, motivation, and encoding format, then maybe microformats are not the best place to develop a media format? Microformats do NOT need to solve ever single problem... we can been seen as "a gateway drug to harder stuff". > Let's not loose sight of the fact that we can shape the discussion in > other communities because we have solid data to back up our semantic > vocabularies - this is often not the case in other standards bodies. --- I think you are confusing standards bodies and communities. Standards bodies should be there to just ratify and make sure there is a level of perfection, such as ISO 9001. Communities submit their works to these bodies for approval - the lines do blur with the W3C organizing the community of companies to design the spec, which is in-turn is submitted to the W3C for approval as well. Have solid data to back up semantic vocabularies is also not often the case in different communities. With things like RDF, through the use of namespaces, you can create anything you want. This eventually leaves to "lets throw as much at the wall and see what sticks". Then you get multiple formats, then you have to create another layer on top of that to connect the means between things... this leads to the "tower of babel problem", which we want to avoid. > > --- this is correct, but the W3C is not the only potential standard's body. > Are there other standards bodies that we should focus on? --- certainly. The vCard and iCalendar RFCs are done through the IETF, so if we want to change elements of those specs, that would be the appropriate standards body. So far, this has not been an issue or a real desire.... microformats seem to be ticking along just nicely without some ISO seal of approval. I don't think we should be focused on any standards body at the moment, we have a long way to go and a long todo list of things to clear - we need to deal with issues that publishers have, not worry about a standards body. Just because they may approve something, doesn't mean it is useful, or will be used. > We will be able to do a good job of keeping the RDFa in sync if we are > authoring the RDFa spec as well... which is what is happening in this > case. We should be represented in any standards body that is doing work > similar to ours. --- i disagree that we need to be in sync with RDFa... we don't even have a microformats spec yet. No need to put the horse before the cart. RDF is flexible enough that you do NOT need to track things in parallel. You can simply use the XMDP profile to map to RDF at a later date. Did you know that is what we are doing with hCards today? anyone who uses the profile URI for hCards is generating RDF without realizing it... So in my view to develop in parallel with RDFa can only cause the 3 problems that i have mentioned above > This Microformats specification community should be known for working > openly with other specification communities. --- i think there are several options here... (1) we are all volunteers, so we can't possibly interact with every possible specification community. (2) why are they not interacting with us? (in many cases they are!) (3) at the end of the day some things just don't need a rubber stamp to work. We?ve proved that in practice, now we just need to prove that in theory! (4) not every spec out there needs to be a microformat... i'm just waiting for someone to propose hKitchenSink. So, we don't need to lower ourselves to their level of red-tape, pandering to corporate sponsors, or bottom line. Our benefactors and our audience is internet-wide publishers - we should focus on them and work with them rather than standards bodies. Having something "frozen" at a standards body does NOT allow us to itterate and fix things as easy, and therefore MUCH MUCH more time is taken to develop the format, and then potentially it is obsolete before anyone has a chance to use it. > In addition, RDFa is created so that any community may create a > specification independently of other communities. It is ideally suited > to the Microformat community's goal of creating open standards. --- it is the goal of microformats to create open standards, but not independent of this community. If you want to call something a microformat, then it must go through the process - otherwise it is simply POSH or something else. The reason why microformats work is BECAUSE you can't just go throw things at the wall and see what sticks - there is a rigorous system to keep things minimal (and therefore useful) for publishers. RDFa lets communities fragment and argue between each other about what standard is better and therefore neither gains any critical mass, in the meantime communities like microformats which have a single straighforward simple message and format have tended to win out. That's not to say there isn't a need for something like RDFa, let them solve the complicated problems which are out-of-scope to microformats. > Furthermore, if there are 10 independent audio RDFa specifications out > there, and the Microformats community has put their support behind the > hAudio RDFa vocabulary, the choice among web publishers would be clear > (if the uF community is respected as a standards body by that point). --- I think web publishers would seek out the easiest, the one that solves 80% of their issues in a very short period of time... one that doesn't require them to learn about namespaces, ontologies, RDF, XHTML2, or other technologies. Is there an underlying reason for the push for "standards bodies" (if so then maybe we should start a new threat on the discuss list)? hCard, hCalendar and other microformats have never been "ratified" by standards bodies and they seem to be doing pretty well. (i don't have scientific proof, but ...) i would bet that the average "Jo Blogger" doesn't care if hKitchenSink is an official standard. Infact, if the Operator plugin only worked with "approved standards" when and how would it ever use any RDFa? RDFa as a technology might be standardized, but then each individual format would have to be as well. This is just not practical if you want to scale. > I am getting involved with other standards bodies because I believe that > the publishers should be represented there as well. --- i'm certainly not against that, i do the same. > This is an initiative that has the publisher's needs at the forefront. It is vital > that standards bodies know about the work that we are doing here and the > best way for that to happen is to go to those standards bodies and > present our research and standards there. --- i don't disagree. But we can also use technolgies that they have already produced and/or simply make ourselves aware to them. We don't HAVE to always use their technologies or participate, but we should atleast make our presence known to them, if they choose to ignore the work of previous organizations it is their folly. > If they do listen to us, then we are shaping the standards process > discussion in favor of logic, reason and the publishers - which is, in > my humble opinion, an admirable goal. --- i think overall we might be confusing two different things. Microformats as formats vs. RDFa formats, and RDFa as a technology. RDFa as a technology has undergone approval from a standard's body, whereas an RDFa media format doesn't have to, this the whole point of your earlier quotation: "...RDFa is created so that any community may create a specification independently of other communities." In this case, i think, the evagalism doesn't need to be directed at the standards body saying "hay, look IETF, ISO, W3C, we made a new format that models media", you should be going to the other folks who want to create their OWN formats and talk to them directly. The fact that there is 24 different Media formats in RDFa is NOT RDFa or W3C's problem, it is the 24 communities that couldn't manage to talk to each other, maybe due to patents and royalties or infighting, or competition? (maybe we need to add some of this to the history page) but microformats was also created in somewhat of a backlash of the "top down" exclusive system of some standards bodies. To join a W3C working group your company has to pay vast sums of money (which help run the W3C) or be an invited expert. This has lead some to the conclusion that the W3C works on things that bigger companies pay for, not always what may be best for the "little guys". Microformats is just one attempt to be the flip-side, where anyone can contribute, as long as they do so a good member of this "bottom-up" community. BarCamp is another attempt at the flip of FOO camp. Simply by avoiding the time, cost, and red-tap of standards bodies, we have manage to accomplish a heck of a lot in the last 2 years completely with volunteers. -brian -- brian suda http://suda.co.uk From msporny at digitalbazaar.com Sat Jul 28 12:57:57 2007 From: msporny at digitalbazaar.com (Manu Sporny) Date: Sat Jul 28 12:58:04 2007 Subject: [uf-new] Leading by example (was: Standards bodies) In-Reply-To: <21e770780707270259g777bb927s8036dfc7a7601580@mail.gmail.com> References: <21e770780707270259g777bb927s8036dfc7a7601580@mail.gmail.com> Message-ID: <46AB9FC5.3040205@digitalbazaar.com> Brian, you have made some very valid points, I'm not disputing most of what you have said. I feel that this discussion is getting a bit off-track. >From your various e-mails, you seem to be making the following points (I'm paraphrasing, there are nuances, but I'm attempting to summarize): 1. We should minimize duplication of work between what we do here and other standards bodies. 2. Big standards bodies (like W3C, IETF, etc.) have corporate sponsors that may not have the publisher's best interests in mind. 3. The Microformats community is all-inclusive - "The Process", logic, reasoning and open debate should prevail. Most standards bodies have a great deal of red tape and preferential treatment for paying members. 4. Microformats are not a "throw everything at the wall and see what sticks" methodology. It is a very careful process that provides a minimum set of markup that solves 80% of publisher issues out there. Personally, I agree with all of these statements. It is a very good thing that the Microformats community follows them and holds them at its core. We are not talking about changing any of that. A very high level view of the Microformats creation process could be proposed as thus: 1. See if you have a problem. 2. Gather examples of the problem you are attempting to solve. 3. Analyze examples. 4. If analysis deems necessary, create a draft Microformat. 5. Brainstorm and argue about names, usage - document via wiki. 6. Implement the Microformat, get feedback. 7. Create Microformat specification. 8. Evangelize the Microformat (especially, in other standards bodies). hAudio is at step 5 right now. Keep in mind that it only solves 80% of the publishing problems out there... which means that there are the 20% that are still left without a solution and will seek that solution. Why should we not weigh in with the people that are taking the time to solve the other 20% of the problem? We have a great deal of knowledge in this community and can help solve the problem completely by giving other communities a very strong base to start from. If they don't listen to us, we are no worse off than we are by doing nothing. If they do listen to us, we can stop a plethora of useless semantic formats that are not needed. Another way to look at it is that we can talk other communities out of creating a ton of different standards by proposing that they use the Microformats semantic vocabulary as a starting point. If it solves their problem, there is no need to create yet-another-semantic-format. My arguments have nothing to do with changing the Microformats process - they have to do with interacting with other communities. We can prevent duplication of work in other locations by taking part in the discussion. Or, we can do nothing and let the duplication of work knowingly occur. I'm not claiming to have all of the answers. There certainly could be down-sides to what is being proposed. However, those are not as bad as not working with other communities. I assert that, in general, collaborating with other communities will strengthen the acceptance of Microformats. We plan to work with the RDFa group to see if they can use hAudio. It is also an attempt to stop a dearth of semantic formats that do the same exact thing. We're trying to prevent what we fear is going to happen with RDFa. -- manu From microformats at charlie.okeefe.name Mon Jul 30 13:36:43 2007 From: microformats at charlie.okeefe.name (Charlie) Date: Mon Jul 30 13:36:47 2007 Subject: [uf-new] Microformat for expressing uncertainty? Message-ID: <5887c53f0707301336p73c6befbu823058abfcc98ea8@mail.gmail.com> I have some information I'd like to serve via a RESTful web service, and after a bunch of reading I think it would be really cool to make a machine-readable web service and a human-readable web site that are one and the same, using XHTML + Microformats. Not surprisingly, there does not appear to be a microformat that fully captures the information I want to serve. hAtom might be usable for the timestamped-item nature of it (I haven't looked it over yet) and geo is a start, but I will have to build upon geo. I could go and write my own, and describe it using XMDP. In fact, I probably will. But before going off and doing that, I wanted to share my need with the microformats community and ask if anyone else has needs along these lines. If there is interest, maybe we could design a new microformat. If not, maybe somebody can at least help or give advice? Essentially, I want to publish geographic point locations that have associated uncertainty information. geo has no notion of uncertainty. It doesn't even have altitude, but I noticed there is a proposed extension to add altitude, so maybe I can use that. There are, of course, many ways one might wish to express uncertainty. You could attach an "uncertainty" property to the latitude value and another to the longitude value, to represent absolute floor and ceiling values. Or you could attach a specific "floor" and "ceiling" property to each. Or you could attach similar values to define a 1-sigma probability region. So far, that makes for a pretty simple idea for a microformat - adding uncertainty to any kind of numerical value. Unfortunately, my needs are a little more complex than that. For a geospatial point (lat, lon, alt), I want to define an uncertainty region. This means I can't treat each numerical value separately. What I actually have for each point is a covariance matrix - a 3x3 symmetric matrix (it has 6 unique values, but is commonly displayed as a 3x3 square with nine elements). The eigenvectors of this matrix give the axes of an ellipsoid in space, and the eigenvalues give unit lengths for their respective eigenvectors. The one-sigma probability region for a point is centered at the latitude, longitude and altitude given for that point, with the orientations of the axes given by the eigenvectors and the half-axis-lengths given by the eigenvalues. Also, given the covariance matrix, a user can construct a probability region to any sigma (or % confidence, to put it another way) by choosing a scaling factor to apply to the eigenvalues. So in other words, we're talking about uncertainty in more than one dimension, as expressed by a covariance matrix. Does anyone know of work along these lines in the microformats world? Would it be better to try to generalize this concept to apply uncertainty to a range of other microformats? Or would it be better to stick to the case of geographic locations? In the geographic case, I've figured out how to construct KML that draws the error region I described above in Google Earth as a translucent bubble, so that is already one cool application of it. Thanks for reading. I would love to hear people's thoughts on how to design such a format! Charlie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://microformats.org/discuss/mail/microformats-new/attachments/20070730/2122a235/attachment.html From andy at pigsonthewing.org.uk Mon Jul 30 15:12:43 2007 From: andy at pigsonthewing.org.uk (Andy Mabbett) Date: Mon Jul 30 15:13:51 2007 Subject: [uf-new] Microformat for expressing uncertainty? In-Reply-To: <5887c53f0707301336p73c6befbu823058abfcc98ea8@mail.gmail.com> References: <5887c53f0707301336p73c6befbu823058abfcc98ea8@mail.gmail.com> Message-ID: <c5k9XtCbJmrGFw7L@pigsonthewing.org.uk> In message <5887c53f0707301336p73c6befbu823058abfcc98ea8@mail.gmail.com>, Charlie <microformats@charlie.okeefe.name> writes >I would love to hear people's thoughts on how to design such a format! I'm not sure what we should do... -- Andy Mabbett From microformats at charlie.okeefe.name Tue Jul 31 00:48:20 2007 From: microformats at charlie.okeefe.name (Charlie) Date: Tue Jul 31 00:48:24 2007 Subject: Microformats containing MathML or other embedded XML vocabularies? (was Re: [uf-new] Microformat for expressing uncertainty?) Message-ID: <5887c53f0707310048x3c59dc6cyf6f046929d8fe362@mail.gmail.com> It occurs to me that MathML should probably play a key role here, as it is a W3C Recommendation for integrating mathematical content into web documents. A matrix like I described should certainly qualify. As an added bonus, any client software that understands MathML would immediately recognize my covariance matrix as a matrix in the mathematical sense, whether or not it can pull other semantic meaning from the document. It would still be nice to use a microformat to convey some more semantic meaning. I'm not sure if I could say in MathML that my matrix is a covariance matrix. And I seriously doubt I would be able to convey that it describes measurement uncertainty on a geographic location. So... can I use class attributes here? MathML tags are not XHTML tags, after all. Is it legal to apply the concepts of microformats to other xml vocabularies embedded in an XHTML document? Or maybe, whether the above is allowed or not, it would be preferable to use a class attribute in a containing element, such as a div or span, so that the class attribute is kept out of non-html tags. And if that is the case, can I declare that to conform to my microformat, an element with a given class (say, "covariance") must contain a mathml:mtable element? On 7/30/07, Andy Mabbett <andy@pigsonthewing.org.uk> wrote: > > In message > <5887c53f0707301336p73c6befbu823058abfcc98ea8@mail.gmail.com>, Charlie > < microformats@charlie.okeefe.name> writes > > >I would love to hear people's thoughts on how to design such a format! > > I'm not sure what we should do... > > -- > Andy Mabbett > _______________________________________________ > microformats-new mailing list > microformats-new@microformats.org > http://microformats.org/mailman/listinfo/microformats-new > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://microformats.org/discuss/mail/microformats-new/attachments/20070731/1da7ec76/attachment-0001.html From msporny at digitalbazaar.com Tue Jul 31 10:26:23 2007 From: msporny at digitalbazaar.com (Manu Sporny) Date: Tue Jul 31 10:26:27 2007 Subject: [uf-new] Microformat for expressing uncertainty? In-Reply-To: <5887c53f0707301336p73c6befbu823058abfcc98ea8@mail.gmail.com> References: <5887c53f0707301336p73c6befbu823058abfcc98ea8@mail.gmail.com> Message-ID: <46AF70BF.7070009@digitalbazaar.com> Charlie wrote: > So in other words, we're talking about uncertainty in more than one > dimension, as expressed by a covariance matrix. Hi Charlie - to work on this, you would have to demonstrate a number of places on the web that already publish information like this. How many websites out there publish numbers with associated covariance matrices? Microformats don't try and invent new ways of publishing information. If you can't find at least 10-20 examples of this happening on the web, you are going to have a very hard time asking the community to spend time to create the Microformat that you're proposing. Do you have some example websites that publish information such as what you describe? -- manu From scott at makedatamakesense.com Tue Jul 31 10:50:17 2007 From: scott at makedatamakesense.com (Scott Reynen) Date: Tue Jul 31 10:50:31 2007 Subject: [uf-new] Microformat for expressing uncertainty? In-Reply-To: <46AF70BF.7070009@digitalbazaar.com> References: <5887c53f0707301336p73c6befbu823058abfcc98ea8@mail.gmail.com> <46AF70BF.7070009@digitalbazaar.com> Message-ID: <6D2A0647-C98F-40F8-82EC-19898277F3F1@makedatamakesense.com> On Jul 31, 2007, at 11:26 AM, Manu Sporny wrote: >> So in other words, we're talking about uncertainty in more than one >> dimension, as expressed by a covariance matrix. > > Hi Charlie - to work on this, you would have to demonstrate a > number of > places on the web that already publish information like this. How many > websites out there publish numbers with associated covariance > matrices? > > Microformats don't try and invent new ways of publishing > information. If > you can't find at least 10-20 examples of this happening on the > web, you > are going to have a very hard time asking the community to spend > time to > create the Microformat that you're proposing. I agree that demonstrating broad community value is necessary if you want broad community participation. That's just how people seem to work, and microformats formalize this to reduce wasted time. But while it's naturally the focus of this community, broad community value isn't the only kind of value. Disinterest here shouldn't be taken as a sign that something is worthless, only that this community is probably not the best place to pursue it. There is plenty of value in standardizing HTML for individual people or organizations. And where this overlaps with the broader community efforts of microformats, i.e. where we can help, we're generally eager to do so. The subject quest here is "Microformat for expressing uncertainty?" It seems the answer to that is probably no. But rather than stopping there, I'd encourage you to ask a different question: "Plain old semantic HTML for expressing uncertainty?" I believe the answer to that is likely yes. -- Scott Reynen MakeDataMakeSense.com From microformats at charlie.okeefe.name Tue Jul 31 12:17:08 2007 From: microformats at charlie.okeefe.name (Charlie) Date: Tue Jul 31 12:17:10 2007 Subject: [uf-new] Microformat for expressing uncertainty? In-Reply-To: <46AF70BF.7070009@digitalbazaar.com> References: <5887c53f0707301336p73c6befbu823058abfcc98ea8@mail.gmail.com> <46AF70BF.7070009@digitalbazaar.com> Message-ID: <5887c53f0707311217s42f33751k90fda8f31db2566a@mail.gmail.com> On 7/31/07, Manu Sporny <msporny@digitalbazaar.com> wrote: > > Charlie wrote: > > So in other words, we're talking about uncertainty in more than one > > dimension, as expressed by a covariance matrix. > > Hi Charlie - to work on this, you would have to demonstrate a number of > places on the web that already publish information like this. How many > websites out there publish numbers with associated covariance matrices? > > Microformats don't try and invent new ways of publishing information. If > you can't find at least 10-20 examples of this happening on the web, you > are going to have a very hard time asking the community to spend time to > create the Microformat that you're proposing. > > Do you have some example websites that publish information such as what > you describe? > > -- manu > I'm not sure how much of this kind of data might be published. I'm doing this for internal use, and was only asking this list on the chance that somebody else might have encountered it, and barring that, to get advice and insight from the community on how to design a Microformat (or if I should avoid that work, Semantic HTML vocabulary) in a way that complies with standards and conventions. Even if nobody else has ever published anything like this before, I'm still interested in doing it for the data I'm working with. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://microformats.org/discuss/mail/microformats-new/attachments/20070731/7c945a37/attachment.html From microformats at charlie.okeefe.name Tue Jul 31 12:17:55 2007 From: microformats at charlie.okeefe.name (Charlie) Date: Tue Jul 31 12:17:58 2007 Subject: [uf-new] Microformat for expressing uncertainty? In-Reply-To: <6D2A0647-C98F-40F8-82EC-19898277F3F1@makedatamakesense.com> References: <5887c53f0707301336p73c6befbu823058abfcc98ea8@mail.gmail.com> <46AF70BF.7070009@digitalbazaar.com> <6D2A0647-C98F-40F8-82EC-19898277F3F1@makedatamakesense.com> Message-ID: <5887c53f0707311217pfe31890teb3a283ce16647a2@mail.gmail.com> On 7/31/07, Scott Reynen <scott@makedatamakesense.com> wrote: > > On Jul 31, 2007, at 11:26 AM, Manu Sporny wrote: > > >> So in other words, we're talking about uncertainty in more than one > >> dimension, as expressed by a covariance matrix. > > > > Hi Charlie - to work on this, you would have to demonstrate a > > number of > > places on the web that already publish information like this. How many > > websites out there publish numbers with associated covariance > > matrices? > > > > Microformats don't try and invent new ways of publishing > > information. If > > you can't find at least 10-20 examples of this happening on the > > web, you > > are going to have a very hard time asking the community to spend > > time to > > create the Microformat that you're proposing. > > I agree that demonstrating broad community value is necessary if you > want broad community participation. That's just how people seem to > work, and microformats formalize this to reduce wasted time. But > while it's naturally the focus of this community, broad community > value isn't the only kind of value. Disinterest here shouldn't be > taken as a sign that something is worthless, only that this community > is probably not the best place to pursue it. There is plenty of > value in standardizing HTML for individual people or organizations. > And where this overlaps with the broader community efforts of > microformats, i.e. where we can help, we're generally eager to do so. > > The subject quest here is "Microformat for expressing uncertainty?" > It seems the answer to that is probably no. But rather than stopping > there, I'd encourage you to ask a different question: "Plain old > semantic HTML for expressing uncertainty?" I believe the answer to > that is likely yes. > > -- > Scott Reynen > MakeDataMakeSense.com > ahhh... ok, I guess I am really just talking about deciding on a way to apply semantic HTML to a problem, and not asking for a community effort to formalize it. So if "Microformat" implies a formal community effort then no, I'm not asking for a Microformat. It would be nice to lay down a schema somehow to describe it though, so I'm not just using tags. It seems like XMDP is the way to do this. Is that the preferred route for rolling your own? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://microformats.org/discuss/mail/microformats-new/attachments/20070731/95c00f45/attachment.html