We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d5b54 commit 49657deCopy full SHA for 49657de
src/index.js
@@ -628,9 +628,7 @@ function _renderToString(
628
(name[4] === '-' || HTML_ENUMERATED.test(name)) &&
629
v != null
630
) {
631
- // serialize boolean aria-xyz or draggable attribute values as strings
632
- // `draggable` is an enumerated attribute and not Boolean. A value of `true` or `false` is mandatory
633
- // https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable
+ // serialize boolean aria-xyz or enumerated attribute values as strings
634
v = v + EMPTY_STR;
635
} else if (isSvgMode) {
636
if (SVG_CAMEL_CASE.test(name)) {
0 commit comments