From e2f829b432ae6d617db851d419b06a7f9bb1ecbe Mon Sep 17 00:00:00 2001 From: Dipika Bhattacharya Date: Fri, 3 Nov 2023 12:10:41 -0400 Subject: [PATCH] missed tags for media in previous commit --- html/elements/source.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/html/elements/source.json b/html/elements/source.json index d5f9c9872242a4..174f3f815b971f 100644 --- a/html/elements/source.json +++ b/html/elements/source.json @@ -82,15 +82,15 @@ "firefox": [ { "version_added": "120", - "notes": "`media` is supported in <source> within <picture>, <audio>, and <video>." + "notes": "media is supported in <source> within <picture>, <audio>, and <video>." }, { "version_added": "53", - "notes": "`media` is supported in <source> only within <picture>." + "notes": "media is supported in <source> only within <picture>." }, { "version_added": "15", - "notes": "Support for `media` is added back in <source> within <picture>, <audio>, and <video>." + "notes": "Support for media is added back in <source> within <picture>, <audio>, and <video>." } ], "firefox_android": "mirror",