W3C HTML attribute usage
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