mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Address review comments
This commit is contained in:
parent
5336dd9853
commit
6f6a62e967
9 changed files with 20 additions and 26 deletions
|
@ -51,7 +51,7 @@ impl<'a> HTMLFieldSetElementMethods for JSRef<'a, HTMLFieldSetElement> {
|
|||
// http://www.whatwg.org/html/#dom-fieldset-elements
|
||||
fn Elements(self) -> Temporary<HTMLCollection> {
|
||||
#[jstraceable]
|
||||
struct ElementsFilter;
|
||||
struct ElementsFilter;
|
||||
impl CollectionFilter for ElementsFilter {
|
||||
fn filter(&self, elem: JSRef<Element>, root: JSRef<Node>) -> bool {
|
||||
static tag_names: StaticStringVec = &["button", "fieldset", "input",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue