Skip to content

Commit

Permalink
ko: Make sure localized links are used rather than /en-US/* (part 3) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg authored Jul 18, 2023
1 parent a628001 commit 02f75e1
Show file tree
Hide file tree
Showing 100 changed files with 375 additions and 375 deletions.
2 changes: 1 addition & 1 deletion files/ko/web/html/element/caption/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The following attributes are deprecated and should not be used. They are documen
- `bottom`
- : The caption is displayed below the table.

> **Warning:** Do not use this attribute, as it has been deprecated. The {{HTMLElement("caption")}} element should be styled using the [CSS](/en-US/docs/Web/CSS) properties {{cssxref("caption-side")}} and {{cssxref("text-align")}}.
> **Warning:** Do not use this attribute, as it has been deprecated. The {{HTMLElement("caption")}} element should be styled using the [CSS](/ko/docs/Web/CSS) properties {{cssxref("caption-side")}} and {{cssxref("text-align")}}.
## 사용 일람

Expand Down
2 changes: 1 addition & 1 deletion files/ko/web/html/element/col/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ The following attributes are deprecated and should not be used. They are documen
- {{htmlattrdef("bgcolor")}} {{Deprecated_inline}}

- : The background color of the table. It is a [6-digit hexadecimal RGB code](/en-US/docs/Web/CSS/color_value#rgb_colors), prefixed by a '`#`'. One of the predefined [color keywords](/en-US/docs/Web/CSS/color_value#color_keywords) can also be used.
- : The background color of the table. It is a [6-digit hexadecimal RGB code](/ko/docs/Web/CSS/color_value#rgb_colors), prefixed by a '`#`'. One of the predefined [color keywords](/ko/docs/Web/CSS/color_value#color_keywords) can also be used.

To achieve a similar effect, use the CSS {{cssxref("background-color")}} property.

Expand Down
2 changes: 1 addition & 1 deletion files/ko/web/html/element/colgroup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ The following attributes are deprecated and should not be used. They are documen
- {{htmlattrdef("bgcolor")}} {{Deprecated_inline}}

- : The background color of the table. It is a [6-digit hexadecimal RGB code](/en-US/docs/Web/CSS/color_value#rgb_colors), prefixed by a '`#`'. One of the predefined [color keywords](/en-US/docs/Web/CSS/color_value#color_keywords) can also be used.
- : The background color of the table. It is a [6-digit hexadecimal RGB code](/ko/docs/Web/CSS/color_value#rgb_colors), prefixed by a '`#`'. One of the predefined [color keywords](/ko/docs/Web/CSS/color_value#color_keywords) can also be used.

To achieve a similar effect, use the CSS {{cssxref("background-color")}} property.

Expand Down
2 changes: 1 addition & 1 deletion files/ko/web/html/element/details/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Fully standards-compliant implementations automatically apply the CSS `{{cssxref
<th scope="row">가능한 부모 요소</th>
<td>
<a
href="https://developer.mozilla.org/en-US/docs/Web/HTML/Content_categories#Flow_content"
href="https://developer.mozilla.org/ko/docs/Web/HTML/Content_categories#Flow_content"
>플로우 콘텐츠</a
>를 허용하는 모든 요소.
</td>
Expand Down
2 changes: 1 addition & 1 deletion files/ko/web/html/element/heading_elements/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ slug: Web/HTML/Element/Heading_Elements

스크린 리더 사용자가 자주 사용하는 다른 기술은 [콘텐츠 구획](/ko/docs/Web/HTML/Element#콘텐츠_구획)의 목록을 생성한 후, 이를 통해 페이지 레이아웃을 파악하는 것입니다.

콘텐츠 구획에는 [`aria-labelledby`](/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-labelledby_attribute)와 {{htmlattrxref("id")}} 특성을 함께 사용해 이름, 즉 레이블을 붙일 수 있습니다. 레이블은 현재 구획의 목적을 간결하게 설명해야 합니다. 레이블 기법은 한 페이지에 다수의 구획이 있을 때 유용하게 사용할 수 있습니다.
콘텐츠 구획에는 [`aria-labelledby`](/ko/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-labelledby_attribute)와 {{htmlattrxref("id")}} 특성을 함께 사용해 이름, 즉 레이블을 붙일 수 있습니다. 레이블은 현재 구획의 목적을 간결하게 설명해야 합니다. 레이블 기법은 한 페이지에 다수의 구획이 있을 때 유용하게 사용할 수 있습니다.

#### 예제

Expand Down
34 changes: 17 additions & 17 deletions files/ko/web/html/element/iframe/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ slug: Web/HTML/Element/iframe

- {{htmlattrdef("allow")}}

- : Specifies a [feature policy](/en-US/docs/Web/HTTP/Feature_Policy) for the `<iframe>`. The policy defines what features are available to the `<iframe>` based on the origin of the request (e.g. access to the microphone, camera, battery, web-share API, etc.).
- : Specifies a [feature policy](/ko/docs/Web/HTTP/Feature_Policy) for the `<iframe>`. The policy defines what features are available to the `<iframe>` based on the origin of the request (e.g. access to the microphone, camera, battery, web-share API, etc.).

For more information and examples see: [Using Feature Policy](/en-US/docs/Web/HTTP/Feature_Policy/Using_Feature_Policy) > [The iframe allow attribute](/en-US/docs/Web/HTTP/Feature_Policy/Using_Feature_Policy#the_iframe_allow_attribute).
For more information and examples see: [Using Feature Policy](/ko/docs/Web/HTTP/Feature_Policy/Using_Feature_Policy) > [The iframe allow attribute](/ko/docs/Web/HTTP/Feature_Policy/Using_Feature_Policy#the_iframe_allow_attribute).

- {{htmlattrdef("allowfullscreen")}}

Expand All @@ -69,13 +69,13 @@ slug: Web/HTML/Element/iframe
- {{htmlattrdef("allowpaymentrequest")}} {{Experimental_Inline}}

- : Set to `true` if a cross-origin `<iframe>` should be allowed to invoke the [Payment Request API](/en-US/docs/Web/API/Payment_Request_API).
- : Set to `true` if a cross-origin `<iframe>` should be allowed to invoke the [Payment Request API](/ko/docs/Web/API/Payment_Request_API).

> **Note:** This attribute is considered a legacy attribute and redefined as `allow="payment"`.
- {{htmlattrdef("csp")}} {{experimental_inline}}

- : A [Content Security Policy](/en-US/docs/Web/HTTP/CSP) enforced for the embedded resource. See {{domxref("HTMLIFrameElement.csp")}} for details.
- : A [Content Security Policy](/ko/docs/Web/HTTP/CSP) enforced for the embedded resource. See {{domxref("HTMLIFrameElement.csp")}} for details.

- {{htmlattrdef("fetchpriority")}} {{Experimental_Inline}}

Expand All @@ -101,16 +101,16 @@ slug: Web/HTML/Element/iframe
- : A targetable name for the embedded browsing context. This can be used in the `target` attribute of the {{HTMLElement("a")}}, {{HTMLElement("form")}}, or {{HTMLElement("base")}} elements; the `formtarget` attribute of the {{HTMLElement("input")}} or {{HTMLElement("button")}} elements; or the `windowName` parameter in the {{domxref("Window.open()","window.open()")}} method.
- {{htmlattrdef("referrerpolicy")}}

- : Indicates which [referrer](/en-US/docs/Web/API/Document/referrer) to send when fetching the frame's resource:
- : Indicates which [referrer](/ko/docs/Web/API/Document/referrer) to send when fetching the frame's resource:

- `no-referrer`: The {{HTTPHeader("Referer")}} header will not be sent.
- `no-referrer-when-downgrade`: The {{HTTPHeader("Referer")}} header will not be sent to {{Glossary("origin")}}s without {{Glossary("TLS")}} ({{Glossary("HTTPS")}}).
- `origin`: The sent referrer will be limited to the origin of the referring page: its [scheme](/en-US/docs/Learn/Common_questions/What_is_a_URL), {{Glossary("host")}}, and {{Glossary("port")}}.
- `origin`: The sent referrer will be limited to the origin of the referring page: its [scheme](/ko/docs/Learn/Common_questions/What_is_a_URL), {{Glossary("host")}}, and {{Glossary("port")}}.
- `origin-when-cross-origin`: The referrer sent to other origins will be limited to the scheme, the host, and the port. Navigations on the same origin will still include the path.
- `same-origin`: A referrer will be sent for {{Glossary("Same-origin policy", "same origin")}}, but cross-origin requests will contain no referrer information.
- `strict-origin`: Only send the origin of the document as the referrer when the protocol security level stays the same (HTTPS→HTTPS), but don't send it to a less secure destination (HTTPS→HTTP).
- `strict-origin-when-cross-origin` (default): Send a full URL when performing a same-origin request, only send the origin when the protocol security level stays the same (HTTPS→HTTPS), and send no header to a less secure destination (HTTPS→HTTP).
- `unsafe-url`: The referrer will include the origin _and_ the path (but not the [fragment](/en-US/docs/Web/API/HTMLAnchorElement/hash), [password](/en-US/docs/Web/API/HTMLAnchorElement/password), or [username](/en-US/docs/Web/API/HTMLAnchorElement/username)). **This value is unsafe**, because it leaks origins and paths from TLS-protected resources to insecure origins.
- `unsafe-url`: The referrer will include the origin _and_ the path (but not the [fragment](/ko/docs/Web/API/HTMLAnchorElement/hash), [password](/ko/docs/Web/API/HTMLAnchorElement/password), or [username](/ko/docs/Web/API/HTMLAnchorElement/username)). **This value is unsafe**, because it leaks origins and paths from TLS-protected resources to insecure origins.

- {{htmlattrdef("sandbox")}}

Expand All @@ -120,14 +120,14 @@ slug: Web/HTML/Element/iframe
- `allow-downloads`: Allows for downloads to occur with a gesture from the user.
- `allow-forms`: Allows the resource to submit forms. If this keyword is not used, form submission is blocked.
- `allow-modals`: Lets the resource [open modal windows](https://html.spec.whatwg.org/multipage/origin.html#sandboxed-modals-flag).
- `allow-orientation-lock`: Lets the resource [lock the screen orientation](/en-US/docs/Web/API/Screen/lockOrientation).
- `allow-pointer-lock`: Lets the resource use the [Pointer Lock API](/en-US/docs/Web/API/Pointer_Lock_API).
- `allow-orientation-lock`: Lets the resource [lock the screen orientation](/ko/docs/Web/API/Screen/lockOrientation).
- `allow-pointer-lock`: Lets the resource use the [Pointer Lock API](/ko/docs/Web/API/Pointer_Lock_API).
- `allow-popups`: Allows popups (such as `window.open()`, `target="_blank"`, or `showModalDialog()`). If this keyword is not used, the popup will silently fail to open.
- `allow-popups-to-escape-sandbox`: Lets the sandboxed document open new windows without those windows inheriting the sandboxing. For example, this can safely sandbox an advertisement without forcing the same restrictions upon the page the ad links to.
- `allow-presentation`: Lets the resource start a [presentation session](/en-US/docs/Web/API/PresentationRequest).
- `allow-same-origin`: If this token is not used, the resource is treated as being from a special origin that always fails the {{Glossary("same-origin policy")}} (potentially preventing access to [data storage/cookies](/en-US/docs/Web/Security/Same-origin_policy#cross-origin_data_storage_access) and some JavaScript APIs).
- `allow-presentation`: Lets the resource start a [presentation session](/ko/docs/Web/API/PresentationRequest).
- `allow-same-origin`: If this token is not used, the resource is treated as being from a special origin that always fails the {{Glossary("same-origin policy")}} (potentially preventing access to [data storage/cookies](/ko/docs/Web/Security/Same-origin_policy#cross-origin_data_storage_access) and some JavaScript APIs).
- `allow-scripts`: Lets the resource run scripts (but not create popup windows).
- `allow-storage-access-by-user-activation` {{experimental_inline}}: Lets the resource request access to the parent's storage capabilities with the [Storage Access API](/en-US/docs/Web/API/Storage_Access_API).
- `allow-storage-access-by-user-activation` {{experimental_inline}}: Lets the resource request access to the parent's storage capabilities with the [Storage Access API](/ko/docs/Web/API/Storage_Access_API).
- `allow-top-navigation`: Lets the resource navigate the top-level browsing context (the one named `_top`).
- `allow-top-navigation-by-user-activation`: Lets the resource navigate the top-level browsing context, but only if initiated by a user gesture.

Expand All @@ -138,7 +138,7 @@ slug: Web/HTML/Element/iframe
> - The `sandbox` attribute is unsupported in Internet Explorer 9 and earlier.
- {{htmlattrdef("src")}}
- : The URL of the page to embed. Use a value of `about:blank` to embed an empty page that conforms to the [same-origin policy](/en-US/docs/Web/Security/Same-origin_policy#inherited_origins). Also note that programmatically removing an `<iframe>`'s src attribute (e.g. via {{domxref("Element.removeAttribute()")}}) causes `about:blank` to be loaded in the frame in Firefox (from version 65), Chromium-based browsers, and Safari/iOS.
- : The URL of the page to embed. Use a value of `about:blank` to embed an empty page that conforms to the [same-origin policy](/ko/docs/Web/Security/Same-origin_policy#inherited_origins). Also note that programmatically removing an `<iframe>`'s src attribute (e.g. via {{domxref("Element.removeAttribute()")}}) causes `about:blank` to be loaded in the frame in Firefox (from version 65), Chromium-based browsers, and Safari/iOS.
- {{htmlattrdef("srcdoc")}}
- : Inline HTML to embed, overriding the `src` attribute. If a browser does not support the `srcdoc` attribute, it will fall back to the URL in the `src` attribute.
- {{htmlattrdef("width")}}
Expand Down Expand Up @@ -174,11 +174,11 @@ With the DOM {{domxref("HTMLIFrameElement")}} object, scripts can access the {{d

From the inside of a frame, a script can get a reference to its parent window with {{domxref("window.parent")}}.

Script access to a frame's content is subject to the [same-origin policy](/en-US/docs/Web/Security/Same-origin_policy). Scripts cannot access most properties in other `window` objects if the script was loaded from a different origin, including scripts inside a frame accessing the frame's parent. Cross-origin communication can be achieved using {{domxref("Window.postMessage()")}}.
Script access to a frame's content is subject to the [same-origin policy](/ko/docs/Web/Security/Same-origin_policy). Scripts cannot access most properties in other `window` objects if the script was loaded from a different origin, including scripts inside a frame accessing the frame's parent. Cross-origin communication can be achieved using {{domxref("Window.postMessage()")}}.

## Positioning and scaling

As a [replaced element](/en-US/docs/Web/CSS/Replaced_element), the position, alignment, and scaling of the embedded document within the `<iframe>` element's box, can be adjusted with the {{cssxref("object-position")}} and {{cssxref("object-fit")}} properties.
As a [replaced element](/ko/docs/Web/CSS/Replaced_element), the position, alignment, and scaling of the embedded document within the `<iframe>` element's box, can be adjusted with the {{cssxref("object-position")}} and {{cssxref("object-fit")}} properties.

## Examples

Expand All @@ -203,7 +203,7 @@ This example embeds the page at <https://example.org> in an iframe.

## Accessibility concerns

People navigating with assistive technology such as a screen reader can use the [`title` attribute](/en-US/docs/Web/HTML/Global_attributes/title) on an `<iframe>` to label its content. The title's value should concisely describe the embedded content:
People navigating with assistive technology such as a screen reader can use the [`title` attribute](/ko/docs/Web/HTML/Global_attributes/title) on an `<iframe>` to label its content. The title's value should concisely describe the embedded content:

```html
<iframe
Expand All @@ -223,4 +223,4 @@ Without this title, they have to navigate into the `<iframe>` to determine what

## See also

- [Privacy, permissions, and information security](/en-US/docs/Web/Privacy)
- [Privacy, permissions, and information security](/ko/docs/Web/Privacy)
2 changes: 1 addition & 1 deletion files/ko/web/html/element/input/file/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ function updateImageDisplay() {
`validFileType()` 함수는 매개변수로 {{domxref("File")}} 객체를 받아서, 그 파일의 `type``fileTypes`의 아무 값과 동일한지 판별합니다. {{jsxref("Array.prototype.includes()")}}를 사용하여 type과 일치하는 값이 존재하면 `true`, 아니면 `false`를 반환합니다.

```js
// https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Image_types
// https://developer.mozilla.org/ko/docs/Web/Media/Formats/Image_types
const fileTypes = [
"image/apng",
"image/bmp",
Expand Down
6 changes: 3 additions & 3 deletions files/ko/web/html/element/input/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ A few additional non-standard attributes are listed following the descriptions o
- : Valid for the `image` button only, the alt attribute provides alternative text for the image, displaying the value of the attribute if the image [src](#src) is missing or otherwise fails to load. See the {{HTMLElement("input/image", "image")}} input type.
- {{htmlattrdef("autocomplete")}}

- : **Not** a Boolean attribute, the [`autocomplete`](/en-US/docs/Web/HTML/Attributes/autocomplete) attribute takes as its value a space separated string that describes what, if any, type of autocomplete functionality the input should provide. A typical implementation of autocomplete simply recalls previous values entered in the same input field, but more complex forms of autocomplete can exist. For instance, a browser could integrate with a device's contacts list to autocomplete email addresses in an email input field. See [Values](/ko/docs/Web/HTML/Attributes/autocomplete#값) for permitted values.
- : **Not** a Boolean attribute, the [`autocomplete`](/ko/docs/Web/HTML/Attributes/autocomplete) attribute takes as its value a space separated string that describes what, if any, type of autocomplete functionality the input should provide. A typical implementation of autocomplete simply recalls previous values entered in the same input field, but more complex forms of autocomplete can exist. For instance, a browser could integrate with a device's contacts list to autocomplete email addresses in an email input field. See [Values](/ko/docs/Web/HTML/Attributes/autocomplete#값) for permitted values.

The `autocomplete` attribute is valid on `hidden`, `text`, `search`, `url`, `tel`, `email`, `date`, `month`, `week`, `time`, `datetime-local`, `number`, `range`, `color` and `password`. This attribute has no effect on input types that do not return numeric or text data, being valid for all input types except `checkbox`, `radio`, `file`, or any of the button types. See [The HTML autocomplete attribute](/ko/docs/Web/HTML/Attributes/autocomplete) for additional information, including information on password security and how `autocomplete` is slightly different for `hidden` than for other input types.

Expand Down Expand Up @@ -529,7 +529,7 @@ Consider the `name` a required attribute (even though it's not). If an input has

There are two special cases:

1. `_charset_` : If used as the name of an `<input>` element of type [`hidden`](/en-US/docs/Web/HTML/Element/input/hidden), the input's `value` is automatically set by the [user agent](/ko/docs/Glossary/user_agent) to the character encoding being used to submit the form.
1. `_charset_` : If used as the name of an `<input>` element of type [`hidden`](/ko/docs/Web/HTML/Element/input/hidden), the input's `value` is automatically set by the [user agent](/ko/docs/Glossary/user_agent) to the character encoding being used to submit the form.
2. `isindex`: For historical reasons, the name [`isindex`](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-name) is not allowed.

##### `name` and radio buttons
Expand Down Expand Up @@ -591,7 +591,7 @@ When this code has run, `guestName` will be the {{domxref("HTMLInputElement")}}
- : Valid for the `image` input button only, the `src` is string specifying the URL of the image file to display to represent the graphical submit button. See the {{HTMLElement("input/image", "image")}} input type.
- {{htmlattrdef("step")}}

- : Valid for the numeric input types, including `number`, date/time input types, and `range`, the [`step`](/en-US/docs/Web/HTML/Attributes/step) attribute is a number that specifies the granularity that the value must adhere to.
- : Valid for the numeric input types, including `number`, date/time input types, and `range`, the [`step`](/ko/docs/Web/HTML/Attributes/step) attribute is a number that specifies the granularity that the value must adhere to.

If not explicitly included, `step` defaults to 1 for `number` and `range`, and 1 unit type (second, week, month, day) for the date/time input types. The value can must be a positive number - integer or float -- or the special value `any`, which means no stepping is implied, and any value is allowed (barring other constraints, such as [`min`](#min) and [`max`](#max)).

Expand Down
Loading

0 comments on commit 02f75e1

Please sign in to comment.