Skip to content

Commit 727bfc6

Browse files
authored
Switch off autoplay in 2.7.0-rc1 post (#2318)
1 parent 311bdd6 commit 727bfc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

en/news/_posts/2019-12-17-ruby-2-7-0-rc1-released.md

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

83-
<video autoplay="autoplay" controls="controls" muted="muted" width="576" height="259">
83+
<video controls="controls" muted="muted" width="576" height="259">
8484
<source src="https://cache.ruby-lang.org/pub/media/irb_improved_with_key_take2.mp4" type="video/mp4">
8585
</video>
8686

ja/news/_posts/2019-12-17-ruby-2-7-0-rc1-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Ruby に添付されている REPL (Read-Eval-Print-Loop) である `irb` で、
5353
また、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)
5454
これに加え、`binding.irb`で表示される周辺のコードや、コアクラスのオブジェクトのinspect結果に色がつくようになっています。
5555

56-
<video autoplay="autoplay" controls="controls" muted="muted" width="576" height="259">
56+
<video controls="controls" muted="muted" width="576" height="259">
5757
<source src="https://cache.ruby-lang.org/pub/media/irb_improved_with_key_take2.mp4" type="video/mp4">
5858
</video>
5959

0 commit comments

Comments
 (0)