0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/packages
firefoxic e4a6462751
fix: void elements (#10493)
* Fix void elements

HTML is not XML. It doesn't have self-closing tags, it has void element tags that don't need closing slashes.

Now generated void elements (e.g. link with path to style file) do not pass validation, which can be easily fixed by simply removing two characters.

* Add changeset

* Apply suggestions from code review

---------

Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com>
2024-03-19 20:21:08 +05:30
..
astro fix: void elements (#10493) 2024-03-19 20:21:08 +05:30
astro-prism Use eslint-plugin-regexp (#9993) 2024-02-07 20:43:19 +08:00
astro-rss chore: use biome to sort imports - only test files (#10180) 2024-02-21 14:08:19 +00:00
create-astro fix(packages/create-astro): wait for writeFile to complete in updateFiles (#10487) 2024-03-19 08:07:42 +00:00
db db: Expose aggregation helpers (#10479) 2024-03-19 08:56:48 +00:00
integrations [ci] release (#10471) 2024-03-18 22:36:58 +05:30
internal-helpers [ci] release (#10365) 2024-03-11 10:25:30 +00:00
markdown/remark Revert "[ci] format" (#10417) 2024-03-13 09:55:24 +00:00
telemetry Revert "[ci] format" (#10417) 2024-03-13 09:55:24 +00:00
underscore-redirects chore: import sort source code, exception for the astro package (#10242) 2024-02-27 11:15:27 +00:00
upgrade chore: import sort source code, exception for the astro package (#10242) 2024-02-27 11:15:27 +00:00