Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 2,426 for

dom

(0.19 sec)
  1. slot - HTML: Lenguaje de etiquetas de hipertext...

    El atributo global slot asigna un espacio en un shadow Dom árbol shadow a un elemento: Un elemento con un atributo slot es asignado al espacio creado por el elemento cuyo valor de atributo name coincide con el valor de ese atributo slot....asigna un espacio en un shadow DOM árbol shadow a un elemento: Un...Standard # attr-slot DOM Standard # ref-for-dom-element-slot① Compatibilidad...

    developer.mozilla.org/es/docs/Web/HTML/Global_a...
  2. ShadowRoot: delegatesFocus property - Web APIs ...

    Learn about the ShadowRoot.delegatesFocus property, including its type, code examples, specifications, and browser compatibility....non-focusable part of the shadow DOM is clicked, or .focus() is called...part inside the host's shadow DOM is given focus, and the shadow...

    developer.mozilla.org/en-US/docs/Web/API/Shadow...
  3. content/files/en-us/web/html/element/template/i...

    The content behind MDN Web Docs. Contribute to mdn/content development by creating an account on GitHub....generated immediately into shadow DOM. ## Attributes This element includes...Exposes the internal shadow root DOM for JavaScript (recommended for...

    github.com/mdn/content/blob/main/files/en-us/we...
  4. Framework main features - Learn web development...

    At this point you should have more of an idea about the actual languages, features, and tools you'll be using as you create applications with frameworks. I'm sure you're enthusiastic to get going and actually do some coding, and that's what you are going to do next! At this point you can choose which framework you'd like to start learning first:...different approach to updating the DOM, handling browser events, and...the time it is appended to the DOM and then rendered by the browser...

    developer.mozilla.org/en-US/docs/Learn/Tools_an...
  5. AbstractRange - Web APIs | MDN

    Learn about the AbstractRange interface, including its properties and methods, specifications and browser compatibility....the base class upon which all DOM range types are defined. A range...startContainer Read only The DOM Node in which the beginning of...

    developer.mozilla.org/en-US/docs/Web/API/Abstra...
  6. CSP: trusted-types - HTTP | MDN

    The HTTP Content-Security-Policy (CSP) trusted-types Experimental directive instructs user agents to restrict the creation of Trusted Types policies - functions that build non-spoofable, typed values intended to be passed to Dom XSS sinks in place of strings....values intended to be passed to DOM XSS sinks in place of strings...writing values to the DOM and thus reducing the DOM XSS attack surface...

    developer.mozilla.org/en-US/docs/Web/HTTP/Heade...
  7. slot - HTML(超文本标记语言) | MDN

    slot 全局属性 将一个 shadow Dom shadow 树中的槽分配给一个元素:带有 slot 属性的元素分配给由 创建的槽,它的 name 属性的值匹配 slot 属性的值。... slot 全局属性 将一个 shadow DOM shadow 树中的槽分配给一个元素:带有 slot 属性的元素分配给由...Standard # attr-slot DOM Standard # ref-for-dom-element-slot① 浏览器兼容性...

    developer.mozilla.org/zh-CN/docs/Web/HTML/Globa...
  8. slot - HTML: HyperText Markup Language | MDN

    The slot global attribute assigns a slot in a shadow Dom shadow tree to an element: An element with a slot attribute is assigned to the slot created by the element whose name attribute's value matches that slot attribute's value....attribute assigns a slot in a shadow DOM shadow tree to an element: An...Standard # attr-slot DOM Standard # ref-for-dom-element-slot① Browser...

    developer.mozilla.org/en-US/docs/Web/HTML/Globa...
  9. aria-activedescendant - Accessibility | MDN

    The aria-activedescendant attribute identifies the currently active element when focus is on a composite widget, combobox, textbox, group, or application....aria-activedescendant , the browser keeps the DOM focus on the container element...aria-activedescendant on an element with DOM focus, ensure the value refers...

    developer.mozilla.org/en-US/docs/Web/Accessibil...
  10. Advanced Svelte: Reactivity, lifecycle, accessi...

    In this article we have finished adding all the required functionality to our app, plus we've taken care of a number of accessibility and usability issues. We also finished splitting our app into manageable components, each one with a unique responsibility....some techniques for accessing DOM nodes and executing methods like...clean up event listeners on DOM elements. We also need to learn...

    developer.mozilla.org/en-US/docs/Learn/Tools_an...