aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/html/global_attributes/x-ms-format-detection
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/web/html/global_attributes/x-ms-format-detection
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/ja/web/html/global_attributes/x-ms-format-detection')
-rw-r--r--files/ja/web/html/global_attributes/x-ms-format-detection/index.html39
1 files changed, 39 insertions, 0 deletions
diff --git a/files/ja/web/html/global_attributes/x-ms-format-detection/index.html b/files/ja/web/html/global_attributes/x-ms-format-detection/index.html
new file mode 100644
index 0000000000..6368a4c3d8
--- /dev/null
+++ b/files/ja/web/html/global_attributes/x-ms-format-detection/index.html
@@ -0,0 +1,39 @@
+---
+title: x-ms-format-detection
+slug: Web/HTML/Global_attributes/x-ms-format-detection
+translation_of: Web/HTML/Global_attributes/x-ms-format-detection
+---
+<div>{{HTMLSidebar("Global_attributes")}}{{Non-standard_Header}}</div>
+
+<p><code><a href="https://docs.microsoft.com/en-us/previous-versions/dn337007(v%3Dvs.85)">x-ms-format-detection</a></code> 属性は、電話番号の様な要素のテキスト内データ形式が自動的にフォロー可能なリンクに変換されるかどうかを決定します。</p>
+
+<p><code>tel:</code> スキームのリンクなど既存のリンクは影響を受けません。</p>
+
+<div class="blockIndicator note">
+<p>format detectionによって作成されたリンクはDOMに表示されません。</p>
+</div>
+
+<p>{{Non-standard_inline}} この独自プロパティは Internet Explorer と Microsoft Edge に固有です。</p>
+
+<h2 id="構文">構文</h2>
+
+<pre class="brush: html notranslate">&lt;html x-ms-format-detection="none"&gt;
+</pre>
+
+<h2 id="Value" name="Value">値</h2>
+
+<dl>
+ <dt><code>all</code></dt>
+ <dd>サポートされているすべてのデータ形式が検出されます。</dd>
+ <dt><code>none</code></dt>
+ <dd>Format detection はオフになっています。</dd>
+ <dt><code>phone</code></dt>
+ <dd>電話番号パターンは自動的にリンクされます。</dd>
+</dl>
+
+<h2 id="See_also" name="See_also">関連情報</h2>
+
+<ul>
+ <li><a href="/ja/docs/Web/API/Microsoft_API_extensions">Microsoft API 拡張</a></li>
+ <li><a href="https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html">Safari Supported Meta Tags</a></li>
+</ul>