[uf-discuss] abbr-design-pattern within microformat attribute values

Andy Mabbett andy at pigsonthewing.org.uk
Tue Jan 1 07:06:19 PST 2008


I have a page at:

  <http://www.westmidlandbirdclub.com/bibliography/british-birds/28-345.htm>

which uses the prototype "species" microformat.

Operator returns for example:

        trinominal=Mergus m. merganser

from source code:

        <span class="trinominal">
          Mergus
          <abbr title="merganser">m.</abbr>
          merganser
        </span>

which I would have expected to return:

        trinominal=Mergus merganser merganser

since that is the "semantic" meaning of the cited source-code.

However, I don't think the abbr-design-pattern specification is clear on
this point.

Am I correct? If so, should the abbr-design-pattern specification be
updated, and/or an appropriate example be included?

How do other parsers handle embedded abbr, in other microformats, such
as, say:

        <span class="street-address">
          New John
          <abbr title="Street">St.</abbr>
          West
        </span>

(a real example; compare: <http://tinyurl.com/2kcqv2> &
<http://tinyurl.com/2j9bb9>).

-- 
Andy Mabbett


More information about the microformats-discuss mailing list