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

Side by Side Diff: src/site/polymer-dart/index.markdown

Issue 26922002: removing Web UI tutorials, updating remaining 4 to current release, + review pass (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: provided redirects for web UI tutes, put deprecated notice in code lab Created 7 years, 2 months 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 unified diff | Download patch
OLDNEW
1 --- 1 ---
2 layout: default 2 layout: default
3 title: "Polymer.dart" 3 title: "Polymer.dart"
4 description: "Standards-based web components: 4 description: "Standards-based web components:
5 custom elements, templates, 5 custom elements, templates,
6 and data binding for Dart web apps. A Dart port of Polymer." 6 and data binding for Dart web apps. A Dart port of Polymer."
7 has-permalinks: true 7 has-permalinks: true
8 --- 8 ---
9 9
10 <style> 10 <style>
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 110
111 Built on emerging web standards, 111 Built on emerging web standards,
112 available to you today. 112 available to you today.
113 113
114 </div> 114 </div>
115 115
116 </div> 116 </div>
117 117
118 <hr> 118 <hr>
119 119
120 ## Examples 120 ## Examples
Kathy Walrath 2013/10/11 16:36:03 It seems to me that you might also add something a
mem 2013/10/11 18:21:30 Done.
121 121
122 ### Custom elements 122 ### Custom elements
123 123
124 Extend the lexicon of HTML with your own custom elements. 124 Extend the lexicon of HTML with your own custom elements.
125 125
126 Below is a simple custom element. More advanced custom elements 126 Below is a simple custom element. More advanced custom elements
127 can contain their own styles, custom behavior, attributes, 127 can contain their own styles, custom behavior, attributes,
128 data binding, and more. 128 data binding, and more.
129 129
130 {% prettify html %} 130 {% prettify html %}
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 | Web animations | Not started 440 | Web animations | Not started
441 | [Polymer base elements](https://github.com/Polymer/polymer-elements) | Not sta rted 441 | [Polymer base elements](https://github.com/Polymer/polymer-elements) | Not sta rted
442 | [Polymer UI elements](https://github.com/Polymer/polymer-ui-elements) | Not st arted 442 | [Polymer UI elements](https://github.com/Polymer/polymer-ui-elements) | Not st arted
443 {: .table} 443 {: .table}
444 444
445 <hr> 445 <hr>
446 446
447 ## Additional reading 447 ## Additional reading
448 448
449 The cultured Dartisan studies the specifications and articles that cover 449 The cultured Dartisan studies the specifications and articles that cover
450 the lower-level primitives and features of the polymer.dart libraries. 450 the lower-level primitives and features of the polymer.dart libraries.
Kathy Walrath 2013/10/11 16:36:03 Cute, but it needs some adjusting for the more int
mem 2013/10/11 18:21:30 I gave the tutorials a header promotion and moved
451 451
452 ### Tutorials
453
454 [Define a Custom Element](/docs/tutorials/polymer-intro/),
455 part of the
456 [Dart Tutorials](/docs/tutorials/),
Kathy Walrath 2013/10/11 16:36:03 Is it "the [Dart Tutorials]" or "[The Dart Tutoria
mem 2013/10/11 18:21:30 Done.
457 provides a detailed introduction to using Polymer.dart to create
458 custom elements.
Kathy Walrath 2013/10/11 16:36:03 You could mention that other tutorials also use Po
mem 2013/10/11 18:21:30 Done.
459
452 ### Polymer 460 ### Polymer
453 461
454 * Read Polymer's [guiding principles](http://www.polymer-project.org/#guiding-pr inciples) 462 * Read Polymer's [guiding principles](http://www.polymer-project.org/#guiding-pr inciples)
455 * Watch the [Hello, Polymer!](http://www.youtube.com/watch?v=irGDN5Ysi_A) 463 * Watch the [Hello, Polymer!](http://www.youtube.com/watch?v=irGDN5Ysi_A)
456 video featuring some of the lead members of Polymer. 464 video featuring some of the lead members of Polymer.
457 465
458 ### Articles 466 ### Articles
459 467
460 * [HTML5Rocks - Shadow DOM 101](http://www.html5rocks.com/en/tutorials/webcompon ents/shadowdom/) 468 * [HTML5Rocks - Shadow DOM 101](http://www.html5rocks.com/en/tutorials/webcompon ents/shadowdom/)
461 469
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 503
496 [polymer]: http://www.polymer-project.org 504 [polymer]: http://www.polymer-project.org
497 [so]: http://stackoverflow.com/tags/dart 505 [so]: http://stackoverflow.com/tags/dart
498 [web-ui-list]: https://groups.google.com/a/dartlang.org/forum/#!forum/web-ui 506 [web-ui-list]: https://groups.google.com/a/dartlang.org/forum/#!forum/web-ui
499 [polymer-dev-list]: https://groups.google.com/forum/?fromgroups=#!forum/polymer- dev 507 [polymer-dev-list]: https://groups.google.com/forum/?fromgroups=#!forum/polymer- dev
500 [dartbug]: http://dartbug.com/new 508 [dartbug]: http://dartbug.com/new
501 [custom-elements-spec]: https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/c ustom/index.html 509 [custom-elements-spec]: https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/c ustom/index.html
502 [shadow-dom-spec]: https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow /index.html 510 [shadow-dom-spec]: https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow /index.html
503 [html-imports-spec]: https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/impo rts/index.html 511 [html-imports-spec]: https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/impo rts/index.html
504 [template-spec]: https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/template s/index.html 512 [template-spec]: https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/template s/index.html
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698