Remove legacy <span>
tags used for inline styling in documentation
#610
Labels
documentation
Improvements or additions to documentation
Description
We need to remove
<span>
tags used for inline styling in the NGINX documentation. These tags were originally introduced when WordPress was used to publish docs, but they are no longer necessary now that we apply styles via CSS.Problem
Inline
<span>
tags with style attributes (e.g.,style="color:#666666; font-weight:bolder; white-space: nowrap;"
) are still present in many places. This introduces unnecessary complexity, makes maintenance harder, and creates inconsistencies in formatting across the docs.Example
Current HTML:
Solution
<span>
tags used solely for styling.**bold**
for UI labels and key terms`inline code`
for values_italics_
if stylistically necessaryRationale
Priority
Medium – Not urgent, but important for long-term maintainability, content quality, and consistency.
The text was updated successfully, but these errors were encountered: