案例 ce-0063 · 场景 scenario-required-validation

required attribute is not supported for validation

操作系统: macOS Ubuntu 22.04 设备: Desktop or Laptop Any 浏览器: Chrome 120.0 键盘: US 草稿
requiredvalidationformchrome

此页面尚未翻译

目前显示的是英文原文。欢迎您参与翻译工作。

Phenomenon

The required attribute, which works on form inputs to indicate mandatory fields, is not supported on contenteditable regions. There is no built-in way to mark a contenteditable as required for form validation.

Reproduction example

  1. Create a contenteditable div with required attribute inside a form.
  2. Try to submit the form without entering content.
  3. Observe whether validation occurs.

Observed behavior

  • In Chrome on macOS, the required attribute is ignored on contenteditable.
  • Form validation does not check contenteditable regions.
  • No built-in validation exists.

Expected behavior

  • The required attribute should work on contenteditable.
  • Form validation should check contenteditable regions.
  • Or, there should be a standard way to validate contenteditable content.

Playground for this case

Use the reported environment as a reference and record what happens in your environment while interacting with the editable area.

Reported environment
OS: macOS Ubuntu 22.04
Device: Desktop or Laptop Any
Browser: Chrome 120.0
Keyboard: US
Your environment

Use this editable area to reproduce the described case.

Event log
Use this log together with the case description when filing or updating an issue.
0 events
Interact with the editable area to see events here.