/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
components/script/dom/html/grouping_content/mod.rs
14 строк
529 B
Tim van der Lippe
script: Move HTML elements to `grouping_content/` (#47091)
09 авг 2026, 13:55
Не верифицирован
09 авг 2026, 13:55
7595af0
Код
Авторство
О чём код?
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ pub(crate) mod htmldataelement; pub(crate) mod htmldivelement; pub(crate) mod htmldlistelement; pub(crate) mod htmlhrelement; pub(crate) mod htmllielement; pub(crate) mod htmlolistelement; pub(crate) mod htmlparagraphelement; pub(crate) mod htmlpreelement; pub(crate) mod htmlspanelement; pub(crate) mod htmlulistelement;