validator-brainstorming

From Microformats Wiki
Revision as of 19:18, 2 December 2012 by Tantek (talk | contribs) (lat long)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

<entry-title>validator brainstorming</entry-title>

This article is a stub. You can help the microformats.org wiki by expanding it.

What should a microformats validator do?

The existing validators are quite good at some things, yet could certainly be better. Let's collect some brainstorms for improvement beyond just, add microformats2 support to existing validators.

data validation

dt properties

Validators could check the values of "dt-*" properties for date, time, timezone and duration errors.

dt-end after dt-start

hCalendar validators should check to make sure that any dt-end property value is temporally after the dt-start value for the event.

longitude lattitude

longitude and latitude could be checked to see if they were within the right number range i.e. < 180/90 and > -180/-90.

... =

see also