File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 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
33import scala .scalajs .js
44
55/**
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 ]]
78 */
89@ js.native
910sealed trait ImageLoadingMode extends js.Any
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ package org.scalajs.dom
33import scala .scalajs .js
44
55/**
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 ]]
78 */
89opaque type ImageLoadingMode <: String = String
910
You can’t perform that action at this time.
0 commit comments