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 5cd367e commit a5cecbdCopy full SHA for a5cecbd
1 file changed
src/language-html/printer-htmlparser2.js
@@ -202,6 +202,7 @@ function genericPrint(path, options, print) {
202
}
203
204
205
+// https://html.spec.whatwg.org/multipage/indices.html#attributes-3
206
function isBooleanAttributeNode(node) {
207
return (
208
node.type === "attribute" &&
0 commit comments