Skip to content

Commit a5cecbd

Browse files
authored
docs(html): add reference for boolean attributes
1 parent 5cd367e commit a5cecbd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/language-html/printer-htmlparser2.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ function genericPrint(path, options, print) {
202202
}
203203
}
204204

205+
// https://html.spec.whatwg.org/multipage/indices.html#attributes-3
205206
function isBooleanAttributeNode(node) {
206207
return (
207208
node.type === "attribute" &&

0 commit comments

Comments
 (0)