- Sort Score
- Num 10 results
- Language All
- Labels All
Results 41 - 50 of 3,184 for host:developer.mozilla.org (0.08 seconds)
-
<title> — the SVG accessible name element...
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/titleSun May 03 01:29:54 GMT 2026 19.1K bytes -
Nullish coalescing assignment (??=) - JavaScrip...
The nullish coalescing assignment (??=) operator, also known as the logical nullish assignment operator, only evaluates the right operand and assigns to the left if the left operand is nullish (null or undefined).developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing_assignmentSun May 03 01:29:48 GMT 2026 23K bytes -
fill - SVG | MDN
The fill attribute has two different meanings. For shapes and text it's a presentation attribute that defines the color (or any SVG paint servers like gradients or patterns) used to paint the element; for animation it defines the final state of the animation.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/fillSun May 03 01:29:52 GMT 2026 20.3K bytes -
Boolean - JavaScript | MDN
Boolean values can be one of two values: true or false, representing the truth value of a logical proposition.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BooleanSun May 03 01:29:39 GMT 2026 18.8K bytes -
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/crossoriginSun May 03 01:29:51 GMT 2026 18K bytes -
try...catch - JavaScript | MDN
The try...catch statement is comprised of a try block and either a catch block, a finally block, or both. The code in the try block is executed first, and if it throws an exception, the code in the catch block will be executed. The code in the finally block will always be executed before control flow exits the entire construct.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/try...catchSun May 03 01:29:49 GMT 2026 25.8K bytes -
font-weight - SVG | MDN
The font-weight attribute refers to the boldness or lightness of the glyphs used to render the text, relative to other fonts in the same font family.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/font-weightSun May 03 01:29:52 GMT 2026 18.7K bytes -
fy - SVG | MDN
The fy attribute defines the y-axis coordinate of the focal point for a radial gradient.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/fySun May 03 01:29:52 GMT 2026 18.9K bytes -
Functions - JavaScript | MDN
Functions are one of the fundamental building blocks in JavaScript. A function in JavaScript is similar to a procedure—a set of statements that performs a task or calculates a value, but for a procedure to qualify as a function, it should take some input and return an output where there is some obvious relationship between the input and the output. To use a function, you must define it somewhere in the scope from which you wish to call it.developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/FunctionsSun May 03 01:29:36 GMT 2026 29.7K bytes -
dx - SVG | MDN
The dx attribute indicates a shift along the x-axis on the position of an element or its content.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/dxSun May 03 01:29:51 GMT 2026 18.5K bytes