Skip to content

W3C HTML attribute usage

Compare
Choose a tag to compare
@g105b g105b released this 18 Aug 11:28
· 33 commits to master since this release
69a86b6

This minor patch release introduces some changes to the attributes that are exposed on different HTMLElement classes. Each change brings the library closer to the W3C standard.

What's Changed

  • fix: allow required attribute on inputs by @g105b in #379
  • fix: allow name attribute on selects by @g105b in #380
  • build: run php 8.1 on scrutinizer by @g105b in #381
  • fix: allow name attribute on options by @g105b in #382
  • revert name attribute on options by @g105b in #383
  • Html attribute by @g105b in #384

Full Changelog: v4.0.2...v4.0.3