
[9] [CITE@en[Atom DOM]] <http://suika.suikawiki.org/www/markup/xml/atomdom>

* History

[DEL[
@@
[1] Older defintion:
<http://suika.fam.cx/gate/cvs/messaging/manakai/lib/Message/Markup/Atom.dis>

[2]
TODO: [[hAtom]] support

[3]
TODO: Atom Threading support

@@ [8] [[削除済みエントリー文書]]

* The [CODE(DOMi)@en[AtomDocument]] interface

[5] 
[PRE(IDL code)[
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.
]DEL]

* Related works

[4]
[CITE[Feed content access API - MDC]] <http://developer.mozilla.org/ja/docs/Feed_content_access_API>
([[名無しさん]] [WEAK[2006-10-09 22:46:16 +00:00]])
