Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2481 - 2490 of 3,108 for host:developer.mozilla.org (0.04 sec)

  1. lang - SVG | MDN

    The lang attribute specifies the primary language used in contents and attributes containing text content of particular elements.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/lang
    Registered: Wed Jul 16 01:00:37 UTC 2025
    - Last Modified: Wed Jul 16 00:47:33 UTC 2025
    - 109.6K bytes
    - Viewed (0)
  2. Expression statement - JavaScript | MDN

    An expression statement is an expression used in a place where a statement is expected. The expression is evaluated and its result is discarded โ€” therefore, it makes sense only for expressions that have side effects, such as executing a function or updating a variable.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/Expression_statement
    Registered: Wed Jul 16 01:00:38 UTC 2025
    - Last Modified: Wed Jul 16 00:47:28 UTC 2025
    - 151.6K bytes
    - Viewed (0)
  3. lengthAdjust - SVG | MDN

    The lengthAdjust attribute controls how the text is stretched into the length defined by the textLength attribute.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/lengthAdjust
    Registered: Wed Jul 16 01:00:42 UTC 2025
    - Last Modified: Wed Jul 16 00:47:33 UTC 2025
    - 107.8K bytes
    - Viewed (0)
  4. divisor - SVG | MDN

    The divisor attribute specifies the value by which the resulting number of applying the kernelMatrix of a <feConvolveMatrix> element to the input image color value is divided to yield the destination color value.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/divisor
    Registered: Wed Jul 16 01:00:47 UTC 2025
    - Last Modified: Wed Jul 16 00:47:32 UTC 2025
    - 109.8K bytes
    - Viewed (0)
  5. new.target - JavaScript | MDN

    The new.target meta-property lets you detect whether a function or constructor was called using the new operator. In constructors and functions invoked using the new operator, new.target returns a reference to the constructor or function that new was called upon. In normal function calls, new.target is undefined.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/new.target
    Registered: Wed Jul 16 01:00:51 UTC 2025
    - Last Modified: Wed Jul 16 00:47:27 UTC 2025
    - 160.2K bytes
    - Viewed (0)
  6. bias - SVG | MDN

    The bias attribute shifts the range of the filter. After applying the kernelMatrix of the <feConvolveMatrix> element to the input image to yield a number and applied the divisor attribute, the bias attribute is added to each component. This allows representation of values that would otherwise be clamped to 0 or 1.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/bias
    Registered: Wed Jul 16 00:58:45 UTC 2025
    - Last Modified: Wed Jul 16 00:47:32 UTC 2025
    - 106.5K bytes
    - Viewed (0)
  7. class expression - JavaScript | MDN

    The class keyword can be used to define a class inside an expression.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/class
    Registered: Wed Jul 16 00:58:45 UTC 2025
    - Last Modified: Wed Jul 16 00:47:27 UTC 2025
    - 146.3K bytes
    - Viewed (0)
  8. Logical AND assignment (&&=) - JavaScript | MDN

    The logical AND assignment (&&=) operator only evaluates the right operand and assigns to the left if the left operand is truthy.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Logical_AND_assignment
    Registered: Wed Jul 16 00:58:55 UTC 2025
    - Last Modified: Wed Jul 16 00:47:27 UTC 2025
    - 145.2K bytes
    - Viewed (0)
  9. flood-color - SVG | MDN

    The flood-color attribute indicates what color to use to flood the current filter primitive subregion.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/flood-color
    Registered: Wed Jul 16 00:59:21 UTC 2025
    - Last Modified: Wed Jul 16 00:47:33 UTC 2025
    - 109.2K bytes
    - Viewed (0)
  10. Strict equality (===) - JavaScript | MDN

    The strict equality (===) operator checks whether its two operands are equal, returning a Boolean result. Unlike the equality operator, the strict equality operator always considers operands of different types to be different.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Strict_equality
    Registered: Wed Jul 16 00:58:33 UTC 2025
    - Last Modified: Wed Jul 16 00:47:28 UTC 2025
    - 147.5K bytes
    - Viewed (0)
Back to top