Skip to content

Commit

Permalink
replaces opening and closing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
dipikabh committed Nov 3, 2023
1 parent 7e811e5 commit d58c47c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions html/elements/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@
"firefox": [
{
"version_added": "120",
"notes": "`media` is supported in `<source>` within `<picture>`, `<audio>`, and `<video>`."
"notes": "`media` is supported in <code>&lt;source&gt;</code> within <code>&lt;picture&gt;</code>, <code>&lt;audio&gt;</code>, and <code>&lt;video&gt;</code>."
},
{
"version_added": "53",
"notes": "`media` is supported in `<source>` only within `<picture>`."
"notes": "`media` is supported in <code>&lt;source&gt;</code> only within <code>&lt;picture&gt;</code>."
},
{
"version_added": "15",
"notes": "`media` is supported in `<source>` within `<picture>`, `<audio>`, and `<video>`."
"notes": "Support for `media` is added back in <code>&lt;source&gt;</code> within <code>&lt;picture&gt;</code>, <code>&lt;audio&gt;</code>, and <code>&lt;video&gt;</code>."
}
],
"firefox_android": "mirror",
Expand Down

0 comments on commit d58c47c

Please sign in to comment.