Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 2,415 for

dom

(0.06 sec)
  1. <samp> - HTML(超文本标记语言) | MDN

    元素用于标识计算机程序输出,通常使用浏览器缺省的 monotype 字体(例如 Lucida Console)。... DOM 接口 HTMLElement 属性 该元素只包含 全局属性 。 DOM 接口 该元素实现了 HTMLElement...

    developer.mozilla.org/zh-CN/docs/Web/HTML/Eleme...
  2. :default - CSS: Cascading Style Sheets | MDN

    The :default CSS pseudo-class selects form elements that are the default in a group of related elements....the first enabled option in DOM order. multiple <select> s can...button : the first <button> in DOM order that belongs to the form...

    developer.mozilla.org/en-US/docs/Web/CSS/:default
  3. TextUpdateEvent - Web APIs | MDN

    Learn about the TextUpdateEvent interface, including its constructor and properties, code examples, specifications, and browser compatibility....TextUpdateEvent interface is a DOM event that represents a text...Specification EditContext API # dom-textupdateevent Browser compatibility...

    developer.mozilla.org/en-US/docs/Web/API/TextUp...
  4. HTMLIFrameElement: contentWindow property - Web...

    Learn about the HTMLIFrameElement.contentWindow property, including its type, code examples, specifications, and browser compatibility....iframe's document and its internal DOM, and if they are cross-origin...Specification HTML Standard # dom-iframe-contentwindow Browser...

    developer.mozilla.org/en-US/docs/Web/API/HTMLIF...
  5. ARIA: treegrid role - Accessibility | MDN

    The treegrid role identifies an element as being grid whose rows can be expanded and collapsed in the same manner as for a tree.... Each cell is either a DOM descendant of or owned by a row...nested within the treegrid in the DOM, the aria-owns attribute, referencing...

    developer.mozilla.org/en-US/docs/Web/Accessibil...
  6. tabindex - HTML (HyperText Markup Language) | MDN

    L'attribut universel tabindex est un entier indiquant si l'élément peut capturer le focus et si c'est le cas, dans quel ordre il le capture lors de la navigation au clavier (généralement à l'aide de la touche Tab). Si plusieurs éléments partagent la même valeur d'attribut tabindex, leur ordre sera calculé en fonction de leur position dans le document....selon l'ordre des éléments du DOM ; Attention : Le positionnement...tabulations correspond à l'ordre du DOM. Une valeur positive : l'élément...

    developer.mozilla.org/fr/docs/Web/HTML/Global_a...
  7. ARIA: cell role - Accessibility | MDN

    The cell value of the ARIA role attribute identifies an element as being a cell in a tabular container that does not contain column or row header information. To be supported, the cell must be nested in an element with the role of row....columns are hidden from the DOM. The attribute takes as its value...If all the columns are in the DOM, this attribute is not necessary...

    developer.mozilla.org/en-US/docs/Web/Accessibil...
  8. InputDeviceCapabilities API - Web APIs | MDN

    The InputDeviceCapabilities API provides details about the underlying sources of input events. The API attempts to describe how the device behaves rather than what it is. For example, the first version of the API indicates whether a device fires touch events rather than whether it is a touch screen....capabilities concepts and usage Because DOM events abstract device input...Input Device Capabilities # dom-inputdevicecapabilit Browser...

    developer.mozilla.org/en-US/docs/Web/API/InputD...
  9. Web Animations API - Web APIs | MDN

    The Web Animations API allows for synchronizing and timing changes to the presentation of a Web page, i.e. animation of Dom elements. It does so by combining two models: the Timing Model and the Animation Model.... animation of DOM elements. It does so by combining...developers to describe animations on DOM elements. To get more information...

    developer.mozilla.org/en-US/docs/Web/API/Web_An...
  10. Node: cloneNode() method - Web APIs | MDN

    Learn about the Node.cloneNode() method, including its syntax, specifications and browser compatibility....Specifications Specification DOM Standard # ref-for-dom-node-clonenode① Browser...

    developer.mozilla.org/en-US/docs/Web/API/Node/c...