| Index: sdk/lib/html/dartium/html_dartium.dart
|
| diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
|
| index 8b9ff40073805c4ee8e814ed4a875e55798b1cfc..9c76577f25a1c1770a038955e0e385a4edc8ec1e 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -28352,7 +28352,7 @@ class WheelEvent extends MouseEvent {
|
| *
|
| * ## See also
|
| *
|
| - * [WindowBase]
|
| + * * [WindowBase]
|
| *
|
| * ## Other resources
|
| *
|
| @@ -31896,10 +31896,7 @@ class _DataAttributeMap implements Map<String, String> {
|
| /**
|
| * An object that can be drawn to a 2D canvas rendering context.
|
| *
|
| - * This object is either an [ImageElement], [VideoElement], or
|
| - * [CanvasElement].
|
| - *
|
| - * The image drawn to the canvas differs by implementation:
|
| + * The image drawn to the canvas depends on the type of this object:
|
| *
|
| * * If this object is an [ImageElement], then this element's image is
|
| * drawn to the canvas. If this element is an animated image, then this
|
| @@ -31950,7 +31947,7 @@ abstract class CanvasImageSource {}
|
| *
|
| * ## See also
|
| *
|
| - * [Window]
|
| + * * [Window]
|
| *
|
| * ## Other resources
|
| *
|
|
|