Skip to content

Comment API Namespace Reference

The Comment API namespace provides elements for linking to comment feeds and comment posting interfaces, enabling better integration between feeds and commenting systems.

Namespace URIhttp://wellformedweb.org/CommentAPI/
SpecificationWell Formed Web Comment API
Prefix<wfw:*>
Available inRSS, Atom, RDF
Propertywfw

Types

ts
export namespace WfwNs {
  export type Item = {
    comment?: string
    commentRss?: string
  }
}