Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 3,176 for host:developer.mozilla.org (0.03 sec)

  1. <title> โ€” the SVG accessible name element - SVG...

    The <title> SVG element provides an accessible, short-text description of any SVG container element or graphics element.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/title
    Registered: Fri Dec 05 00:52:03 UTC 2025
    - Last Modified: Thu Dec 04 01:05:51 UTC 2025
    - 166K bytes
    - Viewed (0)
  2. RangeError: form must be one of 'NFC', 'NFD', '...

    The JavaScript exception "form must be one of 'NFC', 'NFD', 'NFKC', or 'NFKD'" occurs when an unrecognized string is passed to the String.prototype.normalize() method.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Form_must_be_one_of
    Registered: Fri Dec 05 00:52:30 UTC 2025
    - Last Modified: Thu Dec 04 01:05:38 UTC 2025
    - 174.3K bytes
    - Viewed (0)
  3. Unicode character class escape: \p{...}, \P{......

    A unicode character class escape is a kind of character class escape that matches a set of characters specified by a Unicode property. It's only supported in Unicode-aware mode. When the v flag is enabled, it can also be used to match finite-length strings.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Unicode_character_c...
    Registered: Fri Dec 05 00:53:36 UTC 2025
    - Last Modified: Thu Dec 04 01:05:47 UTC 2025
    - 196.8K bytes
    - Viewed (0)
  4. <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 05 00:50:15 UTC 2025
    - Last Modified: Thu Dec 04 01:05:51 UTC 2025
    - 170.1K bytes
    - Viewed (0)
  5. async function* expression - JavaScript | MDN

    The async function* keywords can be used to define an async generator function inside an expression.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/async_function*
    Registered: Fri Dec 05 00:50:19 UTC 2025
    - Last Modified: Thu Dec 04 01:05:47 UTC 2025
    - 184.1K bytes
    - Viewed (0)
  6. null - JavaScript | MDN

    The null keyword refers to the null primitive value, which represents the intentional absence of any object value.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/null
    Registered: Fri Dec 05 00:51:34 UTC 2025
    - Last Modified: Thu Dec 04 01:05:47 UTC 2025
    - 184.1K bytes
    - Viewed (0)
  7. yield* - JavaScript | MDN

    The yield* operator can be used within generator (sync or async) functions to delegate to another iterable object, such as a Generator. Inside async generator functions, it can additionally be used to delegate to another async iterable object, such as an AsyncGenerator.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/yield*
    Registered: Fri Dec 05 00:49:33 UTC 2025
    - Last Modified: Thu Dec 04 01:05:47 UTC 2025
    - 192.9K bytes
    - Viewed (0)
  8. Private elements - JavaScript | MDN

    Private elements are counterparts of the regular class elements which are public, including class fields, class methods, etc. Private elements get created by using a hash # prefix and cannot be legally referenced outside of the class. The privacy encapsulation of these class elements is enforced by JavaScript itself. The only way to access a private element is via dot notation, and you can only do so within the class that defines the private element.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Private_elements
    Registered: Fri Dec 05 00:50:53 UTC 2025
    - Last Modified: Thu Dec 04 01:05:38 UTC 2025
    - 199.7K bytes
    - Viewed (0)
  9. <line> - SVG | MDN

    The <line> SVG element is an SVG basic shape used to create a line connecting two points.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/line
    Registered: Fri Dec 05 00:50:41 UTC 2025
    - Last Modified: Thu Dec 04 01:05:51 UTC 2025
    - 168.9K bytes
    - Viewed (0)
  10. glyph-orientation-horizontal - SVG | MDN

    The glyph-orientation-horizontal attribute affects the amount that the current text position advances as each glyph is rendered.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/glyph-orientation-horizontal
    Registered: Fri Dec 05 00:54:37 UTC 2025
    - Last Modified: Thu Dec 04 01:05:50 UTC 2025
    - 160.6K bytes
    - Viewed (0)
Back to top