diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/web/api/document/createentityreference | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/ja/web/api/document/createentityreference')
-rw-r--r-- | files/ja/web/api/document/createentityreference/index.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/files/ja/web/api/document/createentityreference/index.html b/files/ja/web/api/document/createentityreference/index.html new file mode 100644 index 0000000000..ab29c22cde --- /dev/null +++ b/files/ja/web/api/document/createentityreference/index.html @@ -0,0 +1,25 @@ +--- +title: Document.createEntityReference() +slug: Web/API/Document/createEntityReference +tags: + - API + - DOM + - Obsolete + - Reference + - メソッド + - 廃止 +translation_of: Web/API/Document/createEntityReference +--- +<div>{{ApiRef("DOM")}} {{obsolete_header("7.0")}}</div> + +<p>{{gecko("7.0")}} より前では、このメソッドはバグ {{bug("9850")}} の影響で、常に null のみを返すものとして登場しました。唯一の用途は、テキストノード、 CDATA セクション、属性ノード値など、エンティティから <a href="/ja/JavaScript/Guide/Obsolete_Pages/Unicode#Unicode_escape_sequences">Unicode エスケープシーケンス</a> または {{jsxref("String.fromCharCode", "fromCharCode()")}} を使用して参照される値があるもののみでした。</p> + +<h2 id="Specification" name="Specification">仕様書</h2> + +<p><a class="external" href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-392B75AE">createEntityReference</a></p> + +<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの対応</h2> + +<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div> + +<p>{{Compat("api.Document.createEntityReference")}}</p> |