We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e66980 commit bde7726Copy full SHA for bde7726
src/browser/bool-attrs.js
@@ -19,7 +19,7 @@ var boolAttrs = {
19
autoplay: 1,
20
checked: 1,
21
controls: 1,
22
- default: 1,
+ 'default': 1,
23
defer: 1,
24
disabled: 1,
25
formnovalidate: 1,
0 commit comments