| <?xml version="1.0" ?> |
| <!-- $Id: dom-spec.xml 225913 2001-06-01 11:15:37Z dims $ --> |
| <!DOCTYPE spec PUBLIC |
| "-//W3C//DTD Specification V2.1-Based DOM//EN" |
| "../../../pubtext/xmlspec-v21-dom.dtd" [ |
| |
| <!ENTITY prefix "Style"> |
| <!ENTITY % version SYSTEM "../version.xml"> |
| %version; |
| <!ENTITY % links SYSTEM "../link-entities.xml"> |
| %links; |
| <!ENTITY % parts SYSTEM "../part-entities.xml"> |
| %parts; |
| <!ENTITY options SYSTEM "../options.xml"> |
| ]> |
| |
| <spec> |
| <!-- |
| ************************************************************************* |
| * FRONT MATTER * |
| ************************************************************************* |
| --> |
| &options; |
| |
| <header> |
| <title>Document Object Model (DOM) Level 2 Style Specification</title> |
| <version>1.0</version> <w3c-designation>&doc.prefix;-&doc.date; |
| </w3c-designation> <w3c-doctype>W3C Recommendation</w3c-doctype> <pubdate> |
| <day>&date.day;</day> <month>&date.month;</month> <year>&date.year;</year> |
| </pubdate> |
| <publoc> <loc href="&this.url;">&this.url;</loc> |
| &ps.loc; |
| &pdf.loc; |
| &txt.loc; |
| &zip.loc; |
| </publoc> |
| <latestloc> <loc href="&latest.url;">&latest.url;</loc> </latestloc> |
| <prevlocs> |
| &prev.locs; |
| </prevlocs> |
| <authlist> |
| <author role="editor"> <name>Chris Wilson</name> |
| <affiliation>Microsoft Corp.</affiliation> </author> |
| <author role="editor"> <name>Philippe Le Hégaret</name> |
| <affiliation>W3C, team contact (from November 1999)</affiliation> </author> |
| <author role="editor"> <name>Vidur Apparao</name> |
| <affiliation>Netscape Communications Corp.</affiliation> </author> |
| </authlist> |
| <!-- |
| ****************************************************** |
| * DOCUMENT ABSTRACT * |
| ****************************************************** |
| --> |
| <abstract id="id-abstract"> |
| |
| <p>This specification defines the Document Object Model Level 2 Style Sheets |
| and Cascading Style Sheets (CSS), a platform- and language-neutral interface |
| that allows programs and scripts to dynamically access and update the content |
| and of style sheets documents. The Document Object Model Level 2 Style |
| builds on the Document Object Model Level 2 Core <bibref ref='DOMCore'/> and on |
| the Document Object Model Level 2 Views <bibref ref='DOMViews'/>.</p> |
| |
| </abstract> |
| |
| &status; |
| |
| <sourcedesc> |
| <p>Created in electronic form.</p> |
| </sourcedesc> |
| <langusage> |
| <language id="en">English</language> |
| </langusage> |
| <revisiondesc> |
| <p>$Revision: 225913 $</p> |
| </revisiondesc> |
| <?GENERATE-TOC?> |
| </header> |
| <front> |
| &toc; |
| ©right; |
| </front> |
| |
| <body> |
| &stylesheets; |
| &css; |
| </body> |
| <!-- |
| ************************************************************************* |
| * BACK MATTER * |
| ************************************************************************* |
| --> |
| <back> |
| <div1 role="idl" id="idl"> |
| <head>IDL Definitions</head> |
| |
| <p>This appendix contains the complete OMG IDL <bibref ref='OMGIDL'/> for the |
| Level 2 Document Object Model Style definitions. The |
| definitions are divided into <loc href="#StyleSheets-IDL">Stylesheets</loc> |
| and <loc href="#CSS-IDL">CSS</loc>.</p> |
| |
| |
| <p>The IDL files are also available as: <loc |
| href="idl.zip">&this.url;/idl.zip</loc></p> |
| |
| <div2 id="StyleSheets-IDL"> |
| <head>Document Object Model Style Sheets</head> |
| <!-- |
| ****************************************************** |
| | STYLESHEETS OMG IDL DEFINITIONS | |
| ****************************************************** |
| --> |
| <?GENERATE-IDL StyleSheets stylesheets dom.w3c.org dom?> |
| </div2> |
| <div2 id="CSS-IDL"> |
| <head>Document Object Model CSS</head> |
| <!-- |
| ****************************************************** |
| | CSS OMG IDL DEFINITIONS | |
| ****************************************************** |
| --> |
| <?GENERATE-IDL CSS css dom.w3c.org dom stylesheets views?> |
| </div2> |
| </div1> |
| |
| <div1 role="java-binding" id="java-binding"> |
| <head>Java Language Binding</head> |
| |
| <p>This appendix contains the complete Java Language <bibref ref='Java'/> |
| binding for the Level 2 Document Object Model Style. The definitions are |
| divided into <loc href="#StyleSheets-Java">StyleSheets</loc> and <loc |
| href="#CSS-Java">CSS</loc>.</p> |
| |
| <p>The Java files are also available as <loc |
| href="java-binding.zip">&this.url;/java-binding.zip</loc></p> |
| |
| <div2 id="StyleSheets-Java"> |
| <head>Document Object Model Style Sheets</head> |
| <!-- |
| ****************************************************** |
| | STYLESHEETS JAVA BINDINGS | |
| ****************************************************** |
| --> |
| <?GENERATE-JAVA StyleSheets org.w3c.dom stylesheets?> |
| </div2> |
| <div2 id="CSS-Java"> |
| <head>Document Object Model CSS</head> |
| <!-- |
| ****************************************************** |
| | CSS JAVA BINDINGS | |
| ****************************************************** |
| --> |
| <?GENERATE-JAVA CSS org.w3c.dom css?> |
| </div2> |
| </div1> |
| <div1 role="ecma-binding" id="ecma-binding"> |
| <head>ECMAScript Language Binding</head> |
| |
| <p>This appendix contains the complete ECMAScript <bibref |
| ref='ECMAScript'/> binding for the Level 2 Document Object Model Style |
| definitions. The definitions are divided into |
| <loc href="#StyleSheets-ECMA">StyleSheets</loc> and |
| <loc href="#CSS-ECMA">CSS</loc>.</p> |
| |
| <note> |
| <p> |
| Exceptions handling is only supported by ECMAScript implementation |
| conformant with the Standard ECMA-262 3rd. Edition (<bibref |
| ref="ECMAScript"/>). |
| </p> |
| </note> |
| |
| <div2 id="StyleSheets-ECMA"> |
| <head>Document Object Model StyleSheets</head> |
| <!-- |
| ****************************************************** |
| | STYLESHEETS ECMASCRIPT BINDINGS | |
| ****************************************************** |
| --> |
| <?GENERATE-ECMA StyleSheets?> |
| </div2> |
| <div2 id="CSS-ECMA"> |
| <head>Document Object Model CSS</head> |
| <!-- |
| ****************************************************** |
| | CSS ECMASCRIPT BINDINGS | |
| ****************************************************** |
| --> |
| <?GENERATE-ECMA CSS?> |
| </div2> |
| </div1> |
| &contributors; |
| &references; |
| &index; |
| </back> |
| </spec> |