Skip to content

Commit 24356da

Browse files
committed
Switch off autoplay in 2.7.0-rc2 post
See #2318.
1 parent 84dcc79 commit 24356da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

en/news/_posts/2019-12-21-2-7-0-rc2-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ for a given class, module, or method.
6464
Besides, source lines shown at `binding.irb` and inspect results
6565
for core-class objects are now colorized.
6666

67-
<video autoplay="autoplay" controls="controls" muted="muted" width="576" height="259">
67+
<video controls="controls" muted="muted" width="576" height="259">
6868
<source src="https://cache.ruby-lang.org/pub/media/irb_improved_with_key_take2.mp4" type="video/mp4">
6969
</video>
7070

ja/news/_posts/2019-12-21-2-7-0-rc2-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Ruby に添付されている REPL (Read-Eval-Print-Loop) である `irb` で、
4444
また、rdoc 連携も提供されるようになっています。`irb` 内で、クラス、モジュール、メソッドのリファレンスをその場で確認できるようになりました。 [[Feature #14683]](https://bugs.ruby-lang.org/issues/14683), [[Feature #14787]](https://bugs.ruby-lang.org/issues/14787), [[Feature #14918]](https://bugs.ruby-lang.org/issues/14918)
4545
これに加え、`binding.irb`で表示される周辺のコードや、コアクラスのオブジェクトのinspect結果に色がつくようになっています。
4646

47-
<video autoplay="autoplay" controls="controls" muted="muted" width="576" height="259">
47+
<video controls="controls" muted="muted" width="576" height="259">
4848
<source src="https://cache.ruby-lang.org/pub/media/irb_improved_with_key_take2.mp4" type="video/mp4">
4949
</video>
5050

0 commit comments

Comments
 (0)