On Oct 4, 2006, at 1:02 PM, Scott Reynen wrote:
I wonder if Technorati is having trouble parsing invalid HTML. Specifically, you're wrapping a span (an inline element) around a table (a block element), which is invalid.
Indeed. For now, we're using tidy. Unfortunately, when tidy encounters these situations, it has a policy of throwing away the outer element, which unfortunately can lead to data loss for microformats. I'm working on a more robust solution.
-ryan _______________________________________________ microformats-discuss mailing list [email protected] http://microformats.org/mailman/listinfo/microformats-discuss
