CSS Spec Preprocessor (original) (raw)

No specification source provided.

This tool may also be used from the command line, e.g.:curl http://api.csswg.org/bikeshed/ -F file=@Overview.bs -F force=1 > Overview.htmlcurl http://api.csswg.org/bikeshed/ -F url=https://drafts.csswg.org/css-align-3/Overview.bs > Overview.htmlcurl http://api.csswg.org/bikeshed/ -F file=@Overview.bs -F output=errcurl http://api.csswg.org/bikeshed/ -F file=@Issues.txt -F input=issues > Issues.html

Valid paramaters are:

file

file contents to process

url

url contents to process

input

input type: 'spec' or 'issues' (default = 'spec')

output

desired output: 'html', 'err' (default to Accept: header value)

force

send HTML output even if fatal errors encountered, otherwise output determined by Accept: header

die-on

select category of error to stop on, options are: nothing, fatal, link-error, warning, everything (default = 'fatal')

time

default specification time (yyyy-mm-dd hh:mm:ss +0000)

md-

override metadata (e.g.: md-status=CR)

Parameters may be submitted as query arguments or form fields. HTTP POST must be used.

Further information can be found in the Bikeshed documentation.