Skip to content
forked from speced/bikeshed

A preprocessor for the CSSWG that converts source files into actual specs.

Notifications You must be signed in to change notification settings

astearns/bikeshed

 
 

Repository files navigation

css-preprocessor

This project is a pre-processor for the source documents the CSSWG produces their specs from. We write our specs in HTML, but rely on a preprocessor for a lot of niceties, like automatically generating a bibliography and table of contents, or automatically linking terms to their definitions. Specs also come with a lot of boilerplate repeated on every document, which we omit from our source document.

A short overview of my preprocessor's features:

Examples of all of the functionality described here can be found by looking at the source of the CSS Variables source document

Documentation Sections

  • Quick Start Guide - gets you from an empty file to a full spec in no time.
  • Metadata - describes the format of the required metadata block in your spec.
  • Definitions, Autolinks, and Bibliography - describes how to create definitions, autolinks, and bibliography entries.
  • Markup - describes several of the markup niceties and shortcuts over plain HTML that the processor recognizes.
  • Boilerplate - describes the use and generation of a spec's boilerplate sections. You probably don't need to read this.

About

A preprocessor for the CSSWG that converts source files into actual specs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published