diff options
Diffstat (limited to 'files/tr/web')
5 files changed, 6 insertions, 6 deletions
diff --git a/files/tr/web/css/css_background_and_borders/box-shadow_generator/index.html b/files/tr/web/css/css_background_and_borders/box-shadow_generator/index.html index 6dfce27d95..0e3e4b1b25 100644 --- a/files/tr/web/css/css_background_and_borders/box-shadow_generator/index.html +++ b/files/tr/web/css/css_background_and_borders/box-shadow_generator/index.html @@ -7,7 +7,7 @@ translation_of: Web/CSS/CSS_Background_and_Borders/Box-shadow_generator --- <p>Bu araç {{cssxref("box-shadow")}} CSS yapısı oluşturarak, CSS objelerinize box-shadow efekti vermenizi sağlar.</p> -<div style="display: none;"> +<div class="hidden"> <h2 id="box-shadow_generator" name="box-shadow_generator">box-shadow generator</h2> <h3 id="HTML_Content">HTML Content</h3> diff --git a/files/tr/web/guide/html/html5/index.html b/files/tr/web/guide/html/html5/index.html index b2fc61ed8f..c59a8bd86f 100644 --- a/files/tr/web/guide/html/html5/index.html +++ b/files/tr/web/guide/html/html5/index.html @@ -199,9 +199,9 @@ original_slug: Web/HTML/HTML5 <p> </p> <div> -<div class="ImTranslatorLogo" id="SL_button" style="display: none;"> </div> +<div class="ImTranslatorLogo" id="SL_button" class="hidden"> </div> -<div id="SL_shadow_translation_result2" style="display: none;"> </div> +<div id="SL_shadow_translation_result2" class="hidden"> </div> <div id="SL_shadow_translator"> <div id="SL_planshet" style="background: rgb(244, 245, 245);"> diff --git a/files/tr/web/html/element/aside/index.html b/files/tr/web/html/element/aside/index.html index 64b2e421cd..0086628d72 100644 --- a/files/tr/web/html/element/aside/index.html +++ b/files/tr/web/html/element/aside/index.html @@ -93,7 +93,7 @@ original_slug: HTML/Element/aside <h2 id="Tarayıcı_uyumluluğu">Tarayıcı uyumluluğu</h2> -<p>{{Uyumluluk Tablosu}}</p> +<p>{{CompatibilityTable}}</p> <div id="compat-desktop"> <table class="compat-table"> diff --git a/files/tr/web/http/status/index.html b/files/tr/web/http/status/index.html index 7bf9ebb9e9..68c768ecc5 100644 --- a/files/tr/web/http/status/index.html +++ b/files/tr/web/http/status/index.html @@ -36,7 +36,7 @@ translation_of: Web/HTTP/Status <dt>{{HTTPStatus(102, "102 Processing")}} ({{Glossary("WebDAV")}}) - "102 İşleniyor" - Sözlük("WebDAV") </dt> <dd>Bu kod sunucunun isteği aldığını ve işlemekte olduğunu ancak henüz yanıt vermediğini bildirir.<br> <strong>WebDAV(Web Distributed Authoring and Versioning</strong><strong>):</strong> World Wide Web sunucularında depolanmış belge ve dosyaları düzenleme ve yönetmede kullanıcılar arasında iş birliğini kolaylaştıran bir Hiper Metin Aktarım Protokolü uzantısıdır.</dd> - <dt>{{HTTPStatus(103, 103 Early Hints")}} -"103 Ön İpucu"</dt> + <dt>{{HTTPStatus(103, "103 Early Hints")}} -"103 Ön İpucu"</dt> <dd>Bu durum kodunun esas olarak {{HTTPHeader ("Link")}} başlığıyla kullanılması amaçlanmıştır ve sunucu bir yanıt hazırlarken kullanıcı aracısının kaynakları <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Preloading_content">önyüklemeye</a> başlamasını sağlar.</dd> </dl> diff --git a/files/tr/web/javascript/reference/global_objects/array/findindex/index.html b/files/tr/web/javascript/reference/global_objects/array/findindex/index.html index 409222cf45..8933892986 100644 --- a/files/tr/web/javascript/reference/global_objects/array/findindex/index.html +++ b/files/tr/web/javascript/reference/global_objects/array/findindex/index.html @@ -13,7 +13,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Array/findIndex <div> </div> -<p>Ayrıca, dizinde bulunan dizinin yerine bulunan bir öğenin değerini döndüren {{jsx ref ("Array.find", "find ()")}} yöntemine de bakın.</p> +<p>Ayrıca, dizinde bulunan dizinin yerine bulunan bir öğenin değerini döndüren {{jsxref ("Array.find", "find ()")}} yöntemine de bakın.</p> <h2 id="Syntax">Syntax</h2> |