/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
components/script/dom/html/tabular_data/mod.rs
10 строк
429 B
Tim van der Lippe
script: Move HTML elements into `tabular_data/` (#47063)
07 авг 2026, 17:16
Не верифицирован
07 авг 2026, 17:16
da5f46f
Код
Авторство
О чём код?
/* 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 htmltablecaptionelement; pub(crate) mod htmltablecellelement; pub(crate) mod htmltablecolelement; pub(crate) mod htmltableelement; pub(crate) mod htmltablerowelement; pub(crate) mod htmltablesectionelement;