Skip to content

docs: expand HTML core semantics answers - #67

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

docs: expand HTML core semantics answers#67
splincode merged 1 commit into
mainfrom
agent/expand-html-core-answers

Conversation

@splincode

@splincode splincode commented Aug 10, 2026

Copy link
Copy Markdown
Member

Что изменено

  • расширены одиннадцать базовых вопросов HTML;
  • подробнее раскрыта роль HTML как структуры и семантики, связь HTML source, DOM и accessibility tree;
  • расширено отличие attributes от DOM properties и разобраны boolean attributes;
  • дополнен semantic HTML: native behavior, accessibility, SEO и framework components;
  • объяснена реальная document outline model без опоры на нереализованный outline algorithm;
  • расширен doctype и standards/quirks mode;
  • дополнены Custom Elements lifecycle, Shadow DOM distinction и interoperability trade-offs;
  • разведены tag, element и DOM node;
  • уточнено, почему block/inline относятся к CSS formatting, а не к HTML semantics;
  • расширены командные HTML principles;
  • подробно разобраны section/article/main/aside/nav и выбор button vs link.

Scope

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

  • src/pages/html/index.md

Остальные подразделы 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-core-answers branch from d789398 to 4608540 Compare August 10, 2026 15:19
@splincode
splincode marked this pull request as ready for review August 10, 2026 18:03
@splincode
splincode merged commit bde5630 into main Aug 10, 2026
1 check passed
@splincode
splincode deleted the agent/expand-html-core-answers branch August 10, 2026 18:06
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