Chromium Code Reviews| Index: third_party/polymer/v0_8/components-chromium/iron-validator-behavior/README.md |
| diff --git a/third_party/polymer/v0_8/components-chromium/iron-validator-behavior/README.md b/third_party/polymer/v0_8/components-chromium/iron-validator-behavior/README.md |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..8aa8b618b1c32d6b2535e01f46a944a91b57a1f7 |
| --- /dev/null |
| +++ b/third_party/polymer/v0_8/components-chromium/iron-validator-behavior/README.md |
| @@ -0,0 +1,4 @@ |
| +# iron-validator-behavior |
| +Use `Polymer.IronValidatorBehavior` to implement a custom input/form validator. Element instances |
| +implementing this behavior will be registered for use in elements that implement |
| +`Polymer.IronValidatableBehavior`. |