Skip to content

Commit

Permalink
ko: Fixup compat/spec sections (#11771)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg authored Feb 20, 2023
1 parent cf5be9b commit 28a1824
Show file tree
Hide file tree
Showing 252 changed files with 428 additions and 488 deletions.
4 changes: 2 additions & 2 deletions files/ko/conflicting/web/css/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ Browser support for `@viewport` is weak at this time, with support being largely
}
```

## Specifications
## 명세서

{{Specifications}}

## Browser compatibility
## 브라우저 호환성

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ko/glossary/truthy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ JavaScript는 불리언 문맥에서 {{Glossary("Type_Conversion", "형 변환")
if (-Infinity)
```

## Specifications
## 명세서

{{Specifications}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ To use this API you must have the "browsingData" [API permission](/en-US/docs/Mo
- {{WebExtAPIRef("browsingData.settings()")}}
- : Gets the current value of settings in the browser's "Clear History" feature.

## Browser compatibility
## 브라우저 호환성

{{Compat}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Values of this type are objects.
- {{WebExtAPIRef("storage.StorageArea.clear()")}}
- : Removes all items from the storage area.

## Browser compatibility
## 브라우저 호환성

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ko/mozilla/add-ons/webextensions/api/tabs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ You can use most of this API without any special permission. However:
- {{WebExtAPIRef("tabs.onZoomChange")}}
- : Fired when a tab is zoomed.

## Browser compatibility
## 브라우저 호환성

{{Compat}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ browser.browserAction.onClicked.addListener(() => {

{{WebExtExamples}}

## Browser compatibility
## 브라우저 호환성

{{Compat}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ To do this, you must have the "webRequestBlocking" API permission as well as the
- {{WebExtAPIRef("webRequest.onErrorOccurred")}}
- : Fired when an error occurs.

## Browser compatibility
## 브라우저 호환성

{{Compat}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Events have three functions:
- `any_strict_tracking`: a meta flag that combines any tracking and fingerprinting flags, including `tracking_content` and `fingerprinting_content`.
- `any_social_tracking`: a meta flag that combines any social tracking flags.

## Browser compatibility
## 브라우저 호환성

{{Compat}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,6 @@ This injects two content scripts into all pages under `mozilla.org` or any of it

The content scripts see the same view of the DOM and are injected in the order they appear in the array, so `borderify.js` can see global variables added by `jquery.js`.

## Browser compatibility
## 브라우저 호환성

{{Compat}}
4 changes: 2 additions & 2 deletions files/ko/orphaned/web/api/windoweventhandlers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ _The events properties, of the form `onXYZ`, are defined on the {{domxref("Windo

_This interface defines no method._

## Specifications
## 명세서

{{Specifications}}

## Browser compatibility
## 브라우저 호환성

{{Compat}}

Expand Down
4 changes: 2 additions & 2 deletions files/ko/web/api/abstractrange/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,10 @@ The result looks like this:

{{EmbedLiveSample("Example", 600, 80)}}

## Specifications
## 명세서

{{Specifications}}

## Browser compatibility
## 브라우저 호환성

{{Compat}}
4 changes: 2 additions & 2 deletions files/ko/web/api/animationtimeline/currenttime/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ Web Animations API의 AnimationTimeline 인터페이스의 currentTime 읽기

타임 라인의 현재 시간을 밀리 초 단위로 나타내는 숫자 또는 타임 라인이 비활성 상태 인 경우 null입니다.

## Specifications
## 명세서

{{Specifications}}

## Browser compatibility
## 브라우저 호환성

{{Compat}}

Expand Down
4 changes: 2 additions & 2 deletions files/ko/web/api/animationtimeline/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ The `AnimationTimeline` interface of the [Web Animations API](/ko/docs/Web/API/W
- {{domxref("AnimationTimeline.currentTime")}} {{readonlyInline}}
- : Returns the time value in milliseconds for this timeline or `null` if this timeline is inactive.

## Specifications
## 명세서

{{Specifications}}

## Browser compatibility
## 브라우저 호환성

{{Compat}}

Expand Down
4 changes: 2 additions & 2 deletions files/ko/web/api/audiodestinationnode/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ gainNode.connect(audioCtx.destination);

To see a more complete implementation, check out one of our MDN Web Audio examples, such as [Voice-change-o-matic](http://mdn.github.io/voice-change-o-matic/) or [Violent Theremin](http://mdn.github.io/violent-theremin/).

## Specifications
## 명세서

{{Specifications}}

## Browser compatibility
## 브라우저 호환성

{{Compat}}

Expand Down
4 changes: 2 additions & 2 deletions files/ko/web/api/background_tasks_api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,11 +469,11 @@ document.getElementById("startButton").addEventListener("click", decodeTechnoStu

{{ EmbedLiveSample('Example', 600, 700) }}

## Specifications
## 명세서

{{Specifications}}

## Browser compatibility
## 브라우저 호환성

{{Compat}}

Expand Down
4 changes: 2 additions & 2 deletions files/ko/web/api/biquadfilternode/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,11 @@ _{{domxref("AudioNode")}} 로부터 메서드를 상속받습니다_.

See [`AudioContext.createBiquadFilter`](/ko/docs/Web/API/BaseAudioContext/createBiquadFilter#example) for example code that shows how to use an `AudioContext` to create a Biquad filter node.

## Specifications
## 명세서

{{Specifications}}

## Browser compatibility
## 브라우저 호환성

{{Compat}}

Expand Down
4 changes: 2 additions & 2 deletions files/ko/web/api/broadcastchannel/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ _This interface also inherits methods from its parent, {{domxref("EventTarget")}
- : Fired when a message arrives that can't be deserialized.
Also available via the [`onmessageerror`](/en-US/docs/Web/API/BroadcastChannel/onmessageerror) property.

## Specifications
## 명세서

{{Specifications}}

## Browser compatibility
## 브라우저 호환성

{{Compat}}

Expand Down
4 changes: 2 additions & 2 deletions files/ko/web/api/cache/put/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ var cachedResponse = caches.match(event.request).catch(function() {
});
```

## Specifications
## 명세서

{{Specifications}}

## Browser compatibility
## 브라우저 호환성

{{Compat}}

Expand Down
4 changes: 2 additions & 2 deletions files/ko/web/api/canvascapturemediastreamtrack/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ _This interface inherits the methods of its parent, {{domxref("MediaStreamTrack"
- {{domxref("CanvasCaptureMediaStreamTrack.requestFrame()")}}
- : Manually forces a frame to be captured and sent to the stream. This lets applications that wish to specify the frame capture times directly do so, if they specified a `frameRate` of 0 when calling {{domxref("HTMLCanvasElement.captureStream", "captureStream()")}}.

## Specifications
## 명세서

{{Specifications}}

## Browser compatibility
## 브라우저 호환성

{{Compat}}

Expand Down
4 changes: 2 additions & 2 deletions files/ko/web/api/channel_messaging_api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ Find out more about how to use this API in [Using channel messaging](/ko/docs/We
- We have published a [channel messaging basic demo](https://github.com/mdn/dom-examples/tree/master/channel-messaging-basic) on Github ([run it live too](http://mdn.github.io/dom-examples/channel-messaging-basic/)), which shows a really simple single message transfer between a page and an embedded {{htmlelement("iframe")}}.
- You can also see a [multimessaging demo](https://github.com/mdn/dom-examples/tree/master/channel-messaging-multimessage) ([run this live](http://mdn.github.io/dom-examples/channel-messaging-multimessage/)), which shows a slightly more complex setup that can send multiple messages between main page and IFrame.

## Specifications
## 명세서

{{Specifications}}

## Browser compatibility
## 브라우저 호환성

{{Compat}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ function handleMessage(e) {

Here we are setting `port1`'s {{domxref("MessagePort.onmessage")}} handler equal to the `handleMessage()` function — when a message is received back from the IFrame confirming that the original message was received successfully, this simply outputs the confirmation to a paragraph and empties the text input ready for the next message to be sent.

## Specifications
## 명세서

{{Specifications}}

## Browser compatibility
## 브라우저 호환성

{{Compat}}

Expand Down
4 changes: 2 additions & 2 deletions files/ko/web/api/clients/claim/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ self.addEventListener('activate', event => {
});
```

## Specifications
## 명세서

{{Specifications}}

## Browser compatibility
## 브라우저 호환성

{{Compat}}

Expand Down
4 changes: 2 additions & 2 deletions files/ko/web/api/clients/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ addEventListener('notificationclick', event => {
});
```

## Specifications
## 명세서

{{Specifications}}

## Browser compatibility
## 브라우저 호환성

{{Compat}}

Expand Down
4 changes: 2 additions & 2 deletions files/ko/web/api/clipboard/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ For WebExtensions, you can request the clipboardRead and clipboardWrite permissi

In addition, {{domxref("Clipboard.read", "read()")}} and {{domxref("Clipboard.write", "write()")}} are disabled by default and require changing a preference to enable them. Check the compatibility tables for each method before using it.

## Specifications
## 명세서

{{Specifications}}

## Browser Compatibility
## 브라우저 호환성

{{Compat}}

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

## 브라우저 호환성

### Clipboard

{{Compat}}

### ClipboardEvent

{{Compat}}

### ClipboardItem

{{Compat}}

## 같이 보기
Expand Down
4 changes: 2 additions & 2 deletions files/ko/web/api/cssstylesheet/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ A (possibly incomplete) list of ways a style sheet can be associated with a docu
| HTTP Link Header | Yes | _N/A_ | N/A | N/A |
| User agent (default) style sheets | No | N/A | N/A | N/A |

## Specifications
## 명세서

{{Specifications}}

## Browser compatibility
## 브라우저 호환성

{{Compat}}

Expand Down
4 changes: 2 additions & 2 deletions files/ko/web/api/datatransfer/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ This object is available from the {{domxref("DragEvent.dataTransfer","dataTransf

Every method and property listed in this document has its own reference page and each reference page either directly includes an example of the interface or has a link to an example.

## Specifications
## 명세서

{{Specifications}}

## Browser compatibility
## 브라우저 호환성

{{Compat}}

Expand Down
4 changes: 2 additions & 2 deletions files/ko/web/api/document/all/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ var htmlAllCollection = document.all;

{{DOMxRef("HTMLAllCollection")}}는 문서 내에서 모든 node를 담고 있다.

## Specifications
## 명세서

{{Specifications}}

## Browser compatibility
## 브라우저 호환성

{{Compat}}
4 changes: 2 additions & 2 deletions files/ko/web/api/document/cookie/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,11 @@ Cookie: cookie_name1=cookie_value1; cookie_name2=cookie_value2
Accept: */*
```

## Specifications
## 명세서

{{Specifications}}

## Browser compatibility
## 브라우저 호환성

{{Compat}}

Expand Down
4 changes: 2 additions & 2 deletions files/ko/web/api/document/createdocumentfragment/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ ul.appendChild(docfrag);
// a list with well-known web browsers
```

## Specifications
## 명세서

{{Specifications}}

## Browser compatibility
## 브라우저 호환성

{{Compat}}

Expand Down
4 changes: 2 additions & 2 deletions files/ko/web/api/document/createelementns/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ This creates a new `<div>` element in the [XHTML](/ko/docs/XHTML) namespace and

> **참고:** The example given above uses inline script which is not recommended in XHTML documents. This particular example is actually an XUL document with embedded XHTML, however, the recommendation still applies.
## Specifications
## 명세서

{{Specifications}}

## Browser compatibility
## 브라우저 호환성

{{Compat}}

Expand Down
Loading

0 comments on commit 28a1824

Please sign in to comment.