From fec78d0bd88f64228f2a1cb2412c68d937e3b1b8 Mon Sep 17 00:00:00 2001 From: 나상우 Date: Wed, 18 Aug 2021 13:05:32 +0900 Subject: fix: Typo (#2098) * fix: Typo Fix typo * Update index.html --- files/ko/web/http/methods/options/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ko/web') diff --git a/files/ko/web/http/methods/options/index.html b/files/ko/web/http/methods/options/index.html index 4b4b9a030d..8523cea7d6 100644 --- a/files/ko/web/http/methods/options/index.html +++ b/files/ko/web/http/methods/options/index.html @@ -86,7 +86,7 @@ Origin: http://foo.example Access-Control-Request-Method: POST Access-Control-Request-Headers: X-PINGOTHER, Content-Type -

서버는 {{HTTPHeader("Access-Control-Allow-Methods")}}로 응답하고, POST, GET, 그리고 OPTIONS 메소드를 통해서 해당하는 자원을 문의 (query) 할 수 알려준다. 이 헤더는 {{HTTPHeader("Allow")}} 응답 헤더와 비슷하지만 반드시 CORS 에 한해서만 사용된다. 

+

서버는 {{HTTPHeader("Access-Control-Allow-Methods")}}로 응답하고, POST, GET, 그리고 OPTIONS 메소드를 통해서 해당하는 자원을 문의 (query) 할 수 있다고 알려준다. 이 헤더는 {{HTTPHeader("Allow")}} 응답 헤더와 비슷하지만 반드시 CORS 에 한해서만 사용된다.

HTTP/1.1 200 OK
 Date: Mon, 01 Dec 2008 01:15:39 GMT
-- 
cgit v1.2.3-54-g00ecf


From 6a78db22e0dbac2d4c8f615ed6b7b59029c00104 Mon Sep 17 00:00:00 2001
From: Khinenw 
Date: Thu, 19 Aug 2021 18:25:09 +0900
Subject: Update Web/HTML/Element/del (#2137)

Fix code snippet with wrong tag name
---
 files/ko/web/html/element/del/index.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'files/ko/web')

diff --git a/files/ko/web/html/element/del/index.html b/files/ko/web/html/element/del/index.html
index 47dd0c67da..7d973e7c33 100644
--- a/files/ko/web/html/element/del/index.html
+++ b/files/ko/web/html/element/del/index.html
@@ -71,8 +71,8 @@ here is the rest of the paragraph.</p>
 
 

대부분의 스크린 리더는 기본값에서 <del> 요소의 존재를 표현하지 않습니다. 그러나 CSS {{cssxref("content")}} 속성과 {{cssxref("::before")}}, {{cssxref("::after")}} 의사 요소를 사용하면 소리내어 읽도록 할 수 있습니다.

-
ins::before,
-ins::after {
+
del::before,
+del::after {
   clip-path: inset(100%);
   clip: rect(1px, 1px, 1px, 1px);
   height: 1px;
@@ -82,11 +82,11 @@ ins::after {
   width: 1px;
 }
 
-ins::before {
+del::before {
   content: " [제거 부분 시작] ";
 }
 
-ins::after {
+del::after {
   content: " [제거 부분 끝] ";
 }
-- cgit v1.2.3-54-g00ecf From f18dcae78c88f29bf1e79c014621d45097e38999 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 19 Aug 2021 11:00:46 -0400 Subject: correct to Quick_links (not Quick_Links) (#2138) --- files/de/glossary/crawler/index.html | 2 +- files/de/glossary/flexbox/index.html | 2 +- files/de/glossary/graceful_degradation/index.html | 2 +- files/de/glossary/gzip_compression/index.html | 2 +- files/de/glossary/iife/index.html | 2 +- files/de/glossary/local_variable/index.html | 2 +- files/de/glossary/progressive_enhancement/index.html | 2 +- files/de/glossary/type/index.html | 2 +- files/de/glossary/type_conversion/index.html | 2 +- files/de/glossary/user_agent/index.html | 2 +- files/de/glossary/webm/index.html | 2 +- files/de/glossary/webp/index.html | 2 +- files/de/glossary/wrapper/index.html | 2 +- files/de/mozilla/firefox/releases/3/updating_extensions/index.html | 2 +- files/de/web/accessibility/index.html | 2 -- files/de/web/css/css_grid_layout/index.html | 2 +- files/de/web/css/gap/index.html | 2 +- files/de/web/css/grid-template-areas/index.html | 2 +- files/de/web/css/grid/index.html | 2 +- .../web/javascript/reference/global_objects/webassembly/index.html | 2 -- files/es/glossary/accessibility_tree/index.html | 2 +- files/es/glossary/call_stack/index.html | 2 +- files/es/glossary/character_set/index.html | 2 +- files/es/glossary/first-class_function/index.html | 2 +- files/es/glossary/identifier/index.html | 2 +- files/es/glossary/main_thread/index.html | 2 +- files/es/glossary/php/index.html | 2 +- files/es/glossary/pop/index.html | 2 +- files/es/glossary/primitive/index.html | 2 +- files/es/glossary/smtp/index.html | 2 +- files/es/glossary/type_coercion/index.html | 2 +- files/es/glossary/whitespace/index.html | 2 +- files/es/glossary/wrapper/index.html | 2 +- files/es/mozilla/firefox/releases/9/index.html | 2 +- files/es/web/css/column-gap/index.html | 2 +- files/es/web/css/css_flow_layout/index.html | 2 +- .../css_grid_layout/auto-placement_in_css_grid_layout/index.html | 2 +- .../css/css_grid_layout/basic_concepts_of_grid_layout/index.html | 2 +- .../css/css_grid_layout/box_alignment_in_css_grid_layout/index.html | 2 +- files/es/web/css/css_grid_layout/index.html | 2 +- .../realizing_common_layouts_using_css_grid_layout/index.html | 2 +- .../web/css/css_grid_layout/relationship_of_grid_layout/index.html | 2 +- files/es/web/css/gap/index.html | 2 +- files/es/web/css/grid-auto-columns/index.html | 2 +- files/es/web/css/grid-auto-rows/index.html | 2 +- files/es/web/css/grid-template-areas/index.html | 2 +- files/es/web/css/grid-template-columns/index.html | 2 +- files/es/web/css/grid-template-rows/index.html | 2 +- files/es/web/css/grid/index.html | 2 +- files/es/web/css/minmax()/index.html | 2 +- files/fr/glossary/accessibility_tree/index.html | 2 +- files/fr/glossary/ajax/index.html | 2 +- files/fr/glossary/bootstrap/index.html | 2 +- files/fr/glossary/brotli_compression/index.html | 2 +- files/fr/glossary/favicon/index.html | 2 +- files/fr/glossary/http_2/index.html | 2 +- files/fr/glossary/http_3/index.html | 2 +- files/fr/glossary/input_method_editor/index.html | 2 +- files/fr/glossary/internationalization_and_localization/index.html | 2 +- files/fr/glossary/lossless_compression/index.html | 2 +- files/fr/glossary/same-origin_policy/index.html | 2 +- files/fr/glossary/type_coercion/index.html | 2 +- files/fr/glossary/web_server/index.html | 2 +- files/fr/glossary/whitespace/index.html | 2 +- files/fr/mozilla/firefox/releases/3.6/index.html | 2 +- files/fr/mozilla/firefox/releases/3/updating_extensions/index.html | 2 +- files/fr/mozilla/firefox/releases/35/index.html | 2 +- files/fr/mozilla/firefox/releases/4/index.html | 2 +- files/fr/mozilla/firefox/releases/6/index.html | 2 +- files/fr/mozilla/firefox/releases/8/index.html | 2 +- files/fr/mozilla/firefox/releases/9/index.html | 2 +- files/ja/glossary/accessibility_tree/index.html | 2 +- files/ja/glossary/adobe_flash/index.html | 2 +- files/ja/glossary/ajax/index.html | 2 +- files/ja/glossary/blink/index.html | 2 +- files/ja/glossary/bootstrap/index.html | 2 +- files/ja/glossary/brotli_compression/index.html | 2 +- files/ja/glossary/browser/index.html | 2 +- files/ja/glossary/cacheable/index.html | 2 +- files/ja/glossary/call_stack/index.html | 2 +- files/ja/glossary/character_set/index.html | 2 +- files/ja/glossary/cipher/index.html | 2 +- files/ja/glossary/cors-safelisted_response_header/index.html | 2 +- files/ja/glossary/crawler/index.html | 2 +- files/ja/glossary/cross_axis/index.html | 2 +- files/ja/glossary/cryptographic_hash_function/index.html | 2 +- files/ja/glossary/cryptography/index.html | 2 +- files/ja/glossary/css_preprocessor/index.html | 2 +- files/ja/glossary/css_selector/index.html | 2 +- files/ja/glossary/database/index.html | 2 +- files/ja/glossary/document_directive/index.html | 2 +- files/ja/glossary/dom/index.html | 2 +- files/ja/glossary/endianness/index.html | 2 +- files/ja/glossary/favicon/index.html | 2 +- files/ja/glossary/fetch_directive/index.html | 2 +- files/ja/glossary/first-class_function/index.html | 2 +- files/ja/glossary/flexbox/index.html | 2 +- files/ja/glossary/forbidden_header_name/index.html | 2 +- files/ja/glossary/fork/index.html | 2 +- files/ja/glossary/fps/index.html | 2 +- files/ja/glossary/global_object/index.html | 2 +- files/ja/glossary/graceful_degradation/index.html | 2 +- files/ja/glossary/grid/index.html | 2 +- files/ja/glossary/grid_tracks/index.html | 2 +- files/ja/glossary/gzip_compression/index.html | 2 +- files/ja/glossary/hotlink/index.html | 2 +- files/ja/glossary/http_2/index.html | 2 +- files/ja/glossary/http_3/index.html | 2 +- files/ja/glossary/http_header/index.html | 2 +- files/ja/glossary/identifier/index.html | 2 +- files/ja/glossary/iife/index.html | 2 +- files/ja/glossary/index.html | 2 +- files/ja/glossary/input_method_editor/index.html | 2 +- files/ja/glossary/internationalization_and_localization/index.html | 2 +- files/ja/glossary/key/index.html | 2 +- files/ja/glossary/latency/index.html | 2 +- files/ja/glossary/ligature/index.html | 2 +- files/ja/glossary/local_variable/index.html | 2 +- files/ja/glossary/loop/index.html | 2 +- files/ja/glossary/lossless_compression/index.html | 2 +- files/ja/glossary/ltr/index.html | 2 +- files/ja/glossary/main_thread/index.html | 2 +- files/ja/glossary/markup/index.html | 2 +- files/ja/glossary/mathml/index.html | 2 +- files/ja/glossary/method/index.html | 2 +- files/ja/glossary/microsoft_edge/index.html | 2 +- files/ja/glossary/navigation_directive/index.html | 2 +- files/ja/glossary/null/index.html | 2 +- files/ja/glossary/number/index.html | 2 +- files/ja/glossary/php/index.html | 2 +- files/ja/glossary/pop/index.html | 2 +- files/ja/glossary/primitive/index.html | 2 +- files/ja/glossary/public-key_cryptography/index.html | 2 +- files/ja/glossary/python/index.html | 2 +- files/ja/glossary/reporting_directive/index.html | 2 +- files/ja/glossary/response_header/index.html | 2 +- files/ja/glossary/rng/index.html | 2 +- files/ja/glossary/rtl/index.html | 2 +- files/ja/glossary/rtsp/index.html | 2 +- files/ja/glossary/same-origin_policy/index.html | 2 +- files/ja/glossary/scroll_container/index.html | 2 +- files/ja/glossary/scrollport/index.html | 2 +- files/ja/glossary/semantics/index.html | 2 +- files/ja/glossary/simd/index.html | 2 +- files/ja/glossary/sld/index.html | 2 +- files/ja/glossary/smtp/index.html | 2 +- files/ja/glossary/spa/index.html | 2 +- files/ja/glossary/ssl/index.html | 2 +- files/ja/glossary/static_method/index.html | 2 +- files/ja/glossary/strict_mode/index.html | 2 +- files/ja/glossary/symbol/index.html | 2 +- files/ja/glossary/symmetric-key_cryptography/index.html | 2 +- files/ja/glossary/tcp/index.html | 2 +- files/ja/glossary/thread/index.html | 2 +- files/ja/glossary/tls/index.html | 2 +- files/ja/glossary/type/index.html | 2 +- files/ja/glossary/type_coercion/index.html | 2 +- files/ja/glossary/type_conversion/index.html | 2 +- files/ja/glossary/user_agent/index.html | 2 +- files/ja/glossary/web_performance/index.html | 2 +- files/ja/glossary/web_server/index.html | 2 +- files/ja/glossary/webassembly/index.html | 2 +- files/ja/glossary/whitespace/index.html | 2 +- files/ja/glossary/wrapper/index.html | 2 +- files/ja/web/css/css_flow_layout/index.html | 2 +- .../css_grid_layout/auto-placement_in_css_grid_layout/index.html | 2 +- .../css/css_grid_layout/basic_concepts_of_grid_layout/index.html | 2 +- .../css/css_grid_layout/box_alignment_in_css_grid_layout/index.html | 2 +- files/ja/web/css/css_grid_layout/index.html | 2 +- .../css/css_grid_layout/layout_using_named_grid_lines/index.html | 2 +- .../web/css/css_grid_layout/relationship_of_grid_layout/index.html | 2 +- files/ja/web/css/grid-column-start/index.html | 2 +- files/ja/web/css/grid-column/index.html | 2 +- files/ja/web/css/grid-row/index.html | 2 +- files/ja/web/css/grid-template-areas/index.html | 2 +- files/ja/web/css/grid-template-columns/index.html | 2 +- files/ja/web/css/grid-template/index.html | 2 +- files/ja/web/css/grid/index.html | 2 +- files/ja/web/css/minmax()/index.html | 2 +- files/ja/web/exslt/index.html | 2 +- files/ko/glossary/bootstrap/index.html | 2 +- files/ko/glossary/browser/index.html | 2 +- files/ko/glossary/character_set/index.html | 2 +- files/ko/glossary/cross_axis/index.html | 2 +- files/ko/glossary/endianness/index.html | 2 +- files/ko/glossary/flexbox/index.html | 2 +- files/ko/glossary/global_object/index.html | 2 +- files/ko/glossary/graceful_degradation/index.html | 2 +- files/ko/glossary/http_2/index.html | 2 +- files/ko/glossary/iife/index.html | 2 +- files/ko/glossary/index.html | 2 +- files/ko/glossary/method/index.html | 2 +- files/ko/glossary/null/index.html | 2 +- files/ko/glossary/primitive/index.html | 4 ++-- files/ko/glossary/semantics/index.html | 2 +- files/ko/glossary/smtp/index.html | 2 +- files/ko/glossary/ssl/index.html | 2 +- files/ko/glossary/tcp/index.html | 2 +- files/ko/glossary/tls/index.html | 2 +- files/ko/glossary/user_agent/index.html | 2 +- files/ko/glossary/wrapper/index.html | 2 +- files/ko/web/accessibility/aria/index.html | 2 +- files/ko/web/css/css_flow_layout/index.html | 2 +- .../css/css_grid_layout/basic_concepts_of_grid_layout/index.html | 2 +- files/ko/web/css/css_grid_layout/grid_template_areas/index.html | 2 +- files/ko/web/css/css_grid_layout/index.html | 2 +- .../css/css_grid_layout/layout_using_named_grid_lines/index.html | 2 +- .../css_grid_layout/line-based_placement_with_css_grid/index.html | 2 +- .../web/css/css_grid_layout/relationship_of_grid_layout/index.html | 2 +- files/ko/web/css/grid-area/index.html | 2 +- files/ko/web/css/grid/index.html | 2 +- files/pl/glossary/accessibility_tree/index.html | 2 +- files/pl/glossary/semantics/index.html | 2 +- files/pl/web/css/css_grid_layout/index.html | 2 +- files/pl/web/css/grid/index.html | 2 +- files/pt-br/glossary/accessibility_tree/index.html | 2 +- files/pt-br/glossary/call_stack/index.html | 2 +- files/pt-br/glossary/css_preprocessor/index.html | 2 +- files/pt-br/glossary/graceful_degradation/index.html | 2 +- files/pt-br/glossary/grid/index.html | 2 +- files/pt-br/glossary/http_header/index.html | 2 +- files/pt-br/glossary/semantics/index.html | 2 +- files/pt-br/glossary/viewport/index.html | 2 +- files/pt-br/web/api/web_audio_api/index.html | 2 +- .../css/css_grid_layout/basic_concepts_of_grid_layout/index.html | 2 +- files/pt-br/web/css/css_grid_layout/index.html | 2 +- .../web/css/css_grid_layout/relationship_of_grid_layout/index.html | 2 +- files/pt-br/web/css/grid-auto-flow/index.html | 2 +- files/pt-br/web/css/grid-template-columns/index.html | 2 +- files/pt-br/web/css/grid-template-rows/index.html | 2 +- files/pt-br/web/css/grid/index.html | 2 +- files/ru/glossary/accessibility_tree/index.html | 2 +- files/ru/glossary/bootstrap/index.html | 2 +- files/ru/glossary/call_stack/index.html | 2 +- files/ru/glossary/crawler/index.html | 2 +- files/ru/glossary/fps/index.html | 2 +- files/ru/glossary/global_object/index.html | 2 +- files/ru/glossary/http_2/index.html | 2 +- files/ru/glossary/loop/index.html | 2 +- files/ru/glossary/method/index.html | 2 +- files/ru/glossary/scroll_container/index.html | 2 +- files/ru/glossary/semantics/index.html | 2 +- files/ru/glossary/type_coercion/index.html | 2 +- files/ru/glossary/type_conversion/index.html | 2 +- files/ru/glossary/whitespace/index.html | 2 +- files/ru/web/api/web_audio_api/index.html | 2 +- files/ru/web/css/css_flow_layout/index.html | 2 +- .../css/css_grid_layout/basic_concepts_of_grid_layout/index.html | 2 +- .../css/css_grid_layout/box_alignment_in_css_grid_layout/index.html | 2 +- .../css_grid_logical_values_and_writing_modes/index.html | 2 +- files/ru/web/css/css_grid_layout/grid_template_areas/index.html | 2 +- files/ru/web/css/css_grid_layout/index.html | 2 +- .../css/css_grid_layout/layout_using_named_grid_lines/index.html | 2 +- .../css_grid_layout/line-based_placement_with_css_grid/index.html | 2 +- .../realizing_common_layouts_using_css_grid_layout/index.html | 2 +- .../web/css/css_grid_layout/relationship_of_grid_layout/index.html | 2 +- files/ru/web/css/grid-area/index.html | 2 +- files/ru/web/css/grid-auto-flow/index.html | 2 +- files/ru/web/css/grid-row-start/index.html | 2 +- files/ru/web/css/grid-template-areas/index.html | 2 +- files/ru/web/css/grid-template-columns/index.html | 2 +- files/ru/web/css/grid-template-rows/index.html | 2 +- files/ru/web/css/grid/index.html | 2 +- files/ru/web/css/minmax()/index.html | 2 +- files/ru/web/index.html | 2 +- files/zh-cn/glossary/character_set/index.html | 2 +- files/zh-cn/glossary/crawler/index.html | 2 +- files/zh-cn/glossary/cross_axis/index.html | 2 +- files/zh-cn/glossary/css_selector/index.html | 2 +- files/zh-cn/glossary/database/index.html | 2 +- files/zh-cn/glossary/flexbox/index.html | 2 +- files/zh-cn/glossary/fork/index.html | 2 +- files/zh-cn/glossary/global_object/index.html | 2 +- files/zh-cn/glossary/graceful_degradation/index.html | 2 +- files/zh-cn/glossary/gzip_compression/index.html | 2 +- files/zh-cn/glossary/http_2/index.html | 2 +- files/zh-cn/glossary/http_3/index.html | 2 +- files/zh-cn/glossary/http_header/index.html | 2 +- files/zh-cn/glossary/index.html | 2 +- files/zh-cn/glossary/input_method_editor/index.html | 2 +- files/zh-cn/glossary/latency/index.html | 2 +- files/zh-cn/glossary/ligature/index.html | 2 +- files/zh-cn/glossary/main_thread/index.html | 2 +- files/zh-cn/glossary/method/index.html | 2 +- files/zh-cn/glossary/nullish/index.html | 6 ------ files/zh-cn/glossary/smtp/index.html | 2 +- files/zh-cn/glossary/type_conversion/index.html | 2 +- files/zh-cn/mozilla/firefox/releases/3.6/index.html | 2 +- .../zh-cn/mozilla/firefox/releases/3/updating_extensions/index.html | 2 +- files/zh-cn/web/api/canvas_api/index.html | 2 +- files/zh-cn/web/api/web_audio_api/index.html | 2 +- files/zh-cn/web/css/css_flow_layout/index.html | 2 +- .../css_grid_layout/auto-placement_in_css_grid_layout/index.html | 2 +- .../css/css_grid_layout/basic_concepts_of_grid_layout/index.html | 2 +- .../css/css_grid_layout/box_alignment_in_css_grid_layout/index.html | 2 +- .../css_grid_layout/css_grid_and_progressive_enhancement/index.html | 2 +- .../css_grid_layout/css_grid_layout_and_accessibility/index.html | 2 +- .../css_grid_logical_values_and_writing_modes/index.html | 2 +- files/zh-cn/web/css/css_grid_layout/grid_template_areas/index.html | 2 +- files/zh-cn/web/css/css_grid_layout/index.html | 2 +- .../css/css_grid_layout/layout_using_named_grid_lines/index.html | 2 +- .../css_grid_layout/line-based_placement_with_css_grid/index.html | 2 +- .../realizing_common_layouts_using_css_grid_layout/index.html | 2 +- .../web/css/css_grid_layout/relationship_of_grid_layout/index.html | 2 +- files/zh-cn/web/css/grid-area/index.html | 2 +- files/zh-cn/web/css/grid-auto-columns/index.html | 2 +- files/zh-cn/web/css/grid-auto-flow/index.html | 2 +- files/zh-cn/web/css/grid-auto-rows/index.html | 2 +- files/zh-cn/web/css/grid-column/index.html | 2 +- files/zh-cn/web/css/grid-row/index.html | 2 +- files/zh-cn/web/css/grid-template-areas/index.html | 2 +- files/zh-cn/web/css/grid-template-columns/index.html | 2 +- files/zh-cn/web/css/grid-template-rows/index.html | 2 +- files/zh-cn/web/css/grid-template/index.html | 2 +- files/zh-cn/web/css/grid/index.html | 2 +- files/zh-cn/web/css/minmax()/index.html | 2 +- files/zh-tw/glossary/adobe_flash/index.html | 2 +- files/zh-tw/glossary/bootstrap/index.html | 2 +- files/zh-tw/glossary/character_set/index.html | 2 +- files/zh-tw/glossary/css_preprocessor/index.html | 2 +- files/zh-tw/glossary/php/index.html | 2 +- files/zh-tw/glossary/python/index.html | 2 +- files/zh-tw/glossary/ruby/index.html | 2 +- files/zh-tw/glossary/spa/index.html | 2 +- files/zh-tw/learn/javascript/building_blocks/events/index.html | 2 +- files/zh-tw/mozilla/firefox/releases/3.6/index.html | 2 +- files/zh-tw/mozilla/firefox/releases/35/index.html | 2 +- files/zh-tw/mozilla/firefox/releases/6/index.html | 2 +- files/zh-tw/mozilla/firefox/releases/8/index.html | 2 +- files/zh-tw/mozilla/firefox/releases/9/index.html | 2 +- .../css/css_grid_layout/basic_concepts_of_grid_layout/index.html | 2 +- files/zh-tw/web/css/css_grid_layout/index.html | 2 +- files/zh-tw/web/css/grid-row/index.html | 2 +- files/zh-tw/web/css/grid-template-columns/index.html | 2 +- files/zh-tw/web/css/grid-template/index.html | 2 +- 335 files changed, 333 insertions(+), 343 deletions(-) (limited to 'files/ko/web') diff --git a/files/de/glossary/crawler/index.html b/files/de/glossary/crawler/index.html index df3fd9db4b..49dffae66c 100644 --- a/files/de/glossary/crawler/index.html +++ b/files/de/glossary/crawler/index.html @@ -11,7 +11,7 @@ translation_of: Glossary/Crawler
  • {{Interwiki("wikipedia", "Webcrawler")}} auf Wikipedia
  • -
    -
    -