Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

del 要素

概要

HTML 削除済みテキスト要素 (<del>) は、文書から削除されたテキストの範囲を表します。一般的にこの要素は (必須ではありませんが) 打ち消し線のスタイルを伴って描画されます。

コンテンツカテゴリ フレージングコンテンツ または フローコンテンツ
許可された内容 トランスパレント
タグの省略 不可。開始と終了タグの両方が必要。
許可された親要素 フレージングコンテンツを受け入れるすべての要素
DOM インターフェイス HTMLModElement

属性

他の全ての HTML 要素と同様に、この要素はグローバル属性を持ちます。

cite
変更についての説明を記したリソース(例えば、議事録など)への URI を示す。
datetime
変更日時を示します。値は、正確な指定 (valid date with an optional time string) でなくてはなりません。記述ミスあるいは未記入によって属性値が解析できない場合には、要素に関連付けられたタイムスタンプは無いものと解釈されます。

<p><del>This text has been deleted</del>, here is the rest of the paragraph.</p>
<del ><p >This paragraph has been deleted.</p ></del >

表示結果

This text has been deleted, here is the rest of the paragraph.

This paragraph has been deleted.

仕様

仕様書 策定状況 コメント
WHATWG HTML Living Standard
The definition of '<del>' in that specification.
Living Standard  
HTML5
The definition of '<del>' in that specification.
勧告  
HTML 4.01 Specification
The definition of '<del>' in that specification.
勧告  

ブラウザ実装状況

機能 Chrome Firefox (Gecko) Internet Explorer Opera Safari
基本サポート (有) 1.0 (1.7 or earlier) (有) (有) (有)

関連情報

ドキュメントのタグと貢献者

 このページの貢献者: yyss, ethertank
 最終更新者: yyss,