diff --git a/inactive-proposals.md b/inactive-proposals.md index 55fdd3ad..5306c5fb 100644 --- a/inactive-proposals.md +++ b/inactive-proposals.md @@ -21,6 +21,7 @@ Inactive proposals are proposals that at one point were presented to the committ | [Tagged Collection Literals][collection-literals] | Kat Marchán | Withdrawn: pursuing `when new` syntax and other alternatives | | [`Date.parse` fallback semantics][date-parse] | Morgan Phillips | Inactive; likely replaced by [uniform parsing of quasi-standard `Date.parse` input][uniform-date-parse] | | [Distinguishing literal strings][distinguishing-literal-strings] | Mike West & Adam Klein | Withdrawn: [Trusted Types](https://github.com/WICG/trusted-types) no longer a dependent | +| Annex B — HTML Attribute Event Handlers | Allen Wirfs-Brock | Withdrawn per [PR comment](https://github.com/tc39/ecma262/issues/1595#issuecomment-509348434) | See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposals.md), [stage 0 proposals](stage-0-proposals.md), and [finished proposals](finished-proposals.md) documents. diff --git a/stage-0-proposals.md b/stage-0-proposals.md index e34fb5c9..9861e8cc 100644 --- a/stage-0-proposals.md +++ b/stage-0-proposals.md @@ -8,7 +8,6 @@ Stage 0 proposals are either | Proposal | Author | Champion | Last Presented | | ------------------------------------------------------------------ | ------------------------------------- | ------------------------------------- | --------------------------------- | | [Additional metaproperties][metaprops] | Allen Wirfs-Brock | Allen Wirfs-Brock | | -| Annex B — HTML Attribute Event Handlers | Allen Wirfs-Brock | Allen Wirfs-Brock | | | [Defensible Classes][defensible-classes] | Mark Miller
Doug Crockford | Mark Miller
Doug Crockford | | | [Function bind syntax][bind-syntax] | Kevin Smith | Brian Terlson
Matthew Podwysocki | [March 2015][bind-notes] | | [Function expression decorators][func-expr-decorators] | Igor Minar | Igor Minar | |