Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 91 - 100 of 3,182 for host:developer.mozilla.org (0.14 seconds)

  1. class - JavaScript | MDN

    The class declaration creates a binding of a new class to a given name.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/class
    Sun Mar 22 01:12:24 GMT 2026
      22.6K bytes
  2. intercept - SVG | MDN

    The intercept attribute defines the intercept of the linear function of color component transfers when the type attribute is set to linear.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/intercept
    Sun Mar 22 01:12:26 GMT 2026
      18.5K bytes
  3. Literal character: a, b - JavaScript | MDN

    A literal character specifies exactly itself to be matched in the input text.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Literal_character
    Mon Mar 23 01:15:39 GMT 2026
      24.4K bytes
  4. preserveAspectRatio - SVG | MDN

    The preserveAspectRatio attribute indicates how an element with a viewBox providing a given aspect ratio must fit into a viewport with a different aspect ratio.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/preserveAspectRatio
    Mon Mar 23 01:15:42 GMT 2026
      20K bytes
  5. fetchpriority - SVG | MDN

    The fetchpriority attribute provides a hint to the browser about the relative priority to use when fetching an external resource. This works the same way as the fetchpriority attribute for the HTML <img> and <script> elements.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/fetchpriority
    Sun Mar 22 01:12:26 GMT 2026
      18.3K bytes
  6. patternUnits - SVG | MDN

    The patternUnits attribute indicates which coordinate system to use for the geometry properties of the <pattern> element.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/patternUnits
    Mon Mar 23 01:15:42 GMT 2026
      18.6K bytes
  7. Lookbehind assertion: (?<=...), (?<!...) ...

    A lookbehind assertion "looks behind": it attempts to match the previous input with the given pattern, but it does not consume any of the input โ€” if the match is successful, the current position in the input stays the same. It matches each atom in its pattern in the reverse order.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Lookbehind_assertion
    Mon Mar 23 01:15:39 GMT 2026
      22.9K bytes
  8. Labeled statement - JavaScript | MDN

    A labeled statement is any statement that is prefixed with an identifier. You can jump to this label using a break or continue statement nested within the labeled statement.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/label
    Mon Mar 23 01:15:39 GMT 2026
      23.9K bytes
  9. viewBox - SVG | MDN

    The viewBox attribute defines the position and dimension, in user space, of an SVG viewport.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/viewBox
    Sun Mar 22 01:12:27 GMT 2026
      18.3K bytes
  10. Character escape: \n, \u{...} - JavaScript | MDN

    A character escape represents a character that may not be able to be conveniently represented in its literal form.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Character_escape
    Mon Mar 23 01:15:39 GMT 2026
      23.5K bytes
Back to Top