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 `
` 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}} diff --git a/files/ko/web/api/document/createnodeiterator/index.md b/files/ko/web/api/document/createnodeiterator/index.md index e73e92af66c64a..894142990d1c21 100644 --- a/files/ko/web/api/document/createnodeiterator/index.md +++ b/files/ko/web/api/document/createnodeiterator/index.md @@ -57,11 +57,11 @@ while ((node = nodeIterator.nextNode())) { } ``` -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/document/designmode/index.md b/files/ko/web/api/document/designmode/index.md index 29788ce0683440..793cc1c33413c6 100644 --- a/files/ko/web/api/document/designmode/index.md +++ b/files/ko/web/api/document/designmode/index.md @@ -23,11 +23,11 @@ document.designMode = "off"; iframeNode.contentDocument.designMode = "on"; ``` -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/document/doctype/index.md b/files/ko/web/api/document/doctype/index.md index dbf69856e77686..8beae5fa00aafa 100644 --- a/files/ko/web/api/document/doctype/index.md +++ b/files/ko/web/api/document/doctype/index.md @@ -34,6 +34,6 @@ console.log( DOM level 2는 document type 선언 편집을 지원하지 않습니다. (read-only) -## Specifications +## 명세서 {{Specifications}} diff --git a/files/ko/web/api/document/documenturi/index.md b/files/ko/web/api/document/documenturi/index.md index 13089b3e22c210..2482a3e349e4a9 100644 --- a/files/ko/web/api/document/documenturi/index.md +++ b/files/ko/web/api/document/documenturi/index.md @@ -18,10 +18,10 @@ var string = document.documentURI; HTML documents 는 동일한 값을 반환하는 {{domxref("document.URL")}} 속성을 가집니다. `URL` 과는 달리, `documentURI` 는 모든 타입의 documents 에서 이용 가능합니다. -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/document/embeds/index.md b/files/ko/web/api/document/embeds/index.md index a7526901836df1..36ef4089239a85 100644 --- a/files/ko/web/api/document/embeds/index.md +++ b/files/ko/web/api/document/embeds/index.md @@ -15,6 +15,6 @@ slug: Web/API/Document/embeds nodeList = document.embeds ``` -### Specifications +### 명세서 {{Specifications}} diff --git a/files/ko/web/api/document/forms/index.md b/files/ko/web/api/document/forms/index.md index fc669745006dd3..1c814b727f6db8 100644 --- a/files/ko/web/api/document/forms/index.md +++ b/files/ko/web/api/document/forms/index.md @@ -48,7 +48,7 @@ var selectForm = document.forms[index]; var selectFormElement = document.forms[index].elements[index]; ``` -## Specifications +## 명세서 {{Specifications}} diff --git a/files/ko/web/api/document/images/index.md b/files/ko/web/api/document/images/index.md index c491fea2bed1e5..59f267609e3efe 100644 --- a/files/ko/web/api/document/images/index.md +++ b/files/ko/web/api/document/images/index.md @@ -30,6 +30,6 @@ for(var i = 0; i < ilist.length; i++) { `document.images` 는 DOM HTML의 part이며, HTML documents 에서만 지원된다. -## Specifications +## 명세서 {{Specifications}} diff --git a/files/ko/web/api/document/implementation/index.md b/files/ko/web/api/document/implementation/index.md index 67ed62e28e656a..e9c9be1eb200d0 100644 --- a/files/ko/web/api/document/implementation/index.md +++ b/files/ko/web/api/document/implementation/index.md @@ -36,6 +36,6 @@ W3C의 DOM Level 1 권고안에는 DOM 모듈을 브라우저에서 지원하는 - [DOM Level 2 Core: implementation](http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-102161490) - [DOM Level 3 Core: implementation](http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-102161490) -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/document/importnode/index.md b/files/ko/web/api/document/importnode/index.md index e979273522fc46..3f31d166048cd2 100644 --- a/files/ko/web/api/document/importnode/index.md +++ b/files/ko/web/api/document/importnode/index.md @@ -39,7 +39,7 @@ Nodes from external documents should be cloned using [`document.importNode()`](/ Firefox doesn't currently enforce this rule (it did for a while during the development of Firefox 3, but too many sites break when this rule is enforced). We encourage Web developers to fix their code to follow this rule for improved future compatibility. -## Specifications +## 명세서 {{Specifications}} diff --git a/files/ko/web/api/document/location/index.md b/files/ko/web/api/document/location/index.md index 2802780ee0ce58..9669ee9e9c8c07 100644 --- a/files/ko/web/api/document/location/index.md +++ b/files/ko/web/api/document/location/index.md @@ -28,11 +28,11 @@ dump(document.location); // "http://www.example.com/juicybits.html" to the console ``` -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/document/readystate/index.md b/files/ko/web/api/document/readystate/index.md index aadfb3bec7228a..c3a69567ad659f 100644 --- a/files/ko/web/api/document/readystate/index.md +++ b/files/ko/web/api/document/readystate/index.md @@ -84,11 +84,11 @@ document.addEventListener('readystatechange', event => { }); ``` -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/document/readystatechange_event/index.md b/files/ko/web/api/document/readystatechange_event/index.md index 23ca57786bf037..99dd7b090dc4e3 100644 --- a/files/ko/web/api/document/readystatechange_event/index.md +++ b/files/ko/web/api/document/readystatechange_event/index.md @@ -89,11 +89,11 @@ document.addEventListener('DOMContentLoaded', (event) => { {{ EmbedLiveSample('Live_example', '100%', '160px') }} -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/domtokenlist/contains/index.md b/files/ko/web/api/domtokenlist/contains/index.md index acd9cbf9d92312..560c87ec51fd9f 100644 --- a/files/ko/web/api/domtokenlist/contains/index.md +++ b/files/ko/web/api/domtokenlist/contains/index.md @@ -49,10 +49,10 @@ The output looks like this: {{ EmbedLiveSample('Examples', '100%', 60) }} -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/domtokenlist/index.md b/files/ko/web/api/domtokenlist/index.md index 2f3f9e38bdf9e8..37899b3a37fdec 100644 --- a/files/ko/web/api/domtokenlist/index.md +++ b/files/ko/web/api/domtokenlist/index.md @@ -81,11 +81,11 @@ The output looks like this: {{ EmbedLiveSample('Trimming_of_whitespace_and_removal_of_duplicates', '100%', 60) }} -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/dragevent/index.md b/files/ko/web/api/dragevent/index.md index 68cf67d5609300..1d2c1a3a8cd5bd 100644 --- a/files/ko/web/api/dragevent/index.md +++ b/files/ko/web/api/dragevent/index.md @@ -59,11 +59,11 @@ Although this interface has a constructor, it is not possible to create a useful An Example of each property, constructor, event type and global event handlers is included in their respective reference page. -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/element/blur_event/index.md b/files/ko/web/api/element/blur_event/index.md index 8a12a2948c36bf..f16bdc4e28f9f8 100644 --- a/files/ko/web/api/element/blur_event/index.md +++ b/files/ko/web/api/element/blur_event/index.md @@ -60,7 +60,7 @@ form.addEventListener("blur", function( event ) { {{EmbedLiveSample('Event_delegation')}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/element/clientleft/index.md b/files/ko/web/api/element/clientleft/index.md index 4e56e73a9c994f..8a91233dd82219 100644 --- a/files/ko/web/api/element/clientleft/index.md +++ b/files/ko/web/api/element/clientleft/index.md @@ -30,11 +30,11 @@ padding-bottom **Left** **Top** **Right** **Bottom** _margin-top_ _margin-bottom_ _border-top_ _border-bottom_ -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/element/contextmenu_event/index.md b/files/ko/web/api/element/contextmenu_event/index.md index c5890091a56afd..006d0ee818b652 100644 --- a/files/ko/web/api/element/contextmenu_event/index.md +++ b/files/ko/web/api/element/contextmenu_event/index.md @@ -29,10 +29,10 @@ window.addEventListener('contextmenu', function (e) { // Not compatible with IE }, false); ``` -## Specifications +## 명세서 {{Specifications}} -## Browser Compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/element/getattribute/index.md b/files/ko/web/api/element/getattribute/index.md index a3c63e09a9c0bc..3ef6b83337c7ab 100644 --- a/files/ko/web/api/element/getattribute/index.md +++ b/files/ko/web/api/element/getattribute/index.md @@ -32,7 +32,7 @@ When called on an HTML element in a DOM flagged as an HTML document, `getAttribu Essentially all web browsers (Firefox, Internet Explorer, recent versions of Opera, Safari, Konqueror, and iCab, as a non-exhaustive list) return `null` when the specified attribute does not exist on the specified element; this is what [the current DOM specification draft](http://dom.spec.whatwg.org/#dom-element-getattribute) specifies. The old DOM 3 Core specification, on the other hand, says that the correct return value in this case is actually the _empty string_, and some DOM implementations implement this behavior. The implementation of `getAttribute()` in XUL (Gecko) actually follows the DOM 3 Core specification and returns an empty string. Consequently, you should use {{domxref("element.hasAttribute()")}} to check for an attribute's existence prior to calling `getAttribute()` if it is possible that the requested attribute does not exist on the specified element. -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/element/getelementsbyclassname/index.md b/files/ko/web/api/element/getelementsbyclassname/index.md index be340f6618cf8f..7604e1313c8997 100644 --- a/files/ko/web/api/element/getelementsbyclassname/index.md +++ b/files/ko/web/api/element/getelementsbyclassname/index.md @@ -92,10 +92,10 @@ var testDivs = Array.prototype.filter.call(testElements, function(testElement) { }); ``` -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/element/id/index.md b/files/ko/web/api/element/id/index.md index acd58354c198a0..1009260599e502 100644 --- a/files/ko/web/api/element/id/index.md +++ b/files/ko/web/api/element/id/index.md @@ -20,11 +20,11 @@ elt.id = idStr; // 아이디를 부여합니다 - *`idStr`*는 요소의 식별자입니다. -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/element/pointerenter_event/index.md b/files/ko/web/api/element/pointerenter_event/index.md index dbdc04d7e5cc62..4356cf9c440c79 100644 --- a/files/ko/web/api/element/pointerenter_event/index.md +++ b/files/ko/web/api/element/pointerenter_event/index.md @@ -44,11 +44,11 @@ function init() { ``` -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/element/scroll_event/index.md b/files/ko/web/api/element/scroll_event/index.md index cfe43b770a1f44..7db9a13c885a6b 100644 --- a/files/ko/web/api/element/scroll_event/index.md +++ b/files/ko/web/api/element/scroll_event/index.md @@ -58,11 +58,11 @@ function logScroll(e) { {{EmbedLiveSample("Example", 700, 200)}} -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/element/scrollintoview/index.md b/files/ko/web/api/element/scrollintoview/index.md index 3c31b564752325..4b2bd744968c3b 100644 --- a/files/ko/web/api/element/scrollintoview/index.md +++ b/files/ko/web/api/element/scrollintoview/index.md @@ -58,7 +58,7 @@ element.scrollIntoView({behavior: "smooth", block: "end", inline: "nearest"}); 다른 요소의 레이아웃에 따라 위쪽 또는 아래쪽으로 완전히 스크롤되지 않을 수 있습니다. -## Specifications +## 명세서 {{Specifications}} diff --git a/files/ko/web/api/encoding_api/index.md b/files/ko/web/api/encoding_api/index.md index 2824553d3c8cb4..fbd94254e54a26 100644 --- a/files/ko/web/api/encoding_api/index.md +++ b/files/ko/web/api/encoding_api/index.md @@ -18,7 +18,7 @@ slug: Web/API/Encoding_API - A [shim](http://code.google.com/p/stringencoding/) allowing to use this interface in browsers that don't support it. - [`StringView`](/en-US/Add-ons/Code_snippets/StringView) – a C-like representation of strings based on typed arrays. -## Specifications +## 명세서 {{Specifications}} diff --git a/files/ko/web/api/eventsource/index.md b/files/ko/web/api/eventsource/index.md index a8bd28de66878e..8e4a82e7d58fc5 100644 --- a/files/ko/web/api/eventsource/index.md +++ b/files/ko/web/api/eventsource/index.md @@ -63,11 +63,11 @@ evtSource.onmessage = function(e) { > **참고:** You can find a full example on GitHub — see [Simple SSE demo using PHP.](https://github.com/mdn/dom-examples/tree/master/server-sent-events) -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/fetchevent/index.md b/files/ko/web/api/fetchevent/index.md index bf6e06e0199b80..4aab13ad4a7df8 100644 --- a/files/ko/web/api/fetchevent/index.md +++ b/files/ko/web/api/fetchevent/index.md @@ -61,11 +61,11 @@ addEventListener('fetch', event => { }); ``` -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/fetchevent/respondwith/index.md b/files/ko/web/api/fetchevent/respondwith/index.md index 5e0ac3a09383e5..a6a6645c9f9623 100644 --- a/files/ko/web/api/fetchevent/respondwith/index.md +++ b/files/ko/web/api/fetchevent/respondwith/index.md @@ -68,11 +68,11 @@ addEventListener('fetch', event => { }); ``` -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/file_api/using_files_from_web_applications/index.md b/files/ko/web/api/file_api/using_files_from_web_applications/index.md index 1d5f3df15ba72e..eeb4be3973d407 100644 --- a/files/ko/web/api/file_api/using_files_from_web_applications/index.md +++ b/files/ko/web/api/file_api/using_files_from_web_applications/index.md @@ -505,7 +505,7 @@ video.play() window.URL.revokeObjectURL(obj_url); ``` -## Specifications +## 명세서 {{Specifications}} diff --git a/files/ko/web/api/filereader/result/index.md b/files/ko/web/api/filereader/result/index.md index 0553f6c8bafd78..73b0f0cb73f9b2 100644 --- a/files/ko/web/api/filereader/result/index.md +++ b/files/ko/web/api/filereader/result/index.md @@ -16,11 +16,11 @@ var file = instanceOfFileReader.result 읽기 작업에 사용된 함수에 의해 string 또는 {{domxref("ArrayBuffer")}} 가 된다. -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/formdata/append/index.md b/files/ko/web/api/formdata/append/index.md index 7c77b71b7d8d77..6174107600c212 100644 --- a/files/ko/web/api/formdata/append/index.md +++ b/files/ko/web/api/formdata/append/index.md @@ -59,11 +59,11 @@ formData.append('userpic[]', myFileInput.files[1], 'chris2.jpg'); 이 기술을 사용하면 서버에 올라간 결과 데이터가 루프를 도는데 도움이 되는 구조이기 때문에, 이 기술을 사용하면 다중 -파일 업로드를 보다 쉽게 처리할 수 있습니다. -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/formdata/delete/index.md b/files/ko/web/api/formdata/delete/index.md index 0d746166321565..e3e54bfd8383e6 100644 --- a/files/ko/web/api/formdata/delete/index.md +++ b/files/ko/web/api/formdata/delete/index.md @@ -38,11 +38,11 @@ var formData = new FormData(myForm); formData.delete('username'); ``` -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/formdata/entries/index.md b/files/ko/web/api/formdata/entries/index.md index 53d55687e0a0fb..0f1ab6bcc5ebd2 100644 --- a/files/ko/web/api/formdata/entries/index.md +++ b/files/ko/web/api/formdata/entries/index.md @@ -40,11 +40,11 @@ key1, value1 key2, value2 ``` -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/formdata/formdata/index.md b/files/ko/web/api/formdata/formdata/index.md index a793a0a69b2117..89618288821ed8 100644 --- a/files/ko/web/api/formdata/formdata/index.md +++ b/files/ko/web/api/formdata/formdata/index.md @@ -61,11 +61,11 @@ var myForm = document.getElementById('myForm'); formData = new FormData(myForm); ``` -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/formdata/get/index.md b/files/ko/web/api/formdata/get/index.md index f1ca6c3c310e04..71db2f5bfb60ee 100644 --- a/files/ko/web/api/formdata/get/index.md +++ b/files/ko/web/api/formdata/get/index.md @@ -45,11 +45,11 @@ formData.append('username', 'Bob'); formData.get('username'); // Returns "Chris" ``` -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/formdata/getall/index.md b/files/ko/web/api/formdata/getall/index.md index e5545e152d1c20..140dfdcb3cffa1 100644 --- a/files/ko/web/api/formdata/getall/index.md +++ b/files/ko/web/api/formdata/getall/index.md @@ -45,11 +45,11 @@ formData.append('username', 'Bob'); formData.getAll('username'); // Returns ["Chris", "Bob"] ``` -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/formdata/has/index.md b/files/ko/web/api/formdata/has/index.md index 89c17bad2ca447..4fdcbf3e120800 100644 --- a/files/ko/web/api/formdata/has/index.md +++ b/files/ko/web/api/formdata/has/index.md @@ -39,11 +39,11 @@ formData.append('username', 'Chris'); formData.has('username'); // Returns true ``` -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/formdata/keys/index.md b/files/ko/web/api/formdata/keys/index.md index ece725d807db3e..9874a75393aa5c 100644 --- a/files/ko/web/api/formdata/keys/index.md +++ b/files/ko/web/api/formdata/keys/index.md @@ -40,11 +40,11 @@ key1 key2 ``` -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/formdata/set/index.md b/files/ko/web/api/formdata/set/index.md index 5efa0f42f35395..ea31b4e3c8e97e 100644 --- a/files/ko/web/api/formdata/set/index.md +++ b/files/ko/web/api/formdata/set/index.md @@ -45,11 +45,11 @@ formData.set('username', 'Chris'); formData.set('userpic', myFileInput.files[0], 'chris.jpg'); ``` -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/formdata/values/index.md b/files/ko/web/api/formdata/values/index.md index 54e98bf31e4355..58c35f46708419 100644 --- a/files/ko/web/api/formdata/values/index.md +++ b/files/ko/web/api/formdata/values/index.md @@ -40,11 +40,11 @@ value1 value2 ``` -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/fullscreen_api/index.md b/files/ko/web/api/fullscreen_api/index.md index e5314520d58f1a..e36b6cb207f251 100644 --- a/files/ko/web/api/fullscreen_api/index.md +++ b/files/ko/web/api/fullscreen_api/index.md @@ -128,11 +128,11 @@ function toggleFullScreen() { full-screen mode가 이미 활성화 된 경우(`fullscreenElement` 가 `null`이 아닌 경우), `document`에서 {{DOMxRef("Document.exitFullscreen", "exitFullscreen()")}}을 호출하여 full-screen mode를 종료합니다. -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/gamepad_api/using_the_gamepad_api/index.md b/files/ko/web/api/gamepad_api/using_the_gamepad_api/index.md index 3f61ce451f34a4..d0f0e6957c35ae 100644 --- a/files/ko/web/api/gamepad_api/using_the_gamepad_api/index.md +++ b/files/ko/web/api/gamepad_api/using_the_gamepad_api/index.md @@ -326,10 +326,10 @@ if (!haveEvents) { } ``` -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/htmlcollection/item/index.md b/files/ko/web/api/htmlcollection/item/index.md index 0844e91ed31c15..e697c2b1096581 100644 --- a/files/ko/web/api/htmlcollection/item/index.md +++ b/files/ko/web/api/htmlcollection/item/index.md @@ -36,7 +36,7 @@ var img0 = c.item(0); // 이렇게 item() 메소드를 이용할 수 있지 var img1 = c[1]; // 이렇게 표기하는게 쉽고 더 보편적입니다 ``` -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/htmlelement/input_event/index.md b/files/ko/web/api/htmlelement/input_event/index.md index 1727fc9ecfb6f3..6166e3556f6cbf 100644 --- a/files/ko/web/api/htmlelement/input_event/index.md +++ b/files/ko/web/api/htmlelement/input_event/index.md @@ -46,11 +46,11 @@ function updateValue(e) { {{EmbedLiveSample("Examples")}} -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/htmlelement/outertext/index.md b/files/ko/web/api/htmlelement/outertext/index.md index fb52f50442c86e..e5fa2cda726f75 100644 --- a/files/ko/web/api/htmlelement/outertext/index.md +++ b/files/ko/web/api/htmlelement/outertext/index.md @@ -18,7 +18,7 @@ slug: Web/API/HTMLElement/outerText Microsoft [has a description on MSDN](). -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/htmlformelement/index.md b/files/ko/web/api/htmlformelement/index.md index 166bbd15ab6614..e5fd65b58c72d8 100644 --- a/files/ko/web/api/htmlformelement/index.md +++ b/files/ko/web/api/htmlformelement/index.md @@ -191,11 +191,11 @@ Submit a form into a new window: If you want to know how to serialize and submit a form using the {{domxref("XMLHttpRequest")}} API, please read [this paragraph](/ko/docs/DOM/XMLHttpRequest/Using_XMLHttpRequest#Submitting_forms_and_uploading_files). -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/htmlinputelement/select_event/index.md b/files/ko/web/api/htmlinputelement/select_event/index.md index 3c0464a91943df..9cf86419d4ea80 100644 --- a/files/ko/web/api/htmlinputelement/select_event/index.md +++ b/files/ko/web/api/htmlinputelement/select_event/index.md @@ -46,10 +46,10 @@ You can also set up the event handler using the {{domxref("GlobalEventHandlers.o input.onselect = logSelection; ``` -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/htmllielement/index.md b/files/ko/web/api/htmllielement/index.md index f1c3d4e08b7984..9004fb08ff5ac7 100644 --- a/files/ko/web/api/htmllielement/index.md +++ b/files/ko/web/api/htmllielement/index.md @@ -25,11 +25,11 @@ _부모인 {{domxref("HTMLElement")}}에서 상속받습니다._ _특정 메소드가 없으며, 부모로부터 프로퍼티를 상속 받습니다.{{domxref("HTMLElement")}}._ -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/htmlmediaelement/autoplay/index.md b/files/ko/web/api/htmlmediaelement/autoplay/index.md index f772136d12a283..902218cd877225 100644 --- a/files/ko/web/api/htmlmediaelement/autoplay/index.md +++ b/files/ko/web/api/htmlmediaelement/autoplay/index.md @@ -42,7 +42,7 @@ var autoplay = HTMLMediaElement.autoplay; document.querySelector('#video').autoplay = false; ``` -## Specifications +## 명세서 {{Specifications}} diff --git a/files/ko/web/api/htmloptionelement/index.md b/files/ko/web/api/htmloptionelement/index.md index 33b72f0d06e908..76f14cab46618e 100644 --- a/files/ko/web/api/htmloptionelement/index.md +++ b/files/ko/web/api/htmloptionelement/index.md @@ -37,11 +37,11 @@ _Inherits methods from its parent, {{domxref("HTMLElement")}}._ - Option() - : Is a constructor creating an `HTMLOptionElement` object. It has four values: the text to display, `text`, the value associated, `value`, the value of `defaultSelected`, and the value of `selected`. The last three values are optional. -## Specifications +## 명세서 {{Specifications}} -## Browser compatibility +## 브라우저 호환성 {{Compat}} diff --git a/files/ko/web/api/htmlselectelement/index.md b/files/ko/web/api/htmlselectelement/index.md index 83e77bb3b983c1..cb89056881aa77 100644 --- a/files/ko/web/api/htmlselectelement/index.md +++ b/files/ko/web/api/htmlselectelement/index.md @@ -102,11 +102,11 @@ console.log(select.options[select.selectedIndex].value) // Second A better way to track changes to the user's selection is to watch for the {{domxref("HTMLElement/change_event", "change")}} event to occur on the `