Skip to content

docs: expand HTML forms answers - #69

Merged
splincode merged 1 commit into
mainfrom
agent/expand-html-forms-answers
Aug 12, 2026
Merged

docs: expand HTML forms answers#69
splincode merged 1 commit into
mainfrom
agent/expand-html-forms-answers

Conversation

@splincode

@splincode splincode commented Aug 12, 2026

Copy link
Copy Markdown
Member

Что изменено

  • расширены четырнадцать вопросов подраздела Forms;
  • подробно раскрыт native form submission flow и отличие requestSubmit() от submit();
  • дополнены action, method, enctype и submitter overrides;
  • разведены GET и POST по HTTP semantics, а не только по расположению параметров;
  • расширены специализированные input types и inputmode;
  • подробно разобраны label, placeholder, name и form data contract;
  • дополнен Constraint Validation API и его ограничения;
  • расширены autocomplete, accessible errors и focus strategy;
  • разобраны disabled, readonly, fieldset, legend и radio groups;
  • отдельно подчеркнуто, что client validation и form attributes не заменяют backend validation, authorization и security.

Scope

Изменен только файл:

  • src/pages/html/index.md

Подраздел Accessibility и следующие части HTML в этом PR не изменяются.

HTML в #49 остается открытым до завершения остальных HTML-подразделов.

Part of #49.

Проверка

  • один commit;
  • один измененный Markdown-файл;
  • npm run format:check — успешно;
  • npm run build — успешно;
  • GitHub Actions — успешно.

@splincode
splincode force-pushed the agent/expand-html-forms-answers branch from 0f0979f to 41ff351 Compare August 12, 2026 08:58
@splincode
splincode marked this pull request as ready for review August 12, 2026 10:31
@splincode
splincode merged commit 6146859 into main Aug 12, 2026
1 check passed
@splincode
splincode deleted the agent/expand-html-forms-answers branch August 12, 2026 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant