Skip to content

Commit

Permalink
ko replace old spec and compat macro (#11691)
Browse files Browse the repository at this point in the history
fix: replace old spec and compat macro
  • Loading branch information
SnowMarble committed Feb 19, 2023
1 parent 9d1e8ae commit 181a4dd
Show file tree
Hide file tree
Showing 196 changed files with 210 additions and 212 deletions.
2 changes: 1 addition & 1 deletion files/ko/learn/css/building_blocks/debugging_css/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ DevTools는 CSS 문제를 해결할 때 큰 도움이 될 수 있으므로 CSS

또한 MDN의 각 속성 페이지 하단에 있는 브라우저 호환성 표를 볼 수 있습니다. 이것들은 해당 속성에 대한 브라우저 지원을 보여주며, 속성의 일부 사용에 대한 지원이 있고 다른 것은 지원하지 않는 경우 종종 세분화됩니다. 아래 표는 {{cssxref("shape-outside")}} 속성에 대한 호환성 데이터를 보여줍니다.

{{compat("css.shape-outside")}}
{{Compat}}

### 다른 것이 CSS를 무시합니까?

Expand Down
2 changes: 1 addition & 1 deletion files/ko/learn/css/first_steps/what_is_css/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ CSS 가 지정되면 하나 이상의 브라우저가 이를 구현한 경우에

다음은 CSS [`font-family`](/ko/docs/Web/CSS/font-family) 속성에 대한 데이터 차트입니다.

{{Compat("css.properties.font-family")}}
{{Compat}}

## 다음은 뭐죠

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ slug: Mozilla/Add-ons/WebExtensions/API/contentScripts

## 브라우저 호환성

{{Compat("webextensions.api.contentScripts", 10, 1)}}
{{Compat}}

{{WebExtExamples("h2")}}
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ original_slug: Mozilla/Add-ons/WebExtensions/API/contextMenus/ContextType

## 브라우저 호환성

{{Compat("webextensions.api.menus.ContextType", 10)}}
{{Compat}}

{{WebExtExamples}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ browser.menus.create(

## 브라우저 호환성

{{Compat("webextensions.api.menus.create", 10)}}
{{Compat}}

## 예제

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ browser.menus.create({

## 브라우저 호환성

{{Compat("webextensions.api.menus.getTargetElement")}}
{{Compat}}

## 같이 보기

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Events have three functions:

## 브라우저 호환성

{{Compat("webextensions.api.menus.onShown", 10)}}
{{Compat}}

## 예제

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ slug: Mozilla/Add-ons/WebExtensions/API/pageAction

## 브라우저 호환성

{{Compat("webextensions.api.pageAction")}}
{{Compat}}

{{WebExtExamples("h2")}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ slug: Mozilla/Add-ons/WebExtensions/API/storage/local

## 브라우저 호환성

{{Compat("webextensions.api.storage.local")}}
{{Compat}}

{{WebExtExamples}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ slug: Mozilla/Add-ons/WebExtensions/API/storage/StorageArea/get
## 브라우저 호환성

{{Compat("webextensions.api.storage.StorageArea.get")}}
{{Compat}}

## 예제

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Values of this type are objects.

## Browser compatibility

{{Compat("webextensions.api.storage.StorageArea")}}
{{Compat}}

{{WebExtExamples}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ let settingItem = browser.storage.<storageType>.set(

## 브라우저 호환성

{{Compat("webextensions.api.storage.StorageArea.set")}}
{{Compat}}

## 예제

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Firefox에서 `sync.storage` 는 고유한 부가기능 ID에 의존성을 갖

## Browser 호환성

{{Compat("webextensions.api.storage.sync")}}
{{Compat}}

{{WebExtExamples}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
6 changes: 3 additions & 3 deletions files/ko/web/api/clipboard_api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ navigator.clipboard.readText().then(

### Clipboard

{{Compat("api.Clipboard")}}
{{Compat}}

### ClipboardEvent

{{Compat("api.ClipboardEvent")}}
{{Compat}}

### ClipboardItem

{{Compat("api.ClipboardItem")}}
{{Compat}}

## 같이 보기

Expand Down
2 changes: 1 addition & 1 deletion files/ko/web/api/encoding_api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ slug: Web/API/Encoding_API

### `TextDecoder`

{{Compat("api.TextDecoder")}}
{{Compat}}

### `TextEncoder`

Expand Down
2 changes: 1 addition & 1 deletion files/ko/web/api/geolocation_api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Geolocation API는 {{domxref("Navigator.geolocation", "navigator.geolocation")}}

## 브라우저 호환성

{{Compat("api.Geolocation")}}
{{Compat}}

### 가용성

Expand Down
4 changes: 2 additions & 2 deletions files/ko/web/api/network_information_api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ updateConnectionStatus();

### NetworkInformation

{{Compat("api.NetworkInformation")}}
{{Compat}}

### Navigator.connection

{{Compat("api.Navigator.connection")}}
{{Compat}}

## 같이 보기

Expand Down
2 changes: 1 addition & 1 deletion files/ko/web/api/web_audio_api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ Web Audio API에서 사용하기 위한 오디오 소스를 정의하는 인터

### AudioContext

{{Compat("api.AudioContext", 0)}}
{{Compat}}

## 같이 보기

Expand Down
4 changes: 2 additions & 2 deletions files/ko/web/api/web_storage_api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ Web Storage의 두 가지 방식은 다음과 같습니다.

### `Window.localStorage`

{{Compat("api.Window.localStorage")}}
{{Compat}}

### `Window.sessionStorage`

{{Compat("api.Window.sessionStorage")}}
{{Compat}}

## 사생활 보호 / 시크릿 모드

Expand Down
2 changes: 1 addition & 1 deletion files/ko/web/api/webglrenderbuffer/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var buffer = gl.createRenderbuffer();

## 브라우저 호환성

{{Compat("api.WebGLRenderbuffer")}}
{{Compat}}

## 함께 보기

Expand Down
2 changes: 1 addition & 1 deletion files/ko/web/api/window/popstate_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ history.pushState() 또는 history.replaceState()는 popstate 이벤트를 발

## 브라우저 호환성

{{Compat("api.Window.popstate_event")}}
{{Compat}}

## Example

Expand Down
14 changes: 7 additions & 7 deletions files/ko/web/css/_doublecolon_-webkit-scrollbar/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

## 같이 보기

Expand Down
4 changes: 2 additions & 2 deletions files/ko/web/css/css_scrollbars/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

## 같이 보기

Expand Down
2 changes: 1 addition & 1 deletion files/ko/web/html/attributes/autocomplete/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ Exampleville CA 95555

## 브라우저 호환성

{{Compat("html.global_attributes.autocomplete")}}
{{Compat}}

## 같이 보기

Expand Down
2 changes: 1 addition & 1 deletion files/ko/web/html/attributes/rel/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -561,4 +561,4 @@ original_slug: Web/HTML/Link_types

## 브라우저 호환성

{{Compat("html.elements.link.rel")}}
{{Compat}}
2 changes: 1 addition & 1 deletion files/ko/web/html/element/a/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ document.querySelector('a').addEventListener('click', event =>

## 브라우저 호환성

{{Compat("html.elements.a")}}
{{Compat}}

## 같이 보기

Expand Down
2 changes: 1 addition & 1 deletion files/ko/web/html/element/abbr/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,4 @@ accessed.</p>

## 브라우저 호환성

{{Compat("html.elements.abbr")}}
{{Compat}}
2 changes: 1 addition & 1 deletion files/ko/web/html/element/address/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ slug: Web/HTML/Element/address

## 브라우저 호환성

{{Compat("html.elements.address")}}
{{Compat}}
2 changes: 1 addition & 1 deletion files/ko/web/html/element/applet/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ HTML의 Applet 태그 (`<applet>`) 는 자바 애플릿을 보이게 하는 곳

## Browser compatibility

{{Compat("html.elements.applet")}}
{{Compat}}

## Notes

Expand Down
2 changes: 1 addition & 1 deletion files/ko/web/html/element/area/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,4 @@ No effect. Browsers ignore it. (The W3C 5.3 fork of the HTML specification defin

## 브라우저 호환성

{{Compat("html.elements.area")}}
{{Compat}}
2 changes: 1 addition & 1 deletion files/ko/web/html/element/article/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ slug: Web/HTML/Element/article

## 브라우저 호환성

{{Compat("html.elements.article")}}
{{Compat}}
2 changes: 1 addition & 1 deletion files/ko/web/html/element/aside/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ slug: Web/HTML/Element/aside

## 브라우저 호환성

{{Compat("html.elements.aside")}}
{{Compat}}

## 같이 보기

Expand Down
2 changes: 1 addition & 1 deletion files/ko/web/html/element/audio/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

## 같이 보기

Expand Down
2 changes: 1 addition & 1 deletion files/ko/web/html/element/b/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Keywords are displayed with the default style of the <b>element, likely in bold<

## 브라우저 호환성

{{Compat("html.elements.b")}}
{{Compat}}

## 같이 보기

Expand Down
2 changes: 1 addition & 1 deletion files/ko/web/html/element/base/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ slug: Web/HTML/Element/base

## 브라우저 호환성

{{Compat("html.elements.base")}}
{{Compat}}
2 changes: 1 addition & 1 deletion files/ko/web/html/element/bdo/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ slug: Web/HTML/Element/bdo

## 브라우저 호환성

{{Compat("html.elements.bdo")}}
{{Compat}}
2 changes: 1 addition & 1 deletion files/ko/web/html/element/blockquote/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ slug: Web/HTML/Element/blockquote

## 브라우저 호환성

{{Compat("html.elements.blockquote")}}
{{Compat}}

## 같이 보기

Expand Down
2 changes: 1 addition & 1 deletion files/ko/web/html/element/body/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ slug: Web/HTML/Element/body

## 브라우저 호환성

{{Compat("html.elements.body")}}
{{Compat}}

## 같이 보기

Expand Down
2 changes: 1 addition & 1 deletion files/ko/web/html/element/br/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ USA

## 브라우저 호환성

{{Compat("html.elements.br")}}
{{Compat}}

## 같이 보기

Expand Down
2 changes: 1 addition & 1 deletion files/ko/web/html/element/button/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,4 +306,4 @@ Color contrast ratio is determined by comparing the luminosity of the button tex

## 브라우저 호환성

{{Compat("html.elements.button")}}
{{Compat}}
Loading

0 comments on commit 181a4dd

Please sign in to comment.