--- markup/html/whatpm/readme.en.html 2008/09/15 12:22:09 1.24 +++ markup/html/whatpm/readme.en.html 2008/09/17 05:48:06 1.25 @@ -35,6 +35,14 @@ demo.)
Whatpm::ContentType
An implementation of HTML5 Content Type sniffing algorithm.
+ +
Whatpm::CSS::Cascade +
A media-independent implementation of CSS cascading and value + computation. (See also demo.) +
Whatpm::CSS::Parser +
A CSS parser that constructs CSSOM trees from style sheets. (See + also demo.) +
Whatpm::CSS::SelectorsParser
A group of selectors parser. (See also demo.)
@@ -60,6 +68,7 @@
Whatpm::IMTChecker
An Internet Media Type (aka MIME type) label conformance checker.
+
Whatpm::URIChecker
An IRI reference conformance checker.
@@ -70,6 +79,11 @@ CSS-like error-tolerant parsing rules, e.g. ignoring anything until next ; character. +
Whatpm::LangTag +
A language tag parser and conformance checker, supporting both + older RFC 3066 definition and latest RFC 4646 definition. (See also + demo.) +
Whatpm::XMLSerializer
A simple XML serializer.
@@ -109,6 +123,8 @@ +
@@ -126,9 +142,23 @@
  • HTML5 table structure visualization demo (source)
  • -
  • CSS tokenizer -demo + +
  • CSS +tokenizer, parser, and computed style computation demo (source)
  • + +
  • Language +tag parsing and conformance checking demo +(source) + +
  • + +
    +

    Application

    + +
    @@ -189,7 +219,7 @@ module, and Universal Encoding Detector
    For the module Whatpm::Charset::UniversalCharDet being - meaningful, these softwares are requires on the system. See the + meaningful, these softwares are required on the system. See the documentation for more information.
    JSON
    @@ -207,6 +237,10 @@ CVS repository.

    +

    The +latest developmenet version of the Whatpm is also available as a +tarball. +