A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.

To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).

Validator.nu Common Input Parameters: Difference between revisions

From WHATWG Wiki
Jump to navigation Jump to search
(Initial version)
 
(Reorg)
Line 1: Line 1:
Validator.nu accepts the following parameters regardless of input method. How these parameters are communicated depends on the input method.
Validator.nu accepts the following parameters regardless of input method. How these parameters are communicated depends on the input method.


==<code>schema</code> (not applicable to the HTML5 facet)==
Validator.nu has a generic facet at <code>http://validator.nu/</code> and an (X)HTML5 facet at <code>http://html5.validator.nu/</code>. Some parameters apply only to the generic facet. All parameters listed here are optional.
 
==Parameters for both the generic and HTML5 facets==
 
===<code>out</code>===
 
 
 
==Parameters for the generic facet only==
 
===<code>schema</code>===


This parameter takes a space-separated list of schema IRIs. The schemas can be RELAX NG 1.0 schemas, Schematron 1.5 schemas or identifiers for built-in non-schema-based checkers.
This parameter takes a space-separated list of schema IRIs. The schemas can be RELAX NG 1.0 schemas, Schematron 1.5 schemas or identifiers for built-in non-schema-based checkers.
This parameter applies only to the generic facet of the service (<code>http://validator.nu/</code>). It does not apply to the (X)HTML5 facet (<code>http://html5.validator.nu/</code>).

Revision as of 10:02, 27 November 2007

Validator.nu accepts the following parameters regardless of input method. How these parameters are communicated depends on the input method.

Validator.nu has a generic facet at http://validator.nu/ and an (X)HTML5 facet at http://html5.validator.nu/. Some parameters apply only to the generic facet. All parameters listed here are optional.

Parameters for both the generic and HTML5 facets

out

Parameters for the generic facet only

schema

This parameter takes a space-separated list of schema IRIs. The schemas can be RELAX NG 1.0 schemas, Schematron 1.5 schemas or identifiers for built-in non-schema-based checkers.