This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 25603 - key value "MediaTrack(Next|Previous)" vs. code value "Media(Next|Previous)Track"
Summary: key value "MediaTrack(Next|Previous)" vs. code value "Media(Next|Previous)Track"
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - DOM3 Events (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Travis Leithead [MSFT]
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-08 12:23 UTC by Masayuki Nakano
Modified: 2014-05-13 00:08 UTC (History)
4 users (show)

See Also:


Attachments

Description Masayuki Nakano 2014-05-08 12:23:28 UTC
This is similar to bug 25373 and bug 25601.

Current code value, Media(Next|Previous)Track are same as older draft's key names. Therefore, I think .key value table should be rolled back. Then, IE9 and current Firefox become compatible with D3E draft's key names again.
Comment 1 Masayuki Nakano 2014-05-08 12:24:12 UTC
Oops, this must be Garykac's issue.
Comment 2 Travis Leithead [MSFT] 2014-05-09 21:37:45 UTC
I like aligning these with existing implementations :) I'll go ahead and make the change. Yell at me if you want me to change the code values to match the key values instead...
Comment 3 Travis Leithead [MSFT] 2014-05-09 21:42:31 UTC
I've done this now: https://dvcs.w3.org/hg/dom3events/rev/705e5c8af455
Comment 4 Gary Kacmarcik 2014-05-09 21:46:07 UTC
They are named that way to be consistent with all the other key names. Namely, related keys share the same prefix so that they are easy to find.

So we don't have
  "FastForwardMedia" and "RewindMedia"
but rather
  "MediaFastForward" and "MediaRewind"

The naming consistency may be a change from the hodge-podge naming that the keys had earlier. But the renaming mostly affected rarely used keys (like the media ones).
Comment 5 Travis Leithead [MSFT] 2014-05-09 21:48:29 UTC
So you'd like to see the change applied in reverse?