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>
7 lines
185 B
Markdown
7 lines
185 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Fix rendering of HTML boolean attributes like `open` and `async`.
|
|
|
|
Fix rendering of HTML and SVG enumerated attributes like `contenteditable` and `spellcheck`.
|