Skip to content

Conversation

@Rasanga2002
Copy link

@Rasanga2002 Rasanga2002 commented Jul 22, 2025

Purpose

Improve HTML and CSS standards

Goals

Replace
tags to

Correct the word spaning to spanning
Replace align : right; to correct text-align : right;
Fix class definition

to

Approach

Manually identified HTML and CSS patterns.
Tag corrections for HTML.
CSS property corrections for proper alignment behavior

User stories

As a developer or documentation maintainer, I want the codebase to follow standard HTML and CSS practices, so that rendering and maintainability improve.

Release note

Fixed invalid HTML and CSS syntax in the documentation site. Corrected tags, spelling, and style properties.

Documentation

N/A because this fix directly affects documentation source code structure, not the written content.

Automation tests

  • Unit tests

    No application logic was modified.

  • Integration tests

    This change is limited to front-end markup and style improvements.

Security checks

Related PRs

standalone PR

Test environment

Windows 11
Chrome
VS Code

Learning

Refreshed knowledge on valid HTML5 tag usage, corrected CSS practices and learn WSO2 documentation layout conventions.

</br> tags to <br>
spaning to spanning
align : right; to text-align : right;
<div class = "md-main .md-content"> to <div class = "md-main md-content
@CLAassistant
Copy link

CLAassistant commented Jul 22, 2025

CLA assistant check
All committers have signed the CLA.

@Rasanga2002 Rasanga2002 reopened this Jul 22, 2025
@tharikaGitHub
Copy link
Member

Hi @Rasanga2002,

Can you provide a screenshot if possible to depict the visual changes with and without the fix with regards to the styling changes done in en/docs/index.md file?

Thanks,
Tharika.

@Rasanga2002
Copy link
Author

Rasanga2002 commented Sep 28, 2025 via email

@tharikaGitHub
Copy link
Member

Hi @Rasanga2002 I'm closing this PR due to inactivity. Please reopen once the concerns are addressed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants