diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:08:35 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:08:35 +0100 |
commit | 9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f (patch) | |
tree | 3eabcb7c51657ecbaf7acb8e9de10af73e86d96c /files/ja/orphaned/e4x | |
parent | 6ef1fa4618e08426b874529619a66adbd3d1fcf0 (diff) | |
download | translated-content-9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f.tar.gz translated-content-9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f.tar.bz2 translated-content-9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f.zip |
unslug ja: modify
Diffstat (limited to 'files/ja/orphaned/e4x')
-rw-r--r-- | files/ja/orphaned/e4x/processing_xml_with_e4x/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ja/orphaned/e4x/processing_xml_with_e4x/index.html b/files/ja/orphaned/e4x/processing_xml_with_e4x/index.html index a6c336c13e..d7421ddacf 100644 --- a/files/ja/orphaned/e4x/processing_xml_with_e4x/index.html +++ b/files/ja/orphaned/e4x/processing_xml_with_e4x/index.html @@ -1,11 +1,12 @@ --- title: E4X を用いた XML 処理 -slug: E4X/Processing_XML_with_E4X +slug: orphaned/E4X/Processing_XML_with_E4X tags: - E4X - JavaScript - NeedsTechnicalReview - XML +original_slug: E4X/Processing_XML_with_E4X --- <div><div class="warning warningHeader"> <p><strong>警告:</strong> E4X は非推奨です。E4X は content に対して Firefox 16 からデフォルトで無効に、chrome に対して Firefox 17 からデフォルトで無効に、そして Firefox 18 で削除される予定です。代替として、DOMParser/DOMSerializer または 非ネイティブの JXON アルゴリズムを使用してください。</p> |