Remove superfluous HTML length validation refs
What does this MR do and why?
Remove superfluous HTML length validation references. The removed code is unreachable and not used anymore. The documentation is referencing unused limitations.
-
Remove unused constant
-
Remove superfluous mentions in documentation
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
n/a
How to set up and validate locally
- Search for uses of const in code
e.g.
ag TITLE_HTML_LENGTH_MAX
1.1 should come up empty