#4185 - Dangerous CSS

Identifier #4185
Issue type Major issue (breaks an entire feature)
Title Dangerous CSS
Status Completed
Handling member Chris Graham
Addon General / Uncategorised
Description I just found this is in the CSS...

*,
*::before,
*::after {
box-sizing: border-box;
}

This essentially means that any non-trivial third-party HTML cannot be pasted into the WYSIWYG, templates, Comcode pages, etc, because it breaks a basic assumption of how default CSS layout is going to work.

At the very least we need to discuss this.
Steps to reproduce

Funded? No
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".

Rating

Unrated