Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 3,166 for host:developer.mozilla.org (0.04 sec)

  1. intercept

    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
    Registered: Wed Sep 03 00:48:31 UTC 2025
    - Last Modified: Wed Sep 03 00:47:40 UTC 2025
    - 203.7K bytes
    - Viewed (0)
  2. dur

    The dur attribute indicates the simple duration of an animation.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/dur
    Registered: Wed Sep 03 00:48:44 UTC 2025
    - Last Modified: Wed Sep 03 00:47:39 UTC 2025
    - 204K bytes
    - Viewed (0)
  3. Private elements

    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: Wed Sep 03 00:51:18 UTC 2025
    - Last Modified: Wed Sep 03 00:47:16 UTC 2025
    - 239.7K bytes
    - Viewed (0)
  4. 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: Wed Sep 03 01:00:45 UTC 2025
    - Last Modified: Wed Sep 03 00:47:16 UTC 2025
    - 214.7K bytes
    - Viewed (0)
  5. xlink:href

    The xlink:href attribute defines a reference to a resource as a reference IRI. The exact meaning of that link depends on the context of each element using it.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/xlink:href
    Registered: Wed Sep 03 01:00:50 UTC 2025
    - Last Modified: Wed Sep 03 00:47:42 UTC 2025
    - 217.4K bytes
    - Viewed (0)
  6. y1

    The y1 attribute is used to specify the first 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/y1 Similar Results (1)
    Registered: Wed Sep 03 01:00:26 UTC 2025
    - Last Modified: Wed Sep 03 00:47:42 UTC 2025
    - 203.2K bytes
    - Viewed (0)
  7. SyntaxError: missing = in const declaration

    The JavaScript exception "missing = in const declaration" occurs when a const declaration was not given a value in the same statement (like const RED_FLAG;). You need to provide one (const RED_FLAG = true).
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Missing_initializer_in_const
    Registered: Wed Sep 03 01:01:12 UTC 2025
    - Last Modified: Wed Sep 03 00:47:17 UTC 2025
    - 218.2K bytes
    - Viewed (0)
  8. contributors.txt

    # Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/svg/tutorials/svg_from_scratch/basic_transformations/index.md # Original Wiki contributors Baltasarq dos...
    developer.mozilla.org/en-US/docs/Web/SVG/Tutorials/SVG_from_scratch/Basic_transformations/contrib...
    Registered: Wed Sep 03 01:02:43 UTC 2025
    - Last Modified: Tue Aug 19 16:05:23 UTC 2025
    - 313 bytes
    - Viewed (0)
  9. xlink:show

    The xlink:show attribute indicates how a linked resource should be opened and is meant for XLink-aware processors. In case of a conflict, the target attribute has priority, since it can express a wider range of values.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/xlink:show
    Registered: Wed Sep 03 01:01:34 UTC 2025
    - Last Modified: Wed Sep 03 00:47:42 UTC 2025
    - 198.6K bytes
    - Viewed (0)
  10. viewBox

    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
    Registered: Wed Sep 03 00:59:57 UTC 2025
    - Last Modified: Wed Sep 03 00:47:42 UTC 2025
    - 207.5K bytes
    - Viewed (0)
Back to top