From 63ba35616345faf714b4fcd351ed9c1141aa9124 Mon Sep 17 00:00:00 2001 From: Leonardo Balter Date: Fri, 29 Apr 2016 13:09:37 -0400 Subject: [PATCH] Add contributions Ref gh-24 Still need more contributions --- Contributions.md | 66 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 Contributions.md diff --git a/Contributions.md b/Contributions.md new file mode 100644 index 0000000..c7e0862 --- /dev/null +++ b/Contributions.md @@ -0,0 +1,66 @@ +# Contributions + +This document list current and past contributions made to standards that has some relationship with the jQuery Foundation projects. + +# W3C + +## Pointer Events + +- [Recommendation 24 February 2015](https://www.w3.org/TR/pointerevents/) +- [Editor's draft](https://w3c.github.io/pointerevents/) +- participants: @scottgonzalez + +## Touch Events + +- [Recommendation 10 October 2013](https://www.w3.org/TR/touch-events/) +- [Editor's draft](https://w3c.github.io/touch-events/) +- participants: @scottgonzalez + +## Other contributions + +- [fixed the behavior](https://lists.w3.org/Archives/Public/public-whatwg-archive/2009Oct/0057.html) of `stepUp()` and `stepDown()` for `` based on the behavior of the spinner widget in __jQuery UI__. (from @scottgonzalez). + +# ECMAScript / TC39 + +## Current proposals: + +| Proposal | Champion | Stage | +|----------|----------|-------| +| [String padding](https://github.com/tc39/proposal-string-pad-start-end) | Jordan Harband & Rick Waldron | 3 | +| [Asynchronous Iterators](https://github.com/tc39/proposal-async-iteration) | [Kevin Smith](@zenparsing) | 2 | +| [Observable](https://github.com/zenparsing/es-observable) | Kevin Smith & Jafar Husain | 1 | +| [Private Fields](https://github.com/zenparsing/es-private-fields) | Kevin Smith | 1 | +| [Class and Property Decorators](https://github.com/wycats/javascript-decorators/blob/master/README.md) | Yehuda Katz & Jonathan Turner | 1 | +| [`String.prototype.at`](https://github.com/mathiasbynens/String.prototype.at) | Mathias Bynens & Rick Waldron | 0 | +| [Function Bind Syntax](https://github.com/zenparsing/es-function-bind) | Kevin Smith | 0 | + +## Landed features: + +| Feature | Version | Champion | +|---------|---------|----------| +| Exponentiantion Operator | [ES2016](https://tc39.github.io/ecma262/2016/#sec-exp-operator) | [Rick Waldron](@rwaldron) | +| [`Object.values`](https://tc39.github.io/ecma262/#sec-object.values) and [`Object.entries`](https://tc39.github.io/ecma262/#sec-object.entries) | [ES2016] | Rick Waldron & Jordan Harband | + +## TC39 Meeting Notes + +- https://github.com/rwaldron/tc39-notes +- The notes taken since @rwaldron joined TC39 as a representative of the jQuery Foundation. + +## Spec fixes + +- [TypedArrays/ArrayBuffer/DataView constructor normalization/spec reform](https://github.com/tc39/ecma262/pull/410) (@leobalter) + +## Test262 + +- TODO: list contributions +- participants from the jQuery Foundation: @rwaldron, @leobalter + +# [ECMAScript Internationalization API Specification (Ecma-402)](https://github.com/tc39/ecma402) + +## Current proposals + +| Proposal | Champion | Stage | +|----------|----------|-------| +| [Intl.NumberFormat round option](https://github.com/rxaviers/ecma402-number-format-round-option) | [Rafael Xavier](@rxaviers) | 0 | +| [Fix 9.2.3 LookupMatcher algorithm](https://github.com/rxaviers/ecma402-fix-lookup-matcher) | [Rafael Xavier](@rxaviers) | 0 | +