Skip to content

The “type” attribute on the “ul” element is obsolete

The "type" attribute, which is used on the "ul" HTML element is considered obsolete or outdated. Instead of using this attribute, the recommendation is to achieve the same effect using CSS.

The list-style-type: disc; needs to be removed without breaking the current CSS. https://gitlab.agile.coop/agile-public/zephyr-theme/-/blob/main/sass/base/typography.scss?ref_type=heads#L48

Examples of affected pages:

Edited by Sonia