From 9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 12:08:35 +0100 Subject: unslug ja: modify --- files/ja/conflicting/learn/css/building_blocks/index.html | 5 +++-- .../conflicting/learn/css/building_blocks/styling_tables/index.html | 5 +++-- .../learn/css/building_blocks/values_and_units/index.html | 5 +++-- files/ja/conflicting/learn/css/css_layout/index.html | 5 +++-- files/ja/conflicting/learn/css/styling_text/styling_lists/index.html | 5 +++-- .../learn/getting_started_with_the_web/javascript_basics/index.html | 3 ++- .../learn/html/howto/author_fast-loading_html_pages/index.html | 3 ++- files/ja/conflicting/learn/html/introduction_to_html/index.html | 3 ++- .../conflicting/learn/javascript/building_blocks/events/index.html | 3 ++- .../client-side_web_apis/manipulating_documents/index.html | 5 +++-- files/ja/conflicting/learn/javascript/objects/index.html | 3 ++- 11 files changed, 28 insertions(+), 17 deletions(-) (limited to 'files/ja/conflicting/learn') diff --git a/files/ja/conflicting/learn/css/building_blocks/index.html b/files/ja/conflicting/learn/css/building_blocks/index.html index 379b38949d..bcf27043b9 100644 --- a/files/ja/conflicting/learn/css/building_blocks/index.html +++ b/files/ja/conflicting/learn/css/building_blocks/index.html @@ -1,11 +1,12 @@ --- title: Boxes -slug: Web/Guide/CSS/Getting_started/Boxes +slug: conflicting/Learn/CSS/Building_blocks tags: - CSS - - 'CSS:Getting_Started' + - CSS:Getting_Started translation_of: Learn/CSS/Building_blocks translation_of_original: Web/Guide/CSS/Getting_started/Boxes +original_slug: Web/Guide/CSS/Getting_started/Boxes ---
{{CSSTutorialTOC}}
diff --git a/files/ja/conflicting/learn/css/building_blocks/styling_tables/index.html b/files/ja/conflicting/learn/css/building_blocks/styling_tables/index.html index 1f0905d1ec..0b8c69302c 100644 --- a/files/ja/conflicting/learn/css/building_blocks/styling_tables/index.html +++ b/files/ja/conflicting/learn/css/building_blocks/styling_tables/index.html @@ -1,11 +1,12 @@ --- title: Tables -slug: Web/Guide/CSS/Getting_started/Tables +slug: conflicting/Learn/CSS/Building_blocks/Styling_tables tags: - CSS - - 'CSS:Getting_Started' + - CSS:Getting_Started translation_of: Learn/CSS/Building_blocks/Styling_tables translation_of_original: Web/Guide/CSS/Getting_started/Tables +original_slug: Web/Guide/CSS/Getting_started/Tables ---
{{CSSTutorialTOC}}{{previousPage("/ja/docs/CSS/Getting_Started/Layout", "Layout")}}
diff --git a/files/ja/conflicting/learn/css/building_blocks/values_and_units/index.html b/files/ja/conflicting/learn/css/building_blocks/values_and_units/index.html index 4d080bc3a4..aa90a2ed13 100644 --- a/files/ja/conflicting/learn/css/building_blocks/values_and_units/index.html +++ b/files/ja/conflicting/learn/css/building_blocks/values_and_units/index.html @@ -1,12 +1,13 @@ --- title: 色 -slug: Web/Guide/CSS/Getting_started/Color +slug: conflicting/Learn/CSS/Building_blocks/Values_and_units tags: - CSS - - 'CSS:Getting_Started' + - CSS:Getting_Started - Getting_Started translation_of: Learn/CSS/Introduction_to_CSS/Values_and_units#Colors translation_of_original: Web/Guide/CSS/Getting_started/Color +original_slug: Web/Guide/CSS/Getting_started/Color ---

この文書では、CSS 中でどのように色を指定するかについて詳細に説明します。

