Dom: W3C HTML attribute usage
Published on by Greg Bowler
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 https://github.com/PhpGt/Dom/pull/379
- fix: allow name attribute on selects by @g105b in https://github.com/PhpGt/Dom/pull/380
- build: run php 8.1 on scrutinizer by @g105b in https://github.com/PhpGt/Dom/pull/381
- fix: allow name attribute on options by @g105b in https://github.com/PhpGt/Dom/pull/382
- revert name attribute on options by @g105b in https://github.com/PhpGt/Dom/pull/383
- Html attribute by @g105b in https://github.com/PhpGt/Dom/pull/384
Full Changelog: https://github.com/PhpGt/Dom/compare/v4.0.2...v4.0.3