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

Side by Side Diff: pkg/shadow_dom/pubspec.yaml

Issue 18354007: initial commit of shadow_dom pkg (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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 name: shadow_dom
2 author: "Web UI Team <web-ui-dev@dartlang.org>"
3 homepage: https://github.com/dart-lang/ShadowDOM/tree/conditional_shadowdom
4 description: >
5 Shadow DOM is designed to provide encapsulation by hiding DOM subtrees under
6 shadow roots. It provides a method of establishing and maintaining functional
7 boundaries between DOM trees and how these trees interact with each other
8 within a document, thus enabling better functional encapsulation within the
9 DOM.
OLDNEW
« pkg/shadow_dom/README.md ('K') | « pkg/shadow_dom/lib/shadow_dom.min.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698