Sort Score
Result 10 results
Languages All
Labels All
Results 4,621 - 4,630 of 6,159 for

reporting

(0.09 sec)
  1. HTMLCollection - Web APIs | MDN

    Learn about the HTMLCollection interface, including its properties and methods, specifications and browser compatibility....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/API/HTMLCo...
  2. MediaDevices - Web APIs | MDN

    Learn about the MediaDevices interface, including its properties and methods, specifications and browser compatibility....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/API/MediaD...
  3. <header> - HTML: Hypertext Markup Language | MDN

    HTML
    요소는 소개 및 탐색에 도움을 주는 콘텐츠를 나타냅니다. 제목, 로고, 검색 폼, 작성자 이름 등의 요소도 포함할 수 있습니다....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/ko/docs/Web/HTML/Element/...
  4. RTCIceTransport - Web APIs | MDN

    Learn about the RTCIceTransport interface, including its properties and methods, code examples, specifications, and browser compatibility....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/API/RTCIce...
  5. Using data attributes - Learn web development |...

    HTML is designed with extensibility in mind for data that should be associated with a particular element but need not have any defined meaning. data-* attributes allow us to store extra information on standard, semantic HTML elements without other hacks such as non-standard attributes, or extra properties on DOM....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Learn/HTML/How...
  6. Speculative parsing - MDN Web Docs Glossary: De...

    Traditionally in browsers the HTML parser ran on the main thread and was blocked after a tag until the script has been retrieved from the network and executed. Some HTML parser, such as Firefox since Firefox 4, support speculative parsing off of the main thread. It parses ahead while scripts are being downloaded and executed. The HTML parser starts speculative loads for scripts, style sheets and images it finds ahead in the stream and runs the HTML tree construction algorithm speculatively. The upside is that when a speculation succeeds, there's no need to reparse the part of the incoming file that was already scanned for scripts, style sheets and images. The downside is that there's more work lost when the speculation fails....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Glossary/Specu...
  7. HTMLElement: dragover event - Web APIs | MDN

    Learn about the dragover event, including its type, syntax, and properties, code examples, specifications, and browser compatibility....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/API/HTMLEl...
  8. HTMLInputElement: valueAsNumber property - Web ...

    Learn about the HTMLInputElement.valueAsNumber property, including its type, code examples, specifications, and browser compatibility....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/API/HTMLIn...
  9. bdo - HTML: Lenguaje de etiquetas de hipertexto...

    bdo Bi-Directional Overriding=Anulación de bidireccionalidad....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/es/docs/Web/HTML/Element/bdo
  10. ARIA: list role - Accessibility | MDN

    The ARIA list role can be used to identify a list of items. It is normally used in conjunction with the listitem role, which is used to identify a list item contained inside the list....View this page on GitHub • Report a problem with this content...

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