{"categories":[{"label":"HTML","url":"https://skillfed.io/packages/category/text-processing-markup-html"}],"enrichment":{"capability":"Provides a list of HTML void element tag names (self-closing tags like `br`, `img`, `input`) for validation or reference in HTML processing.","skillfed_tags":["html-reference","tag-validation"],"use_cases":["Validate whether an HTML tag is a void element during parsing or generation.","Filter or categorize HTML tags by their self-closing status in a document processor.","Reference the canonical list of void elements when building HTML sanitizers or validators.","Check tag names against the standard when implementing HTML template engines or linters."],"what_it_does":"This package is a Python port of the npm `html-void-elements` package, providing a curated list of HTML void element tag names\u2014tags that are self-closing and do not have closing counterparts (like `br`, `img`, `input`, `meta`, and others). It includes both historical tags (e.g., `basefont`, `nextid`) and modern ones (e.g., `template`, `shadow`) drawn from the HTML living standard.\n\nThe package is a simple reference list with no runtime dependencies, designed for developers who need to validate or identify void elements during HTML parsing or generation. It supports Python 3.7 through 3.10 and has been stable since its single release in March 2022.","worth_installing":"Yes, if you need a reliable reference list of HTML void elements. The package is minimal, dependency-free, and carries no known vulnerabilities. The main caveat is dormancy: it has not been updated since March 2022, so if the HTML living standard has added new void elements since then, this list may be incomplete. For most HTML processing tasks, the list is likely sufficient."},"id":"html-void-elements","links":{"html":"https://skillfed.io/packages/html-void-elements","md":"https://skillfed.io/packages/html-void-elements.md","pypi":"https://pypi.org/project/html-void-elements/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2022-03-09","license_spdx":null,"license_treatment":"copyleft","name":"html-void-elements","python_support":"supports_current","summary":"List of HTML void tag names."},"popularity":{"monthly_downloads":442692,"position":6633,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.1.0"}
