aboutsummaryrefslogtreecommitdiff
path: root/files/fa/web/api/htmlelement/innertext/index.html
diff options
context:
space:
mode:
authorRyan Johnson <rjohnson@mozilla.com>2021-04-29 16:16:42 -0700
committerGitHub <noreply@github.com>2021-04-29 16:16:42 -0700
commit95aca4b4d8fa62815d4bd412fff1a364f842814a (patch)
tree5e57661720fe9058d5c7db637e764800b50f9060 /files/fa/web/api/htmlelement/innertext/index.html
parentee3b1c87e3c8e72ca130943eed260ad642246581 (diff)
downloadtranslated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.gz
translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.bz2
translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.zip
remove retired locales (#699)
Diffstat (limited to 'files/fa/web/api/htmlelement/innertext/index.html')
-rw-r--r--files/fa/web/api/htmlelement/innertext/index.html76
1 files changed, 0 insertions, 76 deletions
diff --git a/files/fa/web/api/htmlelement/innertext/index.html b/files/fa/web/api/htmlelement/innertext/index.html
deleted file mode 100644
index 1b0a01c0e3..0000000000
--- a/files/fa/web/api/htmlelement/innertext/index.html
+++ /dev/null
@@ -1,76 +0,0 @@
----
-title: Node.innerText
-slug: Web/API/HTMLElement/innerText
-translation_of: Web/API/HTMLElement/innerText
-original_slug: Web/API/Node/innerText
----
-<div>{{APIRef("DOM")}}</div>
-
-<p>{{ Non-standard_header() }}</p>
-
-<h2 dir="rtl" id="گزیده">گزیده</h2>
-
-<p dir="rtl"><code><strong>Node.innerText </strong></code><span id="result_box" lang="fa">یک ویژگی غیر استاندارد است که نشان دهنده محتوای متن یک node و زیر گروه های آن است</span><span lang="fa"><span> به عنوان گیرنده متنی که کاربر می تواند با نشانگر موس از محتوا انتخاب  و آن را کپی نماید.</span></span></p>
-
-<p dir="rtl">{{domxref("Node.textContent")}} <span id="result_box" lang="fa"><span>یک جایگزین</span> <span>استاندارد</span> <span>تا حدی شبیه</span> <span>است، اگر چه</span> <span>تفاوت های مهمی بین</span> <span>این دو وجود دارد</span><span>.</span></span></p>
-
-<h2 dir="rtl" id="ویژگی_ها">ویژگی ها</h2>
-
-<p dir="rtl"><span class="short_text" id="result_box" lang="fa"><span>یک</span> <span>پیش نویس</span> <span>غیر رسمی از</span> ویژگی ها در <strong><a dir="rtl" href="https://rocallahan.github.io/innerText-spec/">اینجا</a></strong> <span>موجود است.</span></span></p>
-
-<h2 dir="rtl" id="Browser_Compatibility" name="Browser_Compatibility">سازگاری با مرورگرها</h2>
-
-<p>{{ CompatibilityTable() }}</p>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Feature</th>
- <th>Chrome</th>
- <th>Firefox (Gecko)</th>
- <th>Internet Explorer</th>
- <th>Opera</th>
- <th>Safari (WebKit)</th>
- </tr>
- <tr>
- <td>پایه پشتیبانی</td>
- <td>4</td>
- <td>{{ CompatGeckoDesktop(45) }}</td>
- <td>6</td>
- <td>9.6 (شاید پیش از این)</td>
- <td>3</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Feature</th>
- <th>Android</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Mobile</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>پایه پشتیبانی</td>
- <td>2.3 (شاید پیش از این)</td>
- <td>{{ CompatGeckoMobile(45) }}</td>
- <td>10 (شاید پیش از این)</td>
- <td>12</td>
- <td>4.1 (شاید پیش از این)</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<h2 dir="rtl" id="موارد_مرتبط">موارد مرتبط</h2>
-
-<ul>
- <li>{{domxref("HTMLElement.outerText")}}</li>
- <li>{{domxref("Element.innerHTML")}}</li>
-</ul>