File tree Expand file tree Collapse file tree 3 files changed +6
-16
lines changed Expand file tree Collapse file tree 3 files changed +6
-16
lines changed Original file line number Diff line number Diff line change @@ -13220,9 +13220,7 @@ class Element extends Node
13220
13220
* Called by the DOM when this element has been inserted into the live
13221
13221
* document.
13222
13222
*
13223
- * More information can be found in the
13224
- * [Custom Elements](http://w3c.github.io/webcomponents/spec/custom/#dfn-attached-callback)
13225
- * draft specification.
13223
+ * Warning: This API is part of multiple custom element APIs that are no [longer supported](https://github.com/dart-lang/sdk/issues/49536).
13226
13224
*/
13227
13225
void attached() {
13228
13226
// For the deprecation period, call the old callback.
@@ -13233,8 +13231,7 @@ class Element extends Node
13233
13231
* Called by the DOM when this element has been removed from the live
13234
13232
* document.
13235
13233
*
13236
- * More information can be found in the
13237
- * [Custom Elements](http://w3c.github.io/webcomponents/spec/custom/#dfn-detached-callback)
13234
+ * Warning: This API is part of multiple custom element APIs that are no [longer supported](https://github.com/dart-lang/sdk/issues/49536).
13238
13235
* draft specification.
13239
13236
*/
13240
13237
void detached() {
@@ -40617,9 +40614,7 @@ class _WrappedEvent implements Event {
40617
40614
*
40618
40615
* ## Other resources
40619
40616
*
40620
- * * [Shadow DOM extensions to
40621
- * Event](http://w3c.github.io/webcomponents/spec/shadow/#extensions-to-event)
40622
- * from W3C.
40617
+ * * [Shadow trees](https://dom.spec.whatwg.org/#shadow-trees)
40623
40618
*/
40624
40619
// https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#extensions-to-event
40625
40620
List<Node> get path => wrapped.path as List<Node>;
Original file line number Diff line number Diff line change @@ -77,9 +77,7 @@ class _WrappedEvent implements Event {
77
77
*
78
78
* ## Other resources
79
79
*
80
- * * [Shadow DOM extensions to
81
- * Event](http://w3c.github.io/webcomponents/spec/shadow/#extensions-to-event)
82
- * from W3C.
80
+ * * [Shadow trees] (https://dom.spec.whatwg.org/#shadow-trees)
83
81
*/
84
82
// https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#extensions-to-event
85
83
List <Node > get path => wrapped.path as List <Node >;
Original file line number Diff line number Diff line change @@ -865,9 +865,7 @@ $endif
865
865
* Called by the DOM when this element has been inserted into the live
866
866
* document.
867
867
*
868
- * More information can be found in the
869
- * [Custom Elements](http://w3c.github.io/webcomponents/spec/custom/#dfn-attached-callback)
870
- * draft specification.
868
+ * Warning: This API is part of multiple custom element APIs that are no [longer supported](https://github.com/dart-lang/sdk/issues/49536).
871
869
*/
872
870
void attached() {
873
871
// For the deprecation period, call the old callback.
@@ -878,8 +876,7 @@ $endif
878
876
* Called by the DOM when this element has been removed from the live
879
877
* document.
880
878
*
881
- * More information can be found in the
882
- * [Custom Elements](http://w3c.github.io/webcomponents/spec/custom/#dfn-detached-callback)
879
+ * Warning: This API is part of multiple custom element APIs that are no [longer supported](https://github.com/dart-lang/sdk/issues/49536).
883
880
* draft specification.
884
881
*/
885
882
void detached() {
You can’t perform that action at this time.
0 commit comments