/[suikacvs]/markup/xml/domdtdef/domdtdef-work.en.html
Suika

Contents of /markup/xml/domdtdef/domdtdef-work.en.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download) (as text)
Sun Dec 2 04:25:43 2007 UTC (16 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +16 -987 lines
File MIME type: text/html
Template filled

1 <!DOCTYPE html>
2 <html lang="en" class="formal-specification status-work-in-progress">
3 <head>
4 <title>DOM Document Type Definition Module</title>
5 <link rel="stylesheet" href="http://suika.fam.cx/www/style/html/spec">
6 <link rel="license" href="http://suika.fam.cx/c/gnu/fdl">
7 </head>
8 <body class="has-abstract">
9
10 <div class="header">
11 <h1>DOM Document Type Definition Module</h1>
12 <h2>Working Draft <time datetime=2007-12-01>1 December 2007</time></h2>
13
14 <dl class="versions-uri">
15 <dt>This Version</dt>
16 <dd><code class="URI">&lt;<a href="http://suika.fam.cx/www/markup/xml/domdtdef/domdtdef-work"
17 >http://suika.fam.cx/www/markup/xml/domdtdef/domdtdef-work</a>&gt;</code></dd>
18 <dt>Latest Version</dt>
19 <dd><code class="URI">&lt;<a href="http://suika.fam.cx/www/markup/xml/domdtdef/domdtdef"
20 >http://suika.fam.cx/www/markup/xml/domdtdef/domdtdef</a>&gt;</code></dd>
21 <dt>Latest Working Draft</dt>
22 <dd><code class="URI">&lt;<a href="http://suika.fam.cx/www/markup/xml/domdtdef/domdtdef-work"
23 >http://suika.fam.cx/www/markup/xml/domdtdef/domdtdef-work</a>&gt;</code></dd>
24 <!-- <dt>Previous Version</dt> -->
25 <dt>Version History</dt>
26 <dd><code class=URI>&lt;<a href="http://suika.fam.cx/gate/cvs/markup/xml/domdtdef/domdtdef-work.en.html">http://suika.fam.cx/gate/cvs/markup/xml/domdtdef/domdtdef-work.en.html</a>&gt;</code></dd>
27 <dt id=author>Author</dt>
28 <dd><a href="http://suika.fam.cx/~wakaba/who?" rel="author"
29 lang=ja>Wakaba</a>
30 <code class="mail">&lt;<a href="mailto:w@suika.fam.cx" rel="author"
31 >w@suika.fam.cx</a>&gt;</code></dd>
32 </dl>
33
34 <p class="copyright" lang="en">&#xA9; <time>2007</time> <a
35 href="http://suika.fam.cx/~wakaba/who?" rel="author">Wakaba</a>.
36 Permission is granted to copy, distribute and/or modify this document
37 under the terms of the <a rel="license"
38 href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>,
39 Version 1.2
40 or any later version published by the <a
41 href="http://www.fsf.org/">Free Software Foundation</a>;
42 with no Invariant Sections, no Front$B!>(BCover Texts, and no Back$B!>(BCover
43 Texts. A copy of the license is
44 available at <code class="URI">&lt;<a
45 href="http://www.gnu.org/copyleft/fdl.html"
46 rel="license">http://www.gnu.org/copyleft/fdl.html</a>&gt;</code>.</p>
47 </div>
48
49 <div id="abstract" class="section">
50 <h2>Abstract</h2>
51
52 <div class="ed issue">...</div>
53
54 </div>
55
56 <div id="status" class="section">
57 <h2>Status of This Document</h2>
58
59 <p class=section-info><em>This section describes the status of this document
60 at the time of its publication. Other documents
61 might supersede this document.</em></p>
62
63 <p>This document is a working draft, produced as part of the
64 <a href="http://suika.fam.cx/www/manakai-core/doc/web/">manakai</a>
65 project. It might be updated, replaced, or obsoleted by
66 other documents at any time. It is inappropriate to
67 cite this document as other than <q>work in progress</q>.</p>
68
69 <p>Comments on this document are welcome and
70 may be sent to the <a href="#author">author</a>.</p>
71
72 <p>Translations of thie document might be available.
73 The English version of the document is the only
74 normative version.</p>
75 </div>
76
77 <div id="introduction" class="section">
78 <h2>Introduction</h2>
79
80 <p class=section-info>This section is <em>non$B!>(Bnormative</em>.</p>
81
82 <div class="issue ed">
83 <p>This is a work-in-progress specification for DOM Document Type
84 Definition module, as implemented by manakai and
85 <a href="http://suika.fam.cx/gate/2005/sw/DOM%20XML%20Document%20Type%20Definition">partially documented in the SuikaWiki</a>.</p>
86
87 <p>...</p>
88 </div>
89
90 </div>
91
92 <div class="section" id="terminology">
93 <h2>Terminology</h2>
94
95 <p>The key words <q><em class="rfc2119">MUST</em></q>,
96 <q><em class="rfc2119">MUST NOT</em></q>,
97 <q><em class="rfc2119">SHOULD</em></q>,
98 <q><em class="rfc2119">SHOULD NOT</em></q>, and
99 <q><em class=rfc2119>MAY</em></q> in this
100 document are to be interpreted as described in
101 <a href="urn:ietf:rfc:2119"><abbr title="Request for Comments">RFC</abbr>
102 2119</a>
103 <cite class="bibref normative">[<a href="#ref-KEYWORDS">KEYWORDS</a>]</cite>.</p>
104
105 <!-- Strictly speaking the paragraph below is not part of terminology. -->
106 <p>All examples and notes in this specification are non$B!>(Bnormative,
107 as are all sections explicitly marked non$B!>(Bnormative. Everything
108 else in this specification is normative.</p>
109
110 <p><span class=ed>Algorithm is normative but non-normative</span>.
111 In addition, the order in which <a href="#errors">errors</a> are
112 raised is undefined.</p>
113 </div>
114
115
116
117 <div id="references" class="section reference">
118 <h2>References</h2>
119
120 <div id="normative-references" class="section normative reference">
121 <h3>Normative References</h3>
122
123 <dl>
124 <dt id=ref-DOM3CORE>DOM3CORE</dt>
125 <dd class=ed>@@ W3C DOM Level 3 Core</dd>
126 <dt id=ref-DOMDTDEF>DOMDTDEF</dt>
127 <dd class=ed>@@ manakai's extension to DOM for document type definitions</dd>
128 <dt id="ref-KEYWORDS">KEYWORDS</dt>
129 <dd><cite><a href="urn:ietf:rfc:2119">Key words for use in
130 <abbr>RFCs</abbr> to Indicate Requirement Levels</a></cite>,
131 <abbr title="Internet Engineering Task Force">IETF</abbr>
132 <a href="urn:ietf:bcp:14"><abbr title="Best Current Practice">BCP</abbr>
133 14</a>, <abbr title="Request for Comments">RFC</abbr> 2119,
134 <time datetime=1997-03>March 1997</time>.
135 <em>This</em> version of the specification is referenced.</dd>
136 <dt id=ref-INFOSET>INFOSET</dt>
137 <dd class=ed>@@</dd>
138 <dt id=ref-XML10">XML10</dt>
139 <dd><cite><a href="http://www.w3.org/TR/2006/REC-xml-20060816">Extensible
140 Markup Language (<abbr>XML</abbr>) 1.0 (Fourth Edition)</a></cite>,
141 <abbr>W3C</abbr> Recommendation, <time datetime=2006-08-16>16 August
142 2006</time>, edited in place <time datetime=2006-09-29>29 September
143 2006</time>. Tje latest version of the specification is available at
144 <code class=uri>&lt;<a href="http://www.w3.org/TR/xml">http://www.w3.org/TR/xml</a>&gt;</code>.
145 <em>This</em> version of the specification is referenced.</dd>
146 <dt id=ref-XML11>XML11</dt>
147 <dd class=ed>@@</dd>
148 </dl>
149 </div>
150
151 <div id="informative-references" class="section informative reference">
152 <h3>Non$B!>(Bnormative References</h3>
153
154 <dl class=ed>
155 <dt id=ref-CSS>CSS</dt>
156 <dd><cite><a href="http://www.w3.org/TR/2007/CR-CSS21-20070719">Cascading
157 Style Sheets Level 2 Revision 1 (<abbr>CSS</abbr> 2.1)
158 Specification</a></cite>,
159 <abbr title="World Wide Web Consortium">W3C</abbr> Candidate
160 Recommendation, <time datetime=2007-07-19>19 July 2007</time>.
161 Work in progress. The latest version of the specification is
162 available at
163 <code class=URI>&lt;<a href="http://www.w3.org/TR/CSS21">http://www.w3.org/TR/CSS21</a>></code>.</dd>
164 <dt id=ref-CSSOM>CSSOM</dt>
165 <dd><cite><a href="http://dev.w3.org/cvsweb/~checkout~/csswg/cssom/Overview.html?rev=1.55&amp;content-type=text/html;%20charset=utf-8">Cascading
166 Style Sheets Object Model (<abbr>CSSOM</abbr>)</a></cite>,
167 <abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft,
168 <time datetime=2007-06-18>18 June 2007</time>. Work in progress.
169 The latest Editor's Draft of the specification is available at
170 <code class=URI>&lt;<a href="http://dev.w3.org/csswg/cssom/Overview.html">http://dev.w3.org/csswg/cssom/Overview.html</a>></code>.</dd>
171 <dt id=ref-HTML5>HTML5</dt>
172 <dd><cite><a href="http://whatwg.org/html5"><abbr>HTML</abbr> 5</a></cite>,
173 <abbr title="Web Hypertext Application Technology Working Group">WHATWG</abbr>
174 Working Draft. Work in progress.</dd>
175 <dt id=ref-SAPI>SAPI</dt>
176 <dd><cite><a href="http://dev.w3.org/cvsweb/~checkout~/2006/webapi/selectors-api/Overview.html?rev=1.28&amp;content-type=text/html;%20charset=utf-8">Selectors <abbr>API</abbr></a></cite>,
177 <abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft,
178 <time datetime=2007-08-29>29 August 2007</time>. Work in progress.
179 The latest Editor's Draft of the specification is available at
180 <code class=URI>&lt;<a href="http://dev.w3.org/2006/webapi/selectors-api/Overview.html">http://dev.w3.org/2006/webapi/selectors-api/Overview.html</a>></code>.
181 The latest published version of the specification is available at
182 <code class=URI>&lt;<a href="http://www.w3.org/TR/selectors-api/">http://www.w3.org/TR/selectors-api/</a>></code>.</dd>
183 <dt id=XBL2>XBL2</dt>
184 <dd><cite><a href="http://www.mozilla.org/projects/xbl/xbl2.html"><abbr>XBL</abbr>
185 2.0</a></cite>, Mozilla.org, <time datetime=2007-03-15>15 Mar 2007</time>.
186 Work in progress. The latest
187 <abbr title="World Wide Web Consortium">W3C</abbr>$B!>(Bpublished
188 version of the specification is available at
189 <code class=URI>&lt;<a href="http://www.w3.org/TR/xbl/">http://www.w3.org/TR/xbl/</a>></code>.</dd>
190 <dt id=ref-XML5>XML5</dt>
191 <dd class=ed>@@</dd>
192 </dl>
193 </div>
194
195 </div>
196
197 </body>
198 </html>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24