HTML_007_NO_INLINE_HANDLERS_OR_STYLES: Keine Inline-Handler und keine Inline-Styles
Severity: must. Bereich: html-templates.
Regel
Templates DUERFEN keine onclick-, oninput- oder style-Attribute fuer Anwendungslogik enthalten; Verhalten wird ueber data-Attribute und JavaScript-Module angebunden.
Reflection-Check
check:
reject_patterns:
- on[a-z]+=
- style=Evidence
- LOCAL_JS_RULES, Lokale JavaScript YAML Library
- LOCAL_GUI_RULES, Lokale GUI YAML Libraries