Skip to content

simonjenga/jcabi-w3c

 
 

Repository files navigation

EO principles respected here Managed by Zerocracy DevOps By Rultor.com

mvn PDD status Javadoc Maven Central codecov

More details are here: w3c.jcabi.com. Also, read this blog post: W3C Java Validators.

The library contains a few Java adapters to W3C online validators:

import com.jcabi.w3c.HtmlValidator;
assert ValidatorBuilder.html().validate("<html>hello!</html>").valid();

How to contribute?

Fork the repository, make changes, submit a pull request. We promise to review your changes same day and apply to the master branch, if they look correct.

Please run Maven build before submitting a pull request:

$ mvn clean install -Pqulice

Packages

No packages published

Languages

  • Java 100.0%