File tree 2 files changed +4
-2
lines changed 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ package org.scalajs.dom
3
3
import scala .scalajs .js
4
4
5
5
/**
6
- * Possible values for the loading type of an `HTMLImageElement`: https://html.spec.whatwg.org/multipage/embedded-content.html#dom-img-loading
6
+ * Possible values for an HTMLImageElement loading attribute
7
+ * [[https://html.spec.whatwg.org/multipage/embedded-content.html#dom-img-loading ]]
7
8
*/
8
9
@ js.native
9
10
sealed trait ImageLoadingMode extends js.Any
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ package org.scalajs.dom
3
3
import scala .scalajs .js
4
4
5
5
/**
6
- * Possible values for the loading type of an `HTMLImageElement`: https://html.spec.whatwg.org/multipage/embedded-content.html#dom-img-loading
6
+ * Possible values for an HTMLImageElement loading attribute
7
+ * [[https://html.spec.whatwg.org/multipage/embedded-content.html#dom-img-loading ]]
7
8
*/
8
9
opaque type ImageLoadingMode <: String = String
9
10
You can’t perform that action at this time.
0 commit comments