--- markup/html/whatpm/readme.en.html 2008/09/17 07:19:30 1.28 +++ markup/html/whatpm/readme.en.html 2008/10/05 06:42:04 1.29 @@ -30,6 +30,11 @@
Note that all of these modules are work in progress + and have a number of unresolved problems.
+ +Note also that some modules have no documentation for now.
+Real XML parser and serializer are currently not available yet.
The module for conformance checking of a DOM tree (i.e. -a in-memory representation of a HTML or XML document) is as follows: +a in-memory representation of an HTML or XML document) is as follows:
Whatpm::ContentChecker
Currently, conformance checking of HTML/XHTML and Atom documents is supported.
For these modules, a DOM implementation that supports the manakai's
-Perl binding is necessary to represent a document
-in memory. The of DOM is necessary to represent a
+document in memory. The manakai-core
package contains such an implementation,
Message::DOM::Implementation
, but it
should also be possible to use any other implementation that supports
the binding.
+
Whatpm::CSS::Cascade
Whatpm::CSS::MediaQueryParser
- Whatpm::CSS::MediaQuerySerializer
- Whatpm::CSS::Parser
For the Whatpm::CSS::Parser
module reresents a CSSOM
+
For the Whatpm::CSS::Parser
module reresenting a CSSOM
tree, modules in the manakai-core
package are used. Those modules also provide the serializer for the
-CSSOM tree, as the standard css_text
attribute.
+CSSOM tree, in the form of the standard css_text
CSSOM
+attribute.
+
Whatpm::RDFXML
+ Whatpm::WebIDL
Note that all of these modules are work in progress - and have a number of unresolved problems.
- -Note also that some modules have no documentation for now.
-In addition, there are additional documents for some topics:
-manakai*
properties
+ -manakai-*
properties
and property values implemented by CSS-related modules.
Whatpm::ContentChecker
depends on Message::DOM::DOMImplementation
and related modules
in manakai-core.
- They are not required in practice.Whatpm::HTML
and
Whatpm::CSS::Tokenizer
depends on JSON
and related modules.
- They are not required in practice.meta
.