Skip to content

September 2020

Compare
Choose a tag to compare
@g105b g105b released this 01 Sep 11:09
· 62 commits to master since this release
26eb989
  • Bugfix: When working with a textarea's value attribute, getting and setting on the same request would not persist data.
  • Feature: Boolean attributes are implemented and tested: attributes like disabled, checked, etc. all correspond to their correct HTML attributes.
  • Tests: XML documents tested for querySelector and querySelectorAll functions.
  • Tests: Body and title elements are inferred by default when there is a minimal-style HTML document created.
  • Moved to using Github Actions for our CI.