diff --git a/files/ko/conflicting/web/css/index.md b/files/ko/conflicting/web/css/index.md index 9145ffe031d963..42170034cf9188 100644 --- a/files/ko/conflicting/web/css/index.md +++ b/files/ko/conflicting/web/css/index.md @@ -76,11 +76,11 @@ Browser support for `@viewport` is weak at this time, with support being largely } ``` -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/glossary/truthy/index.md b/files/ko/glossary/truthy/index.md index 6f910f96b8bcb5..7caaf68daf5d12 100644 --- a/files/ko/glossary/truthy/index.md +++ b/files/ko/glossary/truthy/index.md @@ -24,7 +24,7 @@ JavaScript는 불리언 문맥에서 {{Glossary("Type_Conversion", "형 변환") if (-Infinity) ``` -## Specifications +## 명세서 {{Specifications}} diff --git a/files/ko/mozilla/add-ons/webextensions/api/browsingdata/index.md b/files/ko/mozilla/add-ons/webextensions/api/browsingdata/index.md index 4716988033aa76..6e4367ad60d56b 100644 --- a/files/ko/mozilla/add-ons/webextensions/api/browsingdata/index.md +++ b/files/ko/mozilla/add-ons/webextensions/api/browsingdata/index.md @@ -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}} 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 1ce99942a08d77..284512297ec09b 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 @@ -24,7 +24,7 @@ Values of this type are objects. - {{WebExtAPIRef("storage.StorageArea.clear()")}} - : Removes all items from the storage area. -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/mozilla/add-ons/webextensions/api/tabs/index.md b/files/ko/mozilla/add-ons/webextensions/api/tabs/index.md index 3df9f547550b8d..a5b74950766420 100644 --- a/files/ko/mozilla/add-ons/webextensions/api/tabs/index.md +++ b/files/ko/mozilla/add-ons/webextensions/api/tabs/index.md @@ -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}} diff --git a/files/ko/mozilla/add-ons/webextensions/api/tabs/insertcss/index.md b/files/ko/mozilla/add-ons/webextensions/api/tabs/insertcss/index.md index bfd681849da34a..948542b86678ad 100644 --- a/files/ko/mozilla/add-ons/webextensions/api/tabs/insertcss/index.md +++ b/files/ko/mozilla/add-ons/webextensions/api/tabs/insertcss/index.md @@ -94,7 +94,7 @@ browser.browserAction.onClicked.addListener(() => { {{WebExtExamples}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} 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 54d41966b14063..b06095ff1f989b 100644 --- a/files/ko/mozilla/add-ons/webextensions/api/webrequest/index.md +++ b/files/ko/mozilla/add-ons/webextensions/api/webrequest/index.md @@ -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}} diff --git a/files/ko/mozilla/add-ons/webextensions/api/webrequest/onbeforerequest/index.md b/files/ko/mozilla/add-ons/webextensions/api/webrequest/onbeforerequest/index.md index c378bc86906aa4..bd95cb82a82334 100644 --- a/files/ko/mozilla/add-ons/webextensions/api/webrequest/onbeforerequest/index.md +++ b/files/ko/mozilla/add-ons/webextensions/api/webrequest/onbeforerequest/index.md @@ -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}} diff --git a/files/ko/mozilla/add-ons/webextensions/manifest.json/content_scripts/index.md b/files/ko/mozilla/add-ons/webextensions/manifest.json/content_scripts/index.md index 632d7deb0b5938..9868f471830445 100644 --- a/files/ko/mozilla/add-ons/webextensions/manifest.json/content_scripts/index.md +++ b/files/ko/mozilla/add-ons/webextensions/manifest.json/content_scripts/index.md @@ -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}} diff --git a/files/ko/orphaned/web/api/windoweventhandlers/index.md b/files/ko/orphaned/web/api/windoweventhandlers/index.md index 3576375e9cf5f7..70f8bd21baa017 100644 --- a/files/ko/orphaned/web/api/windoweventhandlers/index.md +++ b/files/ko/orphaned/web/api/windoweventhandlers/index.md @@ -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}} diff --git a/files/ko/web/api/abstractrange/index.md b/files/ko/web/api/abstractrange/index.md index 7b3e3fa7d6d76f..5f4ec17fbe0f02 100644 --- a/files/ko/web/api/abstractrange/index.md +++ b/files/ko/web/api/abstractrange/index.md @@ -165,10 +165,10 @@ The result looks like this: {{EmbedLiveSample("Example", 600, 80)}} -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/animationtimeline/currenttime/index.md b/files/ko/web/api/animationtimeline/currenttime/index.md index dd6d9466228317..5da3d57ec4aa8f 100644 --- a/files/ko/web/api/animationtimeline/currenttime/index.md +++ b/files/ko/web/api/animationtimeline/currenttime/index.md @@ -15,11 +15,11 @@ Web Animations API의 AnimationTimeline 인터페이스의 currentTime 읽기 타임 라인의 현재 시간을 밀리 초 단위로 나타내는 숫자 또는 타임 라인이 비활성 상태 인 경우 null입니다. -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/animationtimeline/index.md b/files/ko/web/api/animationtimeline/index.md index ee52b33603ea19..18aec42e4005cb 100644 --- a/files/ko/web/api/animationtimeline/index.md +++ b/files/ko/web/api/animationtimeline/index.md @@ -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}} diff --git a/files/ko/web/api/audiodestinationnode/index.md b/files/ko/web/api/audiodestinationnode/index.md index 053158f1368ead..f489145b8415f0 100644 --- a/files/ko/web/api/audiodestinationnode/index.md +++ b/files/ko/web/api/audiodestinationnode/index.md @@ -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}} diff --git a/files/ko/web/api/background_tasks_api/index.md b/files/ko/web/api/background_tasks_api/index.md index 6ae6bb89c4d0e9..406b0264dc9487 100644 --- a/files/ko/web/api/background_tasks_api/index.md +++ b/files/ko/web/api/background_tasks_api/index.md @@ -469,11 +469,11 @@ document.getElementById("startButton").addEventListener("click", decodeTechnoStu {{ EmbedLiveSample('Example', 600, 700) }} -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/biquadfilternode/index.md b/files/ko/web/api/biquadfilternode/index.md index f522b4ac05a177..cd307986b1795a 100644 --- a/files/ko/web/api/biquadfilternode/index.md +++ b/files/ko/web/api/biquadfilternode/index.md @@ -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}} diff --git a/files/ko/web/api/broadcastchannel/index.md b/files/ko/web/api/broadcastchannel/index.md index 08614f9ac57813..01ba188bef6fa4 100644 --- a/files/ko/web/api/broadcastchannel/index.md +++ b/files/ko/web/api/broadcastchannel/index.md @@ -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}} diff --git a/files/ko/web/api/cache/put/index.md b/files/ko/web/api/cache/put/index.md index b67719b8837df4..79e72d63a94cd7 100644 --- a/files/ko/web/api/cache/put/index.md +++ b/files/ko/web/api/cache/put/index.md @@ -68,11 +68,11 @@ var cachedResponse = caches.match(event.request).catch(function() { }); ``` -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/canvascapturemediastreamtrack/index.md b/files/ko/web/api/canvascapturemediastreamtrack/index.md index c8409ecc1f8a85..f781b9ad3efd06 100644 --- a/files/ko/web/api/canvascapturemediastreamtrack/index.md +++ b/files/ko/web/api/canvascapturemediastreamtrack/index.md @@ -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}} diff --git a/files/ko/web/api/channel_messaging_api/index.md b/files/ko/web/api/channel_messaging_api/index.md index 535e27c92dd5d8..753a6792ba9204 100644 --- a/files/ko/web/api/channel_messaging_api/index.md +++ b/files/ko/web/api/channel_messaging_api/index.md @@ -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}} diff --git a/files/ko/web/api/channel_messaging_api/using_channel_messaging/index.md b/files/ko/web/api/channel_messaging_api/using_channel_messaging/index.md index 4e9ce7a288d12e..dbe6efbfbc01ac 100644 --- a/files/ko/web/api/channel_messaging_api/using_channel_messaging/index.md +++ b/files/ko/web/api/channel_messaging_api/using_channel_messaging/index.md @@ -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}} diff --git a/files/ko/web/api/clients/claim/index.md b/files/ko/web/api/clients/claim/index.md index d6bd3c37a4d421..512cc61995d4ee 100644 --- a/files/ko/web/api/clients/claim/index.md +++ b/files/ko/web/api/clients/claim/index.md @@ -32,11 +32,11 @@ self.addEventListener('activate', event => { }); ``` -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/clients/index.md b/files/ko/web/api/clients/index.md index d3e881ffd4dee8..18b2cd347554e9 100644 --- a/files/ko/web/api/clients/index.md +++ b/files/ko/web/api/clients/index.md @@ -55,11 +55,11 @@ addEventListener('notificationclick', event => { }); ``` -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/clipboard/index.md b/files/ko/web/api/clipboard/index.md index 01f639950af23a..290312df762fef 100644 --- a/files/ko/web/api/clipboard/index.md +++ b/files/ko/web/api/clipboard/index.md @@ -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}} diff --git a/files/ko/web/api/clipboard_api/index.md b/files/ko/web/api/clipboard_api/index.md index a3a1d786a498a6..9ae148e63147d8 100644 --- a/files/ko/web/api/clipboard_api/index.md +++ b/files/ko/web/api/clipboard_api/index.md @@ -36,16 +36,6 @@ navigator.clipboard.readText().then( ## 브라우저 호환성 -### Clipboard - -{{Compat}} - -### ClipboardEvent - -{{Compat}} - -### ClipboardItem - {{Compat}} ## 같이 보기 diff --git a/files/ko/web/api/cssstylesheet/index.md b/files/ko/web/api/cssstylesheet/index.md index 7d26dd888865d1..71d5e9a334da8b 100644 --- a/files/ko/web/api/cssstylesheet/index.md +++ b/files/ko/web/api/cssstylesheet/index.md @@ -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}} diff --git a/files/ko/web/api/datatransfer/index.md b/files/ko/web/api/datatransfer/index.md index a5b81d5b17a41b..3894a56e450ef1 100644 --- a/files/ko/web/api/datatransfer/index.md +++ b/files/ko/web/api/datatransfer/index.md @@ -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}} diff --git a/files/ko/web/api/document/all/index.md b/files/ko/web/api/document/all/index.md index f287ed12f590d2..ca4e863c75ed05 100644 --- a/files/ko/web/api/document/all/index.md +++ b/files/ko/web/api/document/all/index.md @@ -16,10 +16,10 @@ var htmlAllCollection = document.all; {{DOMxRef("HTMLAllCollection")}}는 문서 내에서 모든 node를 담고 있다. -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/document/cookie/index.md b/files/ko/web/api/document/cookie/index.md index 79cc068f57e1a7..e0f8a6395a6bd3 100644 --- a/files/ko/web/api/document/cookie/index.md +++ b/files/ko/web/api/document/cookie/index.md @@ -210,11 +210,11 @@ Cookie: cookie_name1=cookie_value1; cookie_name2=cookie_value2 Accept: */* ``` -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/document/createdocumentfragment/index.md b/files/ko/web/api/document/createdocumentfragment/index.md index 63bcea871882a4..43c85943226b8c 100644 --- a/files/ko/web/api/document/createdocumentfragment/index.md +++ b/files/ko/web/api/document/createdocumentfragment/index.md @@ -39,11 +39,11 @@ ul.appendChild(docfrag); // a list with well-known web browsers ``` -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/document/createelementns/index.md b/files/ko/web/api/document/createelementns/index.md index db0c8642e5563d..b8e5970d372127 100644 --- a/files/ko/web/api/document/createelementns/index.md +++ b/files/ko/web/api/document/createelementns/index.md @@ -73,11 +73,11 @@ This creates a new `