@hackage willow0.1.0.0

An implementation of the web Document Object Model, and its rendering.

  • Installation

  • Tested Compilers

  • Dependencies (11)

  • Dependents (1)

    @hackage/mangrove
  • Package Flags

      dev
       (off by default)

      Trigger stricter behaviour for development

      html5lib
       (off by default)

      Enable the html5lib tests, which require manually downloading the test data.

      wpt
       (off by default)

      Enable integration with web-platform-tests suite, greatly expanding the test surface at the expense of requiring the manual download of the (large) test data repository.

willow is the basis of a web browser suite, providing the underlying types to represent various documents found on the internet. It does not provide parsing algorithms for anything but the simplest filetypes, instead expecting them to be outsourced to other modules.