diff --git a/files/ja/conflicting/learn/css/css_layout/index.html b/files/ja/conflicting/learn/css/css_layout/index.html index e8bd18d944..12c74ae6e2 100644 --- a/files/ja/conflicting/learn/css/css_layout/index.html +++ b/files/ja/conflicting/learn/css/css_layout/index.html @@ -1,11 +1,12 @@ --- title: Layout -slug: Web/Guide/CSS/Getting_started/Layout +slug: conflicting/Learn/CSS/CSS_layout tags: - CSS - - 'CSS:Getting_Started' + - CSS:Getting_Started translation_of: Learn/CSS/CSS_layout translation_of_original: Web/Guide/CSS/Getting_started/Layout +original_slug: Web/Guide/CSS/Getting_started/Layout ---
{{CSSTutorialTOC}} {{previousPage("/ja/docs/CSS/Getting_Started/Boxes", "Boxes")}}
diff --git a/files/ja/conflicting/learn/css/styling_text/styling_lists/index.html b/files/ja/conflicting/learn/css/styling_text/styling_lists/index.html index 212947f4f6..96e52770b5 100644 --- a/files/ja/conflicting/learn/css/styling_text/styling_lists/index.html +++ b/files/ja/conflicting/learn/css/styling_text/styling_lists/index.html @@ -1,11 +1,12 @@ --- title: Lists -slug: Web/Guide/CSS/Getting_started/Lists +slug: conflicting/Learn/CSS/Styling_text/Styling_lists tags: - CSS - - 'CSS:Getting_Started' + - CSS:Getting_Started translation_of: Learn/CSS/Styling_text/Styling_lists translation_of_original: Web/Guide/CSS/Getting_started/Lists +original_slug: Web/Guide/CSS/Getting_started/Lists ---

{{ CSSTutorialTOC() }}

{{ previousPage("/ja/docs/CSS/Getting_Started/Content", "Content") }} これは CSS Getting Started チュートリアルの第10章です。CSS を使ってリストの外見を決める方法について述べます。リストを含む新しいサンプル文書と、リストの体裁を決めるスタイルシートを作ってください。

diff --git a/files/ja/conflicting/learn/getting_started_with_the_web/javascript_basics/index.html b/files/ja/conflicting/learn/getting_started_with_the_web/javascript_basics/index.html index b87febbe05..bc0542c594 100644 --- a/files/ja/conflicting/learn/getting_started_with_the_web/javascript_basics/index.html +++ b/files/ja/conflicting/learn/getting_started_with_the_web/javascript_basics/index.html @@ -1,8 +1,9 @@ --- title: Getting Started (Javascript Tutorial) -slug: Web/JavaScript/Getting_Started +slug: conflicting/Learn/Getting_started_with_the_web/JavaScript_basics translation_of: Learn/Getting_started_with_the_web/JavaScript_basics translation_of_original: Web/JavaScript/Getting_Started +original_slug: Web/JavaScript/Getting_Started ---

Why JavaScript?

JavaScript is a powerful, complicated, and often misunderstood computer language. It enables the rapid development of applications in which users can enter data and view results easily.

diff --git a/files/ja/conflicting/learn/html/howto/author_fast-loading_html_pages/index.html b/files/ja/conflicting/learn/html/howto/author_fast-loading_html_pages/index.html index 08f5330b89..3badead64e 100644 --- a/files/ja/conflicting/learn/html/howto/author_fast-loading_html_pages/index.html +++ b/files/ja/conflicting/learn/html/howto/author_fast-loading_html_pages/index.html @@ -1,6 +1,6 @@ --- title: 読み込みが速い HTML ページを作成するための Tips -slug: Web/Guide/HTML/Tips_for_authoring_fast-loading_HTML_pages +slug: conflicting/Learn/HTML/Howto/Author_fast-loading_HTML_pages tags: - Advanced - Guide @@ -10,6 +10,7 @@ tags: - Web - Web Performance translation_of: Learn/HTML/Howto/Author_fast-loading_HTML_pages +original_slug: Web/Guide/HTML/Tips_for_authoring_fast-loading_HTML_pages ---

これらの豆知識は、一般の知識や実験に基づくものです。

