Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ko: fix macro render errors #15097

Merged
merged 1 commit into from
Aug 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions files/ko/glossary/origin/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ slug: Glossary/Origin
| `http://example.com` `http://www.example.com` `http://myapp.example.com` | 다른 호스트 |
| `http://example.com` `http://example.com:8080` | 다른 포트 |

## 명세

{{Specifications}}

## 더 알아보기

- [동일 출처 정책](/ko/docs/Web/Security/Same-origin_policy)
4 changes: 0 additions & 4 deletions files/ko/glossary/truthy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ JavaScript는 불리언 문맥에서 {{Glossary("Type_Conversion", "형 변환")
if (-Infinity)
```

## 명세서

{{Specifications}}

## 같이 보기

- {{Glossary("Falsy", "거짓 같은 값")}}
Expand Down
2 changes: 0 additions & 2 deletions files/ko/learn/css/building_blocks/debugging_css/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ DevTools는 CSS 문제를 해결할 때 큰 도움이 될 수 있으므로 CSS

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

{{Compat}}

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

여기서 특정성에 대해 배운 정보가 매우 유용할 것입니다. 당신이 하려고 하는 것을 무시하는 더 구체적인 무언가가 있다면, 당신은 무엇을 해결하려고 하는 매우 실망스러운 게임에 들어갈 수 있습니다. 그러나 위에서 설명한 대로 DevTools는 CSS가 적용되는 내용을 보여주고 이를 재정의하기에 충분히 구체적인 새 선택기를 만드는 방법을 알아낼 수 있습니다.
Expand Down
2 changes: 1 addition & 1 deletion files/ko/web/api/audioworkletprocessor/process/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class WhiteNoiseProcessor extends AudioWorkletProcessor {

## 브라우저 호환성

{{Compat}}
브라우저에서 제공하는 메서드가 아니라 클라이언트 코드로 작성해야 하는 콜백 메서드입니다.

## 같이 보기

Expand Down
8 changes: 0 additions & 8 deletions files/ko/web/api/fetch_api/using_fetch/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -472,14 +472,6 @@ if (window.fetch) {
}
```

## 명세서

{{Specifications}}

## 브라우저 호환성

{{Compat}}

## 같이 보기

- [ServiceWorker API](/ko/docs/Web/API/ServiceWorker_API)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -577,10 +577,6 @@ video.play();
window.URL.revokeObjectURL(obj_url);
```

## 명세서

{{Specifications}}

## See also

- {{DOMxRef("File")}}
Expand Down
6 changes: 0 additions & 6 deletions files/ko/web/api/performance_api/navigation_timing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,3 @@ var connectTime = perfData.responseEnd - perfData.requestStart;
- [Test Page](http://webtimingdemo.appspot.com/)
- <http://w3c-test.org/webperf/specs/NavigationTiming/>
- <http://www.w3.org/TR/navigation-timing/>

### 브라우저 호환

### `Window.performance.timing`

{{Compat}}
2 changes: 1 addition & 1 deletion files/ko/web/css/comments/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ span {

## 명세

{{Specifications}}
- [CSS 2.1 구문과 기본 데이터 형식 #comments](https://www.w3.org/TR/CSS21/syndata.html#comments)

## 같이 보기

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,3 @@ p {
### 결과

{{EmbedLiveSample('예제', 'auto', 350)}}

## 명세

{{Specifications}}
4 changes: 0 additions & 4 deletions files/ko/web/css/css_colors/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ slug: Web/CSS/CSS_colors

{{Specifications}}

## 브라우저 호환성

{{Compat}}

## 같이 보기

- 다른 사양의 일부 색상 관련 속성 : {{cssxref("background-color")}}, {{cssxref("border-color")}}, {{cssxref("outline-color")}}, {{cssxref("text-decoration-color")}}, {{cssxref("text-emphasis-color")}}, {{cssxref("text-shadow")}}, {{cssxref("caret-color")}}, and {{cssxref("column-rule-color")}}
Expand Down
4 changes: 0 additions & 4 deletions files/ko/web/css/css_compositing_and_blending/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,3 @@ slug: Web/CSS/CSS_compositing_and_blending
## 명세서

{{Specifications}}

## 브라우저 호환성

{{Compat}}
4 changes: 0 additions & 4 deletions files/ko/web/css/css_filter_effects/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,3 @@ slug: Web/CSS/CSS_filter_effects
## 명세

{{Specifications}}

## 브라우저 호환성

{{Compat}}
33 changes: 32 additions & 1 deletion files/ko/web/css/pseudo-elements/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,38 @@ selector::pseudo-element {

## 브라우저 호환성

{{compat}}
<table class="standard-table">
<tbody>
<tr>
<th>브라우저</th>
<th>최소 버전</th>
<th>지원</th>
</tr>
<tr>
<td rowspan="2">Firefox (Gecko)</td>
<td>1.0 (1.0)</td>
<td><code>:pseudo-element</code></td>
</tr>
<tr>
<td>1.0 (1.5)</td>
<td><code>:pseudo-element ::pseudo-element</code></td>
</tr>
<tr>
<td rowspan="2">Opera</td>
<td>4.0</td>
<td><code>:pseudo-element</code></td>
</tr>
<tr>
<td>7.0</td>
<td><code>:pseudo-element ::pseudo-element</code></td>
</tr>
<tr>
<td>Safari (WebKit)</td>
<td>1.0 (85)</td>
<td><code>:pseudo-element ::pseudo-element</code></td>
</tr>
</tbody>
</table>

## 같이 보기

Expand Down
4 changes: 0 additions & 4 deletions files/ko/web/css/using_css_custom_properties/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,10 +263,6 @@ getComputedStyle(element).getPropertyValue("--my-var");
element.style.setProperty("--my-var", jsVar + 4);
```

## 브라우저 호환성

{{Compat}}

## 같이 보기

- {{cssxref("--*", "사용자 지정 속성")}}
4 changes: 0 additions & 4 deletions files/ko/web/http/headers/x-forwarded-for/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ X-ProxyUser-Ip: 203.0.113.19

현재 어떠한 표준 명세에도 속하지 않는다. 이 헤더의 표준화 버전은 {{HTTPHeader("Forwarded")}} 이다.

## 브라우저 호환성

{{Compat}}

## 함께 참고할 내용

- {{HTTPHeader("Forwarded")}}
Expand Down
4 changes: 0 additions & 4 deletions files/ko/web/http/headers/x-forwarded-host/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ X-Forwarded-Host: id42.example-cdn.com

현재 어떠한 표준 명세에도 속하지 않는다. 이 헤더의 표준화 버전은 {{HTTPHeader("Forwarded")}} 입니다.

## 브라우저 호환성

{{Compat}}

## 함께 참고할 내용

- {{HTTPHeader("Host")}}
Expand Down
4 changes: 0 additions & 4 deletions files/ko/web/javascript/guide/typed_arrays/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,6 @@ normalArray.length === 4;
normalArray.constructor === Array;
```

## 명세서

{{Specifications}}

## 참조

- [*Base64*로 인코딩된 문자열에서 `ArrayBuffer` 또는 형식화 배열 얻기](/ko/docs/Web/JavaScript/Base64_encoding_and_decoding#Appendix.3A_Decode_a_Base64_string_to_Uint8Array_or_ArrayBuffer)
Expand Down
176 changes: 174 additions & 2 deletions files/ko/web/media/formats/containers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1048,11 +1048,183 @@ WebM은 2010년 처음 소개되었습니다..

## 명세서

{{Specifications}}
| 명세서 | 설명 |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------- |
| [ETSI 3GPP](https://portal.3gpp.org/desktopmodules/Specifications/SpecificationDetails.aspx?specificationId=1441) | 컨테이너 포멧을 정의 |
| [ISO/IEC 14496-3](https://www.iso.org/standard/53943.html) (MPEG-4 Part 3 오디오) | ADTS를 포함한 MP4 오디오를 정의 |
| [FLAC Format](https://xiph.org/flac/format.html) | FLAC 포멧 명세서 |
| [ISO/IEC 11172-1](https://www.iso.org/standard/19180.html) (MPEG-1 Part 1 시스템) | MPEG-1 컨테이너 포멧을 정의 |
| [ISO/IEC 13818-1](https://www.iso.org/standard/74427.html) (MPEG-2 Part 1 시스템) | MPEG-2 컨테이너 포멧을 정의 |
| [ISO/IEC 14496-14](https://www.iso.org/standard/75929.html) (MPEG-4 Part 14: MP4 파일 포멧) | MPEG-4 (MP4) version 2 컨테이너 포멧을 정의 |
| [ISO/IEC 14496-1](https://www.iso.org/standard/55688.html) (MPEG-4 Part 1 시스템) | original MPEG-4 (MP4) 컨테이너 포멧을 정의 |
| {{RFC(3533)}} | Ogg 컨테이너 포멧 |
| {{RFC(5334)}} | Ogg 미디어 형식과 파일 확장자 |
| [QuickTime File Format Specification](https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFPreface/qtffPreface.html) | QuickTime movie (MOV) 포멧 |
| [Multimedia Programming Interface and Data Specifications 1.0](https://web.archive.org/web/20090417165828/http://www.kk.iij4u.or.jp/~kondo/wave/mpidata.txt) | 공식 WAVE 사양에 가장 가까운 것 |
| [Resource Interchange File Format](https://docs.microsoft.com/windows/win32/xaudio2/resource-interchange-file-format--riff-) (WAV가 씀) | RIFF 포멧을 정의. WAVE 파일은 RIFF의 형식 |
| [WebM Container Guidelines](https://www.webmproject.org/docs/container/) | WebM을 위한 Matroska 적용 안내서 |
| [Matroska Specifications](https://matroska.org/index.html) | WebM을 기반으로 하는 Matroska 컨테이너 포멧에 대한 명세서 |
| [WebM Byte Stream Format](https://w3c.github.io/media-source/webm-byte-stream-format.html) | [미디어 소스 확장자](/ko/docs/Web/API/Media_Source_Extensions_API)와 함께 사용하기 위한 WebM 바이트 스트림 포멧 |

## 브라우저 호환성

{{compat}}
<table class="standard-table">
<thead>
<tr>
<th rowspan="2" scope="row" style="vertical-align: bottom">
컨테이너 형식 이름
</th>
<th
colspan="3"
scope="col"
style="text-align: center; border-right: 2px solid #d4dde4"
>
오디오
</th>
<th colspan="3" scope="col" style="text-align: center">비디오</th>
</tr>
<tr>
<th scope="col" style="vertical-align: bottom">MIME 형식</th>
<th scope="col" style="vertical-align: bottom">확장자</th>
<th
scope="col"
style="vertical-align: bottom; border-right: 2px solid #d4dde4"
>
브라우저 지원
</th>
<th scope="col" style="vertical-align: bottom">MIME 형식</th>
<th scope="col" style="vertical-align: bottom">확장자</th>
<th
scope="col"
style="vertical-align: bottom; border-right: 2px solid #d4dde4"
>
브라우저 지원
</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row" style="vertical-align: bottom">3GP</th>
<td style="vertical-align: top"><code>audio/3gpp</code></td>
<td style="vertical-align: top"><code>.3gp</code></td>
<td style="vertical-align: top; border-right: 2px solid #d4dde4">
Firefox
</td>
<td style="vertical-align: top"><code>video/3gpp</code></td>
<td style="vertical-align: top"><code>.3gp</code></td>
<td style="vertical-align: top">Firefox</td>
</tr>
<tr>
<th scope="row" style="vertical-align: top">
ADTS (Audio Data Transport Stream)
</th>
<td style="vertical-align: top"><code>audio/aac</code></td>
<td style="vertical-align: top"><code>.aac</code></td>
<td style="vertical-align: top; border-right: 2px solid #d4dde4">
Firefox
</td>
<td style="vertical-align: top">—</td>
<td style="vertical-align: top">—</td>
<td style="vertical-align: top">—</td>
</tr>
<tr>
<th scope="row" style="vertical-align: top">FLAC</th>
<td style="vertical-align: top"><code>audio/flac</code></td>
<td style="vertical-align: top"><code>.flac</code></td>
<td style="vertical-align: top; border-right: 2px solid #d4dde4">
Firefox
</td>
<td style="vertical-align: top">—</td>
<td style="vertical-align: top">—</td>
<td style="vertical-align: top">—</td>
</tr>
<tr>
<th rowspan="2" scope="row" style="vertical-align: top">
MPEG-1 / MPEG-2 (MPG or MPEG)
</th>
<td style="vertical-align: top"><code>audio/mpeg</code></td>
<td style="vertical-align: top">
<code>.mpg</code><br /><code>.mpeg</code>
</td>
<td style="vertical-align: top; border-right: 2px solid #d4dde4">
Firefox
</td>
<td rowspan="2" style="vertical-align: top"><code>video/mpeg</code></td>
<td rowspan="2" style="vertical-align: top">
<code>.mpg</code><br /><code>.mpeg</code>
</td>
<td rowspan="2" style="vertical-align: top">Firefox</td>
</tr>
<tr>
<td style="vertical-align: top"><code>audio/mp3</code></td>
<td style="vertical-align: top"><code>.mp3</code></td>
<td style="vertical-align: top; border-right: 2px solid #d4dde4">
Firefox
</td>
</tr>
<tr>
<th scope="row" style="vertical-align: top">MPEG-4 (MP4)</th>
<td style="vertical-align: top"><code>audio/mp4</code></td>
<td style="vertical-align: top">
<code>.mp4</code><br /><code>.m4a</code>
</td>
<td style="vertical-align: top; border-right: 2px solid #d4dde4">
Firefox
</td>
<td style="vertical-align: top"><code>video/mp4</code></td>
<td style="vertical-align: top">
<code>.mp4</code><br /><code>.m4v</code><br /><code>.m4p</code>
</td>
<td style="vertical-align: top">Firefox</td>
</tr>
<tr>
<th scope="row" style="vertical-align: top">Ogg</th>
<td style="vertical-align: top"><code>audio/ogg</code></td>
<td style="vertical-align: top">
<code>.oga</code><br /><code>.ogg</code>
</td>
<td style="vertical-align: top; border-right: 2px solid #d4dde4">
Firefox
</td>
<td style="vertical-align: top"><code>video/ogg</code></td>
<td style="vertical-align: top">
<code>.ogv</code><br /><code>.ogg</code>
</td>
<td style="vertical-align: top">Firefox</td>
</tr>
<tr>
<th scope="row" style="vertical-align: top">QuickTime Movie (MOV)</th>
<td style="vertical-align: top">—</td>
<td style="vertical-align: top">—</td>
<td style="vertical-align: top; border-right: 2px solid #d4dde4">—</td>
<td style="vertical-align: top"><code>video/quicktime</code></td>
<td style="vertical-align: top"><code>.mov</code></td>
<td style="vertical-align: top">Safari</td>
</tr>
<tr>
<th scope="row" style="vertical-align: top">WAV (Waveform Audiofile)</th>
<td style="vertical-align: top"><code>audio/wav</code></td>
<td style="vertical-align: top"><code>.wav</code></td>
<td style="vertical-align: top; border-right: 2px solid #d4dde4">
Firefox
</td>
<td style="vertical-align: top">—</td>
<td style="vertical-align: top">—</td>
<td style="vertical-align: top">—</td>
</tr>
<tr>
<th scope="row" style="vertical-align: top">WebM</th>
<td style="vertical-align: top"><code>audio/webm</code></td>
<td style="vertical-align: top"><code>.webm</code></td>
<td style="vertical-align: top; border-right: 2px solid #d4dde4">
Firefox
</td>
<td style="vertical-align: top"><code>video/webm</code></td>
<td style="vertical-align: top"><code>.webm</code></td>
<td style="vertical-align: top">Firefox</td>
</tr>
</tbody>
</table>

## 더 보기

Expand Down