Skip to content

Releases: PhpGt/Dom

Implement HTMLDocument properties

23 Feb 23:07
Compare
Choose a tag to compare
Pre-release

Implement missing properties such as:

  • $document->title
  • $document->images
  • $document->anchors

PHPDocs on all classes

03 Feb 22:11
Compare
Choose a tag to compare
Pre-release

All DOM interfaces that are currently within the repo are marked up with their PHPDoc blocks.

Certain methods have been moved to their correct locations and tests adjusted accordingly.

Basic DOM implementation

03 Feb 19:36
Compare
Choose a tag to compare
Pre-release

The basics of the modern DOM implementation we have been using within browsers.

There are a few known gaps in functionality, and tests need to be hardened before a production release.