diff --git a/files/ko/learn/css/building_blocks/debugging_css/index.md b/files/ko/learn/css/building_blocks/debugging_css/index.md index 72e52de8e3b9a6..1b0ab3d876a37f 100644 --- a/files/ko/learn/css/building_blocks/debugging_css/index.md +++ b/files/ko/learn/css/building_blocks/debugging_css/index.md @@ -163,7 +163,7 @@ DevTools는 CSS 문제를 해결할 때 큰 도움이 될 수 있으므로 CSS 또한 MDN의 각 속성 페이지 하단에 있는 브라우저 호환성 표를 볼 수 있습니다. 이것들은 해당 속성에 대한 브라우저 지원을 보여주며, 속성의 일부 사용에 대한 지원이 있고 다른 것은 지원하지 않는 경우 종종 세분화됩니다. 아래 표는 {{cssxref("shape-outside")}} 속성에 대한 호환성 데이터를 보여줍니다. -{{compat("css.shape-outside")}} +{{Compat}} ### 다른 것이 CSS를 무시합니까? diff --git a/files/ko/learn/css/first_steps/what_is_css/index.md b/files/ko/learn/css/first_steps/what_is_css/index.md index 5c157fada0ae87..0de069fb8222ff 100644 --- a/files/ko/learn/css/first_steps/what_is_css/index.md +++ b/files/ko/learn/css/first_steps/what_is_css/index.md @@ -99,7 +99,7 @@ CSS 가 지정되면 하나 이상의 브라우저가 이를 구현한 경우에 다음은 CSS [`font-family`](/ko/docs/Web/CSS/font-family) 속성에 대한 데이터 차트입니다. -{{Compat("css.properties.font-family")}} +{{Compat}} ## 다음은 뭐죠 diff --git a/files/ko/mozilla/add-ons/webextensions/api/contentscripts/index.md b/files/ko/mozilla/add-ons/webextensions/api/contentscripts/index.md index 67c190296cea22..ec133650b521a0 100644 --- a/files/ko/mozilla/add-ons/webextensions/api/contentscripts/index.md +++ b/files/ko/mozilla/add-ons/webextensions/api/contentscripts/index.md @@ -27,6 +27,6 @@ slug: Mozilla/Add-ons/WebExtensions/API/contentScripts ## 브라우저 호환성 -{{Compat("webextensions.api.contentScripts", 10, 1)}} +{{Compat}} {{WebExtExamples("h2")}} diff --git a/files/ko/mozilla/add-ons/webextensions/api/menus/contexttype/index.md b/files/ko/mozilla/add-ons/webextensions/api/menus/contexttype/index.md index 9ea383ad8984d1..734bc90eaeeb0f 100644 --- a/files/ko/mozilla/add-ons/webextensions/api/menus/contexttype/index.md +++ b/files/ko/mozilla/add-ons/webextensions/api/menus/contexttype/index.md @@ -47,7 +47,7 @@ original_slug: Mozilla/Add-ons/WebExtensions/API/contextMenus/ContextType ## 브라우저 호환성 -{{Compat("webextensions.api.menus.ContextType", 10)}} +{{Compat}} {{WebExtExamples}} diff --git a/files/ko/mozilla/add-ons/webextensions/api/menus/create/index.md b/files/ko/mozilla/add-ons/webextensions/api/menus/create/index.md index 37210a7b6e3b21..fbddbe3d536ad4 100644 --- a/files/ko/mozilla/add-ons/webextensions/api/menus/create/index.md +++ b/files/ko/mozilla/add-ons/webextensions/api/menus/create/index.md @@ -102,7 +102,7 @@ browser.menus.create( ## 브라우저 호환성 -{{Compat("webextensions.api.menus.create", 10)}} +{{Compat}} ## 예제 diff --git a/files/ko/mozilla/add-ons/webextensions/api/menus/gettargetelement/index.md b/files/ko/mozilla/add-ons/webextensions/api/menus/gettargetelement/index.md index 720239708ec5e1..ace794ec395fd3 100644 --- a/files/ko/mozilla/add-ons/webextensions/api/menus/gettargetelement/index.md +++ b/files/ko/mozilla/add-ons/webextensions/api/menus/gettargetelement/index.md @@ -47,7 +47,7 @@ browser.menus.create({ ## 브라우저 호환성 -{{Compat("webextensions.api.menus.getTargetElement")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/mozilla/add-ons/webextensions/api/menus/onshown/index.md b/files/ko/mozilla/add-ons/webextensions/api/menus/onshown/index.md index 9bf0772e1a286d..625896d41144f0 100644 --- a/files/ko/mozilla/add-ons/webextensions/api/menus/onshown/index.md +++ b/files/ko/mozilla/add-ons/webextensions/api/menus/onshown/index.md @@ -96,7 +96,7 @@ Events have three functions: ## 브라우저 호환성 -{{Compat("webextensions.api.menus.onShown", 10)}} +{{Compat}} ## 예제 diff --git a/files/ko/mozilla/add-ons/webextensions/api/pageaction/index.md b/files/ko/mozilla/add-ons/webextensions/api/pageaction/index.md index 4a74e56503822a..3df46d33a790d5 100644 --- a/files/ko/mozilla/add-ons/webextensions/api/pageaction/index.md +++ b/files/ko/mozilla/add-ons/webextensions/api/pageaction/index.md @@ -50,7 +50,7 @@ slug: Mozilla/Add-ons/WebExtensions/API/pageAction ## 브라우저 호환성 -{{Compat("webextensions.api.pageAction")}} +{{Compat}} {{WebExtExamples("h2")}} diff --git a/files/ko/mozilla/add-ons/webextensions/api/storage/local/index.md b/files/ko/mozilla/add-ons/webextensions/api/storage/local/index.md index 577e18edd1faff..a7ccb8e3a8a541 100644 --- a/files/ko/mozilla/add-ons/webextensions/api/storage/local/index.md +++ b/files/ko/mozilla/add-ons/webextensions/api/storage/local/index.md @@ -34,7 +34,7 @@ slug: Mozilla/Add-ons/WebExtensions/API/storage/local ## 브라우저 호환성 -{{Compat("webextensions.api.storage.local")}} +{{Compat}} {{WebExtExamples}} diff --git a/files/ko/mozilla/add-ons/webextensions/api/storage/storagearea/get/index.md b/files/ko/mozilla/add-ons/webextensions/api/storage/storagearea/get/index.md index de9d1511491ba2..76b2fdb0e2febf 100644 --- a/files/ko/mozilla/add-ons/webextensions/api/storage/storagearea/get/index.md +++ b/files/ko/mozilla/add-ons/webextensions/api/storage/storagearea/get/index.md @@ -32,7 +32,7 @@ slug: Mozilla/Add-ons/WebExtensions/API/storage/StorageArea/get ## 브라우저 호환성 -{{Compat("webextensions.api.storage.StorageArea.get")}} +{{Compat}} ## 예제 diff --git a/files/ko/mozilla/add-ons/webextensions/api/storage/storagearea/index.md b/files/ko/mozilla/add-ons/webextensions/api/storage/storagearea/index.md index dba9d060528622..1ce99942a08d77 100644 --- a/files/ko/mozilla/add-ons/webextensions/api/storage/storagearea/index.md +++ b/files/ko/mozilla/add-ons/webextensions/api/storage/storagearea/index.md @@ -26,7 +26,7 @@ Values of this type are objects. ## Browser compatibility -{{Compat("webextensions.api.storage.StorageArea")}} +{{Compat}} {{WebExtExamples}} diff --git a/files/ko/mozilla/add-ons/webextensions/api/storage/storagearea/set/index.md b/files/ko/mozilla/add-ons/webextensions/api/storage/storagearea/set/index.md index 69610cf75a13a0..e92283fb3fdc19 100644 --- a/files/ko/mozilla/add-ons/webextensions/api/storage/storagearea/set/index.md +++ b/files/ko/mozilla/add-ons/webextensions/api/storage/storagearea/set/index.md @@ -31,7 +31,7 @@ let settingItem = browser.storage.<storageType>.set( ## 브라우저 호환성 -{{Compat("webextensions.api.storage.StorageArea.set")}} +{{Compat}} ## 예제 diff --git a/files/ko/mozilla/add-ons/webextensions/api/storage/sync/index.md b/files/ko/mozilla/add-ons/webextensions/api/storage/sync/index.md index 56a0da741e47fc..4dbe210767ec46 100644 --- a/files/ko/mozilla/add-ons/webextensions/api/storage/sync/index.md +++ b/files/ko/mozilla/add-ons/webextensions/api/storage/sync/index.md @@ -27,7 +27,7 @@ Firefox에서 `sync.storage` 는 고유한 부가기능 ID에 의존성을 갖 ## Browser 호환성 -{{Compat("webextensions.api.storage.sync")}} +{{Compat}} {{WebExtExamples}} diff --git a/files/ko/mozilla/add-ons/webextensions/api/webrequest/index.md b/files/ko/mozilla/add-ons/webextensions/api/webrequest/index.md index 38073068d07c13..54d41966b14063 100644 --- a/files/ko/mozilla/add-ons/webextensions/api/webrequest/index.md +++ b/files/ko/mozilla/add-ons/webextensions/api/webrequest/index.md @@ -122,7 +122,7 @@ To do this, you must have the "webRequestBlocking" API permission as well as the ## Browser compatibility -{{Compat("webextensions.api.webRequest")}} +{{Compat}} [Extra notes on Chrome incompatibilities](/ko/docs/Mozilla/Add-ons/WebExtensions/Chrome_incompatibilities#webRequest_incompatibilities). diff --git a/files/ko/web/api/clipboard_api/index.md b/files/ko/web/api/clipboard_api/index.md index be4f0bbea2d3bd..a3a1d786a498a6 100644 --- a/files/ko/web/api/clipboard_api/index.md +++ b/files/ko/web/api/clipboard_api/index.md @@ -38,15 +38,15 @@ navigator.clipboard.readText().then( ### Clipboard -{{Compat("api.Clipboard")}} +{{Compat}} ### ClipboardEvent -{{Compat("api.ClipboardEvent")}} +{{Compat}} ### ClipboardItem -{{Compat("api.ClipboardItem")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/api/encoding_api/index.md b/files/ko/web/api/encoding_api/index.md index d34a05aceb2afc..2824553d3c8cb4 100644 --- a/files/ko/web/api/encoding_api/index.md +++ b/files/ko/web/api/encoding_api/index.md @@ -26,7 +26,7 @@ slug: Web/API/Encoding_API ### `TextDecoder` -{{Compat("api.TextDecoder")}} +{{Compat}} ### `TextEncoder` diff --git a/files/ko/web/api/geolocation_api/index.md b/files/ko/web/api/geolocation_api/index.md index 32c9297d0b65f5..3cd224841c3533 100644 --- a/files/ko/web/api/geolocation_api/index.md +++ b/files/ko/web/api/geolocation_api/index.md @@ -55,7 +55,7 @@ Geolocation API는 {{domxref("Navigator.geolocation", "navigator.geolocation")}} ## 브라우저 호환성 -{{Compat("api.Geolocation")}} +{{Compat}} ### 가용성 diff --git a/files/ko/web/api/network_information_api/index.md b/files/ko/web/api/network_information_api/index.md index 99e45afcb2b37a..6f36bbd3c814e3 100644 --- a/files/ko/web/api/network_information_api/index.md +++ b/files/ko/web/api/network_information_api/index.md @@ -33,11 +33,11 @@ updateConnectionStatus(); ### NetworkInformation -{{Compat("api.NetworkInformation")}} +{{Compat}} ### Navigator.connection -{{Compat("api.Navigator.connection")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/api/web_audio_api/index.md b/files/ko/web/api/web_audio_api/index.md index 3f24599a3dd23a..1dd0077bbffc67 100644 --- a/files/ko/web/api/web_audio_api/index.md +++ b/files/ko/web/api/web_audio_api/index.md @@ -196,7 +196,7 @@ Web Audio API에서 사용하기 위한 오디오 소스를 정의하는 인터 ### AudioContext -{{Compat("api.AudioContext", 0)}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/api/web_storage_api/index.md b/files/ko/web/api/web_storage_api/index.md index ea6a0f3820306e..bf84014c12dba3 100644 --- a/files/ko/web/api/web_storage_api/index.md +++ b/files/ko/web/api/web_storage_api/index.md @@ -51,11 +51,11 @@ Web Storage의 두 가지 방식은 다음과 같습니다. ### `Window.localStorage` -{{Compat("api.Window.localStorage")}} +{{Compat}} ### `Window.sessionStorage` -{{Compat("api.Window.sessionStorage")}} +{{Compat}} ## 사생활 보호 / 시크릿 모드 diff --git a/files/ko/web/api/webglrenderbuffer/index.md b/files/ko/web/api/webglrenderbuffer/index.md index 81158252edd411..2ba709fdec90bd 100644 --- a/files/ko/web/api/webglrenderbuffer/index.md +++ b/files/ko/web/api/webglrenderbuffer/index.md @@ -31,7 +31,7 @@ var buffer = gl.createRenderbuffer(); ## 브라우저 호환성 -{{Compat("api.WebGLRenderbuffer")}} +{{Compat}} ## 함께 보기 diff --git a/files/ko/web/api/window/popstate_event/index.md b/files/ko/web/api/window/popstate_event/index.md index 6ce63d2765faaa..111b137ca48eb5 100644 --- a/files/ko/web/api/window/popstate_event/index.md +++ b/files/ko/web/api/window/popstate_event/index.md @@ -19,7 +19,7 @@ history.pushState() 또는 history.replaceState()는 popstate 이벤트를 발 ## 브라우저 호환성 -{{Compat("api.Window.popstate_event")}} +{{Compat}} ## Example diff --git a/files/ko/web/css/_doublecolon_-webkit-scrollbar/index.md b/files/ko/web/css/_doublecolon_-webkit-scrollbar/index.md index 84691924a02ae5..f2f1740c87c3ed 100644 --- a/files/ko/web/css/_doublecolon_-webkit-scrollbar/index.md +++ b/files/ko/web/css/_doublecolon_-webkit-scrollbar/index.md @@ -93,31 +93,31 @@ Who thought scrollbars could be made weeeeird? ### `::-webkit-scrollbar` -{{Compat("css.selectors.-webkit-scrollbar")}} +{{Compat}} ### `::-webkit-scrollbar-button` -{{Compat("css.selectors.-webkit-scrollbar-button")}} +{{Compat}} ### `::-webkit-scrollbar-thumb` -{{Compat("css.selectors.-webkit-scrollbar-thumb")}} +{{Compat}} ### `::-webkit-scrollbar-track` -{{Compat("css.selectors.-webkit-scrollbar-track")}} +{{Compat}} ### `::-webkit-scrollbar-track-piece` -{{Compat("css.selectors.-webkit-scrollbar-track-piece")}} +{{Compat}} ### `::-webkit-scrollbar-corner` -{{Compat("css.selectors.-webkit-scrollbar-corner")}} +{{Compat}} ### `::-webkit-resizer` -{{Compat("css.selectors.-webkit-resizer")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/css/css_scrollbars/index.md b/files/ko/web/css/css_scrollbars/index.md index 3e03f3d19a259e..cb67211315c7fd 100644 --- a/files/ko/web/css/css_scrollbars/index.md +++ b/files/ko/web/css/css_scrollbars/index.md @@ -58,11 +58,11 @@ Dandelion cucumber earthnut pea peanut soko zucchini. ### scrollbar-width -{{Compat("css.properties.scrollbar-width")}} +{{Compat}} ### scrollbar-color -{{Compat("css.properties.scrollbar-color")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/attributes/autocomplete/index.md b/files/ko/web/html/attributes/autocomplete/index.md index 12c74437ae5610..d6a2e3fab0ead5 100644 --- a/files/ko/web/html/attributes/autocomplete/index.md +++ b/files/ko/web/html/attributes/autocomplete/index.md @@ -211,7 +211,7 @@ Exampleville CA 95555 ## 브라우저 호환성 -{{Compat("html.global_attributes.autocomplete")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/attributes/rel/index.md b/files/ko/web/html/attributes/rel/index.md index be921588bbe448..087847a58295d3 100644 --- a/files/ko/web/html/attributes/rel/index.md +++ b/files/ko/web/html/attributes/rel/index.md @@ -561,4 +561,4 @@ original_slug: Web/HTML/Link_types ## 브라우저 호환성 -{{Compat("html.elements.link.rel")}} +{{Compat}} diff --git a/files/ko/web/html/element/a/index.md b/files/ko/web/html/element/a/index.md index 8d4f6a14f610a6..decf964c1ce2c2 100644 --- a/files/ko/web/html/element/a/index.md +++ b/files/ko/web/html/element/a/index.md @@ -442,7 +442,7 @@ document.querySelector('a').addEventListener('click', event => ## 브라우저 호환성 -{{Compat("html.elements.a")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/abbr/index.md b/files/ko/web/html/element/abbr/index.md index b053c8722320c5..970d5e239aeef8 100644 --- a/files/ko/web/html/element/abbr/index.md +++ b/files/ko/web/html/element/abbr/index.md @@ -192,4 +192,4 @@ accessed.

