NOTE-DOM-Level-3-Views-20040226
6.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!--
Generated: Mon Feb 23 14:36:04 MST 2004 jfouffa.w3.org
-->
<html lang='en-US'>
<head>
<title>Document Object Model (DOM) Level 3 Views and Formatting
Specification</title>
<link rel='stylesheet' type='text/css' href='./spec.css'>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel='stylesheet' type='text/css' href='http://www.w3.org/StyleSheets/TR/W3C-WG-NOTE.css'>
<link rel='next' href='expanded-toc.html'>
<link rel='contents' href='Overview.html#contents'>
<link rel='copyright' href='copyright-notice.html'>
<link rel='Start' href='Overview.html'>
<link rel='index' href='def-index.html'>
<link rel='author' href='mailto:www-dom@w3.org'>
<link rel='help' href='http://www.w3.org/DOM/'>
</head>
<body>
<div class='navbar' style='text-align: center'>
<map id='navbar-top' name='navbar-top' title='Navigation Bar'><p>
[<a title='Expanded Table of Contents' accesskey='n' href='expanded-toc.html'><strong><u>n</u></strong>ext</a>] [<a title='Table of Contents' accesskey='c' href='Overview.html#contents'><strong><u>c</u></strong>ontents</a>] [<a title='Index'
accesskey='i' href='def-index.html'><strong><u>i</u></strong>ndex</a>]</p>
<hr title='Navigation area separator'>
</map></div>
<div class='head'>
<p><a href='http://www.w3.org/'>
<img height='48' width='72'
alt='W3C' src='http://www.w3.org/Icons/w3c_home'></a></p>
<h1 id='title'>Document Object Model (DOM) Level 3 Views and Formatting
Specification</h1>
<h2 id='version'>Version 1.0</h2>
<!-- NOTE-DOM-Level-3-Views-20040226
--> <h2 id='W3C-doctype'>W3C Working Group Note 26 February 2004</h2>
<dl><dt>This version:</dt>
<dd><a href='http://www.w3.org/TR/2004/NOTE-DOM-Level-3-Views-20040226'>http://www.w3.org/TR/2004/NOTE-DOM-Level-3-Views-20040226</a></dd><dt>Latest version:</dt>
<dd><a href='http://www.w3.org/TR/DOM-Level-3-Views'>http://www.w3.org/TR/DOM-Level-3-Views</a></dd>
<dt>Previous version:</dt>
<dd><a href='http://www.w3.org/TR/2000/WD-DOM-Level-3-Views-20001115'>http://www.w3.org/TR/2000/WD-DOM-Level-3-Views-20001115</a></dd>
</dl>
<dl><dt>Editor:
</dt><dd>Ray Whitmer,
<i>Netscape/AOL, then Invited Expert</i></dd>
</dl>
<p class='copyright'><a href='http://www.w3.org/Consortium/Legal/ipr-notice#Copyright'> Copyright</a> ©2004 <a href='http://www.w3.org/'><abbr title='World Wide Web Consortium'>W3C</abbr></a><sup>®</sup> (<a href='http://www.csail.mit.edu/'><abbr title='Massachusetts Institute of Technology'>MIT</abbr></a>, <a href='http://www.ercim.org/'><abbr title='European Research Consortium for Informatics and Mathematics'>ERCIM</abbr></a>, <a href='http://www.keio.ac.jp/'>Keio</a>), All Rights Reserved. W3C <a href='http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer'>liability</a>, <a href='http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks'>trademark</a>, <a href='http://www.w3.org/Consortium/Legal/copyright-documents'>document use</a> and <a href='http://www.w3.org/Consortium/Legal/copyright-software'>software licensing</a> rules apply.</p>
</div>
<hr title='separator from header'>
<h2 id='abstract'>Abstract</h2>
<div class='abstract'>
<p>This specification defines the Document Object Model Views and Formatting
Level 3, a platform- and language-neutral interface that allows programs and
scripts to dynamically access and update the content, structure and style of
documents. The Document Object Model Views and Formatting Level 3 builds on the
Document Object Model Views Level 2.</p></div>
<h2 id='status'>Status of this document</h2>
<div class='status'>
<p>
<em>This section describes the status of this document at the
time of its publication. Other documents may supersede this
document. A list of current W3C publications and the latest
revision of this technical report can be found in the <a href='http://www.w3.org/TR/'>W3C technical reports index</a>
at http://www.w3.org/TR/.</em>
</p><p>This specification is a very early version of the Views and Formatting
API. This document is part of the DOM Level 3 specifications
and W3C is not committed to do more experience and experimentation
on this document.</p><p>
Publication as a Working Group Note does not imply endorsement
by the W3C Membership. This is a draft document and may be
updated, replaced or obsoleted by other documents at any time.
</p><p>
Comments and experiences on this document are to be sent to the public
mailing list <a href='mailto:www-dom@w3.org'>www-dom@w3.org</a>. An archive is
available at <a href='http://lists.w3.org/Archives/Public/www-dom/'>http://lists.w3.org/Archives/Public/www-dom/</a>.
</p><p>This document has been produced as part of the <a href='http://www.w3.org/DOM/Activity.html'>W3C DOM Activity</a>. The authors
of this document are the DOM Working Group members.</p><p>
Patent disclosures relevant to this specification may be found
on the DOM Working Group's <a href='http://www.w3.org/2002/08/02-DOM-Disclosures.html'>patent
disclosure page</a>.
</p></div>
<h2 id='table-of-contents'><a name='contents'>Table of contents</a></h2>
<ul class='toc'>
<li class='tocline2'><a class='tocxref' href='expanded-toc.html'>Expanded Table of Contents</a></li>
<li class='tocline2'><a class='tocxref' href='copyright-notice.html'>W3C Copyright Notices and Licenses</a></li>
</ul>
<ul class='toc'>
<li class='tocline2'><a class='tocxref' href='views-formatting.html'>1. Document Object Model Views and Formatting</a></li>
</ul>
<ul class='toc'>
<li class='tocline2'><a class='tocxref' href='idl-definitions.html'>Appendix A: IDL Definitions</a></li>
<li class='tocline2'><a class='tocxref' href='java-binding.html'>Appendix B: Java Language Binding</a></li>
<li class='tocline2'><a class='tocxref' href='ecma-script-binding.html'>Appendix C: ECMAScript Language Binding</a></li>
<li class='tocline2'><a class='tocxref' href='references.html'>References</a></li>
<li class='tocline2'><a class='tocxref' href='def-index.html'>Index</a></li>
</ul>
<div class='navbar' style='text-align: center'>
<map id='navbar-bottom' name='navbar-bottom' title='Navigation Bar'><hr title='Navigation area separator'><p>
[<a title='Expanded Table of Contents' href='expanded-toc.html'><strong><u>n</u></strong>ext</a>] [<a title='Table of Contents' href='Overview.html#contents'><strong><u>c</u></strong>ontents</a>] [<a title='Index'
href='def-index.html'><strong><u>i</u></strong>ndex</a>]</p>
</map></div>
</body>
</html>