Re: MXR permanently offline, please transition to DXR

2016-07-12 Thread Erik Rose
> All I need now is an open search engine for c-c to plug into Firefox search
> box. ;)

There's actually a bug open about this already, with some hints on how to get 
started: https://bugzilla.mozilla.org/show_bug.cgi?id=813521
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: KeyboardEvent question for docs update

2016-07-12 Thread Eric Shepherd
Clearly the information is valuable to have on MDN, judging from these
responses, so I'll go ahead and keep it. I'll try to remember to follow
up here when I'm done so I can get some feedback on the results.

Thanks!


*From:* James Graham
*Sent:* Tuesday, Jul 12, 2016 9:58:57 AM EDT
*To:* dev-platform
*Subject:* KeyboardEvent question for docs update

> I also found that this was the best (in the sense of "easiest to find
> using a search engine") resource containing this information when I
> was looking for it recently. If, however, the same information exists
> in other more canonical locations that I was simply unable to locate,
> I wouldn't object to the MDN page simply linking to these resources. 

-- 

Eric Shepherd
Senior Technical Writer
Mozilla Developer Network 
Blog: https://www.bitstampede.com/
Twitter: http://twitter.com/sheppy
Doodle: http://doodle.com/the.sheppy

___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: KeyboardEvent question for docs update

2016-07-12 Thread James Graham

On 12/07/16 05:41, smaug wrote:

On 07/12/2016 07:24 AM, Eric Shepherd wrote:



I can continue to provide the per-OS information (I'd kind of like to --
but I have to consider the time involved), but if it's only marginally
helpful, it may not be worth the maintenance cost, so I'd like to see if
there are opinions on that.

I think the information is super useful, and I'm not aware of other
places in the web where
all that information is available. (but maybe there is some other
documentation somewhere)


I also found that this was the best (in the sense of "easiest to find 
using a search engine") resource containing this information when I was 
looking for it recently. If, however, the same information exists in 
other more canonical locations that I was simply unable to locate, I 
wouldn't object to the MDN page simply linking to these resources.


___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: KeyboardEvent question for docs update

2016-07-12 Thread smaug

On 07/12/2016 07:24 AM, Eric Shepherd wrote:

Currently, our docs for KeyboardEvent.key and KeyboardEvent.code try to
provide direct maps of each major OS's keycodes to the values that
result from pressing them. This makes for lots of tables with a lot of
repetitive information.

I'm looking to simplify this.

How useful is it to have all of these tables, rather than just a list of
the key values (or code values, for KeyboardEvent.code) and what they
mean, and leaving the mapping of the hardware code to the standard
values to OS-level documentation?


What you mean with "leaving the mapping of the hardware code to the standard values 
to OS-level documentation"?
Where is such documentation?



I can continue to provide the per-OS information (I'd kind of like to --
but I have to consider the time involved), but if it's only marginally
helpful, it may not be worth the maintenance cost, so I'd like to see if
there are opinions on that.

I think the information is super useful, and I'm not aware of other places in 
the web where
all that information is available. (but maybe there is some other documentation 
somewhere)




What I'd like to do is provide tables broken down by key category
(navigation, whitespace, modifier, etc) like the spec does, because I
think that's really handy, with tables that have columns for the key
value, description, and (if useful) a column for each of the major
platforms.


It would be rather nice to be able to order the columns based on OS level / 
virtual-key code or in some other ways, like based on
category.




Any thoughts appreciated!




___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform