Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add contributions document #27

Merged
merged 6 commits into from
May 20, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 66 additions & 0 deletions Contributions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
# Contributions

This document list current and past contributions made to standards that has some relationship with the jQuery Foundation projects.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/list/lists/


# 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 `<input type="number">` 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 |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's more like I originally brought forward a proposal, but Jordan really gets the credit here. Would be nice if that was clearly stated

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no objection to clarifying it, but imo no need either.

| [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` 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) |

Copy link
Collaborator

@rwaldron rwaldron Apr 29, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So...

  • Array.from & Array.of: Dave Herman & Rick Waldron
  • Array.prorotype.find & Array.prorotype.findIndex: Rick Waldron
  • Object.assign: Rick Waldron

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about "Failed Proposals"?

  • Math.TAU Rick Waldron

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RIP τ ◉︵◉

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I really enjoyed the discussion on it, at least: https://esdiscuss.org/topic/math-tau

## 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)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Second Edition: Rick Waldron


## 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 |