Skip to content

Commit

Permalink
update(HTML): web/html/element/video
Browse files Browse the repository at this point in the history
  • Loading branch information
undead404 authored and AdriandeCita committed Nov 27, 2022
1 parent 978aa69 commit 9834955
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .markdownlint-cli2.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,20 @@
"searchPattern": "/- :(\\w)/g",
"replace": "- : $1",
"skipCode": true
},
{
"name": "fqdn-moz-links",
"message": "Don't use developer.mozilla.org for links",
"search": "](https://developer.mozilla.org/",
"replace": "](/",
"skipCode": true
},
{
"name": "fqdn-wd-links",
"message": "Don't use webdoky.org for links",
"search": "](https://webdoky.org.org/",
"replace": "](/",
"skipCode": true
}
]
}
Expand Down
9 changes: 9 additions & 0 deletions files/uk/web/html/element/video/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,15 @@ browser-compat: html.elements.video
</td>
<td>Відтворення зупинилося, бо був досягнутий кінець мультимедійного об'єкта.</td>
</tr>
<tr>
<td>
{{domxref("HTMLMediaElement.error_event", 'error')}}
</td>
<td>
Помилка сталася під час отримання медіаданих, або ж тип
ресурсу не є підтримуваним форматом медіа.
</td>
</tr>
<tr>
<td>
{{domxref("HTMLMediaElement.loadeddata_event", 'loadeddata')}}
Expand Down

0 comments on commit 9834955

Please sign in to comment.