Skip to content

Commit c3a6cfd

Browse files
TypeScript Botsaschanaz
TypeScript Bot
andauthored
🤖 Update core dependencies (microsoft#1669)
Co-authored-by: saschanaz <[email protected]>
1 parent f8b6ecc commit c3a6cfd

File tree

2 files changed

+52
-46
lines changed

2 files changed

+52
-46
lines changed

baselines/dom.generated.d.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7709,6 +7709,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, InnerHTML, Non
77097709
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/attachShadow)
77107710
*/
77117711
attachShadow(init: ShadowRootInit): ShadowRoot;
7712+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/checkVisibility) */
77127713
checkVisibility(options?: CheckVisibilityOptions): boolean;
77137714
/**
77147715
* Returns the first (starting at element) inclusive ancestor that matches selectors, and null otherwise.
@@ -10995,6 +10996,7 @@ interface HTMLInputElement extends HTMLElement, PopoverInvokerElement {
1099510996
/** Sets or retrieves the initial contents of the object. */
1099610997
defaultValue: string;
1099710998
dirName: string;
10999+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/disabled) */
1099811000
disabled: boolean;
1099911001
/**
1100011002
* Returns a FileList object on a file type input object.
@@ -11291,7 +11293,11 @@ interface HTMLLinkElement extends HTMLElement, LinkStyle {
1129111293
disabled: boolean;
1129211294
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLLinkElement/fetchPriority) */
1129311295
fetchPriority: string;
11294-
/** Sets or retrieves a destination URL or an anchor point. */
11296+
/**
11297+
* Sets or retrieves a destination URL or an anchor point.
11298+
*
11299+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLLinkElement/href)
11300+
*/
1129511301
href: string;
1129611302
/** Sets or retrieves the language code of the object. */
1129711303
hreflang: string;

package-lock.json

Lines changed: 45 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)