Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 2,426 for

dom

(0.06 sec)
  1. ShadowRoot: serializable property - Web APIs | MDN

    Learn about the ShadowRoot.serializable property, including its type, code examples, specifications, and browser compatibility....querySelector("my-shadow-dom-element"); let shadow = customElem...Specifications Specification DOM Standard # dom-shadowroot-serializable...

    developer.mozilla.org/en-US/docs/Web/API/Shadow...
  2. slot - HTML (HyperText Markup Language) | MDN

    L'attribut HTML universel slot permet d'affecter un créneau d'un shadow Dom à un élément. Un élément avec un attribut slot est affecté au créneau créé par l'élément dont la valeur de l'attribut name correspond à celle de l'attribut slot....d'affecter un créneau d'un shadow DOM à un élément. Un élément avec...Standard # attr-slot DOM Standard # ref-for-dom-element-slot① Compatibilité...

    developer.mozilla.org/fr/docs/Web/HTML/Global_a...
  3. Trusted Types API - Web APIs | MDN

    The Trusted Types API gives web developers a way to lock down the insecure parts of the Dom API to prevent client-side Cross-site scripting (XSS) attacks....down the insecure parts of the DOM API to prevent client-side Cross-site...Concepts and Usage Client-side, or DOM-based, XSS attacks happen when...

    developer.mozilla.org/en-US/docs/Web/API/Truste...
  4. Node: appendChild() method - Web APIs | MDN

    Learn about the Node.appendChild() method, including its syntax, specifications and browser compatibility....when the constraints of the DOM tree are violated, that is if...appendChild(p); Creating a nested DOM structure In this example, we...

    developer.mozilla.org/en-US/docs/Web/API/Node/a...
  5. Safely insert external content into a page - Mo...

    There are times when you might want or need to include content from an external source in your extension. But, there is the risk that the source may have malicious scripts embedded in it—added by either the developer of the source or by a malicious third-party....plain text, and add it to the DOM of a page created by your extension...remote data and add it to a DOM. Working with arbitrary strings...

    developer.mozilla.org/en-US/docs/Mozilla/Add-on...
  6. Manipulating documents - Learn web development ...

    We have reached the end of our study of document and Dom manipulation. At this point you should understand what the important parts of a web browser are with respect to controlling documents and other aspects of the user's web experience. Most importantly, you should understand what the Document Object Model is, and how to manipulate it to create useful functionality....using the Document Object Model (DOM), a set of APIs for controlling...we'll look at how to use the DOM in detail, along with some other...

    developer.mozilla.org/en-US/docs/Learn/JavaScri...
  7. Fullscreen API - Web APIs | MDN

    The Fullscreen API adds methods to present a specific Element (and its descendants) in fullscreen mode, and to exit fullscreen mode once it is no longer needed. This makes it possible to present desired content—such as an online game—using the user's entire screen, removing all browser user interface elements and other applications from the screen until fullscreen mode is shut off....fullscreen mode on the DOM (or shadow DOM). If this is null , the...the document (or shadow DOM) is not in fullscreen mode. Document...

    developer.mozilla.org/en-US/docs/Web/API/Fullsc...
  8. slot - HTML: HyperText Markup Language | MDN

    Das slot globale Attribut weist einem Element einen Slot in einem Schattenbaum des Shadow Dom zu: Ein Element mit einem slot-Attribut wird dem Slot zugewiesen, der durch das -Element erstellt wird, dessen name-Attributswert mit dem Wert des slot-Attributs übereinstimmt....einem Schattenbaum des Shadow DOM zu: Ein Element mit einem slot...Standard # attr-slot DOM Standard # ref-for-dom-element-slot① Br...

    developer.mozilla.org/de/docs/Web/HTML/Global_a...
  9. MutationObserver - Web APIs | MDN

    Learn about the MutationObserver interface, including its constructor and methods, specifications and browser compatibility....for changes being made to the DOM tree. It is designed as a replacement...specified callback function when DOM changes occur. Instance methods...

    developer.mozilla.org/en-US/docs/Web/API/Mutati...
  10. aria-setsize - Accessibility | MDN

    The aria-setsize attribute defines the number of items in the current set of listitems or treeitems when not all items in the set are present in the Dom....in the set are present in the DOM. Description Browsers automatically...sizes to the user. When the DOM is not complete, the browser...

    developer.mozilla.org/en-US/docs/Web/Accessibil...