## 브라우저 호환성 -{{Compat("html.elements.abbr")}} +{{Compat}} diff --git a/files/ko/web/html/element/address/index.md b/files/ko/web/html/element/address/index.md index d0312650637f4d..72926e67f67f41 100644 --- a/files/ko/web/html/element/address/index.md +++ b/files/ko/web/html/element/address/index.md @@ -114,4 +114,4 @@ slug: Web/HTML/Element/address ## 브라우저 호환성 -{{Compat("html.elements.address")}} +{{Compat}} diff --git a/files/ko/web/html/element/applet/index.md b/files/ko/web/html/element/applet/index.md index e4ac74aa4b7a4b..6c304793925fd6 100644 --- a/files/ko/web/html/element/applet/index.md +++ b/files/ko/web/html/element/applet/index.md @@ -53,7 +53,7 @@ HTML의 Applet 태그 (``) 는 자바 애플릿을 보이게 하는 곳 ## Browser compatibility -{{Compat("html.elements.applet")}} +{{Compat}} ## Notes diff --git a/files/ko/web/html/element/area/index.md b/files/ko/web/html/element/area/index.md index f3e0835ae0f586..2132a42b20b5be 100644 --- a/files/ko/web/html/element/area/index.md +++ b/files/ko/web/html/element/area/index.md @@ -160,4 +160,4 @@ No effect. Browsers ignore it. (The W3C 5.3 fork of the HTML specification defin ## 브라우저 호환성 -{{Compat("html.elements.area")}} +{{Compat}} diff --git a/files/ko/web/html/element/article/index.md b/files/ko/web/html/element/article/index.md index 0a4e2c42c78f05..65c6ebcac90c83 100644 --- a/files/ko/web/html/element/article/index.md +++ b/files/ko/web/html/element/article/index.md @@ -135,4 +135,4 @@ slug: Web/HTML/Element/article ## 브라우저 호환성 -{{Compat("html.elements.article")}} +{{Compat}} diff --git a/files/ko/web/html/element/aside/index.md b/files/ko/web/html/element/aside/index.md index dee1d7c055ce03..6ef4d08f4b3339 100644 --- a/files/ko/web/html/element/aside/index.md +++ b/files/ko/web/html/element/aside/index.md @@ -117,7 +117,7 @@ slug: Web/HTML/Element/aside ## 브라우저 호환성 -{{Compat("html.elements.aside")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/audio/index.md b/files/ko/web/html/element/audio/index.md index 6767b8b237792a..6a0c4b1fc0bc84 100644 --- a/files/ko/web/html/element/audio/index.md +++ b/files/ko/web/html/element/audio/index.md @@ -328,7 +328,7 @@ Also it's a good practice to provide some content (such as the direct download l ## 브라우저 호환성 -{{Compat("html.elements.audio")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/b/index.md b/files/ko/web/html/element/b/index.md index 178b35d23487fb..c5c88c7bd30392 100644 --- a/files/ko/web/html/element/b/index.md +++ b/files/ko/web/html/element/b/index.md @@ -101,7 +101,7 @@ Keywords are displayed with the default style of the element, likely in bold< ## 브라우저 호환성 -{{Compat("html.elements.b")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/base/index.md b/files/ko/web/html/element/base/index.md index 98b230be7d2115..5ba73c526cc989 100644 --- a/files/ko/web/html/element/base/index.md +++ b/files/ko/web/html/element/base/index.md @@ -107,4 +107,4 @@ slug: Web/HTML/Element/base ## 브라우저 호환성 -{{Compat("html.elements.base")}} +{{Compat}} diff --git a/files/ko/web/html/element/bdo/index.md b/files/ko/web/html/element/bdo/index.md index c38f354f35ed12..e6940afba70c8e 100644 --- a/files/ko/web/html/element/bdo/index.md +++ b/files/ko/web/html/element/bdo/index.md @@ -95,4 +95,4 @@ slug: Web/HTML/Element/bdo ## 브라우저 호환성 -{{Compat("html.elements.bdo")}} +{{Compat}} diff --git a/files/ko/web/html/element/blockquote/index.md b/files/ko/web/html/element/blockquote/index.md index bdedd7727dc144..12dc73013b5d9d 100644 --- a/files/ko/web/html/element/blockquote/index.md +++ b/files/ko/web/html/element/blockquote/index.md @@ -106,7 +106,7 @@ slug: Web/HTML/Element/blockquote ## 브라우저 호환성 -{{Compat("html.elements.blockquote")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/body/index.md b/files/ko/web/html/element/body/index.md index beff8948a76907..a99b055eb0288a 100644 --- a/files/ko/web/html/element/body/index.md +++ b/files/ko/web/html/element/body/index.md @@ -152,7 +152,7 @@ slug: Web/HTML/Element/body ## 브라우저 호환성 -{{Compat("html.elements.body")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/br/index.md b/files/ko/web/html/element/br/index.md index 8e93a135481b58..a3310873e2a9aa 100644 --- a/files/ko/web/html/element/br/index.md +++ b/files/ko/web/html/element/br/index.md @@ -108,7 +108,7 @@ USA ## 브라우저 호환성 -{{Compat("html.elements.br")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/button/index.md b/files/ko/web/html/element/button/index.md index 611f7921faeed3..7ad8f46d71f426 100644 --- a/files/ko/web/html/element/button/index.md +++ b/files/ko/web/html/element/button/index.md @@ -306,4 +306,4 @@ Color contrast ratio is determined by comparing the luminosity of the button tex ## 브라우저 호환성 -{{Compat("html.elements.button")}} +{{Compat}} diff --git a/files/ko/web/html/element/canvas/index.md b/files/ko/web/html/element/canvas/index.md index 96622ecbdf5c0c..9e709fd23d4e02 100644 --- a/files/ko/web/html/element/canvas/index.md +++ b/files/ko/web/html/element/canvas/index.md @@ -149,7 +149,7 @@ ctx.fillRect(10, 10, 100, 100); ## 브라우저 호환성 -{{Compat("html.elements.canvas")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/caption/index.md b/files/ko/web/html/element/caption/index.md index d430bb2695cd36..9d38f532122145 100644 --- a/files/ko/web/html/element/caption/index.md +++ b/files/ko/web/html/element/caption/index.md @@ -119,4 +119,4 @@ table, th, td { ## 브라우저 호환성 -{{Compat("html.elements.caption")}} +{{Compat}} diff --git a/files/ko/web/html/element/cite/index.md b/files/ko/web/html/element/cite/index.md index 9a1af17932f3a6..c6f425736d44ff 100644 --- a/files/ko/web/html/element/cite/index.md +++ b/files/ko/web/html/element/cite/index.md @@ -118,7 +118,7 @@ W3C 명세는 `` 요소로 저작물의 출처를 표기할 때 저작자 ## 브라우저 호환성 -{{Compat("html.elements.cite")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/code/index.md b/files/ko/web/html/element/code/index.md index c7c8eca59e1dbb..854323bce0bfc7 100644 --- a/files/ko/web/html/element/code/index.md +++ b/files/ko/web/html/element/code/index.md @@ -80,7 +80,7 @@ CSS `code` 태그 선택자를 사용해 브라우저의 기본 글씨체를 바 ## 브라우저 호환성 -{{Compat("html.elements.code")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/col/index.md b/files/ko/web/html/element/col/index.md index 00ccc91a68762b..413dbb3c90b39c 100644 --- a/files/ko/web/html/element/col/index.md +++ b/files/ko/web/html/element/col/index.md @@ -113,4 +113,4 @@ The following attributes are deprecated and should not be used. They are documen ## 브라우저 호환성 -{{Compat("html.elements.col")}} +{{Compat}} diff --git a/files/ko/web/html/element/colgroup/index.md b/files/ko/web/html/element/colgroup/index.md index da08e41af08840..a0a730c09e7317 100644 --- a/files/ko/web/html/element/colgroup/index.md +++ b/files/ko/web/html/element/colgroup/index.md @@ -128,4 +128,4 @@ The following attributes are deprecated and should not be used. They are documen ## 브라우저 호환성 -{{Compat("html.elements.colgroup")}} +{{Compat}} diff --git a/files/ko/web/html/element/content/index.md b/files/ko/web/html/element/content/index.md index 7533319b13303f..3f2c1bbf3a59c0 100644 --- a/files/ko/web/html/element/content/index.md +++ b/files/ko/web/html/element/content/index.md @@ -98,7 +98,7 @@ If you display this in a web browser it should look like the following. ## Browser compatibility -{{Compat("html.elements.content")}} +{{Compat}} ## See also diff --git a/files/ko/web/html/element/data/index.md b/files/ko/web/html/element/data/index.md index 88488fe079a61c..424a4b883f5964 100644 --- a/files/ko/web/html/element/data/index.md +++ b/files/ko/web/html/element/data/index.md @@ -81,7 +81,7 @@ slug: Web/HTML/Element/data ## 브라우저 호환성 -{{Compat("html.elements.data")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/datalist/index.md b/files/ko/web/html/element/datalist/index.md index 7b8cb644b333e8..0f53913262c1ed 100644 --- a/files/ko/web/html/element/datalist/index.md +++ b/files/ko/web/html/element/datalist/index.md @@ -94,7 +94,7 @@ slug: Web/HTML/Element/datalist ## 브라우저 호환성 -{{Compat("html.elements.datalist")}} +{{Compat}} ## 폴리필 diff --git a/files/ko/web/html/element/dd/index.md b/files/ko/web/html/element/dd/index.md index 952d447097fafa..8335323e035d8c 100644 --- a/files/ko/web/html/element/dd/index.md +++ b/files/ko/web/html/element/dd/index.md @@ -81,7 +81,7 @@ slug: Web/HTML/Element/dd ## 브라우저 호환성 -{{Compat("html.elements.dd")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/del/index.md b/files/ko/web/html/element/del/index.md index e43bcbaf3a8507..ad387559618a19 100644 --- a/files/ko/web/html/element/del/index.md +++ b/files/ko/web/html/element/del/index.md @@ -114,7 +114,7 @@ del::after { ## 브라우저 호환성 -{{Compat("html.elements.del")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/details/index.md b/files/ko/web/html/element/details/index.md index 789fd70a0d4ab0..10b0d3c53ce4a9 100644 --- a/files/ko/web/html/element/details/index.md +++ b/files/ko/web/html/element/details/index.md @@ -252,7 +252,7 @@ details > p { ## 브라우저 호환성 -{{Compat("html.elements.details")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/dfn/index.md b/files/ko/web/html/element/dfn/index.md index f75e0cb9911f7e..fafcdd7ecfba28 100644 --- a/files/ko/web/html/element/dfn/index.md +++ b/files/ko/web/html/element/dfn/index.md @@ -170,7 +170,7 @@ arguably done more to advance science than any device ever built.

