Well-Formed Web Namespace Reference
The Well-Formed Web 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/ |
---|---|
Prefix | <wfw:*> |
Available in | RSS, Atom, RDF |
Structure
INFO
TDate
represents date fields in the type definitions. When parsing, dates are returned as strings in their original format (see Parsing › Handling Dates for more details). When generating, dates should be provided as JavaScript Date
objects.
ts
export type Item = {
comment?: string
commentRss?: string
}
Related
- Parsing Namespaces - How namespace parsing works