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

Side by Side Diff: samples/webcomponents/README

Issue 10964030: A variety of cleanups to bring our samples up-to-date. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 This directory contains sample Dart programs using the draft WebComponents
2 features specified here:
3
4 https://dvcs.w3.org/hg/webcomponents/raw-file/tip/explainer/index.html
5 https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html
6
7 as well as the new <style scoped> tag. As such, these samples currently only
8 run on Dartium with the command-line flags --enable-shadow-dom and
9 --enable-style-scoped set. Chrome Canary with the same command-line flags will
10 run them when they are compiled with dart2js.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698