## 브라우저 호환성 -{{Compat("html.elements.dfn")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/dialog/index.md b/files/ko/web/html/element/dialog/index.md index cc440f862c7c5d..e6907cdeacc6c8 100644 --- a/files/ko/web/html/element/dialog/index.md +++ b/files/ko/web/html/element/dialog/index.md @@ -151,7 +151,7 @@ favDialog.addEventListener('close', function onClose() { ## 브라우저 호환성 -{{Compat("html.elements.dialog")}} +{{Compat}} ## 폴리필 diff --git a/files/ko/web/html/element/div/index.md b/files/ko/web/html/element/div/index.md index f0a447b9eb7c7a..66131fcc5177e1 100644 --- a/files/ko/web/html/element/div/index.md +++ b/files/ko/web/html/element/div/index.md @@ -128,7 +128,7 @@ The source for this interactive example is stored in a GitHub repository. If you ## 브라우저 호환성 -{{Compat("html.elements.div")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/dl/index.md b/files/ko/web/html/element/dl/index.md index 801120753cfe10..fb8a06f2e589b9 100644 --- a/files/ko/web/html/element/dl/index.md +++ b/files/ko/web/html/element/dl/index.md @@ -207,7 +207,7 @@ dt:after { ## 브라우저 호환성 -{{Compat("html.elements.dl")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/dt/index.md b/files/ko/web/html/element/dt/index.md index fd2faae03318f9..e3f1c56f52c084 100644 --- a/files/ko/web/html/element/dt/index.md +++ b/files/ko/web/html/element/dt/index.md @@ -80,7 +80,7 @@ The source for this interactive example is stored in a GitHub repository. If you ## 브라우저 호환성 -{{Compat("html.elements.dt")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/em/index.md b/files/ko/web/html/element/em/index.md index 80f518540fbbc5..02089ed9e1d058 100644 --- a/files/ko/web/html/element/em/index.md +++ b/files/ko/web/html/element/em/index.md @@ -99,7 +99,7 @@ slug: Web/HTML/Element/em ## 브라우저 호환성 -{{Compat("html.elements.em")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/embed/index.md b/files/ko/web/html/element/embed/index.md index 087a5f12320e38..82cdf7ffc23708 100644 --- a/files/ko/web/html/element/embed/index.md +++ b/files/ko/web/html/element/embed/index.md @@ -42,7 +42,7 @@ The source for this interactive example is stored in a GitHub repository. If you ## 브라우저 호환성 -{{Compat("html.elements.embed")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/fieldset/index.md b/files/ko/web/html/element/fieldset/index.md index 5db3cc35a8fed6..de3a89cf6153c2 100644 --- a/files/ko/web/html/element/fieldset/index.md +++ b/files/ko/web/html/element/fieldset/index.md @@ -137,4 +137,4 @@ The source for this interactive example is stored in a GitHub repository. If you ## 브라우저 호환성 -{{Compat("html.elements.fieldset")}} +{{Compat}} diff --git a/files/ko/web/html/element/figcaption/index.md b/files/ko/web/html/element/figcaption/index.md index ad461745d0f47d..7adfdb65ac4b17 100644 --- a/files/ko/web/html/element/figcaption/index.md +++ b/files/ko/web/html/element/figcaption/index.md @@ -66,7 +66,7 @@ The source for this interactive example is stored in a GitHub repository. If you ## 브라우저 호환성 -{{Compat("html.elements.figcaption")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/figure/index.md b/files/ko/web/html/element/figure/index.md index 07ab35560f065d..581085ede34266 100644 --- a/files/ko/web/html/element/figure/index.md +++ b/files/ko/web/html/element/figure/index.md @@ -158,7 +158,7 @@ Love is a spirit all compact of fire, ## 브라우저 호환성 -{{Compat("html.elements.figure")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/font/index.md b/files/ko/web/html/element/font/index.md index cb1a7707e3743b..9123e0fb920bec 100644 --- a/files/ko/web/html/element/font/index.md +++ b/files/ko/web/html/element/font/index.md @@ -32,6 +32,6 @@ This element implements the {{domxref("HTMLFontElement")}} interface. ## 브라우저 호환성 -{{Compat("html.elements.font")}} +{{Compat}} {{HTMLSidebar}} diff --git a/files/ko/web/html/element/footer/index.md b/files/ko/web/html/element/footer/index.md index 2dc9b6a9ef81a2..08378cf5416059 100644 --- a/files/ko/web/html/element/footer/index.md +++ b/files/ko/web/html/element/footer/index.md @@ -96,7 +96,7 @@ The source for this interactive example is stored in a GitHub repository. If you ## 브라우저 호환성 -{{Compat("html.elements.footer")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/form/index.md b/files/ko/web/html/element/form/index.md index 40bccb01d144b7..a2a49051dd1659 100644 --- a/files/ko/web/html/element/form/index.md +++ b/files/ko/web/html/element/form/index.md @@ -160,7 +160,7 @@ slug: Web/HTML/Element/form ## 브라우저 호환성 -{{Compat("html.elements.form")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/head/index.md b/files/ko/web/html/element/head/index.md index 9e0322f36b2582..165461bfbd4cb0 100644 --- a/files/ko/web/html/element/head/index.md +++ b/files/ko/web/html/element/head/index.md @@ -88,7 +88,7 @@ HTML5 호환 브라우저는 ``가 없는 경우 자동으로 생성합니 ## 브라우저 호환성 -{{Compat("html.elements.head")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/header/index.md b/files/ko/web/html/element/header/index.md index 2ccb81fd401a89..12a735e591c1ef 100644 --- a/files/ko/web/html/element/header/index.md +++ b/files/ko/web/html/element/header/index.md @@ -101,4 +101,4 @@ slug: Web/HTML/Element/header ## 브라우저 호환성 -{{Compat("html.elements.header")}} +{{Compat}} diff --git a/files/ko/web/html/element/heading_elements/index.md b/files/ko/web/html/element/heading_elements/index.md index f3972a717b708e..f392e64d657415 100644 --- a/files/ko/web/html/element/heading_elements/index.md +++ b/files/ko/web/html/element/heading_elements/index.md @@ -207,7 +207,7 @@ slug: Web/HTML/Element/Heading_Elements ## 브라우저 호환성 -{{Compat("html.elements.h1")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/hgroup/index.md b/files/ko/web/html/element/hgroup/index.md index 4fec590c064ce9..1db6ac098fc8e6 100644 --- a/files/ko/web/html/element/hgroup/index.md +++ b/files/ko/web/html/element/hgroup/index.md @@ -86,7 +86,7 @@ slug: Web/HTML/Element/hgroup ## 브라우저 호환성 -{{Compat("html.elements.hgroup")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/hr/index.md b/files/ko/web/html/element/hr/index.md index 513299f2917d15..c28e7cc653fa18 100644 --- a/files/ko/web/html/element/hr/index.md +++ b/files/ko/web/html/element/hr/index.md @@ -102,7 +102,7 @@ This is second paragraph of text. ## 브라우저 호환성 -{{Compat("html.elements.hr")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/html/index.md b/files/ko/web/html/element/html/index.md index 587ab6693af3c5..f2632676fac684 100644 --- a/files/ko/web/html/element/html/index.md +++ b/files/ko/web/html/element/html/index.md @@ -89,7 +89,7 @@ slug: Web/HTML/Element/html ## 브라우저 호환성 -{{Compat("html.elements.html")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/i/index.md b/files/ko/web/html/element/i/index.md index 53f68a34a2fa80..a39941c5600bc9 100644 --- a/files/ko/web/html/element/i/index.md +++ b/files/ko/web/html/element/i/index.md @@ -90,7 +90,7 @@ slug: Web/HTML/Element/i ## 브라우저 호환성 -{{Compat("html.elements.i")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/img/index.md b/files/ko/web/html/element/img/index.md index d4c5893337750a..4cbf864384d923 100644 --- a/files/ko/web/html/element/img/index.md +++ b/files/ko/web/html/element/img/index.md @@ -330,7 +330,7 @@ HTML 표준은 지원해야 하는 이미지 형식을 명시하고 있지 않 ## 브라우저 호환성 -{{Compat("html.elements.img")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/input/index.md b/files/ko/web/html/element/input/index.md index 39dae610953420..2648531f5a0f9f 100644 --- a/files/ko/web/html/element/input/index.md +++ b/files/ko/web/html/element/input/index.md @@ -645,4 +645,4 @@ When this code has run, `guestName` will be the {{domxref("HTMLInputElement")}} ## 브라우저 호환성 -{{Compat("html.elements.input")}} +{{Compat}} diff --git a/files/ko/web/html/element/ins/index.md b/files/ko/web/html/element/ins/index.md index 9e493c09d73e68..d8814868e0c55f 100644 --- a/files/ko/web/html/element/ins/index.md +++ b/files/ko/web/html/element/ins/index.md @@ -108,7 +108,7 @@ ins::after { ## 브라우저 호환성 -{{Compat("html.elements.ins")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/kbd/index.md b/files/ko/web/html/element/kbd/index.md index 6dcaf52e046ad8..1fd5dc74211bb2 100644 --- a/files/ko/web/html/element/kbd/index.md +++ b/files/ko/web/html/element/kbd/index.md @@ -180,7 +180,7 @@ HTML을 업데이트해 앞선 스타일을 적용합니다. ## 브라우저 호환성 -{{Compat("html.elements.kbd")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/label/index.md b/files/ko/web/html/element/label/index.md index 1c5f96c06221f0..b878cba7ee8054 100644 --- a/files/ko/web/html/element/label/index.md +++ b/files/ko/web/html/element/label/index.md @@ -189,4 +189,4 @@ Don't place interactive elements such as {{HTMLElement("a", "anchors")}} or {{HT ## 브라우저 호환성 -{{Compat("html.elements.label")}} +{{Compat}} diff --git a/files/ko/web/html/element/legend/index.md b/files/ko/web/html/element/legend/index.md index 771861dc91b27b..9eb86db807de20 100644 --- a/files/ko/web/html/element/legend/index.md +++ b/files/ko/web/html/element/legend/index.md @@ -63,4 +63,4 @@ slug: Web/HTML/Element/legend ## 브라우저 호환성 -{{Compat("html.elements.legend")}} +{{Compat}} diff --git a/files/ko/web/html/element/li/index.md b/files/ko/web/html/element/li/index.md index 6405107243a798..a69f23ef1623d7 100644 --- a/files/ko/web/html/element/li/index.md +++ b/files/ko/web/html/element/li/index.md @@ -129,7 +129,7 @@ slug: Web/HTML/Element/li ## 브라우저 호환성 -{{Compat("html.elements.li")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/main/index.md b/files/ko/web/html/element/main/index.md index 125442e90021f1..1c8e4640af9864 100644 --- a/files/ko/web/html/element/main/index.md +++ b/files/ko/web/html/element/main/index.md @@ -153,7 +153,7 @@ slug: Web/HTML/Element/main ``` -{{Compat("html.elements.main")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/map/index.md b/files/ko/web/html/element/map/index.md index 3cacd738cc50a5..6846b757a809de 100644 --- a/files/ko/web/html/element/map/index.md +++ b/files/ko/web/html/element/map/index.md @@ -96,7 +96,7 @@ slug: Web/HTML/Element/map ## 브라우저 호환성 -{{Compat("html.elements.map")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/mark/index.md b/files/ko/web/html/element/mark/index.md index 8a783eb1a6208d..a0a624cb927688 100644 --- a/files/ko/web/html/element/mark/index.md +++ b/files/ko/web/html/element/mark/index.md @@ -144,4 +144,4 @@ mark::after { ## 브라우저 호환성 -{{Compat("html.elements.mark")}} +{{Compat}} diff --git a/files/ko/web/html/element/menu/index.md b/files/ko/web/html/element/menu/index.md index 453d59f065d7f4..ac6877e3241245 100644 --- a/files/ko/web/html/element/menu/index.md +++ b/files/ko/web/html/element/menu/index.md @@ -125,7 +125,7 @@ slug: Web/HTML/Element/menu ## 브라우저 호환성 -{{Compat("html.elements.menu")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/meta/index.md b/files/ko/web/html/element/meta/index.md index ef25e49d3e0656..20dfc07ddb46b6 100644 --- a/files/ko/web/html/element/meta/index.md +++ b/files/ko/web/html/element/meta/index.md @@ -146,4 +146,4 @@ slug: Web/HTML/Element/meta ## 브라우저 호환성 -{{Compat("html.elements.meta")}} +{{Compat}} diff --git a/files/ko/web/html/element/meta/name/index.md b/files/ko/web/html/element/meta/name/index.md index dfd049e45e9fb1..c85073c9625982 100644 --- a/files/ko/web/html/element/meta/name/index.md +++ b/files/ko/web/html/element/meta/name/index.md @@ -128,4 +128,4 @@ CSS {{cssxref("@viewport")}} @-규칙 ## 브라우저 호환성 -{{Compat("html.elements.meta.name")}} +{{Compat}} diff --git a/files/ko/web/html/element/meter/index.md b/files/ko/web/html/element/meter/index.md index 08f1fa23345999..6a37c3c0576082 100644 --- a/files/ko/web/html/element/meter/index.md +++ b/files/ko/web/html/element/meter/index.md @@ -127,7 +127,7 @@ Google Chrome에서는 다음 그림처럼 보입니다. ## 브라우저 호환성 -{{Compat("html.elements.meter")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/nav/index.md b/files/ko/web/html/element/nav/index.md index a9a638c426a36a..35ea552ade3cf5 100644 --- a/files/ko/web/html/element/nav/index.md +++ b/files/ko/web/html/element/nav/index.md @@ -88,4 +88,4 @@ slug: Web/HTML/Element/nav ## 브라우저 호환성 -{{Compat("html.elements.nav")}} +{{Compat}} diff --git a/files/ko/web/html/element/noscript/index.md b/files/ko/web/html/element/noscript/index.md index 8ae7684a77c92f..f7ede858fde6b2 100644 --- a/files/ko/web/html/element/noscript/index.md +++ b/files/ko/web/html/element/noscript/index.md @@ -98,4 +98,4 @@ Rocks! ## 브라우저 호환성 -{{Compat("html.elements.noscript")}} +{{Compat}} diff --git a/files/ko/web/html/element/object/index.md b/files/ko/web/html/element/object/index.md index 6b1ed355e167d5..8f03224f347334 100644 --- a/files/ko/web/html/element/object/index.md +++ b/files/ko/web/html/element/object/index.md @@ -72,7 +72,7 @@ slug: Web/HTML/Element/object ## 브라우저 호환성 -{{Compat("html.elements.object")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/ol/index.md b/files/ko/web/html/element/ol/index.md index 806d7ad23b4e3d..9fd2abc9829cc4 100644 --- a/files/ko/web/html/element/ol/index.md +++ b/files/ko/web/html/element/ol/index.md @@ -181,7 +181,7 @@ slug: Web/HTML/Element/ol ## 브라우저 호환성 -{{Compat("html.elements.ol")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/optgroup/index.md b/files/ko/web/html/element/optgroup/index.md index e0f0e25a863f5a..bcca2a74562957 100644 --- a/files/ko/web/html/element/optgroup/index.md +++ b/files/ko/web/html/element/optgroup/index.md @@ -86,4 +86,4 @@ slug: Web/HTML/Element/optgroup ## 브라우저 호환성 -{{Compat("html.elements.optgroup")}} +{{Compat}} diff --git a/files/ko/web/html/element/option/index.md b/files/ko/web/html/element/option/index.md index 99c1bb0a3d3150..42e3cd3d5d6a74 100644 --- a/files/ko/web/html/element/option/index.md +++ b/files/ko/web/html/element/option/index.md @@ -75,4 +75,4 @@ slug: Web/HTML/Element/option ## 브라우저 호환성 -{{Compat("html.elements.option")}} +{{Compat}} diff --git a/files/ko/web/html/element/output/index.md b/files/ko/web/html/element/output/index.md index e1aacc090c78b4..fb1c44256c7b84 100644 --- a/files/ko/web/html/element/output/index.md +++ b/files/ko/web/html/element/output/index.md @@ -93,4 +93,4 @@ slug: Web/HTML/Element/output ## 브라우저 호환성 -{{Compat("html.elements.output")}} +{{Compat}} diff --git a/files/ko/web/html/element/p/index.md b/files/ko/web/html/element/p/index.md index 21aa7b4e07fad4..b10f1e18c7b71f 100644 --- a/files/ko/web/html/element/p/index.md +++ b/files/ko/web/html/element/p/index.md @@ -176,7 +176,7 @@ p { ## 브라우저 호환성 -{{Compat("html.elements.p")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/param/index.md b/files/ko/web/html/element/param/index.md index bd635b356c24a3..8a9b84b9731c7c 100644 --- a/files/ko/web/html/element/param/index.md +++ b/files/ko/web/html/element/param/index.md @@ -67,7 +67,7 @@ slug: Web/HTML/Element/param ## 브라우저 호환성 -{{Compat("html.elements.param")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/pre/index.md b/files/ko/web/html/element/pre/index.md index 5b7229e4e42256..7f5b61f6491e7c 100644 --- a/files/ko/web/html/element/pre/index.md +++ b/files/ko/web/html/element/pre/index.md @@ -114,7 +114,7 @@ body { ## 브라우저 호환성 -{{Compat("html.elements.pre")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/progress/index.md b/files/ko/web/html/element/progress/index.md index c2347a547098c1..7b8da880a1b007 100644 --- a/files/ko/web/html/element/progress/index.md +++ b/files/ko/web/html/element/progress/index.md @@ -89,7 +89,7 @@ slug: Web/HTML/Element/progress ## 브라우저 호환성 -{{Compat("html.elements.progress")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/q/index.md b/files/ko/web/html/element/q/index.md index 45b90b07bf503b..bb7896b022d9eb 100644 --- a/files/ko/web/html/element/q/index.md +++ b/files/ko/web/html/element/q/index.md @@ -81,7 +81,7 @@ slug: Web/HTML/Element/q ## 브라우저 호환성 -{{Compat("html.elements.q")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/rb/index.md b/files/ko/web/html/element/rb/index.md index 6b5e72475d0e79..b622cfba97ba6e 100644 --- a/files/ko/web/html/element/rb/index.md +++ b/files/ko/web/html/element/rb/index.md @@ -109,7 +109,7 @@ body { ## 브라우저 호환성 -{{Compat("html.elements.rb")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/rp/index.md b/files/ko/web/html/element/rp/index.md index 271b6d436224b4..60be7348cdfdc1 100644 --- a/files/ko/web/html/element/rp/index.md +++ b/files/ko/web/html/element/rp/index.md @@ -98,7 +98,7 @@ body { ## 브라우저 호환성 -{{Compat("html.elements.rp")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/rt/index.md b/files/ko/web/html/element/rt/index.md index 8187d5bd36ee8c..3eb13ba0320e2e 100644 --- a/files/ko/web/html/element/rt/index.md +++ b/files/ko/web/html/element/rt/index.md @@ -93,7 +93,7 @@ body { ## 브라우저 호환성 -{{Compat("html.elements.rt")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/rtc/index.md b/files/ko/web/html/element/rtc/index.md index 15f0a471ea0119..a5ab8656e40ecc 100644 --- a/files/ko/web/html/element/rtc/index.md +++ b/files/ko/web/html/element/rtc/index.md @@ -84,7 +84,7 @@ slug: Web/HTML/Element/rtc ## 브라우저 호환성 -{{Compat("html.elements.rtc")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/ruby/index.md b/files/ko/web/html/element/ruby/index.md index b683c143a56eee..1f1c97d3c70132 100644 --- a/files/ko/web/html/element/ruby/index.md +++ b/files/ko/web/html/element/ruby/index.md @@ -91,7 +91,7 @@ slug: Web/HTML/Element/ruby ## 브라우저 호환성 -{{Compat("html.elements.ruby")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/s/index.md b/files/ko/web/html/element/s/index.md index 873a3b6914ab85..ff199facb70c64 100644 --- a/files/ko/web/html/element/s/index.md +++ b/files/ko/web/html/element/s/index.md @@ -108,7 +108,7 @@ s::after { ## 브라우저 호환성 -{{Compat("html.elements.s")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/samp/index.md b/files/ko/web/html/element/samp/index.md index 64ff5b0e644f77..632789d54c7ce0 100644 --- a/files/ko/web/html/element/samp/index.md +++ b/files/ko/web/html/element/samp/index.md @@ -139,7 +139,7 @@ samp > kbd { ## 브라우저 호환성 -{{Compat("html.elements.samp")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/script/index.md b/files/ko/web/html/element/script/index.md index d2fc814cb1abeb..ea9708b682a59a 100644 --- a/files/ko/web/html/element/script/index.md +++ b/files/ko/web/html/element/script/index.md @@ -184,7 +184,7 @@ slug: Web/HTML/Element/script ## 브라우저 호환성 -{{Compat("html.elements.script", 2)}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/section/index.md b/files/ko/web/html/element/section/index.md index 5d0da441780449..e27b4a60c81236 100644 --- a/files/ko/web/html/element/section/index.md +++ b/files/ko/web/html/element/section/index.md @@ -106,7 +106,7 @@ slug: Web/HTML/Element/section ## 브라우저 호환성 -{{Compat("html.elements.section")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/select/index.md b/files/ko/web/html/element/select/index.md index a5ebf5eed45274..f36f8b4a7fdaa2 100644 --- a/files/ko/web/html/element/select/index.md +++ b/files/ko/web/html/element/select/index.md @@ -150,7 +150,7 @@ slug: Web/HTML/Element/select ## 브라우저 호환성 -{{Compat("html.elements.select")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/slot/index.md b/files/ko/web/html/element/slot/index.md index 54ccd7d0954933..fae8ea08178f68 100644 --- a/files/ko/web/html/element/slot/index.md +++ b/files/ko/web/html/element/slot/index.md @@ -104,4 +104,4 @@ slug: Web/HTML/Element/slot ## 브라우저 호환성 -{{Compat("html.elements.slot")}} +{{Compat}} diff --git a/files/ko/web/html/element/small/index.md b/files/ko/web/html/element/small/index.md index 3daa6b215c166b..5f09097443dfbb 100644 --- a/files/ko/web/html/element/small/index.md +++ b/files/ko/web/html/element/small/index.md @@ -97,7 +97,7 @@ slug: Web/HTML/Element/small ## 브라우저 호환성 -{{Compat("html.elements.small")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/span/index.md b/files/ko/web/html/element/span/index.md index c17cbb35f1c8be..f0ba950e45682a 100644 --- a/files/ko/web/html/element/span/index.md +++ b/files/ko/web/html/element/span/index.md @@ -102,7 +102,7 @@ li span { ## 브라우저 호환성 -{{Compat("html.elements.span")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/strong/index.md b/files/ko/web/html/element/strong/index.md index b8b71a87ed47db..9fd976885e3b28 100644 --- a/files/ko/web/html/element/strong/index.md +++ b/files/ko/web/html/element/strong/index.md @@ -111,7 +111,7 @@ While `` is used to change the meaning of a sentence as spoken emphasis does ## 브라우저 호환성 -{{Compat("html.elements.strong")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/style/index.md b/files/ko/web/html/element/style/index.md index 3f4b63440cde78..9ab8e58cf54acc 100644 --- a/files/ko/web/html/element/style/index.md +++ b/files/ko/web/html/element/style/index.md @@ -177,7 +177,7 @@ slug: Web/HTML/Element/style ## 브라우저 호환성 -{{Compat("html.elements.style")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/sub/index.md b/files/ko/web/html/element/sub/index.md index aecc7200bfb2a5..2f21bc54b84aec 100644 --- a/files/ko/web/html/element/sub/index.md +++ b/files/ko/web/html/element/sub/index.md @@ -114,7 +114,7 @@ commonly known as "caffeine."

