| Index: pkg/shadow_dom/pubspec.yaml
|
| diff --git a/pkg/shadow_dom/pubspec.yaml b/pkg/shadow_dom/pubspec.yaml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..61b7107dae254b1540e90527ba9e9ba108490651
|
| --- /dev/null
|
| +++ b/pkg/shadow_dom/pubspec.yaml
|
| @@ -0,0 +1,9 @@
|
| +name: shadow_dom
|
| +author: "Web UI Team <web-ui-dev@dartlang.org>"
|
| +homepage: https://github.com/dart-lang/ShadowDOM/tree/conditional_shadowdom
|
| +description: >
|
| + Shadow DOM is designed to provide encapsulation by hiding DOM subtrees under
|
| + shadow roots. It provides a method of establishing and maintaining functional
|
| + boundaries between DOM trees and how these trees interact with each other
|
| + within a document, thus enabling better functional encapsulation within the
|
| + DOM.
|
|
|