Definition
A condition in which client or preservation software fails to accurately display, play back, execute, or otherwise present a digital object’s intended informational, structural or experiential content to users or downstream processes, including degraded, partial, or misleading presentations.

Principle

Principle
Rendering correctness depends on three components: accurate interpretation of the object’s representation (format and semantics), availability of required runtime dependencies (fonts, codecs, plugins), and a rendering environment that preserves required behaviours (layout engine, scripting semantics). Failure of any component can produce incorrect presentation even when bits are intact.

Demonstration

Demonstration
Illustrative scenario → Situation: An interactive data visualization exported as HTML+JavaScript relies on a specific JavaScript library and a set of fonts. Recognition: When opened in a hardened browser environment without the required library and fonts, the visualization shows placeholder text, misaligned axes and nonfunctional controls. Action: The provider supplies a fallback static image and documents required dependencies; preservation workflow captures both live rendering and fallback. Consequence: Users have limited access to the visualization’s interactive features unless dependencies are restored or emulated.

Misapplication

Misapplication
Assuming that visual discrepancies always indicate loss of underlying data. The error is to conflate a rendering artefact (missing font, blocked script) with content corruption; often the source data remain retrievable and interpretable once the rendering environment is reconstituted.

Consequence

Consequence
Rendering failures cause misinterpretation of content (loss of layout meaning, interactive behaviour or temporal sequencing), accessibility breakdowns for users and assistive technologies, and potential loss of evidentiary value when original behaviour cannot be reproduced.

Reversal

Reversal
Intentionally transformed or simplified renderings (e.g., accessibility views, print representations, or abstracted summaries) are not failures when they preserve essential informational content by design; the classification depends on the preservation or access objective.

Boundary

Boundary
Clearly within: A web page whose scripts are blocked and that therefore fails to render dynamic content. Boundary case: A visualization that renders more slowly or with degraded performance but remains functionally equivalent. Clearly outside: Corrupted media files whose bit errors prevent decoding regardless of render environment.

Semantic Tension

Semantic Tension
Fidelity ↔ Accessibility — exact reproduction of original presentation can require proprietary or fragile dependencies, while accessible or preservable alternatives may sacrifice fidelity for longevity and inclusivity.

Synthesis

Synthesis
Preventing rendering failure requires capturing representation information and runtime dependencies, providing documented fallbacks, and recording rendering environments (software versions, configurations) so that original presentation can be reproduced, emulated or acceptably substituted.