## 브라우저 호환성 -{{Compat("html.elements.sub")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/summary/index.md b/files/ko/web/html/element/summary/index.md index f5ae7ffe5f3e99..18123d6f356830 100644 --- a/files/ko/web/html/element/summary/index.md +++ b/files/ko/web/html/element/summary/index.md @@ -129,7 +129,7 @@ This example adds some semantics to the `` element to indicate the labe ## Browser compatibility -{{Compat("html.elements.summary")}} +{{Compat}} ## See also diff --git a/files/ko/web/html/element/sup/index.md b/files/ko/web/html/element/sup/index.md index 8f21f254e0a5a9..d6cea8fbf49785 100644 --- a/files/ko/web/html/element/sup/index.md +++ b/files/ko/web/html/element/sup/index.md @@ -118,7 +118,7 @@ languages as follows:

## 브라우저 호환성 -{{Compat("html.elements.sup")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/table/index.md b/files/ko/web/html/element/table/index.md index c592bad6732cf4..1a794c3f2bb16f 100644 --- a/files/ko/web/html/element/table/index.md +++ b/files/ko/web/html/element/table/index.md @@ -268,7 +268,7 @@ border: 1px solid black; ## 브라우저 호환성 -{{Compat("html.elements.table")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/tbody/index.md b/files/ko/web/html/element/tbody/index.md index 3963fa4b7edaa4..6cdfffc06dcb49 100644 --- a/files/ko/web/html/element/tbody/index.md +++ b/files/ko/web/html/element/tbody/index.md @@ -258,7 +258,7 @@ tbody > tr > th { ## 브라우저 호환성 -{{Compat("html.elements.tbody")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/td/index.md b/files/ko/web/html/element/td/index.md index 7126a67f1be59d..1564a587aeb568 100644 --- a/files/ko/web/html/element/td/index.md +++ b/files/ko/web/html/element/td/index.md @@ -82,7 +82,7 @@ Please see the {{HTMLElement("table")}} page for examples on ``. ## 브라우저 호환성 -{{Compat("html.elements.td")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/template/index.md b/files/ko/web/html/element/template/index.md index 7ea286490eee87..05253dc24e23b1 100644 --- a/files/ko/web/html/element/template/index.md +++ b/files/ko/web/html/element/template/index.md @@ -142,7 +142,7 @@ table td { ## 브라우저 호환성 -{{Compat("html.elements.template")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/textarea/index.md b/files/ko/web/html/element/textarea/index.md index 7ed841447a2124..e989decf489f5c 100644 --- a/files/ko/web/html/element/textarea/index.md +++ b/files/ko/web/html/element/textarea/index.md @@ -116,7 +116,7 @@ _Textarea_ 는 래스터 이미지 처럼 고유한 넓이를 가지고 있습 ## 브라우저 호환성 -{{Compat("html.elements.textarea")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/th/index.md b/files/ko/web/html/element/th/index.md index e180288c3a800f..563c7ffc251b95 100644 --- a/files/ko/web/html/element/th/index.md +++ b/files/ko/web/html/element/th/index.md @@ -161,7 +161,7 @@ See {{HTMLElement("table")}} for examples on ``. ## Browser compatibility -{{Compat("html.elements.th")}} +{{Compat}} ## See also diff --git a/files/ko/web/html/element/time/index.md b/files/ko/web/html/element/time/index.md index 6b0948bf1455be..c14d7ddccf0a0a 100644 --- a/files/ko/web/html/element/time/index.md +++ b/files/ko/web/html/element/time/index.md @@ -112,7 +112,7 @@ slug: Web/HTML/Element/time ## 브라우저 호환성 -{{Compat("html.elements.time")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/title/index.md b/files/ko/web/html/element/title/index.md index 95c305f44f5586..76d37181704194 100644 --- a/files/ko/web/html/element/title/index.md +++ b/files/ko/web/html/element/title/index.md @@ -109,4 +109,4 @@ slug: Web/HTML/Element/title ## 브라우저 호환성 -{{Compat("html.elements.title")}} +{{Compat}} diff --git a/files/ko/web/html/element/tr/index.md b/files/ko/web/html/element/tr/index.md index 2c0e2fef13123e..f1348fe8706f5e 100644 --- a/files/ko/web/html/element/tr/index.md +++ b/files/ko/web/html/element/tr/index.md @@ -83,7 +83,7 @@ See {{HTMLElement("table")}} for examples on ``. ## 브라우저 호환성 -{{Compat("html.elements.tr")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/track/index.md b/files/ko/web/html/element/track/index.md index 27f686ff64e044..e42277c5e42d1b 100644 --- a/files/ko/web/html/element/track/index.md +++ b/files/ko/web/html/element/track/index.md @@ -144,7 +144,7 @@ textTrackElem.addEventListener("cuechange", event => { ## 브라우저 호환성 -{{Compat("html.elements.track")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/u/index.md b/files/ko/web/html/element/u/index.md index 2a609c3f3bb5af..2df1f16a358536 100644 --- a/files/ko/web/html/element/u/index.md +++ b/files/ko/web/html/element/u/index.md @@ -179,7 +179,7 @@ cite { ## 브라우저 호환성 -{{Compat("html.elements.u")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/ul/index.md b/files/ko/web/html/element/ul/index.md index 04588560bd88d0..262b7b52b21de6 100644 --- a/files/ko/web/html/element/ul/index.md +++ b/files/ko/web/html/element/ul/index.md @@ -145,7 +145,7 @@ slug: Web/HTML/Element/ul ## 브라우저 호환성 -{{Compat("html.elements.ul")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/element/var/index.md b/files/ko/web/html/element/var/index.md index bab7753e77ad46..488e63169075bf 100644 --- a/files/ko/web/html/element/var/index.md +++ b/files/ko/web/html/element/var/index.md @@ -94,4 +94,4 @@ A simple equation: ## 브라우저 호환성 -{{Compat("html.elements.var")}} +{{Compat}} diff --git a/files/ko/web/html/element/video/index.md b/files/ko/web/html/element/video/index.md index 9d4382e77033ef..56528108f03bc2 100644 --- a/files/ko/web/html/element/video/index.md +++ b/files/ko/web/html/element/video/index.md @@ -118,7 +118,7 @@ AddType video/webm .webm ## 브라우저 호환성 -{{Compat("html.elements.video")}} +{{Compat}} ## 참고 diff --git a/files/ko/web/html/element/wbr/index.md b/files/ko/web/html/element/wbr/index.md index 12807bbd446374..18501f1d6e9c2d 100644 --- a/files/ko/web/html/element/wbr/index.md +++ b/files/ko/web/html/element/wbr/index.md @@ -91,7 +91,7 @@ URL의 줄을 바꿀 때, 문장 부호 다음에 잘린 경우 독자가 URL이 ## 브라우저 호환성 -{{Compat("html.elements.wbr")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/global_attributes/autocapitalize/index.md b/files/ko/web/html/global_attributes/autocapitalize/index.md index 4aaaf6a88efa3b..877b54143e282f 100644 --- a/files/ko/web/html/global_attributes/autocapitalize/index.md +++ b/files/ko/web/html/global_attributes/autocapitalize/index.md @@ -22,4 +22,4 @@ slug: Web/HTML/Global_attributes/autocapitalize ## 브라우저 호환성 -{{Compat("html.global_attributes.autocapitalize")}} +{{Compat}} diff --git a/files/ko/web/html/global_attributes/class/index.md b/files/ko/web/html/global_attributes/class/index.md index 291dd55cc87bc5..416c94146579b4 100644 --- a/files/ko/web/html/global_attributes/class/index.md +++ b/files/ko/web/html/global_attributes/class/index.md @@ -20,7 +20,7 @@ original_slug: Web/HTML/Global_attributes/클래스 ## 브라우저 호환성 -{{Compat("html.global_attributes.class")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/global_attributes/contenteditable/index.md b/files/ko/web/html/global_attributes/contenteditable/index.md index 8db902eecf0c44..26f4d705a9f042 100644 --- a/files/ko/web/html/global_attributes/contenteditable/index.md +++ b/files/ko/web/html/global_attributes/contenteditable/index.md @@ -30,7 +30,7 @@ slug: Web/HTML/Global_attributes/contenteditable ## 브라우저 호환성 -{{Compat("html.global_attributes.contenteditable")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/global_attributes/contextmenu/index.md b/files/ko/web/html/global_attributes/contextmenu/index.md index e16249a3d0610e..5b26aad8bcc8f4 100644 --- a/files/ko/web/html/global_attributes/contextmenu/index.md +++ b/files/ko/web/html/global_attributes/contextmenu/index.md @@ -88,7 +88,7 @@ function changeImage() { ## Browser compatibility -{{Compat("html.global_attributes.contextmenu")}} +{{Compat}} \[1] An experimental implementation was originally available via the command line option `--enable-blink-features=ContextMenu`. Until Chrome 52 and Opera 39 it was additionally available by enabling the _Experimental Web Platform features_ option, but got removed from that due to a [Web compatibility issue](https://bugs.chromium.org/p/chromium/issues/detail?id=412945). In June 2017, it was removed entirely from the browsers. This is documented in [Chrome bug 87553](https://bugs.chromium.org/p/chromium/issues/detail?id=87553). diff --git a/files/ko/web/html/global_attributes/data-_star_/index.md b/files/ko/web/html/global_attributes/data-_star_/index.md index b9369a609ecab4..8a41f57ded7fe9 100644 --- a/files/ko/web/html/global_attributes/data-_star_/index.md +++ b/files/ko/web/html/global_attributes/data-_star_/index.md @@ -38,7 +38,7 @@ HTML 데이터 특성 사용법에 관한 보다 자세한 자습서는 [데이 ## 브라우저 호환성 -{{Compat("html.global_attributes.data_attributes")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/global_attributes/dir/index.md b/files/ko/web/html/global_attributes/dir/index.md index ba856558da1598..df604ce32d353c 100644 --- a/files/ko/web/html/global_attributes/dir/index.md +++ b/files/ko/web/html/global_attributes/dir/index.md @@ -30,7 +30,7 @@ slug: Web/HTML/Global_attributes/dir ## 브라우저 호환성 -{{Compat("html.global_attributes.dir")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/global_attributes/draggable/index.md b/files/ko/web/html/global_attributes/draggable/index.md index fb4d074aae9cee..e9728d92817d45 100644 --- a/files/ko/web/html/global_attributes/draggable/index.md +++ b/files/ko/web/html/global_attributes/draggable/index.md @@ -22,7 +22,7 @@ slug: Web/HTML/Global_attributes/draggable ## 브라우저 호환성 -{{Compat("html.global_attributes.draggable")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/global_attributes/hidden/index.md b/files/ko/web/html/global_attributes/hidden/index.md index b85cb40e96966c..a5613eaa80f579 100644 --- a/files/ko/web/html/global_attributes/hidden/index.md +++ b/files/ko/web/html/global_attributes/hidden/index.md @@ -29,7 +29,7 @@ slug: Web/HTML/Global_attributes/hidden ## 브라우저 호환성 -{{Compat("html.global_attributes.hidden")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/global_attributes/id/index.md b/files/ko/web/html/global_attributes/id/index.md index 55e5dede0c0970..a4e287c3055074 100644 --- a/files/ko/web/html/global_attributes/id/index.md +++ b/files/ko/web/html/global_attributes/id/index.md @@ -23,7 +23,7 @@ slug: Web/HTML/Global_attributes/id ## 브라우저 호환성 -{{Compat("html.global_attributes.id")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/global_attributes/index.md b/files/ko/web/html/global_attributes/index.md index 11c4f2e04b1abb..2897290f100468 100644 --- a/files/ko/web/html/global_attributes/index.md +++ b/files/ko/web/html/global_attributes/index.md @@ -95,7 +95,7 @@ slug: Web/HTML/Global_attributes ## 브라우저 호환성 -{{Compat("html.global_attributes")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/global_attributes/inputmode/index.md b/files/ko/web/html/global_attributes/inputmode/index.md index 4f5cb93db7e44d..3d3011044dc15c 100644 --- a/files/ko/web/html/global_attributes/inputmode/index.md +++ b/files/ko/web/html/global_attributes/inputmode/index.md @@ -65,7 +65,7 @@ slug: Web/HTML/Global_attributes/inputmode ## 브라우저 호환성 -{{Compat("html.global_attributes.inputmode")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/global_attributes/is/index.md b/files/ko/web/html/global_attributes/is/index.md index 9f0fc1b11d56d6..964d515376c890 100644 --- a/files/ko/web/html/global_attributes/is/index.md +++ b/files/ko/web/html/global_attributes/is/index.md @@ -40,7 +40,7 @@ customElements.define('word-count', WordCount, { extends: 'p' }); ## 브라우저 호환성 -{{Compat("html.global_attributes.is")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/global_attributes/itemref/index.md b/files/ko/web/html/global_attributes/itemref/index.md index 9db7bd42077583..b8a456d966257e 100644 --- a/files/ko/web/html/global_attributes/itemref/index.md +++ b/files/ko/web/html/global_attributes/itemref/index.md @@ -53,7 +53,7 @@ slug: Web/HTML/Global_attributes/itemref ## 브라우저 호환성 -{{Compat("html.global_attributes.itemref")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/global_attributes/itemscope/index.md b/files/ko/web/html/global_attributes/itemscope/index.md index 568226edac7ea5..b1ad1db14766ea 100644 --- a/files/ko/web/html/global_attributes/itemscope/index.md +++ b/files/ko/web/html/global_attributes/itemscope/index.md @@ -248,7 +248,7 @@ slug: Web/HTML/Global_attributes/itemscope ## 브라우저 호환성 -{{Compat("html.global_attributes.itemscope")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/global_attributes/lang/index.md b/files/ko/web/html/global_attributes/lang/index.md index f9490af639ac42..993dc334274860 100644 --- a/files/ko/web/html/global_attributes/lang/index.md +++ b/files/ko/web/html/global_attributes/lang/index.md @@ -30,7 +30,7 @@ CSS {{cssxref(":lang")}} 의사 클래스에서는 유효하지 않은 언어의 ## 브라우저 호환성 -{{Compat("html.global_attributes.lang")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/global_attributes/part/index.md b/files/ko/web/html/global_attributes/part/index.md index 1a20ea8ecb90ca..0d881d4d35e132 100644 --- a/files/ko/web/html/global_attributes/part/index.md +++ b/files/ko/web/html/global_attributes/part/index.md @@ -15,7 +15,7 @@ slug: Web/HTML/Global_attributes/part ## 브라우저 호환성 -{{Compat("html.global_attributes.part")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/global_attributes/slot/index.md b/files/ko/web/html/global_attributes/slot/index.md index 36407ed16f836f..a38f83235ee41b 100644 --- a/files/ko/web/html/global_attributes/slot/index.md +++ b/files/ko/web/html/global_attributes/slot/index.md @@ -15,7 +15,7 @@ slug: Web/HTML/Global_attributes/slot ## 브라우저 호환성 -{{Compat("html.global_attributes.slot")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/global_attributes/spellcheck/index.md b/files/ko/web/html/global_attributes/spellcheck/index.md index b53fb6974e8dd6..c19150bb0794ab 100644 --- a/files/ko/web/html/global_attributes/spellcheck/index.md +++ b/files/ko/web/html/global_attributes/spellcheck/index.md @@ -28,7 +28,7 @@ slug: Web/HTML/Global_attributes/spellcheck ## 브라우저 호환성 -{{Compat("html.global_attributes.spellcheck")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/global_attributes/style/index.md b/files/ko/web/html/global_attributes/style/index.md index e634412255008d..e96e7a4fae0545 100644 --- a/files/ko/web/html/global_attributes/style/index.md +++ b/files/ko/web/html/global_attributes/style/index.md @@ -19,7 +19,7 @@ slug: Web/HTML/Global_attributes/style ## 브라우저 호환성 -{{Compat("html.global_attributes.style")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/global_attributes/tabindex/index.md b/files/ko/web/html/global_attributes/tabindex/index.md index c37e17e68ad453..b7cd86c1267a62 100644 --- a/files/ko/web/html/global_attributes/tabindex/index.md +++ b/files/ko/web/html/global_attributes/tabindex/index.md @@ -38,7 +38,7 @@ slug: Web/HTML/Global_attributes/tabindex ## 브라우저 호환성 -{{Compat("html.global_attributes.tabindex")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/global_attributes/title/index.md b/files/ko/web/html/global_attributes/title/index.md index 292b1060110c3a..082d6574f06d6c 100644 --- a/files/ko/web/html/global_attributes/title/index.md +++ b/files/ko/web/html/global_attributes/title/index.md @@ -77,7 +77,7 @@ multiline title">예제처럼요.

