/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
components/script/dom/html/embedded_content/mod.rs
17 строк
639 B
Tim van der Lippe
script: Move HTML elements into `embedded_content/` (#47059)
07 авг 2026, 12:11
Не верифицирован
07 авг 2026, 12:11
79e2c7a
Код
Авторство
О чём код?
/* 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 htmlareaelement; pub(crate) mod htmlaudioelement; pub(crate) mod htmlcanvaselement; pub(crate) mod htmlembedelement; pub(crate) mod htmlframeelement; pub(crate) mod htmlframesetelement; pub(crate) mod htmliframeelement; pub(crate) mod htmlimageelement; pub(crate) mod htmlmapelement; pub(crate) mod htmlmediaelement; pub(crate) mod htmlobjectelement; pub(crate) mod htmltrackelement; pub(crate) mod htmlvideoelement;