aboutsummaryrefslogtreecommitdiff
path: root/files/tr/web/html/element/aside/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/tr/web/html/element/aside/index.html')
-rw-r--r--files/tr/web/html/element/aside/index.html154
1 files changed, 154 insertions, 0 deletions
diff --git a/files/tr/web/html/element/aside/index.html b/files/tr/web/html/element/aside/index.html
new file mode 100644
index 0000000000..234d56a434
--- /dev/null
+++ b/files/tr/web/html/element/aside/index.html
@@ -0,0 +1,154 @@
+---
+title: <aside>
+slug: HTML/Element/aside
+tags:
+ - HTML Elementleri
+ - aside
+ - aside elementi
+translation_of: Web/HTML/Element/aside
+---
+<p><strong>HTML <code>&lt;aside&gt;</code> elementi </strong>bir belgenin ana içeriğiyle yüzeysel bir bağ taşıyan bölümünü temsil eder.</p>
+
+<table class="properties">
+ <tbody>
+ <tr>
+ <th scope="row"><a href="https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Content_categories">İçerik kategorileri</a></th>
+ <td><a href="https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Content_categories#Flow_content">Akış içeriği</a>, bölümlenmiş içerik, belirlenmiş içerik.</td>
+ </tr>
+ <tr>
+ <th scope="row">Kullanılabilir içerik</th>
+ <td><a href="/en-US/docs/HTML/Content_categories#Flow_content" title="HTML/Content_categories#Flow_content">Akış içeriği</a>.</td>
+ </tr>
+ <tr>
+ <th scope="row">Etiket İhmalleri</th>
+ <td>Hiçbiri.</td>
+ </tr>
+ <tr>
+ <th scope="row">Kullanılabilir Üst Elementler</th>
+ <td><a href="https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Content_categories#Flow_content">Akış içeriği</a>ni kabul eden herhangi bir element. Ancak &lt;aside&gt; elementi, {{HTMLElement("address")}} elementinin alt elementi olarak kullanılamaz.</td>
+ </tr>
+ <tr>
+ <th scope="row">Kullanılabilir ARIA</th>
+ <td>{{ARIARole("feed")}}, {{ARIARole("note")}}, {{ARIARole("presentation")}}, {{ARIARole("region")}}, {{ARIARole("search")}}</td>
+ </tr>
+ <tr>
+ <th scope="row">DOM arayüzü</th>
+ <td>{{domxref("HTMLElement")}}</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="Öznitelikler">Öznitelikler</h2>
+
+<p>Bu element yalnızca <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes">evrensel öznitelikler</a>i içerir.</p>
+
+<h2 id="Kullanım_Notları">Kullanım Notları</h2>
+
+<ul>
+ <li><code>&lt;aside&gt;</code> elementini parantez içine alınmış metinler için kullanmayınız. Çünkü bu tip metinler ana akış içerisinde sayılmaktadır.</li>
+</ul>
+
+<h2 id="Örnekler">Örnekler</h2>
+
+<pre class="brush: html">&lt;article&gt;
+ &lt;p&gt;
+ Disney yapımı olan &lt;em&gt;Küçük Deniz Kızı&lt;/em&gt; filmi ilk kez 1989'da vizyona girdi.
+ &lt;/p&gt;
+ &lt;aside&gt;
+ &lt;p&gt;
+ Film ilk çıkışında 87 milyon dolar hasılat yapmayı başardı.
+ &lt;/p&gt;
+ &lt;/aside&gt;
+ &lt;p&gt;
+ Film hakkında daha fazla bilgi için...
+ &lt;/p&gt;
+&lt;/article&gt;</pre>
+
+<p>{{EmbedLiveSample("Examples")}}</p>
+
+<h2 id="Specifications" name="Specifications">Özellikler</h2>
+
+<table class="standard-table">
+ <thead>
+ <tr>
+ <th scope="col">Özellik</th>
+ <th scope="col">Durum</th>
+ <th scope="col">Yorum</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>{{SpecName('HTML WHATWG', 'semantics.html#the-aside-element', '&lt;aside&gt;')}}</td>
+ <td>{{Spec2('HTML WHATWG')}}</td>
+ <td> </td>
+ </tr>
+ <tr>
+ <td>{{SpecName('HTML5 W3C', 'sections.html#the-aside-element', '&lt;aside&gt;')}}</td>
+ <td>{{Spec2('HTML5 W3C')}}</td>
+ <td> </td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="Tarayıcı_uyumluluğu">Tarayıcı uyumluluğu</h2>
+
+<p>{{Uyumluluk Tablosu}}</p>
+
+<div id="compat-desktop">
+<table class="compat-table">
+ <tbody>
+ <tr>
+ <th>Özellik</th>
+ <th>Chrome</th>
+ <th>Edge</th>
+ <th>Firefox (Gecko)</th>
+ <th>Internet Explorer</th>
+ <th>Opera</th>
+ <th>Safari</th>
+ </tr>
+ <tr>
+ <td>Temel destek</td>
+ <td>5</td>
+ <td>{{CompatVersionUnknown}}</td>
+ <td>{{CompatGeckoDesktop("2.0")}}</td>
+ <td>9.0</td>
+ <td>11.10</td>
+ <td>4.1</td>
+ </tr>
+ </tbody>
+</table>
+</div>
+
+<div id="compat-mobile">
+<table class="compat-table">
+ <tbody>
+ <tr>
+ <th>Özellik</th>
+ <th>Android</th>
+ <th>Edge</th>
+ <th>Firefox Mobile (Gecko)</th>
+ <th>IE Mobile</th>
+ <th>Opera Mobile</th>
+ <th>Safari Mobile</th>
+ </tr>
+ <tr>
+ <td>Temel destek</td>
+ <td>2.2</td>
+ <td>{{CompatVersionUnknown}}</td>
+ <td>{{CompatGeckoMobile("2.0")}}</td>
+ <td>9.0</td>
+ <td>11.0</td>
+ <td>4.2</td>
+ </tr>
+ </tbody>
+</table>
+</div>
+
+<h2 id="Ayrıca_bakınız">Ayrıca bakınız</h2>
+
+<ul>
+ <li>Bölümle ilişkili diğer elementler: {{HTMLElement("body")}}, {{HTMLElement("article")}}, {{HTMLElement("section")}}, {{HTMLElement("nav")}}, {{HTMLElement("h1")}}, {{HTMLElement("h2")}}, {{HTMLElement("h3")}}, {{HTMLElement("h4")}}, {{HTMLElement("h5")}}, {{HTMLElement("h6")}}, {{HTMLElement("hgroup")}}, {{HTMLElement("header")}}, {{HTMLElement("footer")}}, {{HTMLElement("address")}};</li>
+ <li><a href="/en-US/docs/Sections_and_Outlines_of_an_HTML5_document" title="Sections and Outlines of an HTML5 document">Bir HTML5 belgesinin bölümleri ve anahatları</a>.</li>
+</ul>
+
+<div>{{HTMLRef}}</div>