-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathPOLYMER
22 lines (17 loc) · 1.51 KB
/
POLYMER
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
>>>>>>>>>>>>>>WebComponents-Polymer-Resources
## Web Components
* **[Shadow DOM - W3C Editor's Draft 19 August 2014](http://w3c.github.io/webcomponents/spec/shadow/)**: normative specification of the **Shadow DOM** part of **Web Components**. Currently in *Editor's Draft* stage.
* **[HTML Imports - W3C Editor's Draft 20 August 2014](http://w3c.github.io/webcomponents/spec/imports/)**: normative specification of the **HTML Imports** part of **Web Components**. Currently in *Editor's Draft* stage.
## Polymer
* **[Polymer Project](http://www.polymer-project.org)**
* **[Polymer Designer](https://github.com/Polymer/designer)**
* **[Polymer Mailing List](https://groups.google.com/forum/#!forum/polymer-dev)**
* **[Google Design](http://www.google.com/design/)**
### Blog posts
* **[Here’s the difference between Polymer and Angular](http://www.binpress.com/blog/2014/06/26/polymer-vs-angular/)**
### Videos
* **[Google I/O 2014 - Unlock the next era of UI development with Polymer](https://www.youtube.com/watch?v=HKrYfrAzqFA)** - Great intro by Rob Dodson, he describes how to start working with custom components and compose them into an application. ```<core-scroll-header-panel>``` is a really neat effect. The super simple flexbox layout support is also awesome.
* **[Introducing the Polymer Design tool](https://www.youtube.com/watch?v=djQh8XKRzRg)**
## General links
* **[ECMAScript Spec](http://ecma-international.org/ecma-262/5.1/)**
* **[Descriptions of all CSS specifications](http://www.w3.org/Style/CSS/specs.en.html)**