Brian Grinstead

Results 91 comments of Brian Grinstead

> The status.standard_track property has been removed from BCD as it is now redundant. Consumers should now determine if a feature is standard based upon the presence of a spec_url...

> …that is, label the feature with a logo of the organization/group/project that produced the spec, and just leave it up to developers to make their own judgements based on...

> We don’t set the standard_track field based on the level of cross-browser support; we have many features which have standard_track set to true but that are actually implemented in...

This may be possible with the `download` attribute and using an `` tag: http://html5-demos.appspot.com/static/a.download.html. If you'd like to give implementing it a shot I would be able to help out.

You are right - if you call setupClipboard right now there isn't a way to unbind it. In fact none of the setup calls allow that. I'd accept a patch...

Interesting, what changes did you make to optimize it for SpiderMonkey? I'd be curious to see how the optimized version does in other engines as well. Could you maybe make...

Interesting, I'm not sure how each node is keeping track of its index, but if you had a PR or a code sample I'd be happy to take a look...

That's weird, I've never seen this problem before, but I was able to confirm it in 08cdfdc981f50ab66eb8e1dc817fbb47f0d1c38b

I think this makes sense, sorry for the delay. Will leave comments inline

Would you be able to add a new test for this? They can be run by loading test/index.html in a browser. We have an existing test for preferredFormat and tooltips:...