aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/api/canvasrenderingcontext2d
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-tw/web/api/canvasrenderingcontext2d')
-rw-r--r--files/zh-tw/web/api/canvasrenderingcontext2d/clearrect/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-tw/web/api/canvasrenderingcontext2d/clearrect/index.html b/files/zh-tw/web/api/canvasrenderingcontext2d/clearrect/index.html
index e5792ffade..c6f1baaaa8 100644
--- a/files/zh-tw/web/api/canvasrenderingcontext2d/clearrect/index.html
+++ b/files/zh-tw/web/api/canvasrenderingcontext2d/clearrect/index.html
@@ -60,7 +60,7 @@ ctx.clearRect(10, 10, 100, 100);
<p>Edit the code below and see your changes update live in the canvas:</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;