Skip to content

Implement interface DOMImplementation #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
1 task done
hepheir opened this issue May 31, 2021 · 1 comment · Fixed by #12
Closed
1 task done

Implement interface DOMImplementation #13

hepheir opened this issue May 31, 2021 · 1 comment · Fixed by #12
Assignees
Labels
type:feature Feature requests

Comments

@hepheir
Copy link
Owner

hepheir commented May 31, 2021

https://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html#ID-102161490

Interface DOMImplementation

IDL Definition

More
interface DOMImplementation {
  boolean                   hasFeature(in DOMString feature,
                                       in DOMString version);
};

Methods

  • boolean hasFeature(in DOMString feature, in DOMString version)
@hepheir hepheir self-assigned this May 31, 2021
@hepheir hepheir changed the title Implement w3.dom.DOMImplementation.has_feature() Implement DOMImplementation Jun 2, 2021
@hepheir hepheir added the enhancement New feature or request label Jun 2, 2021
@hepheir hepheir linked a pull request Jun 3, 2021 that will close this issue
@hepheir hepheir changed the title Implement DOMImplementation Implement interface DOMImplementation Jun 4, 2021
@hepheir
Copy link
Owner Author

hepheir commented Jun 7, 2021

Made an abstract method DOMImplementation.has_feature() #34

@hepheir hepheir closed this as completed Jun 7, 2021
@hepheir hepheir added type:others issues not falling in bug, perfromance, support, build and install or feature type:feature Feature requests and removed enhancement New feature or request type:others issues not falling in bug, perfromance, support, build and install or feature labels Jun 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature Feature requests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant