Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 131 - 140 of 3,176 for host:developer.mozilla.org (0.24 sec)

  1. <feSpecularLighting> - SVG | MDN

    The <feSpecularLighting> SVG filter primitive lights a source graphic using the alpha channel as a bump map. The resulting image is an RGBA image based on the light color. The lighting calculation follows the standard specular component of the Phong lighting model. The resulting image depends on the light color, light position and surface geometry of the input bump map. The result of the lighting calculation is added. The filter primitive assumes that the viewer is at infinity in the z direction.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/feSpecularLighting
    Registered: Fri Dec 12 00:54:26 UTC 2025
    - Last Modified: Thu Dec 11 01:09:22 UTC 2025
    - 172.2K bytes
    - Viewed (0)
  2. <animate> - SVG | MDN

    The <animate> SVG element provides a way to animate an attribute of an element over time.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/animate
    Registered: Fri Dec 12 00:53:18 UTC 2025
    - Last Modified: Thu Dec 11 01:09:22 UTC 2025
    - 169.8K bytes
    - Viewed (0)
  3. <feFuncB> - SVG | MDN

    The <feFuncB> SVG filter primitive defines the transfer function for the blue component of the input graphic of its parent <feComponentTransfer> element.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/feFuncB Similar Results (2)
    Registered: Fri Dec 12 00:54:15 UTC 2025
    - Last Modified: Thu Dec 11 01:09:22 UTC 2025
    - 166.1K bytes
    - Viewed (0)
  4. crossorigin - SVG | MDN

    The crossorigin attribute, valid on the <image>, <feImage>, and <script> elements, provides support for configuration of Cross-Origin Resource Sharing (CORS) requests for the element's fetched data.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/crossorigin
    Registered: Fri Dec 12 00:54:37 UTC 2025
    - Last Modified: Thu Dec 11 01:09:20 UTC 2025
    - 164.3K bytes
    - Viewed (0)
  5. await using - JavaScript | MDN

    The await using declaration declares block-scoped local variables that are asynchronously disposed. Like const, variables declared with await using must be initialized and cannot be reassigned. The variable's value must be either null, undefined, or an object with a [Symbol.asyncDispose]() or [Symbol.dispose]() method. When the variable goes out of scope, the [Symbol.asyncDispose]() or [Symbol.dispose]() method of the object is called and awaited, to ensure that resources are freed.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/await_using
    Registered: Fri Dec 12 01:07:38 UTC 2025
    - Last Modified: Thu Dec 11 01:09:18 UTC 2025
    - 195.7K bytes
    - Viewed (0)
  6. Block statement - JavaScript | MDN

    A block statement is used to group zero or more statements. The block is delimited by a pair of braces ("curly braces") and contains a list of zero or more statements and declarations.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/block
    Registered: Fri Dec 12 01:07:41 UTC 2025
    - Last Modified: Thu Dec 11 01:09:18 UTC 2025
    - 191.5K bytes
    - Viewed (0)
  7. Lookbehind assertion: (?<=...), (?<!...) - Java...

    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
    Registered: Fri Dec 12 01:07:51 UTC 2025
    - Last Modified: Thu Dec 11 01:09:18 UTC 2025
    - 185.3K bytes
    - Viewed (0)
  8. SyntaxError: invalid property name in regular e...

    The JavaScript exception "invalid property name in regular expression" or "invalid class property name in regular expression" occurs when the \p and \P Unicode character class escapes are not followed by a valid Unicode property name and/or value.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Regex_invalid_property_name
    Registered: Fri Dec 12 01:08:55 UTC 2025
    - Last Modified: Thu Dec 11 01:09:08 UTC 2025
    - 177.7K bytes
    - Viewed (0)
  9. xml:space - SVG | MDN

    SVG supports the built-in XML xml:space attribute to handle whitespace characters inside elements. Child elements inside an element may also have an xml:space attribute that overrides the parent's one.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/xml:space
    Registered: Fri Dec 12 01:08:16 UTC 2025
    - Last Modified: Thu Dec 11 01:09:22 UTC 2025
    - 163.8K bytes
    - Viewed (0)
  10. y2 - SVG | MDN

    The y2 attribute is used to specify the second y-coordinate for drawing an SVG element that requires more than one coordinate. Elements that only need one coordinate use the y attribute instead.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/y2
    Registered: Fri Dec 12 01:09:45 UTC 2025
    - Last Modified: Thu Dec 11 01:09:22 UTC 2025
    - 166.7K bytes
    - Viewed (0)
Back to top