aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/canvasrenderingcontext2d/clearrect/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/canvasrenderingcontext2d/clearrect/index.html')
-rw-r--r--files/ja/web/api/canvasrenderingcontext2d/clearrect/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/canvasrenderingcontext2d/clearrect/index.html b/files/ja/web/api/canvasrenderingcontext2d/clearrect/index.html
index 4f09a2bc91..11d53cfe2b 100644
--- a/files/ja/web/api/canvasrenderingcontext2d/clearrect/index.html
+++ b/files/ja/web/api/canvasrenderingcontext2d/clearrect/index.html
@@ -63,7 +63,7 @@ ctx.clearRect(10, 10, 100, 100);
<p>以下のコードを編集して、変更がどのように適用されるか試してみてください。</p>
-<div style="display: none;">
+<div class="hidden">
<h6 id="Playable_code">Playable code</h6>
<pre class="brush: html">&lt;canvas id="canvas" width="400" height="200" class="playable-canvas"&gt;&lt;/canvas&gt;