aboutsummaryrefslogtreecommitdiff
path: root/files/tr/web/api/htmlelement/click/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/tr/web/api/htmlelement/click/index.html')
-rw-r--r--files/tr/web/api/htmlelement/click/index.html45
1 files changed, 0 insertions, 45 deletions
diff --git a/files/tr/web/api/htmlelement/click/index.html b/files/tr/web/api/htmlelement/click/index.html
deleted file mode 100644
index 5c8b295944..0000000000
--- a/files/tr/web/api/htmlelement/click/index.html
+++ /dev/null
@@ -1,45 +0,0 @@
----
-title: HTMLElement.click()
-slug: Web/API/HTMLElement/click
-translation_of: Web/API/HTMLElement/click
----
-<div>
-<div>{{ APIRef("HTML DOM") }}</div>
-</div>
-
-<p> </p>
-
-<p><code><strong>HTMLElement.click()</strong></code> metodu element üzerinde tıklama olayını simule eder.</p>
-
-<p><code>click()</code> geçerli elamanlar üzerinde kullanıldığında ({{HTMLElement("input")}} gibi), o elementin tıklama olayını (click event) tetikler. Bu olay döküman ağacındaki (veya olay zinciri) daha yüksek elemanlara ulaşır ve onların tıklama olaylarını tetikler.</p>
-
-<p> </p>
-
-<h2 id="Syntax">Syntax</h2>
-
-<pre class="syntaxbox"><em>element</em>.click()</pre>
-
-<h2 id="Specification">Specification</h2>
-
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Specification</th>
- <th scope="col">Status</th>
- <th scope="col">Comment</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName('DOM2 HTML', 'html.html#ID-2651361')}}</td>
- <td>{{Spec2('DOM2 HTML')}}</td>
- <td>Initial definition.</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Browser_compatibility">Browser compatibility</h2>
-
-
-
-<p>{{Compat("api.HTMLElement.click")}}</p>