Link to 'ask for a reset' tracking issue

FIXME added in  https://github.com/servo/servo/pull/7745
This commit is contained in:
Corey Farwell 2015-09-28 18:45:55 -04:00
parent 8547d132f9
commit 2c67f89e9d

View file

@ -147,6 +147,7 @@ impl HTMLOptionElementMethods for HTMLOptionElement {
self.dirtiness.set(true);
self.selectedness.set(selected);
// FIXME: as per the spec, implement 'ask for a reset'
// https://github.com/servo/servo/issues/7774
}
}