Skip to content

Commit

Permalink
Merge branch 'main' into ko/description-term
Browse files Browse the repository at this point in the history
  • Loading branch information
wondasom authored Dec 18, 2024
2 parents fb14e1d + e87c369 commit 6f4c0a4
Show file tree
Hide file tree
Showing 66 changed files with 975 additions and 199 deletions.
1 change: 1 addition & 0 deletions files/es/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@
/es/docs/Glossary/Clasificación_por_tarjetas_(card_sorting) /es/docs/Glossary/Card_sorting
/es/docs/Glossary/Clausura /es/docs/Glossary/Closure
/es/docs/Glossary/Clave /es/docs/Glossary/Key
/es/docs/Glossary/Clickjacking /es/docs/Web/Security/Attacks/Clickjacking
/es/docs/Glossary/Constante /es/docs/Glossary/Constant
/es/docs/Glossary/Criptoanálisis /es/docs/Glossary/Cryptanalysis
/es/docs/Glossary/Criptografía /es/docs/Glossary/Cryptography
Expand Down
2 changes: 1 addition & 1 deletion files/es/web/api/element/keyup_event/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Element: evento keyup"
short-title: keyup
slug: Web/API/Element/keyup_event
l10n:
sourceCommit: bbf7f25f9cf95fb154e2740a9fdc9c02818981bf
short-title: keyup
---

