Skip to content

Commit bf4d477

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

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

Contributions.md

+66
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
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+
| [String padding](https://github.com/tc39/proposal-string-pad-start-end) | Jordan Harband & Rick Waldron | 3 |
30+
| [Asynchronous Iterators](https://github.com/tc39/proposal-async-iteration) | [Kevin Smith](@zenparsing) | 2 |
31+
| [Observable](https://github.com/zenparsing/es-observable) | Kevin Smith & Jafar Husain | 1 |
32+
| [Private Fields](https://github.com/zenparsing/es-private-fields) | Kevin Smith | 1 |
33+
| [Class and Property Decorators](https://github.com/wycats/javascript-decorators/blob/master/README.md) | Yehuda Katz & Jonathan Turner | 1 |
34+
| [`String.prototype.at`](https://github.com/mathiasbynens/String.prototype.at) | Mathias Bynens & Rick Waldron | 0 |
35+
| [Function Bind Syntax](https://github.com/zenparsing/es-function-bind) | Kevin Smith | 0 |
36+
37+
## Landed features:
38+
39+
| Feature | Version | Champion |
40+
|---------|---------|----------|
41+
| Exponentiantion Operator | [ES2016](https://tc39.github.io/ecma262/2016/#sec-exp-operator) | [Rick Waldron](@rwaldron) |
42+
| [`Object.values` and `Object.entries`](https://github.com/tc39/proposal-object-values-entries) | [ES2016](https://tc39.github.io/ecma262/#sec-object.entries) | Jordan Harband (reviewed by @wycats @littledan @rwaldron) |
43+
44+
## TC39 Meeting Notes
45+
46+
- https://github.com/rwaldron/tc39-notes
47+
- The notes taken since @rwaldron joined TC39 as a representative of the jQuery Foundation.
48+
49+
## Spec fixes
50+
51+
- [TypedArrays/ArrayBuffer/DataView constructor normalization/spec reform](https://github.com/tc39/ecma262/pull/410) (@leobalter)
52+
53+
## Test262
54+
55+
- TODO: list contributions
56+
- participants from the jQuery Foundation: @rwaldron, @leobalter
57+
58+
# [ECMAScript Internationalization API Specification (Ecma-402)](https://github.com/tc39/ecma402)
59+
60+
## Current proposals
61+
62+
| Proposal | Champion | Stage |
63+
|----------|----------|-------|
64+
| [Intl.NumberFormat round option](https://github.com/rxaviers/ecma402-number-format-round-option) | [Rafael Xavier](@rxaviers) | 0 |
65+
| [Fix 9.2.3 LookupMatcher algorithm](https://github.com/rxaviers/ecma402-fix-lookup-matcher) | [Rafael Xavier](@rxaviers) | 0 |
66+

0 commit comments

Comments
 (0)