Skip to content

Commit be67e3b

Browse files
committed
Add contributions
Ref gh-24 Still need more contributions
1 parent 8e17f12 commit be67e3b

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

Contributions.md

+65
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
# Contributions
2+
3+
This document list current and past contributions made to standards that has some relationship with the jQuery Foundation projects.
4+
5+
# W3C
6+
7+
## Pointer Events
8+
9+
- [Recommendation 24 February 2015](https://www.w3.org/TR/pointerevents/)
10+
- [Editor's draft](https://w3c.github.io/pointerevents/)
11+
- participants: @scottgonzalez
12+
13+
## Touch Events
14+
15+
- [Recommendation 10 October 2013](https://www.w3.org/TR/touch-events/)
16+
- [Editor's draft](https://w3c.github.io/touch-events/)
17+
- participants: @scottgonzalez
18+
19+
## Other contributions
20+
21+
- [fixed the behavior](https://lists.w3.org/Archives/Public/public-whatwg-archive/2009Oct/0057.html) of `stepUp()` and `stepDown()` for `<input type="number">` based on the behavior of the spinner widget in __jQuery UI__. (from @scottgonzalez).
22+
23+
# ECMAScript / TC39
24+
25+
## Current proposals:
26+
27+
| Proposal | Champion | Stage |
28+
|----------|----------|-------|
29+
| [Asynchronous Iterators](https://github.com/tc39/proposal-async-iteration) | [Kevin Smith](@zenparsing) | 2 |
30+
| [Observable](https://github.com/zenparsing/es-observable) | Kevin Smith & Jafar Husain | 1 |
31+
| [Private Fields](https://github.com/zenparsing/es-private-fields) | Kevin Smith | 1 |
32+
| [Class and Property Decorators](https://github.com/wycats/javascript-decorators/blob/master/README.md) | Yehuda Katz and Jonathan Turner | 1 |
33+
| [`String.prototype.at`](https://github.com/mathiasbynens/String.prototype.at) | Mathias Bynens & Rick Waldron | 0 |
34+
| [Function Bind Syntax](https://github.com/zenparsing/es-function-bind) | Kevin Smith | 0 |
35+
36+
## Landed features:
37+
38+
| Feature | Version | Champion |
39+
|---------|---------|----------|
40+
| Exponentiantion Operator | [ES2016](https://tc39.github.io/ecma262/2016/#sec-exp-operator) | [Rick Waldron](@rwaldron) |
41+
| [`Object.values`](https://tc39.github.io/ecma262/#sec-object.values) and [`Object.entries`](https://tc39.github.io/ecma262/#sec-object.entries) | [ES2016] | Rick Waldron and Jordan Harband |
42+
43+
## TC39 Meeting Notes
44+
45+
- https://github.com/rwaldron/tc39-notes
46+
- The notes taken since @rwaldron joined TC39 as a representative of the jQuery Foundation.
47+
48+
## Spec fixes
49+
50+
- [TypedArrays/ArrayBuffer/DataView constructor normalization/spec reform](https://github.com/tc39/ecma262/pull/410) (@leobalter)
51+
52+
## Test262
53+
54+
- TODO: list contributions
55+
- participants from the jQuery Foundation: @rwaldron, @leobalter
56+
57+
# [ECMAScript Internationalization API Specification (Ecma-402)](https://github.com/tc39/ecma402)
58+
59+
## Current proposals
60+
61+
| Proposal | Champion | Stage |
62+
|----------|----------|-------|
63+
| [Intl.NumberFormat round option](https://github.com/rxaviers/ecma402-number-format-round-option) | [Rafael Xavier](@rxaviers) | 0 |
64+
| [Fix 9.2.3 LookupMatcher algorithm](https://github.com/rxaviers/ecma402-fix-lookup-matcher) | [Rafael Xavier](@rxaviers) | 0 |
65+

0 commit comments

Comments
 (0)