# css-validator **Repository Path**: mirrors_ebourg/css-validator ## Basic Information - **Project Name**: css-validator - **Description**: W3C CSS Validation Service - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-18 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
The latest development code for the CSS Validator is available through the GitHub Repository.
For a visual representation, see the CSS Validator Sequence Diagram, which is available in png, graffle and svg formats.
If you have any questions or problems with the validator, send us an email.
This directory contains:
In servlet mode, URL like file are desactivated. Be careful with URL, you can put a URL request so if your site have special authorization to access web pages, it should be dangerous to run the validator on it. You can desactivated all URL request with the init parameter 'import'. Set this parameter to 'false' (default) means any URL request (except file:) are authorized. see the javadoc documentation for more informations on the servlet.
You have a lot of configuration files in the validator (in Java, it means properties).