Sort Score
Result 10 results
Languages All
Labels All
Results 2,461 - 2,470 of 6,159 for

report

(0.08 sec)
  1. <string> - CSS: Cascading Style Sheets | MDN

    The CSS data type represents a sequence of characters. Strings are used in numerous CSS properties, such as content, font-family, and quotes....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/CSS/string
  2. <blockquote>: The Block Quotation element - HTM...

    The
    HTML element indicates that the enclosed text is an extended quotation. Usually, this is rendered visually by indentation (see Notes for how to change it). A URL for the source of the quotation may be given using the cite attribute, while a text representation of the source can be given using the element....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/HTML/Eleme...
  3. SyntaxError: invalid regular expression flag "x...

    The JavaScript exception "invalid regular expression flag" occurs when the flags in a regular expression contain any flag that is not one of: d, g, i, m, s, u, v, or y. It may also be raised if the expression contains more than one instance of a valid flag, or when the u and v flags are used together....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  4. SyntaxError: for-in loop head declarations may ...

    The JavaScript strict mode-only exception "for-in loop head declarations may not have initializers" occurs when the head of a for...in contains an initializer expression, such as for (var i = 0 in obj). This is not allowed in for-in loops in strict mode. In addition, lexical declarations with initializers like for (const i = 0 in obj) are not allowed outside strict mode either....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  5. OscillatorNode - Web APIs | MDN

    Learn about the OscillatorNode interface, including its constructor, 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/Oscill...
  6. aria-checked - Accessibility | MDN

    The aria-checked attribute indicates the current "checked" state of checkboxes, radio buttons, and other widgets....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/Accessibil...
  7. VRStageParameters - Web APIs | MDN

    Learn about the VRStageParameters interface, including its 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/VRStag...
  8. Sec-WebSocket-Extensions - HTTP | MDN

    The HTTP Sec-WebSocket-Extensions request and response header is used in the WebSocket opening handshake to negotiate a protocol extension used by the client and server....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/HTTP/Heade...
  9. <small>:备注元素 - HTML(超文本标记语言) | MDN

    HTML 元素代表旁注和小字印刷(如版权和法律文本),与其样式的呈现方式无关。默认情况下,它以比其中的文本小一号的字体大小呈现,例如从 small 变为 x-small。...View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/zh-CN/docs/Web/HTML/Eleme...
  10. column-width - CSS: Cascading Style Sheets | MDN

    The column-width CSS property sets the ideal column width in a multi-column layout. The container will have as many columns as can fit without any of them having a width less than the column-width value. If the width of the container is narrower than the specified value, the single column's width will be smaller than the declared column width....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/CSS/column...