Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Unified Diff: third_party/polymer/v1_0/components-chromium/iron-checked-element-behavior/README.md

Issue 1468623004: Update Polymer from 1.2.1 -> 1.2.3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@travis-yml
Patch Set: local-state.html Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/polymer/v1_0/components-chromium/iron-checked-element-behavior/README.md
diff --git a/third_party/polymer/v1_0/components-chromium/iron-checked-element-behavior/README.md b/third_party/polymer/v1_0/components-chromium/iron-checked-element-behavior/README.md
index b892ad040963f603a93bc9bf3d44cdba9af4bb64..fc570916df1633d6f4441b760c33961a03284ba2 100644
--- a/third_party/polymer/v1_0/components-chromium/iron-checked-element-behavior/README.md
+++ b/third_party/polymer/v1_0/components-chromium/iron-checked-element-behavior/README.md
@@ -1,2 +1,25 @@
-# iron-checked-element-behavior
-Implements an element that has a checked attribute and can be added to a form
+
+<!---
+
+This README is automatically generated from the comments in these files:
+iron-checked-element-behavior.html
+
+Edit those files, and our readme bot will duplicate them over here!
+Edit this file, and the bot will squash your changes :)
+
+-->
+
+[![Build Status](https://travis-ci.org/PolymerElements/iron-checked-element-behavior.svg?branch=master)](https://travis-ci.org/PolymerElements/iron-checked-element-behavior)
+
+_[Demo and API Docs](https://elements.polymer-project.org/elements/iron-checked-element-behavior)_
+
+
+##Polymer.IronCheckedElementBehavior
+
+
+Use `Polymer.IronCheckedElementBehavior` to implement a custom element
+that has a `checked` property, which can be used for validation if the
+element is also `required`. Element instances implementing this behavior
+will also be registered for use in an `iron-form` element.
+
+

Powered by Google App Engine
This is Rietveld 408576698