Skip to content

Learn_web_development/Extensions/Forms/Form_validation を更新#36439

Merged
mfuji09 merged 3 commits into
mdn:mainfrom
mfuji09:260609-Learn_web_development/Extensions/Forms/Form_validation-1
Jun 12, 2026
Merged

Learn_web_development/Extensions/Forms/Form_validation を更新#36439
mfuji09 merged 3 commits into
mdn:mainfrom
mfuji09:260609-Learn_web_development/Extensions/Forms/Form_validation-1

Conversation

@mfuji09

@mfuji09 mfuji09 commented Jun 8, 2026

Copy link
Copy Markdown
Collaborator

Description

Motivation

Additional details

Related issues and pull requests

@mfuji09 mfuji09 requested a review from a team as a code owner June 8, 2026 16:15
@mfuji09 mfuji09 requested review from kenji-yamasaki and removed request for a team June 8, 2026 16:15
@github-actions github-actions Bot added the l10n-ja Issues related to Japanese content. label Jun 8, 2026
@github-actions

github-actions Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Preview URLs (1 page)

External URLs (1)

URL: /ja/docs/Learn_web_development/Extensions/Forms/Form_validation
Title: クライアント側のフォーム検証

(comment last updated: 2026-06-09 01:46:31)

} else if (email.validity.typeMismatch) {
// フィールドにメールアドレスが入っていない場合
// 以下のエラーメッセージを表示
emailError.textContent = "入力された値はメールアドレスでなければなりません。";

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[mdn-linter] reported by reviewdog 🐶

Suggested change
emailError.textContent = "入力された値はメールアドレスでなければなりません。";
emailError.textContent =
"入力された値はメールアドレスでなければなりません。";

Updated code block to use 'js-nolint' for live sample.
@mfuji09 mfuji09 merged commit 77c8064 into mdn:main Jun 12, 2026
8 checks passed
@mfuji09 mfuji09 deleted the 260609-Learn_web_development/Extensions/Forms/Form_validation-1 branch June 12, 2026 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

l10n-ja Issues related to Japanese content.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant