- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 211 - 220 of 3,169 for host:developer.mozilla.org (0.03 sec)
-
<g> - SVG: Scalable Vector Graphics | MDN
developer.mozilla.org/en-US/docs/Web/SVG/Element/gRegistered: Wed Feb 12 00:38:13 UTC 2025 - Last Modified: Fri Feb 07 00:49:36 UTC 2025 - 127.6K bytes - Viewed (0) -
isFinite() - JavaScript | MDN
The isFinite() function determines whether a value is finite, first converting the value to a number if necessary. A finite number is one that's not NaN or ±Infinity. Because coercion inside the isFinite() function can be surprising, you may prefer to use Number.isFinite().developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/isFiniteRegistered: Wed Feb 12 00:40:05 UTC 2025 - Last Modified: Thu Feb 06 00:53:58 UTC 2025 - 145K bytes - Viewed (0) -
<clipPath> - SVG: Scalable Vector Graphics | MDN
developer.mozilla.org/en-US/docs/Web/SVG/Element/clipPathRegistered: Wed Feb 12 00:38:31 UTC 2025 - Last Modified: Thu Feb 06 00:54:17 UTC 2025 - 129.4K bytes - Viewed (0) -
Multiplication assignment (*=) - JavaScript | MDN
The multiplication assignment (*=) operator performs multiplication on the two operands and assigns the result to the left operand.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Multiplication_assignmentRegistered: Wed Feb 12 00:48:28 UTC 2025 - Last Modified: Thu Feb 06 00:54:09 UTC 2025 - 141.2K bytes - Viewed (0) -
dominant-baseline - SVG: Scalable Vector Graphi...
The dominant-baseline attribute specifies the dominant baseline, which is the baseline used to align the box's text and inline-level contents. It also indicates the default alignment baseline of any boxes participating in baseline alignment in the box's alignment context.developer.mozilla.org/en-US/docs/Web/SVG/Attribute/dominant-baselineRegistered: Wed Feb 12 00:48:40 UTC 2025 - Last Modified: Thu Feb 06 00:54:14 UTC 2025 - 148K bytes - Viewed (0) -
SyntaxError: "use strict" not allowed in functi...
The JavaScript exception ""use strict" not allowed in function" occurs when a "use strict" directive is used at the top of a function with default parameters, rest parameters, or destructuring parameters.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Strict_non_simple_paramsRegistered: Wed Feb 12 00:47:34 UTC 2025 - Last Modified: Thu Feb 06 00:53:53 UTC 2025 - 146K bytes - Viewed (0) -
by - SVG: Scalable Vector Graphics | MDN
The by attribute specifies a relative offset value for an attribute that will be modified during an animation.developer.mozilla.org/en-US/docs/Web/SVG/Attribute/byRegistered: Wed Feb 12 00:47:38 UTC 2025 - Last Modified: Thu Feb 06 00:54:14 UTC 2025 - 123.6K bytes - Viewed (0) -
accent-height - SVG: Scalable Vector Graphics |...
The accent-height attribute defines the distance from the origin to the top of accent characters, measured by a distance within the font coordinate system.developer.mozilla.org/en-US/docs/Web/SVG/Attribute/accent-heightRegistered: Wed Feb 12 00:47:24 UTC 2025 - Last Modified: Thu Feb 06 00:54:13 UTC 2025 - 122.6K bytes - Viewed (0) -
Static initialization blocks - JavaScript | MDN
Static initialization blocks are declared within a class. It contains statements to be evaluated during class initialization. This permits more flexible initialization logic than static properties, such as using try...catch or setting multiple fields from a single value. Initialization is performed in the context of the current class declaration, with access to private state, which allows the class to share information of its private properties with other classes or functions declared in the same scope (analogous to "friend" classes in C++).developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Static_initialization_blocksRegistered: Wed Feb 12 00:47:30 UTC 2025 - Last Modified: Thu Feb 06 00:53:51 UTC 2025 - 153.4K bytes - Viewed (0) -
elevation - SVG: Scalable Vector Graphics | MDN
The elevation attribute specifies the direction angle for the light source from the XY plane towards the Z-axis, in degrees. Note that the positive Z-axis points towards the viewer of the content.developer.mozilla.org/en-US/docs/Web/SVG/Attribute/elevationRegistered: Wed Feb 12 00:47:51 UTC 2025 - Last Modified: Tue Feb 11 00:49:31 UTC 2025 - 124.1K bytes - Viewed (0)