## 브라우저 호환성 -{{Compat("html.global_attributes.title")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/html/global_attributes/translate/index.md b/files/ko/web/html/global_attributes/translate/index.md index c4e40d4a4a76ea..b701318dfd335c 100644 --- a/files/ko/web/html/global_attributes/translate/index.md +++ b/files/ko/web/html/global_attributes/translate/index.md @@ -28,7 +28,7 @@ slug: Web/HTML/Global_attributes/translate ## 브라우저 호환성 -{{Compat("html.global_attributes.translate")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/http/cors/index.md b/files/ko/web/http/cors/index.md index e781e45cd3c261..af9fc7ff9d5b7f 100644 --- a/files/ko/web/http/cors/index.md +++ b/files/ko/web/http/cors/index.md @@ -457,7 +457,7 @@ Access-Control-Request-Headers: [, ]* ## 브라우저 호환성 -{{Compat("http.headers.Access-Control-Allow-Origin")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/http/headers/access-control-allow-credentials/index.md b/files/ko/web/http/headers/access-control-allow-credentials/index.md index f8949fc53b6e34..7534cd12fa0bd1 100644 --- a/files/ko/web/http/headers/access-control-allow-credentials/index.md +++ b/files/ko/web/http/headers/access-control-allow-credentials/index.md @@ -70,7 +70,7 @@ fetch(url, { ## 브라우저 호환성 -{{Compat("http.headers.Access-Control-Allow-Credentials")}} +{{Compat}} ## See also diff --git a/files/ko/web/http/headers/access-control-allow-headers/index.md b/files/ko/web/http/headers/access-control-allow-headers/index.md index d6b2138ba89d31..43455e47d592f3 100644 --- a/files/ko/web/http/headers/access-control-allow-headers/index.md +++ b/files/ko/web/http/headers/access-control-allow-headers/index.md @@ -90,7 +90,7 @@ Access-Control-Max-Age: 86400 ## 브라우저 호환성 -{{Compat("http.headers.Access-Control-Allow-Headers")}} +{{Compat}} ## 함께 보기 diff --git a/files/ko/web/http/headers/access-control-allow-origin/index.md b/files/ko/web/http/headers/access-control-allow-origin/index.md index 9881779240550a..ff99a9754822c3 100644 --- a/files/ko/web/http/headers/access-control-allow-origin/index.md +++ b/files/ko/web/http/headers/access-control-allow-origin/index.md @@ -116,7 +116,7 @@ public void destroy() { ## Browser compatibility -{{Compat("http.headers.Access-Control-Allow-Origin")}} +{{Compat}} ## 참고 diff --git a/files/ko/web/http/headers/access-control-request-headers/index.md b/files/ko/web/http/headers/access-control-request-headers/index.md index 3fa3655deaac01..e2e1a0021ad57b 100644 --- a/files/ko/web/http/headers/access-control-request-headers/index.md +++ b/files/ko/web/http/headers/access-control-request-headers/index.md @@ -43,7 +43,7 @@ Access-Control-Request-Headers: X-PINGOTHER, Content-Type ## 브라우저 호환성 -{{Compat("http.headers.Access-Control-Request-Headers")}} +{{Compat}} ## 더보기 diff --git a/files/ko/web/http/headers/access-control-request-method/index.md b/files/ko/web/http/headers/access-control-request-method/index.md index c511ede4302819..6e0b6c2c8a0997 100644 --- a/files/ko/web/http/headers/access-control-request-method/index.md +++ b/files/ko/web/http/headers/access-control-request-method/index.md @@ -43,7 +43,7 @@ Access-Control-Request-Method: POST ## 브라우저 호환성 -{{Compat("http.headers.Access-Control-Request-Method")}} +{{Compat}} ## 더보기 diff --git a/files/ko/web/http/headers/age/index.md b/files/ko/web/http/headers/age/index.md index 50a885c3af20b9..c698f875e47de3 100644 --- a/files/ko/web/http/headers/age/index.md +++ b/files/ko/web/http/headers/age/index.md @@ -45,7 +45,7 @@ Age: 24 ## 브라우저 호환성 -{{Compat("http.headers.Age")}} +{{Compat}} ## 함께 참고할 내용 diff --git a/files/ko/web/http/headers/cache-control/index.md b/files/ko/web/http/headers/cache-control/index.md index d9fdcd96729948..f43795f8a4d5ee 100644 --- a/files/ko/web/http/headers/cache-control/index.md +++ b/files/ko/web/http/headers/cache-control/index.md @@ -138,7 +138,7 @@ Cache-Control:public, max-age=31536000 ## 브라우저 호환성 -{{Compat("http.headers.Cache-Control")}} +{{Compat}} ## 함께 참고할 내용 diff --git a/files/ko/web/http/headers/connection/index.md b/files/ko/web/http/headers/connection/index.md index 42f57382818051..91c95d30370d6c 100644 --- a/files/ko/web/http/headers/connection/index.md +++ b/files/ko/web/http/headers/connection/index.md @@ -40,4 +40,4 @@ Connection: close ## 브라우저 호환성 -{{Compat("http.headers.Connection")}} +{{Compat}} diff --git a/files/ko/web/http/headers/content-disposition/index.md b/files/ko/web/http/headers/content-disposition/index.md index 371cd175bd63ee..68a5f9076a1f6b 100644 --- a/files/ko/web/http/headers/content-disposition/index.md +++ b/files/ko/web/http/headers/content-disposition/index.md @@ -103,7 +103,7 @@ value2 ## Browser compatibility -{{Compat("http.headers.Content-Disposition")}} +{{Compat}} ## Compatibility notes diff --git a/files/ko/web/http/headers/content-length/index.md b/files/ko/web/http/headers/content-length/index.md index 1e6bb9ecb10571..af5aff7b727621 100644 --- a/files/ko/web/http/headers/content-length/index.md +++ b/files/ko/web/http/headers/content-length/index.md @@ -37,7 +37,7 @@ Content-Length: ## 브라우저 호환성 -{{Compat("http.headers.Content-Length")}} +{{Compat}} ## 함께 참고할 내용 diff --git a/files/ko/web/http/headers/content-range/index.md b/files/ko/web/http/headers/content-range/index.md index 964706b07100c7..01e89723f5ac4f 100644 --- a/files/ko/web/http/headers/content-range/index.md +++ b/files/ko/web/http/headers/content-range/index.md @@ -59,7 +59,7 @@ Content-Range: bytes 200-1000/67589 ## 브라우저 호환성 -{{Compat("http.headers.Content-Range")}} +{{Compat}} ## 함께 참고할 내용 diff --git a/files/ko/web/http/headers/cookie/index.md b/files/ko/web/http/headers/cookie/index.md index b0f373b25b9622..2f5e824e0742c9 100644 --- a/files/ko/web/http/headers/cookie/index.md +++ b/files/ko/web/http/headers/cookie/index.md @@ -45,7 +45,7 @@ Cookie: PHPSESSID=298zf09hf012fh2; csrftoken=u32t4o3tb3gg43; _gat=1; ## 브라우저 호환성 -{{Compat("http.headers.Cookie")}} +{{Compat}} ## 함께 참고할 내용들 diff --git a/files/ko/web/http/headers/if-modified-since/index.md b/files/ko/web/http/headers/if-modified-since/index.md index fa2d2ed9c3451c..f88a84be2f4ffe 100644 --- a/files/ko/web/http/headers/if-modified-since/index.md +++ b/files/ko/web/http/headers/if-modified-since/index.md @@ -63,7 +63,7 @@ If-Modified-Since: Wed, 21 Oct 2015 07:28:00 GMT ## 브라우저 호환성 -{{Compat("http.headers.If-Modified-Since")}} +{{Compat}} ## 함께 참고할 내용 diff --git a/files/ko/web/http/headers/if-range/index.md b/files/ko/web/http/headers/if-range/index.md index 38dac44b3a60ed..3b082e4912bdeb 100644 --- a/files/ko/web/http/headers/if-range/index.md +++ b/files/ko/web/http/headers/if-range/index.md @@ -69,7 +69,7 @@ If-Range: Wed, 21 Oct 2015 07:28:00 GMT ## 브라우저 호환성 -{{Compat("http.headers.If-Range")}} +{{Compat}} ## 함께 참고할 내용 diff --git a/files/ko/web/http/headers/last-modified/index.md b/files/ko/web/http/headers/last-modified/index.md index 4c097caac358fa..3669e5e33c58c2 100644 --- a/files/ko/web/http/headers/last-modified/index.md +++ b/files/ko/web/http/headers/last-modified/index.md @@ -65,7 +65,7 @@ Last-Modified: Wed, 21 Oct 2015 07:28:00 GMT ## 브라우저 호환성 -{{Compat("http.headers.Last-Modified")}} +{{Compat}} ## 함께 참고할 내용 diff --git a/files/ko/web/http/headers/origin/index.md b/files/ko/web/http/headers/origin/index.md index 43801977a7009a..39305472c2cd80 100644 --- a/files/ko/web/http/headers/origin/index.md +++ b/files/ko/web/http/headers/origin/index.md @@ -50,7 +50,7 @@ Origin: https://developer.mozilla.org ## 브라우저 적합성 -{{Compat("http.headers.Origin")}} +{{Compat}} ## See also diff --git a/files/ko/web/http/headers/pragma/index.md b/files/ko/web/http/headers/pragma/index.md index a832f69aaeacdc..5fc9c733aec9e2 100644 --- a/files/ko/web/http/headers/pragma/index.md +++ b/files/ko/web/http/headers/pragma/index.md @@ -48,17 +48,15 @@ Pragma: no-cache Pragma: no-cache ``` -## 세부사항 +## 명세서 -| Specification | Title | -| -------------------------------------------- | ----------------------------------------------- | -| {{RFC("7234", "Pragma", "5.4")}} | Hypertext Transfer Protocol (HTTP/1.1): Caching | +{{Specifications}} ## 브라우저 호환성 -{{Compat("http.headers.Pragma")}} +{{Compat}} ## 그외 볼것들 diff --git a/files/ko/web/http/headers/range/index.md b/files/ko/web/http/headers/range/index.md index 3c76a88ba930e6..6b5a65a02d348d 100644 --- a/files/ko/web/http/headers/range/index.md +++ b/files/ko/web/http/headers/range/index.md @@ -52,7 +52,7 @@ Range: bytes=200-1000, 2000-6576, 19000- ## 브라우저 호환성 -{{Compat("http.headers.Range")}} +{{Compat}} ## 함께 참고할 내용 diff --git a/files/ko/web/http/headers/server/index.md b/files/ko/web/http/headers/server/index.md index b98bdf821a2e04..5362c740b4c66f 100644 --- a/files/ko/web/http/headers/server/index.md +++ b/files/ko/web/http/headers/server/index.md @@ -47,7 +47,7 @@ Server: Apache/2.4.1 (Unix) ## 브라우저 호환성 -{{Compat("http.headers.Server")}} +{{Compat}} ## 함께 참고할 내용 diff --git a/files/ko/web/http/headers/set-cookie/index.md b/files/ko/web/http/headers/set-cookie/index.md index ec09e2b6741e9c..36e77bde413ac0 100644 --- a/files/ko/web/http/headers/set-cookie/index.md +++ b/files/ko/web/http/headers/set-cookie/index.md @@ -126,7 +126,7 @@ Set-Cookie: __Host-id=1; Secure; Path=/; domain=example.com ## Browser compatibility -{{Compat("http.headers.Set-Cookie")}} +{{Compat}} ## Compatibility notes diff --git a/files/ko/web/http/headers/strict-transport-security/index.md b/files/ko/web/http/headers/strict-transport-security/index.md index 4b400757ec645a..ae2798d935346a 100644 --- a/files/ko/web/http/headers/strict-transport-security/index.md +++ b/files/ko/web/http/headers/strict-transport-security/index.md @@ -80,7 +80,7 @@ Strict-Transport-Security: max-age=31536000; includeSubDomains ## Browser compatibility -{{Compat("http.headers.Strict-Transport-Security")}} +{{Compat}} ## See also diff --git a/files/ko/web/http/headers/vary/index.md b/files/ko/web/http/headers/vary/index.md index 7c3596a28a5d5d..9480e821e2eb42 100644 --- a/files/ko/web/http/headers/vary/index.md +++ b/files/ko/web/http/headers/vary/index.md @@ -55,7 +55,7 @@ Vary: User-Agent ## 브라우저 호환성 -{{Compat("http.headers.Vary")}} +{{Compat}} ## 호환성 노트 diff --git a/files/ko/web/http/headers/via/index.md b/files/ko/web/http/headers/via/index.md index cba892ec1518ea..3e1f941708a8e9 100644 --- a/files/ko/web/http/headers/via/index.md +++ b/files/ko/web/http/headers/via/index.md @@ -55,7 +55,7 @@ Via: 1.0 fred, 1.1 p.example.net ## 브라우저 호환성 -{{Compat("http.headers.Via")}} +{{Compat}} ## 함께 참고할 내용 diff --git a/files/ko/web/http/headers/x-forwarded-for/index.md b/files/ko/web/http/headers/x-forwarded-for/index.md index 72ef639ac1cb17..eaa1b1a17997ae 100644 --- a/files/ko/web/http/headers/x-forwarded-for/index.md +++ b/files/ko/web/http/headers/x-forwarded-for/index.md @@ -62,7 +62,7 @@ X-ProxyUser-Ip: 203.0.113.19 ## 브라우저 호환성 -{{Compat("http.headers.X-Forwarded-For")}} +{{Compat}} ## 함께 참고할 내용 diff --git a/files/ko/web/http/headers/x-forwarded-host/index.md b/files/ko/web/http/headers/x-forwarded-host/index.md index 714f453088264b..4d7f8ff439f679 100644 --- a/files/ko/web/http/headers/x-forwarded-host/index.md +++ b/files/ko/web/http/headers/x-forwarded-host/index.md @@ -49,7 +49,7 @@ X-Forwarded-Host: id42.example-cdn.com ## 브라우저 호환성 -{{Compat("http.headers.X-Forwarded-Host")}} +{{Compat}} ## 함께 참고할 내용 diff --git a/files/ko/web/http/headers/x-frame-options/index.md b/files/ko/web/http/headers/x-frame-options/index.md index 0e09f6bef8577a..ac1ed6ff0712ce 100644 --- a/files/ko/web/http/headers/x-frame-options/index.md +++ b/files/ko/web/http/headers/x-frame-options/index.md @@ -110,7 +110,7 @@ rspadd X-Frame-Options:\ sameorigin ## Browser compatibility -{{Compat("http.headers.X-Frame-Options")}} +{{Compat}} ## See also diff --git a/files/ko/web/http/headers/x-xss-protection/index.md b/files/ko/web/http/headers/x-xss-protection/index.md index 58adbcf27cbe5c..67922564fbb7b6 100644 --- a/files/ko/web/http/headers/x-xss-protection/index.md +++ b/files/ko/web/http/headers/x-xss-protection/index.md @@ -68,11 +68,11 @@ add_header "X-XSS-Protection" "1; mode=block"; ## Specifications -Not part of any specifications or drafts. +{{Specifications}} ## 지원 브라우저 -{{Compat("http.headers.X-XSS-Protection")}} +{{Compat}} ## See also diff --git a/files/ko/web/http/methods/connect/index.md b/files/ko/web/http/methods/connect/index.md index 7ade75dfde14f3..ede5fd43961ca1 100644 --- a/files/ko/web/http/methods/connect/index.md +++ b/files/ko/web/http/methods/connect/index.md @@ -66,7 +66,7 @@ Proxy-Authorization: basic aGVsbG86d29ybGQ= ## 브라우저 호환성 -{{Compat("http.methods.CONNECT")}} +{{Compat}} ## 함께 참고할 내용 diff --git a/files/ko/web/http/methods/delete/index.md b/files/ko/web/http/methods/delete/index.md index f63123941da5a1..fbc210de2eb11f 100644 --- a/files/ko/web/http/methods/delete/index.md +++ b/files/ko/web/http/methods/delete/index.md @@ -79,7 +79,7 @@ Date: Wed, 21 Oct 2015 07:28:00 GMT ## 브라우저 호환성 -{{Compat("http.methods.DELETE")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/http/methods/get/index.md b/files/ko/web/http/methods/get/index.md index f6a862c974e306..780d115ae82d80 100644 --- a/files/ko/web/http/methods/get/index.md +++ b/files/ko/web/http/methods/get/index.md @@ -52,7 +52,7 @@ GET /index.html ## 브라우저 호환성 -{{Compat("http.methods.GET")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/http/methods/head/index.md b/files/ko/web/http/methods/head/index.md index 8b190116117e2e..0ec81a9d7c10a4 100644 --- a/files/ko/web/http/methods/head/index.md +++ b/files/ko/web/http/methods/head/index.md @@ -54,7 +54,7 @@ HEAD /index.html ## 브라우저 호환성 -{{Compat("http.methods.HEAD")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/http/methods/options/index.md b/files/ko/web/http/methods/options/index.md index ba6a3abc2085fe..feeff1ff08c9f1 100644 --- a/files/ko/web/http/methods/options/index.md +++ b/files/ko/web/http/methods/options/index.md @@ -111,7 +111,7 @@ Content-Type: text/plain ## Browser compatibility -{{Compat("http.methods.OPTIONS")}} +{{Compat}} ## See also diff --git a/files/ko/web/http/methods/post/index.md b/files/ko/web/http/methods/post/index.md index f3d00ff374c9ce..8e78f56cd9d070 100644 --- a/files/ko/web/http/methods/post/index.md +++ b/files/ko/web/http/methods/post/index.md @@ -97,7 +97,7 @@ value2 ## 브라우저 호환성 -{{Compat("http.methods.POST")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/http/methods/put/index.md b/files/ko/web/http/methods/put/index.md index d8fccc2ae3567d..a7ed0a13fa729d 100644 --- a/files/ko/web/http/methods/put/index.md +++ b/files/ko/web/http/methods/put/index.md @@ -79,7 +79,7 @@ Content-Location: /existing.html ## 브라우저 호환성 -{{Compat("http.methods.PUT")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/http/status/204/index.md b/files/ko/web/http/status/204/index.md index bcf808686f5ac5..f7ef4268486a7c 100644 --- a/files/ko/web/http/status/204/index.md +++ b/files/ko/web/http/status/204/index.md @@ -21,7 +21,7 @@ HTTP **`204 No Content`** 성공 상태 응답 코드는 요청이 성공했으 ## 브라우저 호환성 -{{Compat("http.status.204")}} +{{Compat}} ## 호환성 참고사항 diff --git a/files/ko/web/http/status/304/index.md b/files/ko/web/http/status/304/index.md index 235e21cf271ba6..d3716cd9fa8d9f 100644 --- a/files/ko/web/http/status/304/index.md +++ b/files/ko/web/http/status/304/index.md @@ -23,7 +23,7 @@ slug: Web/HTTP/Status/304 ## 브라우저 호환성 -{{Compat("http.status.304")}} +{{Compat}} ## 호환성 노트 diff --git a/files/ko/web/http/status/307/index.md b/files/ko/web/http/status/307/index.md index 8038b8925023d0..6a8c5ea581da1e 100644 --- a/files/ko/web/http/status/307/index.md +++ b/files/ko/web/http/status/307/index.md @@ -23,7 +23,7 @@ slug: Web/HTTP/Status/307 ## 브라우저 호환성 -{{Compat("http.status.307")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/http/status/401/index.md b/files/ko/web/http/status/401/index.md index e5e7f3d466975c..f65d027a498bde 100644 --- a/files/ko/web/http/status/401/index.md +++ b/files/ko/web/http/status/401/index.md @@ -29,7 +29,7 @@ WWW-Authenticate: Basic realm="Access to staging site" ## 브라우저 호환성 -{{Compat("http.status.401")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/http/status/404/index.md b/files/ko/web/http/status/404/index.md index 15e2215fdd58e5..1c751580c5c63b 100644 --- a/files/ko/web/http/status/404/index.md +++ b/files/ko/web/http/status/404/index.md @@ -33,7 +33,7 @@ ErrorDocument 404 /notfound.html ## 브라우저 호환성 -{{Compat("http.status.404")}} +{{Compat}} ## 함께 참고할 내용 diff --git a/files/ko/web/http/status/index.md b/files/ko/web/http/status/index.md index 38dc29bdea82c2..aa5e8fbb234e89 100644 --- a/files/ko/web/http/status/index.md +++ b/files/ko/web/http/status/index.md @@ -157,7 +157,7 @@ HTTP 응답 상태 코드는 특정 HTTP 요청이 성공적으로 완료되었 ## 브라우저 호환성 -{{Compat("http.status")}} +{{Compat}} ## 더 보기 diff --git a/files/ko/web/javascript/reference/lexical_grammar/index.md b/files/ko/web/javascript/reference/lexical_grammar/index.md index 40d7cd885c2022..7212640144ce60 100644 --- a/files/ko/web/javascript/reference/lexical_grammar/index.md +++ b/files/ko/web/javascript/reference/lexical_grammar/index.md @@ -573,7 +573,7 @@ The ECMAScript specification mentions [three rules of semicolon insertion](https ## 브라우저 호환성 -{{Compat("javascript.grammar")}} +{{Compat}} ## 같이 보기 diff --git a/files/ko/web/javascript/reference/operators/index.md b/files/ko/web/javascript/reference/operators/index.md index b327e8fdcce107..f94ad183a682c4 100644 --- a/files/ko/web/javascript/reference/operators/index.md +++ b/files/ko/web/javascript/reference/operators/index.md @@ -234,7 +234,7 @@ slug: Web/JavaScript/Reference/Operators ## 브라우저 호환성 -{{Compat("javascript.operators")}} +{{Compat}} ## 같이 보기