James Treworgy

Results 106 comments of James Treworgy

I think this would be a good idea for an extension method. I'm not totally convinced it belongs in the core library because it's really an application of its own,...

I will add `addBack` - but won't remove `andSelf` until 2.0 I have to say, I will never understand the rationale for renaming a method in wide release, especially in...

For now to be sure, 2.0 (whenever that comes, like in 2017) will be a major api change anyway though so i'll kill off the obselete stuff at that point.

I'd planned to add L4 support sooner rather than later, though when I first read through the spec there were some selectors that did not fit the pattern of all...

I think this is the same as #100 - should be an easy fix. I'm going to push the next version this week sometime and I'll make sure this gets...

On nuget as 1.3.5-beta5 now. Sorry taking so long to get a new release out - been slammed at work and don't want to do it until i can have...

Btw there are still a couple holes in this, it treats Transitonal and Frameset the same. Not that big a deal but I am going to make sure the set...

This is definitely an oversight in the way I implemented some of the DOM methods. This would be easy to fix, the only problem is that it would break binary...

By all means! I welcome any and all contributions, it's a big project.

`staticState` is intended to prevent an area from being _selected_ only - not highlighted. If you want to prevent an area from being selected, highlighted or responding to click events,...