π¦ Random MDN: MathML elements π¦
https://developer.mozilla.org/en-US/docs/Web/MathML/Reference/Element
This is an alphabetical list of MathML elements. All of them implement the MathMLElement class.
#webdev
@random-mdn
A bot that shares random articles from mdn.dev. π¦ Discover and learn new things with Random MDN π¦ RSS β https://bsky.app/profile/did:plc:he3pf4v4t2rg6isjdn4ghtla/rss Contribute β github.com/random-mdn Feedback β @andreruffert.com
π¦ Random MDN: MathML elements π¦
https://developer.mozilla.org/en-US/docs/Web/MathML/Reference/Element
This is an alphabetical list of MathML elements. All of them implement the MathMLElement class.
#webdev
π¦ Random MDN: flex π¦
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/flex
The flex CSS shorthand property sets how a flex item will grow or shrink to fit the space available in its flex container.
#webdev #CSS
π¦ Random MDN: border-left-style π¦
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/border-left-style
The border-left-style CSS property sets the line style of an element's left border.
#webdev #CSS
π¦ Random MDN: HTMLMediaElement: loadeddata event π¦
https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/loadeddata_event
The loadeddata event is fired when the frame at the current playback position of the media has finished loading; often the first frame.
#webdev
π¦ Random MDN: Sensor: start() method π¦
https://developer.mozilla.org/en-US/docs/Web/API/Sensor/start
The start() method of the Sensor interface activates one of the sensors based on Sensor.
#webdev
π¦ Random MDN: Checking when a deadline is due π¦
https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API/Checking_when_a_deadline_is_due
In this article we look at a complex example involving checking the current time and date against a deadline stored via IndexedDB. The main compβ¦
#webdev
π¦ Random MDN: TaskController π¦
https://developer.mozilla.org/en-US/docs/Web/API/TaskController
The TaskController interface of the Prioritized Task Scheduling API represents a controller object that can be used to both abort and change the priority of one or more prioritized tasks. If tβ¦
#webdev
π¦ Random MDN: DOMRectReadOnly: left property π¦
https://developer.mozilla.org/en-US/docs/Web/API/DOMRectReadOnly/left
The left read-only property of the DOMRectReadOnly interface returns the left coordinate value of the DOMRect. (Has the same value as x, or x + width if width is negativeβ¦
#webdev
π¦ Random MDN: TransformStream: TransformStream() constβ¦ π¦
https://developer.mozilla.org/en-US/docs/Web/API/TransformStream/TransformStream
The TransformStream() constructor creates a new TransformStream object which represents a pair of streams: a WritableStream representing the writablβ¦
#webdev
π¦ Random MDN: HTMLAnchorElement: hash property π¦
https://developer.mozilla.org/en-US/docs/Web/API/HTMLAnchorElement/hash
The hash property of the HTMLAnchorElement interface is a string containing a "#" followed by the fragment identifier of the <a> element's href. If the URL does not hβ¦
#webdev
π¦ Random MDN: <mroot> π¦
https://developer.mozilla.org/en-US/docs/Web/MathML/Reference/Element/mroot
The <mroot> MathML element is used to display roots with an explicit index. Two arguments are accepted, which leads to the syntax: <mroot> base index </mroot>.
#webdev
π¦ Random MDN: SVGFEDiffuseLightingElement: kernelUnitLβ¦ π¦
https://developer.mozilla.org/en-US/docs/Web/API/SVGFEDiffuseLightingElement/kernelUnitLengthY
The kernelUnitLengthY read-only property of the SVGFEDiffuseLightingElement interface reflects the Y component of the kernelUnitLengthβ¦
#webdev
π¦ Random MDN: SVGRadialGradientElement: fr property π¦
https://developer.mozilla.org/en-US/docs/Web/API/SVGRadialGradientElement/fr
The fr read-only property of the SVGRadialGradientElement interface describes the radius of the focal circle of the radial gradient as an SVGAnimatedLength.β¦
#webdev
π¦ Random MDN: Proving the Pythagorean theorem π¦
https://developer.mozilla.org/en-US/docs/Web/MathML/Guides/Proving_the_Pythagorean_theorem
This page outlines the proof of the Pythagorean theorem. Three equations are organized in the <mtable> element to align the steps of the proof by thβ¦
#webdev
π¦ Random MDN: Stacking context example 2 π¦
https://developer.mozilla.org/en-US/docs/Web/CSS/Guides/Positioned_layout/Stacking_context/Example_2
This is a basic example, but it is the key for understanding the concept of stacking context. There are the same four DIVs of the previousβ¦
#webdev #CSS
π¦ Random MDN: MediaTrackSupportedConstraints: sampleSiβ¦ π¦
https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSupportedConstraints/sampleSize
The MediaTrackSupportedConstraints dictionary's sampleSize property is a read-only Boolean value which is present (and set to true) in theβ¦
#webdev
π¦ Random MDN: FileList: item() method π¦
https://developer.mozilla.org/en-US/docs/Web/API/FileList/item
The item() method of the FileList interface returns a File object representing the file at the specified index in the file list.
#webdev
π¦ Random MDN: OfflineAudioContext: resume() method π¦
https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/resume
The resume() method of the OfflineAudioContext interface resumes the progression of time in an audio context that has been suspended. The promise resolves immβ¦
#webdev
π¦ Random MDN: TypedArray.prototype.every() π¦
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/every
The every() method of TypedArray instances returns false if it finds an element in the array that does not satisfy the provided testβ¦
#webdev #JavaScript
π¦ Random MDN: TextEncoder: encoding property π¦
https://developer.mozilla.org/en-US/docs/Web/API/TextEncoder/encoding
The TextEncoder.encoding read-only property returns a string containing the name of the encoding algorithm used by the specific encoder.
#webdev
π¦ Random MDN: Permissions-Policy: gyroscope directive π¦
https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Permissions-Policy/gyroscope
The HTTP Permissions-Policy header gyroscope directive controls whether the current document is allowed to gather information abβ¦
#webdev #HTTP
π¦ Random MDN: HTMLDialogElement: open property π¦
https://developer.mozilla.org/en-US/docs/Web/API/HTMLDialogElement/open
The open property of the HTMLDialogElement interface is a boolean value reflecting the open HTML attribute, indicating whether the <dialog> is available for interactiβ¦
#webdev
π¦ Random MDN: CanvasRenderingContext2D: resetTransformβ¦ π¦
https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/resetTransform
The CanvasRenderingContext2D.resetTransform() method of the Canvas 2D API resets the current transform to the identity matrix.
#webdev
π¦ Random MDN: AnimationEvent: elapsedTime property π¦
https://developer.mozilla.org/en-US/docs/Web/API/AnimationEvent/elapsedTime
The AnimationEvent.elapsedTime read-only property is a float giving the amount of time the animation has been running, in seconds, when this event fired, exclβ¦
#webdev
π¦ Random MDN: Using CSS math functions π¦
https://developer.mozilla.org/en-US/docs/Web/CSS/Guides/Values_and_units/Using_math_functions
CSS math functions allow a property value - such as the height, animation-duration, or font-size of an element - to be written as a mathematical exβ¦
#webdev #CSS
π¦ Random MDN: VideoDecoder π¦
https://developer.mozilla.org/en-US/docs/Web/API/VideoDecoder
The VideoDecoder interface of the WebCodecs API decodes chunks of video.
#webdev
π¦ Random MDN: OES_vertex_array_object: isVertexArrayOEβ¦ π¦
https://developer.mozilla.org/en-US/docs/Web/API/OES_vertex_array_object/isVertexArrayOES
The OES_vertex_array_object.isVertexArrayOES() method of the WebGL API returns true if the passed object is a WebGLVertexArrayObject objectβ¦
#webdev
π¦ Random MDN: User-Agent reduction π¦
https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/User-agent_reduction
User-Agent reduction is a broadly accepted browser initiative to reduce the amount of privacy-sensitive information provided in user agent (UA) strings.
#webdev #HTTP
π¦ Random MDN: Document: scrollsnapchanging event π¦
https://developer.mozilla.org/en-US/docs/Web/API/Document/scrollsnapchanging_event
The scrollsnapchanging event of the Document interface is fired on the scroll container when the browser determines a new scroll snap target is pending, β¦
#webdev
π¦ Random MDN: url() π¦
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/url_function
The url() CSS function is used to include a file. The parameter is an absolute URL, a relative URL, a blob URL, or a data URL. The url() function can be passed as a parameter of anoβ¦
#webdev #CSS