mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implement DOMStringMap::SupportedPropertyNames and NamedNodeMap::SupportedPropertyNames
This commit is contained in:
parent
f6e3146de2
commit
73c4af626a
7 changed files with 145 additions and 12 deletions
|
@ -61,7 +61,6 @@ impl DOMStringMapMethods for DOMStringMap {
|
|||
|
||||
// https://html.spec.whatwg.org/multipage/#the-domstringmap-interface:supported-property-names
|
||||
fn SupportedPropertyNames(&self) -> Vec<DOMString> {
|
||||
// FIXME: unimplemented (https://github.com/servo/servo/issues/7273)
|
||||
vec![]
|
||||
self.element.supported_prop_names_custom_attr().iter().cloned().collect()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue