Raynos / DOM-shim

Shims out the entire DOM4 API
http://raynos.github.com/DOM-shim/test/test.html
155 stars 15 forks source link

Implement HTMLLabelElement.prototype.control & unit test #34

Open termi opened 12 years ago

termi commented 12 years ago

http://www.w3.org/TR/html5/forms.html#dom-label-control https://developer.mozilla.org/en/DOM/HTMLLabelElement

We need unit test for this

Raynos commented 12 years ago

yes/no. Currrent DOM-shim roadmap is.

This means any editions to HTMLXElement are low on the priority lists. Patches are welcome ;)

termi commented 12 years ago

Good. I am just working on it

termi commented 12 years ago

So. May I close this is issue?

Raynos commented 12 years ago

Yes, it's been fixed, I believe. Although we don't have unit tests for this do we?

termi commented 12 years ago

I can write it. Need to check it out if it already been written.

I this case I need to open separate issue for 'Add HTMLLabelElement.prototype.control unit tests', or I can edit this issue detail?

Raynos commented 12 years ago

Just put the details here.

I added you as a collaborator so you should be able to pull/push to the repository directly. Which means you won't have to open pull requests for everything.

Although do open pull requests for big things.

termi commented 12 years ago

Cool! I will try use this privilege carefully