Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb817eb9

Browse files
committed
fix(ESLint): fix video element
1 parent196257c commitb817eb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎ja/ESLint/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ debug("Hello");
111111
```
112112

113113
<videocontrols>
114-
<sourcesrc='./movie/traverse.webm'type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'>
115-
<sourcesrc='./movie/traverse.mp4'type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'>
114+
<sourcesrc="./movie/traverse.webm"type="video/webm">
115+
<sourcesrc="./movie/traverse.mp4"type="video/mp4">
116116
<p>動画を再生するには、webmまたはmp4をサポートしたブラウザが必要です。</p>
117117
</video>
118118

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp