16d532fe17
* 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>
185 B
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
.