/
Style Rendering Testing Template

Style Rendering Testing Template

Summary

Here is a comprehensive list of things to look out for after making changes to the style rendering part of the engine.

The style rendering is comprised of three parts:

  • Compile time rendering of the base styles into bootstrap.css (assumed to be correct at release)

  • Rendering of the style defaults. This should be a delta from bootstrap.css consisting of the changed default values. This style is added as a style tag with the attribute data-lpc-schema="default_style".

  • Rendering of specific block styles. This should only affect a single block whose style has been set to something different from the defaults. This style is added as a style tag with the attributes data-lpc-schema="custom_style" name="overlay".

 

Related content

Layout Interactions Testing Template
Layout Interactions Testing Template
More like this
2024-06-04 - refactor test
2024-06-04 - refactor test
More like this
EDITION 2.0 - SPECIFICATION 2024
EDITION 2.0 - SPECIFICATION 2024
More like this
Frontend Validation
More like this
HTML levél szerkesztésének legfontosabb lépései
HTML levél szerkesztésének legfontosabb lépései
More like this
Landing Page Editor - Documentation
Landing Page Editor - Documentation
More like this