mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Implement compact/type attributes for HTMLUListElement (#33303)
Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
parent
93cd8d1ba4
commit
e43e477842
4 changed files with 20 additions and 238 deletions
|
@ -12,8 +12,8 @@ interface HTMLUListElement : HTMLElement {
|
|||
|
||||
// https://html.spec.whatwg.org/multipage/#HTMLUListElement-partial
|
||||
partial interface HTMLUListElement {
|
||||
// [CEReactions]
|
||||
// attribute boolean compact;
|
||||
// [CEReactions]
|
||||
// attribute DOMString type;
|
||||
[CEReactions]
|
||||
attribute boolean compact;
|
||||
[CEReactions]
|
||||
attribute DOMString type;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue