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 URI | http://wellformedweb.org/CommentAPI/ |
|---|---|
| Specification | Well Formed Web Comment API |
| Prefix | <wfw:*> |
| Available in | RSS, Atom, RDF |
| Property | wfw |
Types
ts
export namespace WfwNs {
export type Item = {
comment?: string
commentRss?: string
}
}Related
- Parsing Namespaces - How namespace parsing works