The problem is that you are repeating the same information. Using *n* and *fn* you repite it two times, and if use label you're repeating it until *three times* for each user. This is not optimal.
However if you have a field where to indicate the order, this could be used for all users of a same country (as minimum). 2008/9/24 Toby A Inkster <[EMAIL PROTECTED]>: > In some cultures (e.g. China), full names are written in family-name > given-name order, whereas in others (e.g. Western Europe), given-name > family-name is used. So you might think it would be nice if we had a way to > indicate the order of properties within "n", but in actual fact, we don't > need it - "fn" provides us with the name with all its parts in the correct > order. > > Similarly, "label" provides a fully-formatted address, with all its > components in the right order. _______________________________________________ microformats-discuss mailing list [email protected] http://microformats.org/mailman/listinfo/microformats-discuss
