aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/htmltableelement/deletecaption/index.html
blob: f912393bf1b7b75be01748b61ceda0aa2fd71068 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
title: HTMLTableElement.deleteCaption
slug: Web/API/HTMLTableElement/deleteCaption
tags:
  - DOM
  - Gecko
  - Gecko DOM Reference
translation_of: Web/API/HTMLTableElement/deleteCaption
---
<div>
 {{ApiRef}}</div>
<h2 id="Summary" name="Summary">概要</h2>
<p><code>deleteCaption</code> は、テーブル内の {{htmlelement("caption")}} 要素を削除します。</p>
<h2 id="Syntax" name="Syntax">構文</h2>
<pre class="syntaxbox"><i>HTMLTableElement</i>.deleteCaption()</pre>
<h2 id="Example" name="Example"></h2>
<pre class="brush:js;gutter:false;">mytable.deleteCaption();</pre>
<h2 id="Specification" name="Specification">仕様書</h2>
<ul>
 <li><a class="external" href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-22930071">deleteCaption</a></li>
</ul>