Skip to content

Commit 3de9a8e

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

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed

Contributions.md

+61
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
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+
33+
## Landed features:
34+
35+
| Feature | Version | Champion |
36+
|---------|---------|----------|
37+
| Exponentiantion Operator | [ES2016](https://tc39.github.io/ecma262/2016/#sec-exp-operator) | [Rick Waldron](@rwaldron) |
38+
39+
## TC39 Meeting Notes
40+
41+
- https://github.com/rwaldron/tc39-notes
42+
- The notes taken since @rwaldron joined TC39 as a representative of the jQuery Foundation.
43+
44+
## Spec fixes
45+
46+
- [TypedArrays/ArrayBuffer/DataView constructor normalization/spec reform](https://github.com/tc39/ecma262/pull/410) (@leobalter)
47+
48+
## Test262
49+
50+
- TODO: list contributions
51+
- participants from the jQuery Foundation: @rwaldron, @leobalter
52+
53+
# [ECMAScript Internationalization API Specification (Ecma-402)](https://github.com/tc39/ecma402)
54+
55+
## Current proposals
56+
57+
| Proposal | Champion | Stage |
58+
|----------|----------|-------|
59+
| [Intl.NumberFormat round option](https://github.com/rxaviers/ecma402-number-format-round-option) | [Rafael Xavier](@rxaviers) | 0 |
60+
| [Fix 9.2.3 LookupMatcher algorithm](https://github.com/rxaviers/ecma402-fix-lookup-matcher) | [Rafael Xavier](@rxaviers) | 0 |
61+

0 commit comments

Comments
 (0)