Global constants used at various places.

Enums

E
Environment
No documentation available

Functions

f
finalize_style_constants
No documentation available

Interfaces

I
ConfigOptions

Config options, to be used as part of the arguments in [[Options]] to overwrite the configuration options of ReSpec.

I
MediaType
No documentation available
I
Options

Options provided by the user if and when the source has to be pre-processed via ReSpec.

Variables

v
acceptable_url_endings

Acceptable endings for document URL-s. We try to avoid cases when the relative URL calculations go wrong

v
entity_codes

Entity/code pairs: the XHTML conversion is supposed to remove the XML entities (if used) to their code alternatives.

v
ENV_MODIFIED_FILE_LOCATION

Environmental variable name for the location of external copies of some css and image files

v
environment

Flag to decide whether the code runs in a browser, in Deno, or in node.js.

v
fixup_js

Generic 'fixup' script (used for warnings for rescinded or obsolete versions).

v
invalid_host_names

Invalid host names (essentially "localhost" and friends); unless explicitly set in the environment, these are considered to be unsafe. This is important for server deployment: servers should never accept these host names

v
local_icons
No documentation available
v
local_port_number

Default port number for the server locally. Set to the default HTTP port number; the environment variable PORT may, however, overwrite this for a server.

v
local_style_files

Local (relative) URL for styles and logos

v
media_types

Various media types used in the code.

v
modified_epub_files

Base URL for the W3C files (like base.css, logos in SVG format) modified for EPUB.

v
process_2021_date

Cut-off date for the publication process change

v
process_version

Process version being used

v
spec_generator

URL of the spec generator service, used if the source has to be transformed via respec first.

v
spec_status_values

Valid Spec Status values

v
text_content

These media types refer to textual content, no reason to bother about streaming when fetching them...

v
TR_css_files

Base URL for the official W3C css files (only the non-SVG ones are used directly).

v
tr_epub_css

Extra CSS file for EPUB content; mainly used to adapt and, possibly, to compensate the effects of the main CSS file. The features are

v
TR_logo_files

Base URL for the official W3C logos (only the non-SVG ones are used directly).

v
W3C_icons

Generic ICON directory on the W3C site

v
wcag_checked

Document types that are supposed to be WCAG A level due to the W3C publication check.