From 3f949f3f562a5ad3865008b2078c83914f611324 Mon Sep 17 00:00:00 2001 From: Ben Gilbert Date: Fri, 24 Oct 2025 00:57:43 +0100 Subject: [PATCH 1/2] Fix typo in currentsrc documentation --- files/en-us/web/api/htmlmediaelement/currentsrc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/htmlmediaelement/currentsrc/index.md b/files/en-us/web/api/htmlmediaelement/currentsrc/index.md index 5631c8ecefd5fda..529dd589b75eeac 100644 --- a/files/en-us/web/api/htmlmediaelement/currentsrc/index.md +++ b/files/en-us/web/api/htmlmediaelement/currentsrc/index.md @@ -18,7 +18,7 @@ is an empty string if the `networkState` property is `EMPTY`. A string containing the absolute URL of the chosen media source; this may be an empty string if `networkState` is `EMPTY`; otherwise, it will be one of the resources listed by the -{{domxref("HTMLSourceElement")}} contained within the media element, or the value or src +{{domxref("HTMLSourceElement")}} contained within the media element, or the value of src if no {{HTMLElement("source")}} element is provided. ## Examples From 645292e03099ced9ef5883898d283b74958f93fe Mon Sep 17 00:00:00 2001 From: Ben Gilbert Date: Sat, 25 Oct 2025 16:55:51 +0100 Subject: [PATCH 2/2] Update files/en-us/web/api/htmlmediaelement/currentsrc/index.md Co-authored-by: Chris Mills --- files/en-us/web/api/htmlmediaelement/currentsrc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/htmlmediaelement/currentsrc/index.md b/files/en-us/web/api/htmlmediaelement/currentsrc/index.md index 529dd589b75eeac..db990b0e722c7e5 100644 --- a/files/en-us/web/api/htmlmediaelement/currentsrc/index.md +++ b/files/en-us/web/api/htmlmediaelement/currentsrc/index.md @@ -18,7 +18,7 @@ is an empty string if the `networkState` property is `EMPTY`. A string containing the absolute URL of the chosen media source; this may be an empty string if `networkState` is `EMPTY`; otherwise, it will be one of the resources listed by the -{{domxref("HTMLSourceElement")}} contained within the media element, or the value of src +{{domxref("HTMLSourceElement")}} contained within the media element, or the value of {{domxref("HTMLMediaElement.src", "src")}} if no {{HTMLElement("source")}} element is provided. ## Examples