Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Differentiate Between "Self-Closing Tags" and "Regular Elements" #2

Open
Adamska1008 opened this issue Aug 20, 2024 · 0 comments
Labels
feature New feature good first issue Good for newcomers

Comments

@Adamska1008
Copy link
Owner

Adamska1008 commented Aug 20, 2024

Currently, parsing "<tag><tag/>" and "</tag>" results in the creation of two identical element. Additionally, if the element contains no text or child elements, as shown above, the ExportFormat method always produce a self-closing tag like "</tag>". Which lacks necessary information. This need to be fixed.

@Adamska1008 Adamska1008 added good first issue Good for newcomers feature New feature labels Aug 20, 2024
@Adamska1008 Adamska1008 changed the title Add Element Tag Type [Feature] Differentiate Between "Self-Closing Tags" and "Regular Elements" Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant