PhistucK

Results 24 issues of PhistucK

`` would yield a number. Example - { "foo": 5 } Same for type="range" and so on. type="checkbox" could yield a boolean (instead of 'on'). type="date" and friends can yield...

bug

This is the first step for adding titles to the various vague buttons in redux-devtools-extension.

It seems to be supported in Edge 18 and BrowserStack shows it was supported in as early as build 17760. If you have more accurate data (it if matters at...

For code and an updated key attributes. [](https://reviewable.io/reviews/microsoftedge/status/301)

fearures.json of Chrome includes "Object.observe" with - ```json "impl_status_chrome": "Removed" ``` However, https://developer.microsoft.com/en-us/microsoft-edge/platform/status/objectobserve shows it as deprecated, which is misleading because - 1. People use deprecated features all of the...

ChromeStatus has a new status - "In experimental framework". Currently, Web Bluetooth shows that Chrome does not support or develop support for it, but it does. https://dev.windows.com/en-us/microsoft-edge/platform/status/webbluetooth This is because...

The specification is filled with webkitFoo (`webkitGetEntry`, `webkitDirectory`...) stuff, why not unprefix and keep a prefixed version as an alias?

API Cleanup

Adding event listeners using properties on the object (`navigator.keyboard.onlayoutchange`) is not great, however, feature detecting events using properties on the object is great and it is the usual thing to...

A keyboard legend that is shown according to the current layout can be confusing, because the layout changes when the user presses Alt + Shift (on Windows). What do you...

For some reason, I seem to have neglected to add the unprefixed transform before. Shame on me.