• # Spécifications pour les flux Atom

    Posté par (site web personnel) . En réponse à l’entrée du suivi Le flux RSS mésuse la balise <author>. Évalué à 3 (+0/-0).

    <feed xmlns="http://www.w3.org/2005/Atom" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xml:lang="en-US">
    

    https://www.rfc-editor.org/rfc/rfc4287#section-4.2.1

    4.2.1. The "atom:author" Element
     The "atom:author" element is a Person construct that indicates the
     author of the entry or feed.
     atomAuthor = element atom:author { atomPersonConstruct }
     If an atom:entry element does not contain atom:author elements, then
     the atom:author elements of the contained atom:source element are
     considered to apply. In an Atom Feed Document, the atom:author
     elements of the containing atom:feed element are considered to apply
     to the entry if there are no atom:author elements in the locations
     described above.
    (...)
    3.2. Person Constructs
     A Person construct is an element that describes a person,
     corporation, or similar entity (hereafter, 'person').
     atomPersonConstruct =
     atomCommonAttributes,
     (element atom:name { text }
     & element atom:uri { atomUri }?
     & element atom:email { atomEmailAddress }?
     & extensionElement*)
    3.2.1. The "atom:name" Element
     The "atom:name" element's content conveys a human-readable name for
     the person. The content of atom:name is Language-Sensitive. Person
     constructs MUST contain exactly one "atom:name" element.