Home » Web Services » Services_W3C_CSSValidator
An Object Oriented Interface to the W3C CSS Validator service.
This package is unmaintained.
Download latest release 0.2.3 (there might be newer Composer installable version)
License: BSD
Description
This package provides an object oriented interface to the API
of the W3 CSS Validator application (http://jigsaw.w3.org/css-validator/).
With this package you can connect to a running instance of the validator and
retrieve the validation results (true|false) as well as the errors and warnings
for a a style sheet.
By using the SOAP 1.2 output format from the validator, you are returned simple
objects containing all the information from the validator.
Maintainers
- Laurent Laville (farell) — lead, active
Dependencies
Required
- PHP (>= 5.0.0)
- PEAR Installer (>= 1.5.4)
- HTTP_Request2 (>= 0.2.0)
Releases
- 0.2.3 (alpha, 2012-06-07)
Release notes
License: BSD
QA release
Bug #18082 Wrong parameters for Exception
- 0.2.2 (alpha, 2010-10-26)
- 0.2.1 (alpha, 2010-10-25)
Release notes
License: BSD
QA release
Bug #17998 Installed into wrong path - 0.1.0 (alpha, 2007-11-23)
Release notes
License: BSD
Since Pepr :
Phase 1 (2007-10-03) Initial version for PEAR proposal
Phase 2 (2007-11-20) Applied comment on condition votes from :
- Christian Weiske : @since and @access phpdoc tags (removed)
- Till Klampaeckel : add a bit of setters and getters
- David Coallier : add a bit of setters and getters instead of only using setOptions
class properties are now protected rather than public
addError() and addWarning() methods added into Services_W3C_CSSValidator_Response
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #15674 | Closed | Bug | CVS | 2009-01-18 | testValidateUri() is broken |
| #16473 | Closed | Req | CVS | 2009-07-25 | Change to HTTP_Request2 |
| #17998 | Closed | Bug | 0.2.1 | 2010-10-26 | Installed into wrong path |
| #18082 | Closed | Bug | SVN | 2010-11-22 | Wrong parameters for Exception |