xemlock / htmlpurifier-html5

HTML5 support for HTMLPurifier
https://packagist.org/packages/xemlock/htmlpurifier-html5
MIT License
101 stars 12 forks source link

Refactor attributes validation for <progress> element #23

Closed xemlock closed 6 years ago

xemlock commented 6 years ago

Move cross attribute validation for <progress> element to post transform. It makes accessing of the attributes much easier, as they are explicitly provided. No need to access them using $context.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 101


Totals Coverage Status
Change from base Build 99: 0.0%
Covered Lines: 295
Relevant Lines: 321

💛 - Coveralls