diff --git a/files/ja/conflicting/learn/html/introduction_to_html/index.html b/files/ja/conflicting/learn/html/introduction_to_html/index.html index 1c8a7cc261..f98cd5c402 100644 --- a/files/ja/conflicting/learn/html/introduction_to_html/index.html +++ b/files/ja/conflicting/learn/html/introduction_to_html/index.html @@ -1,12 +1,13 @@ --- title: Historical artifacts to avoid -slug: Web/Guide/HTML/Obsolete_things_to_avoid +slug: conflicting/Learn/HTML/Introduction_to_HTML tags: - HTML - NeedsContent - NeedsTechnicalReview translation_of: Learn/HTML/Introduction_to_HTML translation_of_original: Web/Guide/HTML/Obsolete_things_to_avoid +original_slug: Web/Guide/HTML/Obsolete_things_to_avoid ---

導入

diff --git a/files/ja/conflicting/learn/javascript/building_blocks/events/index.html b/files/ja/conflicting/learn/javascript/building_blocks/events/index.html index 0c2047bce5..da44d92638 100644 --- a/files/ja/conflicting/learn/javascript/building_blocks/events/index.html +++ b/files/ja/conflicting/learn/javascript/building_blocks/events/index.html @@ -1,6 +1,6 @@ --- title: Event 属性 -slug: Web/Guide/HTML/Event_attributes +slug: conflicting/Learn/JavaScript/Building_blocks/Events tags: - Beginner - Guide @@ -10,6 +10,7 @@ tags: translation_of: >- Learn/JavaScript/Building_blocks/Events#Inline_event_handlers_%E2%80%94_don%27t_use_these translation_of_original: Web/Guide/HTML/Event_attributes +original_slug: Web/Guide/HTML/Event_attributes ---

すべての HTML 要素は、特定のイベントが発生したときの JavaScript の実行が許可された属性の集合から成り立ちます。これらは Event 属性と呼ばれ、その属性名には "on" の接頭辞が付きます。例えば、ユーザーが要素をクリックしたときに JavaScript を実行するために、JavaScript を onclick 属性の中に書きます。

diff --git a/files/ja/conflicting/learn/javascript/client-side_web_apis/manipulating_documents/index.html b/files/ja/conflicting/learn/javascript/client-side_web_apis/manipulating_documents/index.html index fc2fa7a3b4..a8a29ff6c8 100644 --- a/files/ja/conflicting/learn/javascript/client-side_web_apis/manipulating_documents/index.html +++ b/files/ja/conflicting/learn/javascript/client-side_web_apis/manipulating_documents/index.html @@ -1,11 +1,12 @@ --- title: JavaScript and CSS -slug: Web/Guide/CSS/Getting_started/JavaScript +slug: conflicting/Learn/JavaScript/Client-side_web_APIs/Manipulating_documents tags: - CSS - - 'CSS:Getting_Started' + - CSS:Getting_Started translation_of: Learn/JavaScript/Client-side_web_APIs/Manipulating_documents translation_of_original: Web/Guide/CSS/Getting_started/JavaScript +original_slug: Web/Guide/CSS/Getting_started/JavaScript ---
{{CSSTutorialTOC}}
diff --git a/files/ja/conflicting/learn/javascript/objects/index.html b/files/ja/conflicting/learn/javascript/objects/index.html index cbe9e10a0a..0af120b467 100644 --- a/files/ja/conflicting/learn/javascript/objects/index.html +++ b/files/ja/conflicting/learn/javascript/objects/index.html @@ -1,6 +1,6 @@ --- title: オブジェクト指向 JavaScript 入門 -slug: Web/JavaScript/Introduction_to_Object-Oriented_JavaScript +slug: conflicting/Learn/JavaScript/Objects tags: - Constructor - Encapsulation @@ -14,6 +14,7 @@ tags: - Object-Oriented translation_of: Learn/JavaScript/Objects translation_of_original: Web/JavaScript/Introduction_to_Object-Oriented_JavaScript +original_slug: Web/JavaScript/Introduction_to_Object-Oriented_JavaScript ---
{{jsSidebar("Introductory")}}
-- cgit v1.2.3-54-g00ecf