Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 1,244 for

dom

(0.05 sec)
  1. exportparts - HTML (HyperText Markup Language) ...

    L'attribut universel exportparts permet de sélectionner et de mettre en forme des éléments qui existent dans des shadow trees, en exportant leur nom part.... L'arbre du Shadow DOM est une structure isolée ou les...des requêtes appartenant au DOM classique. Pour appliquer un...

    developer.mozilla.org/fr/docs/Web/HTML/Global_a...
  2. CSP: require-trusted-types-for - HTTP | MDN

    The HTTP Content-Security-Policy (CSP) require-trusted-types-for Experimental directive instructs user agents to control the data passed to Dom XSS sink functions, like Element.innerHTML setter....to control the data passed to DOM XSS sink functions, like Element...writing values to the DOM and thus reducing the DOM XSS attack surface...

    developer.mozilla.org/en-US/docs/Web/HTTP/Heade...
  3. DOMParser - Web APIs | MDN

    Learn about the DomParser interface, including its constructor and methods, code examples, specifications, and browser compatibility....source code from a string into a DOM Document . You can perform the...opposite operation—converting a DOM tree into XML or HTML source—using...

    developer.mozilla.org/en-US/docs/Web/API/DOMParser
  4. CSS scoping - CSS: Cascading Style Sheets | MDN

    The CSS scoping module defines the CSS scoping and encapsulation mechanisms, focusing on the Shadow Dom scoping mechanism....mechanisms, focusing on the Shadow DOM scoping mechanism. CSS styles...style elements within a shadow DOM (but only if the associated custom...

    developer.mozilla.org/en-US/docs/Web/CSS/CSS_sc...
  5. ShadowRoot - Web APIs | MDN

    Learn about the ShadowRoot interface, including its properties and methods, code examples, specifications, and browser compatibility....of the Shadow DOM API is the root node of a DOM subtree that is...separately from a document's main DOM tree. You can retrieve a reference...

    developer.mozilla.org/en-US/docs/Web/API/Shadow...
  6. <template>: The Content Template element - HTML...

    The