Sort Score
Result 10 results
Languages All
Labels All
Results 5,531 - 5,540 of 6,159 for

reporting

(0.17 sec)
  1. UI Events - Web APIs | MDN

    The UI Events API defines a system for handling user interactions such as mouse and keyboard input. This includes:...View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/API/UI_Events
  2. <abbr>:缩写元素 - HTML(超文本标记语言) | MDN

    HTML 元素表示一个缩写词或首字母缩略词。...View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/zh-CN/docs/Web/HTML/Eleme...
  3. Intl.DateTimeFormat - JavaScript | MDN

    The Intl.DateTimeFormat object enables language-sensitive date and time formatting....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  4. Window: popstate event - Web APIs | MDN

    Learn about the popstate 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/Window...
  5. 允许图片和 canvas 跨源使用 - HTML(超文本标记语言) | MDN

    HTML 规范为图片提供了 crossorigin 属性,结合合适的 CORS 响应标头,就可以实现在 中使用外部域加载的 元素,就像在当前源加载一样。...View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/zh-CN/docs/Web/HTML/CORS_...
  6. font-family - CSS: Cascading Style Sheets | MDN

    The font-family CSS property specifies a prioritized list of one or more font family names and/or generic family names for the selected element....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/CSS/font-f...
  7. dominant-baseline - CSS: Cascading Style Sheets...

    The dominant-baseline CSS property specifies the specific baseline used to align the box's text and inline-level contents. It also indicates the default alignment baseline of any boxes participating in baseline alignment in the box's alignment context. If present, it overrides the shape's dominant-baseline attribute....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/CSS/domina...
  8. Attribut HTML : pattern - HTML (HyperText Marku...

    L'attribut pattern indique une expression rationnelle que doit respecter la valeur du contrôle du formulaire. Si une valeur non nulle (qui n'est pas null) ne respecte pas les contraintes portées par pattern, la propriété patternMismatch en lecture seule, rattachée à l'objet ValidityState, vaudra true....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/fr/docs/Web/HTML/Attribut...
  9. How to implement a promise-based API - Learn we...

    In the last article we discussed how to use APIs that return promises. In this article we'll look at the other side — how to implement APIs that return promises. This is a much less common task than using promise-based APIs, but it's still worth knowing about....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Learn/JavaScri...
  10. CSS:层叠样式表 | MDN

    层叠样式表(Cascading Style Sheets,缩写为 CSS)是一种样式表语言,用来描述 HTML 或 XML(包括如 SVG、MathML 或 XHTML 之类的 XML 分支语言)文档的呈现方式。CSS 描述了在屏幕、纸质、音频等其他媒体上的元素应该如何被渲染的问题。...View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/zh-CN/docs/Web/CSS