haudio-brainstorming

From Microformats Wiki
Revision as of 22:44, 31 July 2008 by TobyInk (talk | contribs) (new hAudio brainstorming page — child⇒parent inheritance of <code>sample</code> property)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

hAudio Brainstorming

Suggest that the following section in the spec:

Parser Processing Notes

  • It is important to understand that ITEM is an opaque element. When processing the ITEM element, none of the properties of the child hAudio should be pulled into the parent hAudio. However, it is recommended that child hAudio SHOULD inherit the following parent hAudio properties, if they are not specified on the child:
    • album
    • contributor
    • category
    • published
    • photo

Be replaced with:

Parser Processing Notes

It is important to understand that ITEM is an opaque element. When processing the ITEM element, the properties of the child hAudio should not be pulled into the parent hAudio, not vice versa, with the following exceptions.

  • It is recommended that child hAudio SHOULD inherit the following parent hAudio properties, if they are not specified on the child:
    • album
    • contributor
    • category
    • published
    • photo
  • The parent hAudio MAY inherit the following properties from its children:
    • sample (Note that sample is plural, so it is OK for the parent to inherit this property from multiple children)

Related Pages