0.0
The project is in a healthy, maintained state
Strict Phlex validation
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

 Project Readme

Phlex Validator

This project is likely to become stricter over time, which means mostly every update will be a breaking change.

Common-sense validation

This validator is designed to provide a common-sense validation experience for people writing HTML in Phlex. Sometimes that means being slightly stricter than the HTML specification. For example, there are some boolean attributes that also accept an empty string "" as a truthy value. The validator instead will require either true or false.

Bypass

You can bypass validation by using String keys instead of Symbol keys.