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.

contenteditable

contenteditable グローバル属性は、ユーザによる要素の編集が可能かを示す列挙型属性です。可能である場合、ブラウザは要素のウィジェットを編集可能なものに変更します。この属性では、以下の値のひとつを使用しなければなりません:

  • true または 空文字列: 要素が編集可能であることを示す
  • false: 要素は編集不可であることを示す

この属性を設定しない場合のデフォルト値は、親要素から継承された値です。

この属性は列挙型であり、論理型ではありません。これは値 truefalse または空文字列のいずれかを明示的に使用することが必須であり、<label contenteditable>Example Label</label> といった省略形は認められないということです。正しい使用法は <label contenteditable="true">Example Label</label> です。

仕様

仕様書 策定状況 コメント
WHATWG HTML Living Standard
The definition of 'contenteditable' in that specification.
Living Standard 最新のスナップショットである HTML5.1 から変更なし。
HTML5.1
The definition of 'contenteditable' in that specification.
草案 WHATWG HTML Living Standard のスナップショットであり、HTML5 から変更はありません。
HTML5
The definition of 'contenteditable' in that specification.
勧告 WHATWG HTML Living Standard のスナップショットであり、この属性を初めて定義しました。

ブラウザ実装状況

機能 Chrome Firefox (Gecko) Internet Explorer Opera Safari
基本サポート (有) 3.0 (1.9) (有) (有) (有)
機能 Android Android 版 Chrome Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
基本サポート (有) 1.0 (1.9) (有) (有) (有) (有)

関連情報

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

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