Skip to content

Reference

Use this section as the entry point for reference material: API inventories, configuration keys, compatibility tables, supported CSS behavior, and cross-package coverage ledgers.

ReferenceWhat it answers
CSS support matrixWhich CSS features the HTML pipeline verifies, claims, partially supports, or does not support.
Integrations API indexWhich extension API page covers each framework, renderer, transport, and build-tool surface.
Integration sectionsWhere to find package-specific API and configuration reference.
Core module referenceModule-level API and architecture pages generated from the core repository.

Every API entry must answer the same questions:

QuestionRequired answer
What do I call?Fully qualified symbol, endpoint, command-line interface (CLI) command, or config key.
What input is accepted?Parameter table with type, required status, default, and accepted values.
What happens by default?The behavior when optional input is omitted.
What comes back?Return type, response body, file output, stream, or side effect.
What can fail?Exception, validation error, HTTP status, or operational failure mode.
How do I use it safely?Security, worker-safety, size-limit, path, timeout, and secret-handling notes.

Reference pages are source-backed. Public APIs are documented from package source, config files, tests, and examples. Internal helper classes are documented only when application developers must understand their behavior to configure or operate the package.

Reference pages prefer tables over dense paragraphs. Each row should stand on its own, because later Extensible Localization Interchange File Format (XLIFF) segmentation will split content by block.