Chromium Code Reviews| OLD | NEW |
|---|---|
| (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. | |
| OLD | NEW |