aboutsummaryrefslogtreecommitdiff
path: root/files/ar/html/element/bdo/index.html
blob: ee154b30c146981eca5d8f3cdf1986bd92420e49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
---
title: '<bdo>: عنصر تجاوز النص ثنائي الاتجاه'
slug: HTML/Element/bdo
translation_of: Web/HTML/Element/bdo
---
<div>{{HTMLRef}}</div>

<p dir="rtl"><span class="seoSummary"><strong>HTML </strong>عنصر تجاوز النص ثنائي الاتجاه(<strong><code>&lt;bdo&gt;</code></strong>) يتجاوز الاتجاه الحالي للنص، بحيث يتم تقديم النص داخل في اتجاه مختلف. يتم رسم أحرف النص من نقطة البداية في الاتجاه المحدد. لا يتأثر اتجاه الحروف الفردية (حتى لا تحصل على أحرف إلى الوراء، على سبيل المثال).</span></p>

<table class="properties">
 <tbody>
  <tr>
   <th scope="row"><a href="/en-US/docs/HTML/Content_categories">يحتوي الفئات</a></th>
   <td><a href="/en-US/docs/HTML/Content_categories#Flow_content">Flow content</a>, <a href="/en-US/docs/HTML/Content_categories#Phrasing_content">phrasing content</a>, palpable content.</td>
  </tr>
  <tr>
   <th scope="row">المحتوى المسموح به</th>
   <td><a href="/en-US/docs/HTML/Content_categories#Phrasing_content">Phrasing content</a>.</td>
  </tr>
  <tr>
   <th scope="row">وسم الإقفال</th>
   <td>{{no_tag_omission}}</td>
  </tr>
  <tr>
   <th scope="row">يسمح الآباء</th>
   <td>أي عنصر يقبل  <a href="/en-US/docs/HTML/Content_categories#Phrasing_content">صياغة المحتوى.</a></td>
  </tr>
  <tr>
   <th scope="row">قواعد ARIA مسموح</th>
   <td>الكل</td>
  </tr>
  <tr>
   <th scope="row">DOM واجهة</th>
   <td>{{domxref("HTMLElement")}} Up to Gecko 1.9.2 (Firefox 4) inclusive, Firefox implements the <code><a href="/en-US/docs/Web/API/HTMLSpanElement">HTMLSpanElement</a></code> interface for this element.</td>
  </tr>
 </tbody>
</table>

<h2 dir="rtl" id="السِمات">السِمات</h2>

<p dir="rtl">تتضمن سمات هذه العناصر  <a href="/en-US/docs/HTML/Global_attributes">السمات العامة.</a></p>

<dl>
 <dt dir="rtl">{{htmlattrdef("dir")}}</dt>
 <dd dir="rtl">الاتجاه الذي يجب أن يظهر فيه النص في محتويات هذا العنصر.</dd>
 <dd dir="rtl">القيم المحتملة هي:</dd>
 <dd>
 <ul>
  <li dir="rtl"><code>ltr</code>: يشير إلى أن النص يجب أن يسير في الاتجاه من اليسار إلى اليمين.</li>
  <li dir="rtl"><code>rtl</code>:يشير إلى أن النص يجب أن يكون في الاتجاه من اليمين إلى اليسار.</li>
 </ul>
 </dd>
</dl>

<h2 dir="rtl" id="الأمثلة">الأمثلة</h2>

<pre class="brush: html">&lt;!-- Switch text direction --&gt;
&lt;p&gt;This text will go left to right.&lt;/p&gt;
&lt;p&gt;&lt;bdo dir="rtl"&gt;This text will go right
to left.&lt;/bdo&gt;&lt;/p&gt;
</pre>

<h3 id="النتيجة">النتيجة</h3>

<p> </p>

<p>{{EmbedLiveSample('Examples')}}</p>

<p> </p>

<h2 dir="rtl" id="ملاحظات">ملاحظات</h2>

<p dir="rtl">مواصفات HTML 4 لم تحدد أحداث لهذا العنصر؛ تمت إضافتها في XHTML. وهذا على الأرجح سهو.</p>

<h2 dir="rtl" id="مميزات">مميزات</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">المميزات</th>
   <th scope="col">الحالة</th>
   <th scope="col">تعليق</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td>{{SpecName('HTML WHATWG', 'semantics.html#the-bdo-element', '&lt;bdo&gt;')}}</td>
   <td>{{Spec2('HTML WHATWG')}}</td>
   <td> </td>
  </tr>
  <tr>
   <td>{{SpecName('HTML5 W3C', 'textlevel-semantics.html#the-bdo-element', '&lt;bdo&gt;')}}</td>
   <td>{{Spec2('HTML5 W3C')}}</td>
   <td> </td>
  </tr>
  <tr>
   <td>{{SpecName('HTML4.01', 'dirlang.html#h-8.2.4', '&lt;bdo&gt;')}}</td>
   <td>{{Spec2('HTML4.01')}}</td>
   <td> </td>
  </tr>
 </tbody>
</table>

<h2 dir="rtl" id="التكامل(دعم)_مع_المتصفح">التكامل(دعم) مع المتصفح</h2>



<p>{{Compat("html.elements.bdo")}}</p>