astro/.changeset/shy-brooms-tell.md
Nate Moore 16d532fe17
fix: HTML/SVG boolean attributes (#2538)
* fix: HTML/SVG boolean attributes

* fix: update case-sensitivity of attributes

* Update packages/astro/src/runtime/server/index.ts

Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com>

Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com>
2022-02-04 17:38:14 -06:00

185 B

astro
patch

Fix rendering of HTML boolean attributes like open and async.

Fix rendering of HTML and SVG enumerated attributes like contenteditable and spellcheck.