1 |
wakaba |
1.2 |
@@
|
2 |
|
|
[1] Older defintion:
|
3 |
|
|
<http://suika.fam.cx/gate/cvs/messaging/manakai/lib/Message/Markup/Atom.dis>
|
4 |
|
|
|
5 |
|
|
[2]
|
6 |
|
|
TODO: [[hAtom]] support
|
7 |
|
|
|
8 |
|
|
[3]
|
9 |
|
|
TODO: Atom Threading support
|
10 |
|
|
|
11 |
|
|
* The [CODE(DOMi)@en[AtomDocument]] interface
|
12 |
|
|
|
13 |
|
|
[5]
|
14 |
wakaba |
1.4 |
[PRE(IDL code)[
|
15 |
wakaba |
1.2 |
interface AtomDocument {
|
16 |
|
|
readonly attribute Element? atomFeedElement;
|
17 |
|
|
};
|
18 |
|
|
Document implements AtomDocument;
|
19 |
|
|
]PRE]
|
20 |
|
|
|
21 |
|
|
[6] On getting, the [CODE(DOMa)@en[[[atomFeedElement]]]] attribute of the [CODE(DOMi)@en[[[AtomDocument]]]] object
|
22 |
|
|
[['''MUST''']] perform the following steps:
|
23 |
|
|
= If the document has no [[document element]], return null and abort these steps.
|
24 |
|
|
= If the [[document element]] of the document is the [CODE(XMLe)@en[[[feed]]]] element
|
25 |
|
|
in the [[Atom 1.0]] namespace, return the element.
|
26 |
|
|
|
27 |
|
|
@@ [7] Future revision of this specification might extend the definition above to Atom 0.3 namespace.
|
28 |
|
|
|
29 |
|
|
* Related works
|
30 |
|
|
|
31 |
|
|
[4]
|
32 |
|
|
[CITE[Feed content access API - MDC]] <http://developer.mozilla.org/ja/docs/Feed_content_access_API>
|
33 |
|
|
([[名無しさん]] [WEAK[2006-10-09 22:46:16 +00:00]])
|
34 |
|
|
|