diff --git a/src/generators/dom/visitors/attributes/addElementAttributes.js b/src/generators/dom/visitors/attributes/addElementAttributes.js index c91d369b6d..36869a202f 100644 --- a/src/generators/dom/visitors/attributes/addElementAttributes.js +++ b/src/generators/dom/visitors/attributes/addElementAttributes.js @@ -22,7 +22,6 @@ export default function addElementAttributes ( generator, node, local ) { // namespaced attributes but I'm not sure that's applicable in // HTML5? const helper = isXlink ? 'setXlinkAttribute' : 'setAttribute'; - if ( attribute.value === true ) { // attributes without values, e.g.