@@ [1] Older defintion: [2] TODO: [[hAtom]] support [3] TODO: Atom Threading support * The [CODE(DOMi)@en[AtomDocument]] interface [5] [PRE(IDL)@en[ interface AtomDocument { readonly attribute Element? atomFeedElement; }; Document implements AtomDocument; ]PRE] [6] On getting, the [CODE(DOMa)@en[[[atomFeedElement]]]] attribute of the [CODE(DOMi)@en[[[AtomDocument]]]] object [['''MUST''']] perform the following steps: = If the document has no [[document element]], return null and abort these steps. = If the [[document element]] of the document is the [CODE(XMLe)@en[[[feed]]]] element in the [[Atom 1.0]] namespace, return the element. @@ [7] Future revision of this specification might extend the definition above to Atom 0.3 namespace. * Related works [4] [CITE[Feed content access API - MDC]] ([[名無しさん]] [WEAK[2006-10-09 22:46:16 +00:00]])