Skip to content

Commit dd72c58

Browse files
committed
docs: update docs
1 parent ff27154 commit dd72c58

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

src/content/reference/react-dom/components/form.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ title: "<form>"
3636

3737
#### Props {/*props*/}
3838

39-
`<form>` supports all [common element props.](/reference/react-dom/components/common#common-props)
39+
`<form>`은 모든 [공통 엘리먼트 Props](/reference/react-dom/components/common#common-props)를 지원합니다.
4040

4141
[`action`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form#action): a URL or function. When a URL is passed to `action` the form will behave like the HTML form component. When a function is passed to `action` the function will handle the form submission in a Transition following [the Action prop pattern](/reference/react/useTransition#exposing-action-props-from-components). The function passed to `action` may be async and will be called with a single argument containing the [form data](https://developer.mozilla.org/en-US/docs/Web/API/FormData) of the submitted form. The `action` prop can be overridden by a `formAction` attribute on a `<button>`, `<input type="submit">`, or `<input type="image">` component.
4242

src/content/reference/react-dom/components/link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ link: "<link>"
3030

3131
#### Props {/*props*/}
3232

33-
`<link>` supports all [common element props.](/reference/react-dom/components/common#common-props)
33+
`<link>`는 모든 [공통 엘리먼트 Props](/reference/react-dom/components/common#common-props)를 지원합니다.
3434

3535
* `rel`: 문자열 타입, 필수, [리소스와의 관계](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel)를 지정합니다. React는 다른 링크와는 달리 [`rel="stylesheet"` 링크를 특별하게 처리](#special-rendering-behavior)합니다.
3636

src/content/reference/react-dom/components/meta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ meta: "<meta>"
3030

3131
#### Props {/*props*/}
3232

33-
`<meta>` supports all [common element props.](/reference/react-dom/components/common#common-props)
33+
`<meta>`는 모든 [공통 엘리먼트 Props](/reference/react-dom/components/common#common-props)를 지원합니다.
3434

3535
다음 속성 중 _하나만_ 가져야 합니다. `name`, `httpEquiv`, `charset`, `itemProp`.
3636

src/content/reference/react-dom/components/option.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ title: "<option>"
3636

3737
#### Props {/*props*/}
3838

39-
`<option>` supports all [common element props.](/reference/react-dom/components/common#common-props)
39+
`<option>`은 모든 [공통 엘리먼트 Props](/reference/react-dom/components/common#common-props)를 지원합니다.
4040

4141
또한, `<option>`은 아래와 같은 Props를 지원합니다.
4242

src/content/reference/react-dom/components/progress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ title: "<progress>"
3030

3131
#### Props {/*props*/}
3232

33-
`<progress>` supports all [common element props.](/reference/react-dom/components/common#common-props)
33+
`<progress>`는 모든 [공통 엘리먼트 Props](/reference/react-dom/components/common#common-props)를 지원합니다.
3434

3535
또한 `<progress>`는 아래와 같은 Props를 지원합니다.
3636

src/content/reference/react-dom/components/script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ script: "<script>"
3131

3232
#### Props {/*props*/}
3333

34-
`<script>` supports all [common element props.](/reference/react-dom/components/common#common-props)
34+
`<script>`는 모든 [공통 엘리먼트 Props](/reference/react-dom/components/common#common-props)를 지원합니다.
3535

3636
`children` 또는 `src` 속성을 가져야 합니다.
3737

src/content/reference/react-dom/components/select.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ select box를 표시하려면 [내장 브라우저 `<select>` 컴포넌트](http
3636

3737
#### Props {/*props*/}
3838

39-
`<select>` supports all [common element props.](/reference/react-dom/components/common#common-props)
39+
`<select>`는 모든 [공통 엘리먼트 Props](/reference/react-dom/components/common#common-props)를 지원합니다.
4040

4141
[select box를 제어](#controlling-a-select-box-with-a-state-variable)하려면 `value` Prop을 전달하세요.
4242

src/content/reference/react-dom/components/style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ style: "<style>"
3030

3131
#### Props {/*props*/}
3232

33-
`<style>` supports all [common element props.](/reference/react-dom/components/common#common-props)
33+
`<style>`은 모든 [공통 엘리먼트 Props](/reference/react-dom/components/common#common-props)를 지원합니다.
3434

3535
* `children`: 문자열 타입. 필수 항목. 스타일시트의 내용.
3636
* `precedence`: 문자열 타입. 문서의 `<head>` 내 다른 요소들에 비해 `<style>` DOM 노드의 순위를 지정하여, 어떤 스타일시트가 다른 스타일시트를 덮어쓸 수 있는지를 결정합니다. React는 먼저 발견한 우선순위를 "낮게", 나중에 발견한 우선순위를 "높게" 추론합니다. 많은 스타일 시스템은 스타일 규칙이 원자적이기 때문에 단일 우선순위 값을 사용해도 잘 작동할 수 있습니다. 동일한 우선순위를 가지는 스타일시트는 `<link>` 태그인지 인라인 `<style>` 태그인지 [`preinit`](/reference/react-dom/preinit) 함수로 로드된 것인지와 무관하게 함께 적용됩니다.

src/content/reference/react-dom/components/textarea.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ title: "<textarea>"
3030

3131
#### Props {/*props*/}
3232

33-
`<textarea>` supports all [common element props.](/reference/react-dom/components/common#common-props)
33+
`<textarea>`는 모든 [공통 엘리먼트 Props](/reference/react-dom/components/common#common-props)를 지원합니다.
3434

3535
[텍스트 영역을 제어](#controlling-a-select-box-with-a-state-variable)하려면 `value` Prop을 전달하세요.
3636

src/content/reference/react-dom/components/title.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ title: "<title>"
3030

3131
#### Props {/*props*/}
3232

33-
`<title>` supports all [common element props.](/reference/react-dom/components/common#common-props)
33+
`<title>`은 모든 [공통 엘리먼트 Props](/reference/react-dom/components/common#common-props)를 지원합니다.
3434

3535
* `children`: `<title>`은 자식으로 텍스트만 허용합니다. 이 텍스트는 문서의 제목이 됩니다. 텍스트만 렌더링하는 한, 사용자 정의 컴포넌트도 전달할 수 있습니다.
3636

0 commit comments

Comments
 (0)