From 566dc989aa80aa89b954295cbdfc06dafbbe96f8 Mon Sep 17 00:00:00 2001 From: Russell Bicknell Date: Tue, 7 Aug 2018 16:49:06 -0700 Subject: [PATCH] Remove `=""` from boolean attributes. --- demo/index.html | 6 +++--- test/disabled-input.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/demo/index.html b/demo/index.html index 46d94d3..5da5633 100644 --- a/demo/index.html +++ b/demo/index.html @@ -40,7 +40,7 @@

Basic inputs

@@ -76,7 +76,7 @@

Auto-validation and preventing invalid characters

background-color: #FFCDD2; } - + @@ -92,7 +92,7 @@

Validation with a custom validator

} - + diff --git a/test/disabled-input.js b/test/disabled-input.js index 6b6a9c8..086de9b 100644 --- a/test/disabled-input.js +++ b/test/disabled-input.js @@ -15,7 +15,7 @@ import {html} from '@polymer/polymer/lib/utils/html-tag.js'; Polymer({ _template: html` - + `, is: 'disabled-input',