{{APIRef}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Aquí hemos provisto una implementación del manipulador
intentos de acceder a las propiedades del objeto envuelto.

Las funciones manipuladoras son llamadas a menudo _trampas_, probablemente
proque atrapan las llamadas al objeto envuelto. La trampa simple de arriba en
porque atrapan las llamadas al objeto envuelto. La trampa simple de arriba en
`handler2` redefine todos los accesores de propiedades:

```js
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Clickjacking
slug: Glossary/Clickjacking
slug: Web/Security/Attacks/Clickjacking
original_slug: Glossary/Clickjacking
---

{{GlossarySidebar}}
Expand Down
1 change: 1 addition & 0 deletions files/ja/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1329,6 +1329,7 @@
/ja/docs/Glossary/AOM /ja/docs/Glossary/Accessibility_tree
/ja/docs/Glossary/Boot2Gecko /ja/docs/Glossary/Firefox_OS
/ja/docs/Glossary/Bézier_curve /ja/docs/Glossary/Bezier_curve
/ja/docs/Glossary/Clickjacking /ja/docs/Web/Security/Attacks/Clickjacking
/ja/docs/Glossary/Client_hints /ja/docs/Web/HTTP/Client_hints
/ja/docs/Glossary/Constant(定数) /ja/docs/Glossary/Constant
/ja/docs/Glossary/Constant(定数) /ja/docs/Glossary/Constant
Expand Down
72 changes: 36 additions & 36 deletions files/ja/learn/index.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "AudioContext: createMediaStreamSource() メソッド"
short-title: createMediaStreamSource()
slug: Web/API/AudioContext/createMediaStreamSource
l10n:
sourceCommit: 135b8311a5e3d12789e8421845be3ce026ef72b8
short-title: createMediaStreamSource()
---

{{ APIRef("Web Audio API") }}
Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/document/domain/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Document: domain プロパティ"
short-title: domain
slug: Web/API/Document/domain
l10n:
sourceCommit: 3fd9ed857a7d87a5ecc539a9835dbd107178bb6c
short-title: domain
---

{{ApiRef}} {{Deprecated_Header}}
Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/document/fgcolor/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Document: fgColor プロパティ"
short-title: fgColor
slug: Web/API/Document/fgColor
l10n:
sourceCommit: 41a8b9c9832359d445d136b6d7a8a28737badc6b
short-title: fgColor
---

{{ApiRef}}{{Deprecated_header}}
Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/document/fragmentdirective/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Document: fragmentDirective プロパティ"
short-title: fragmentDirective
slug: Web/API/Document/fragmentDirective
l10n:
sourceCommit: 9aaaa8597f2b1b952a9ed116cbe48e4810254cea
short-title: fragmentDirective
---

{{APIRef}}{{SeeCompatTable}}
Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/documentfragment/queryselector/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "DocumentFragment: querySelector() メソッド"
short-title: querySelector()
slug: Web/API/DocumentFragment/querySelector
l10n:
sourceCommit: 41a8b9c9832359d445d136b6d7a8a28737badc6b
short-title: querySelector()
---

{{ApiRef("DOM")}}
Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/element/closest/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Element: closest() メソッド"
short-title: closest()
slug: Web/API/Element/closest
l10n:
sourceCommit: dac3299ae197f40fcf3369f6f58d49e00538bb1e
short-title: closest()
---

{{APIRef('DOM')}}
Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/element/keydown_event/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Element: keydown イベント"
short-title: keydown
slug: Web/API/Element/keydown_event
l10n:
sourceCommit: bbf7f25f9cf95fb154e2740a9fdc9c02818981bf
short-title: keydown
---

{{APIRef}}
Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/element/keypress_event/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Element: keypress イベント"
short-title: keypress
slug: Web/API/Element/keypress_event
l10n:
sourceCommit: bbf7f25f9cf95fb154e2740a9fdc9c02818981bf
short-title: keypress
---

{{APIRef}} {{deprecated_header}}
Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/element/keyup_event/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Element: keyup イベント"
short-title: keyup
slug: Web/API/Element/keyup_event
l10n:
sourceCommit: bbf7f25f9cf95fb154e2740a9fdc9c02818981bf
short-title: keyup
---

{{APIRef}}
Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/element/matches/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Element: matches() メソッド"
short-title: matches()
slug: Web/API/Element/matches
l10n:
sourceCommit: dac3299ae197f40fcf3369f6f58d49e00538bb1e
short-title: matches()
---

{{APIRef("DOM")}}
Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/element/queryselector/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Element: querySelector() メソッド"
short-title: querySelector()
slug: Web/API/Element/querySelector
l10n:
sourceCommit: acfe8c9f1f4145f77653a2bc64a9744b001358dc
short-title: querySelector()
---

{{APIRef("DOM")}}
Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/element/queryselectorall/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Element: querySelectorAll() メソッド"
short-title: querySelectorAll()
slug: Web/API/Element/querySelectorAll
l10n:
sourceCommit: dac3299ae197f40fcf3369f6f58d49e00538bb1e
short-title: querySelectorAll()
---

{{APIRef("DOM")}}
Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/event/currenttarget/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Event: currentTarget プロパティ"
short-title: currentTarget
slug: Web/API/Event/currentTarget
l10n:
sourceCommit: 339595951b78774e951b1a9d215a6db6b856f6b2
short-title: currentTarget
---

{{APIRef("DOM")}}
Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/event/explicitoriginaltarget/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Event: explicitOriginalTarget プロパティ"
short-title: explicitOriginalTarget
slug: Web/API/Event/explicitOriginalTarget
l10n:
sourceCommit: 339595951b78774e951b1a9d215a6db6b856f6b2
short-title: explicitOriginalTarget
---

{{APIRef("DOM")}}{{Non-standard_Header}}
Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/event/originaltarget/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Event: originalTarget プロパティ"
short-title: originalTarget
slug: Web/API/Event/originalTarget
l10n:
sourceCommit: 339595951b78774e951b1a9d215a6db6b856f6b2
short-title: originalTarget
---

{{ ApiRef("DOM") }} {{Non-standard_header}}
Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/event/target/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Event: target プロパティ"
short-title: target
slug: Web/API/Event/target
l10n:
sourceCommit: 339595951b78774e951b1a9d215a6db6b856f6b2
short-title: target
---

{{ApiRef("DOM")}}
Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/formdataevent/formdata/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "FormDataEvent: formData プロパティ"
short-title: formData
slug: Web/API/FormDataEvent/formData
l10n:
sourceCommit: 339595951b78774e951b1a9d215a6db6b856f6b2
short-title: formData
---

{{APIRef("DOM")}}
Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/htmlcanvaselement/todataurl/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "HTMLCanvasElement: toDataURL() メソッド"
short-title: toDataURL()
slug: Web/API/HTMLCanvasElement/toDataURL
l10n:
sourceCommit: a3d9f61a8990ba7b53bda9748d1f26a9e9810b18
short-title: toDataURL()
---

{{APIRef("Canvas API")}}
Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/idbdatabase/objectstorenames/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "IDBDatabase: objectStoreNames プロパティ"
short-title: objectStoreNames
slug: Web/API/IDBDatabase/objectStoreNames
l10n:
sourceCommit: 595cba0e07c70eda7f08a12890e00ea0281933d3
short-title: objectStoreNames
---

{{ APIRef("IndexedDB") }}
Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/inputevent/data/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "InputEvent: data プロパティ"
short-title: data
slug: Web/API/InputEvent/data
l10n:
sourceCommit: eab4066e72d5478de920e4020e5db71214dcffa6
short-title: data
---

{{APIRef("UI Events")}}
Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/inputevent/datatransfer/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "InputEvent: dataTransfer プロパティ"
short-title: dataTransfer
slug: Web/API/InputEvent/dataTransfer
l10n:
sourceCommit: eab4066e72d5478de920e4020e5db71214dcffa6
short-title: dataTransfer
---

{{APIRef("UI Events")}}
Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/inputevent/gettargetranges/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "InputEvent: getTargetRanges() メソッド"
short-title: getTargetRanges()
slug: Web/API/InputEvent/getTargetRanges
l10n:
sourceCommit: eab4066e72d5478de920e4020e5db71214dcffa6
short-title: getTargetRanges()
---

{{APIRef("UI Events")}}
Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/inputevent/inputtype/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "InputEvent: inputType プロパティ"
short-title: inputType
slug: Web/API/InputEvent/inputType
l10n:
sourceCommit: eab4066e72d5478de920e4020e5db71214dcffa6
short-title: inputType
---

{{APIRef("UI Events")}}
Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/mouseevent/relatedtarget/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "MouseEvent: relatedTarget プロパティ"
short-title: relatedTarget
slug: Web/API/MouseEvent/relatedTarget
l10n:
sourceCommit: ef75c1741b450c2331204be5563ee964ad5f4c48
short-title: relatedTarget
---

{{APIRef("UI Events")}}
Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/ndefreader/write/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "NDEFReader: write() メソッド"
short-title: write()
slug: Web/API/NDEFReader/write
l10n:
sourceCommit: acfe8c9f1f4145f77653a2bc64a9744b001358dc
short-title: write()
---

{{SecureContext_Header}}{{SeeCompatTable}}{{APIRef("Web NFC API")}}
Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/ndefrecord/ndefrecord/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "NDEFRecord: NDEFRecord() コンストラクター"
short-title: NDEFRecord()
slug: Web/API/NDEFRecord/NDEFRecord
l10n:
sourceCommit: ef75c1741b450c2331204be5563ee964ad5f4c48
short-title: NDEFRecord()
---

{{SecureContext_Header}}{{SeeCompatTable}}{{APIRef("Web NFC API")}}
Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/sharedworker/sharedworker/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "SharedWorker: SharedWorker() コンストラクター"
short-title: SharedWorker()
slug: Web/API/SharedWorker/SharedWorker
l10n:
sourceCommit: 37eb7ffd54eb2ad90bc8ada80d2c5e396670205c
short-title: SharedWorker()
---

{{APIRef("Web Workers API")}}
Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/subtlecrypto/importkey/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "SubtleCrypto: importKey() メソッド"
short-title: importKey()
slug: Web/API/SubtleCrypto/importKey
l10n:
sourceCommit: acfe8c9f1f4145f77653a2bc64a9744b001358dc
short-title: importKey()
---

{{APIRef("Web Crypto API")}}{{SecureContext_header}}
Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/websocket/websocket/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "WebSocket: WebSocket() コンストラクター"
short-title: WebSocket()
slug: Web/API/WebSocket/WebSocket
l10n:
sourceCommit: eda49877b9078b24cd18f794470e5e225add9b94
short-title: WebSocket()
---

{{APIRef("Web Sockets API")}}
Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/window/atob/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Window: atob() メソッド"
short-title: atob()
slug: Web/API/Window/atob
l10n:
sourceCommit: dd3048a4eb74a53395c9a2015baefaa46ef77a56
short-title: atob()
---

{{APIRef("HTML DOM")}}
Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/window/btoa/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Window: btoa() メソッド"
short-title: btoa()
slug: Web/API/Window/btoa
l10n:
sourceCommit: dd3048a4eb74a53395c9a2015baefaa46ef77a56
short-title: btoa()
---

{{APIRef("HTML DOM")}}
Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/workerglobalscope/atob/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "WorkerGlobalScope: atob() メソッド"
short-title: atob()
slug: Web/API/WorkerGlobalScope/atob
l10n:
sourceCommit: dd3048a4eb74a53395c9a2015baefaa46ef77a56
short-title: atob()
---

{{APIRef("HTML DOM")}}
Expand Down
Loading

0 comments on commit 6f4c0a4

Please sign in to comment.