@@ -10125,7 +10125,11 @@ interface HTMLAreaElement extends HTMLElement, HTMLHyperlinkElementUtils {
1012510125 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/alt)
1012610126 */
1012710127 alt: string;
10128- /** Sets or retrieves the coordinates of the object. */
10128+ /**
10129+ * Sets or retrieves the coordinates of the object.
10130+ *
10131+ * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/coords)
10132+ */
1012910133 coords: string;
1013010134 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/download) */
1013110135 download: string;
@@ -10143,7 +10147,11 @@ interface HTMLAreaElement extends HTMLElement, HTMLHyperlinkElementUtils {
1014310147 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/relList) */
1014410148 get relList(): DOMTokenList;
1014510149 set relList(value: string);
10146- /** Sets or retrieves the shape of the object. */
10150+ /**
10151+ * Sets or retrieves the shape of the object.
10152+ *
10153+ * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/shape)
10154+ */
1014710155 shape: string;
1014810156 /**
1014910157 * Sets or retrieves the window or frame at which to target content.
@@ -12386,7 +12394,11 @@ declare var HTMLMeterElement: {
1238612394 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLModElement)
1238712395 */
1238812396interface HTMLModElement extends HTMLElement {
12389- /** Sets or retrieves reference information about the object. */
12397+ /**
12398+ * Sets or retrieves reference information about the object.
12399+ *
12400+ * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLModElement/cite)
12401+ */
1239012402 cite: string;
1239112403 /** Sets or retrieves the date and time of a modification to the object. */
1239212404 dateTime: string;
@@ -12915,7 +12927,11 @@ declare var HTMLProgressElement: {
1291512927 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLQuoteElement)
1291612928 */
1291712929interface HTMLQuoteElement extends HTMLElement {
12918- /** Sets or retrieves reference information about the object. */
12930+ /**
12931+ * Sets or retrieves reference information about the object.
12932+ *
12933+ * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLQuoteElement/cite)
12934+ */
1291912935 cite: string;
1292012936 addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLQuoteElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1292112937 addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
@@ -21894,6 +21910,7 @@ declare var SVGTransformList: {
2189421910};
2189521911
2189621912interface SVGURIReference {
21913+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAElement/href) */
2189721914 readonly href: SVGAnimatedString;
2189821915}
2189921916
0 commit comments