|
12124 | 12124 | "pageType": "web-api-instance-property", |
12125 | 12125 | "summary": "The hreflang property of the HTMLAnchorElement interface is a string that is the language of the linked resource." |
12126 | 12126 | }, |
| 12127 | + { |
| 12128 | + "mdn_url": "/en-US/docs/Web/API/HTMLAnchorElement/interestForElement", |
| 12129 | + "pageType": "web-api-instance-property", |
| 12130 | + "summary": "The interestForElement property of the HTMLAnchorElement interface gets or sets the target element of an interest invoker, in cases where the associated <a> element is specified as an interest invoker." |
| 12131 | + }, |
12127 | 12132 | { |
12128 | 12133 | "mdn_url": "/en-US/docs/Web/API/HTMLAnchorElement/origin", |
12129 | 12134 | "pageType": "web-api-instance-property", |
|
12239 | 12244 | "pageType": "web-api-instance-property", |
12240 | 12245 | "summary": "The HTMLAreaElement.href property is a\nstringifier that returns a string containing the whole URL, and allows\nthe href to be updated." |
12241 | 12246 | }, |
| 12247 | + { |
| 12248 | + "mdn_url": "/en-US/docs/Web/API/HTMLAreaElement/interestForElement", |
| 12249 | + "pageType": "web-api-instance-property", |
| 12250 | + "summary": "The interestForElement property of the HTMLAreaElement interface gets or sets the target element of an interest invoker, in cases where the associated <area> element is specified as an interest invoker." |
| 12251 | + }, |
12242 | 12252 | { |
12243 | 12253 | "mdn_url": "/en-US/docs/Web/API/HTMLAreaElement/origin", |
12244 | 12254 | "pageType": "web-api-instance-property", |
|
12399 | 12409 | "pageType": "web-api-instance-property", |
12400 | 12410 | "summary": "The formTarget property of the HTMLButtonElement interface is the tab, window, or iframe where the response of the submitted <form> is to be displayed. It reflects the value of the <button> element's formtarget attribute." |
12401 | 12411 | }, |
| 12412 | + { |
| 12413 | + "mdn_url": "/en-US/docs/Web/API/HTMLButtonElement/interestForElement", |
| 12414 | + "pageType": "web-api-instance-property", |
| 12415 | + "summary": "The interestForElement property of the HTMLButtonElement interface gets or sets the target element of an interest invoker, in cases where the associated <button> element is specified as an interest invoker." |
| 12416 | + }, |
12402 | 12417 | { |
12403 | 12418 | "mdn_url": "/en-US/docs/Web/API/HTMLButtonElement/labels", |
12404 | 12419 | "pageType": "web-api-instance-property", |
|
12819 | 12834 | "pageType": "web-api-instance-property", |
12820 | 12835 | "summary": "The HTMLElement property inputMode reflects the value of the element's inputmode attribute." |
12821 | 12836 | }, |
| 12837 | + { |
| 12838 | + "mdn_url": "/en-US/docs/Web/API/HTMLElement/interest_event", |
| 12839 | + "pageType": "web-api-event", |
| 12840 | + "summary": "The interest event of the HTMLElement interface is fired on an interest invoker's target element when interest is shown, allowing code to be run in response." |
| 12841 | + }, |
12822 | 12842 | { |
12823 | 12843 | "mdn_url": "/en-US/docs/Web/API/HTMLElement/isContentEditable", |
12824 | 12844 | "pageType": "web-api-instance-property", |
|
12834 | 12854 | "pageType": "web-api-event", |
12835 | 12855 | "summary": "The load event fires for elements containing a resource when the resource has successfully loaded. Currently, the list of supported HTML elements are: <body>, <embed>, <iframe>, <img>, <link>, <object>, <script>, <style>, and <track>." |
12836 | 12856 | }, |
| 12857 | + { |
| 12858 | + "mdn_url": "/en-US/docs/Web/API/HTMLElement/loseinterest_event", |
| 12859 | + "pageType": "web-api-event", |
| 12860 | + "summary": "The loseinterest event of the HTMLElement interface is fired on the target element of an interest invoker when interest is lost, allowing code to be run in response." |
| 12861 | + }, |
12837 | 12862 | { |
12838 | 12863 | "mdn_url": "/en-US/docs/Web/API/HTMLElement/nonce", |
12839 | 12864 | "pageType": "web-api-instance-property", |
|
16654 | 16679 | "pageType": "web-api-interface", |
16655 | 16680 | "summary": "The IntegrityViolationReportBody dictionary is an extension of the Reporting API that represents the body of an Integrity Policy violation report." |
16656 | 16681 | }, |
| 16682 | + { |
| 16683 | + "mdn_url": "/en-US/docs/Web/API/InterestEvent", |
| 16684 | + "pageType": "web-api-interface", |
| 16685 | + "summary": "The InterestEvent interface represents an event that fires when interest is shown or lost on an interest invoker." |
| 16686 | + }, |
| 16687 | + { |
| 16688 | + "mdn_url": "/en-US/docs/Web/API/InterestEvent/InterestEvent", |
| 16689 | + "pageType": "web-api-constructor", |
| 16690 | + "summary": "The InterestEvent() constructor creates a new InterestEvent object." |
| 16691 | + }, |
| 16692 | + { |
| 16693 | + "mdn_url": "/en-US/docs/Web/API/InterestEvent/source", |
| 16694 | + "pageType": "web-api-instance-property", |
| 16695 | + "summary": "The source read-only property of the InterestEvent interface is an Element object instance that represents the interest invoker element on which interest was shown or lost to fire the event." |
| 16696 | + }, |
16657 | 16697 | { |
16658 | 16698 | "mdn_url": "/en-US/docs/Web/API/Intersection_Observer_API", |
16659 | 16699 | "pageType": "web-api-overview", |
|
22479 | 22519 | "pageType": "guide", |
22480 | 22520 | "summary": "The Popover API provides developers with a standard, consistent, flexible mechanism for displaying popover content on top of other page content. Popover content can be controlled either declaratively using HTML attributes, or via JavaScript. This article provides a detailed guide to using all of its features." |
22481 | 22521 | }, |
| 22522 | + { |
| 22523 | + "mdn_url": "/en-US/docs/Web/API/Popover_API/Using_interest_invokers", |
| 22524 | + "pageType": "guide", |
| 22525 | + "summary": "Interest invokers provide a mechanism for updating an interface or running custom code when a user \"shows interest\" or \"loses interest\" in an element (for example, by hovering or unhovering it). They are most commonly used to show and hide popovers. This guide explains the concepts behind interest invokers, what their use cases are, and how to use them." |
| 22526 | + }, |
22482 | 22527 | { |
22483 | 22528 | "mdn_url": "/en-US/docs/Web/API/PopStateEvent", |
22484 | 22529 | "pageType": "web-api-interface", |
|
23162 | 23207 | { |
23163 | 23208 | "mdn_url": "/en-US/docs/Web/API/Range/Range", |
23164 | 23209 | "pageType": "web-api-constructor", |
23165 | | - "summary": "The Range() constructor returns a newly created\nRange object whose start and end are offset 0 of the the global document\nobject." |
| 23210 | + "summary": "The Range() constructor returns a newly created\nRange object whose start and end are offset 0 of the global document\nobject." |
23166 | 23211 | }, |
23167 | 23212 | { |
23168 | 23213 | "mdn_url": "/en-US/docs/Web/API/Range/selectNode", |
|
28534 | 28579 | "pageType": "web-api-instance-property", |
28535 | 28580 | "summary": "The hreflang property of the SVGAElement interface returns a string indicating the language of the linked resource." |
28536 | 28581 | }, |
| 28582 | + { |
| 28583 | + "mdn_url": "/en-US/docs/Web/API/SVGAElement/interestForElement", |
| 28584 | + "pageType": "web-api-instance-property", |
| 28585 | + "summary": "The interestForElement property of the SVGAElement interface gets or sets the target element of an interest invoker, in cases where the associated <a> element is specified as an interest invoker." |
| 28586 | + }, |
28537 | 28587 | { |
28538 | 28588 | "mdn_url": "/en-US/docs/Web/API/SVGAElement/origin", |
28539 | 28589 | "pageType": "web-api-instance-property", |
|
39524 | 39574 | "pageType": "css-property", |
39525 | 39575 | "summary": "The background-size CSS property sets the size of the element's background image.\nThe image can be left to its natural size, stretched, or constrained to fit the available space." |
39526 | 39576 | }, |
| 39577 | + { |
| 39578 | + "mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/baseline-source", |
| 39579 | + "pageType": "css-property", |
| 39580 | + "summary": "The baseline-source CSS property defines which baseline to use when inline-level boxes have multiple possible baselines, such as multi-line inline blocks or inline flex containers.\nThe values allow for choosing between aligning to the box's first baseline, last baseline, or letting the browser decide automatically based on the box type." |
| 39581 | + }, |
39527 | 39582 | { |
39528 | 39583 | "mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/block-size", |
39529 | 39584 | "pageType": "css-property", |
|
40614 | 40669 | "pageType": "css-property", |
40615 | 40670 | "summary": "The interactivity CSS property specifies whether an element and its descendant nodes are set to be inert." |
40616 | 40671 | }, |
| 40672 | + { |
| 40673 | + "mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/interest-delay", |
| 40674 | + "pageType": "css-shorthand-property", |
| 40675 | + "summary": "The interest-delay CSS property specifies the delay between the user showing interest in an interest invoker element and the interest event firing, and the delay between the user losing interest and the loseinterest event firing." |
| 40676 | + }, |
| 40677 | + { |
| 40678 | + "mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/interest-delay-end", |
| 40679 | + "pageType": "css-shorthand-property", |
| 40680 | + "summary": "The interest-delay-end CSS property specifies the delay between the user losing interest in an interest invoker element and the loseinterest event firing." |
| 40681 | + }, |
| 40682 | + { |
| 40683 | + "mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/interest-delay-start", |
| 40684 | + "pageType": "css-shorthand-property", |
| 40685 | + "summary": "The interest-delay-start CSS property specifies the delay between the user showing interest in an interest invoker element and the interest event firing." |
| 40686 | + }, |
40617 | 40687 | { |
40618 | 40688 | "mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/interpolate-size", |
40619 | 40689 | "pageType": "css-property", |
|
41677 | 41747 | { |
41678 | 41748 | "mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/text-shadow", |
41679 | 41749 | "pageType": "css-property", |
41680 | | - "summary": "The text-shadow CSS property adds shadows to text. It accepts a comma-separated list of shadows to be applied to the text and any of its decorations. Each shadow is described by some combination of X and Y offsets from the element, blur radius, and color." |
| 41750 | + "summary": "The text-shadow CSS property adds shadows to text. It accepts a comma-separated list of shadows to be applied to the text and any of its text-decoration. Each shadow is described by some combination of X and Y offsets from the element, blur radius, and color." |
41681 | 41751 | }, |
41682 | 41752 | { |
41683 | 41753 | "mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/text-size-adjust", |
|
0 commit comments