外掛標籤
開發者團隊
原文外掛簡介
Applies configurable HTML fixes to WordPress and WooCommerce page output. Each fix can be individually enabled or disabled via Settings → Manly Fix.
WordPress & HTML Fixes
Remove trailing slashes – Removes XHTML-style trailing slashes (/>) from void elements (, , , , etc.) for clean HTML5 output.
Validator: “Info: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.”
Remove intrinsic size CSS – Removes the contain-intrinsic-size CSS rule injected by WordPress for auto-sized images.
Validator: “CSS: contain-intrinsic-size: Property contain-intrinsic-size doesn’t exist.”
Remove redundant aria-hidden – Removes aria-hidden="true" from elements that already carry the hidden attribute.
Validator: “Attribute aria-hidden is unnecessary for elements that have attribute hidden.”
Move router style to
– Moves the WordPress Interactivity Router animations inline