/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
components/script_bindings/webidls/HTMLParagraphElement.webidl
16 строк
565 B
Stephen Muss
Support align attribute on HTMLParagraphElement interface (#36054)
19 мар 2025, 10:57
Не верифицирован
19 мар 2025, 10:57
07e06f5
Код
Авторство
О чём код?
/* 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/. */ // https://html.spec.whatwg.org/multipage/#htmlparagraphelement [Exposed=Window] interface HTMLParagraphElement : HTMLElement { [HTMLConstructor] constructor(); // also has obsolete members }; // https://html.spec.whatwg.org/multipage/#HTMLParagraphElement-partial partial interface HTMLParagraphElement { [CEReactions] attribute DOMString align; };