Kagami Sascha Rosylight

Results 261 issues of Kagami Sascha Rosylight

**Describe the bug** Typing anything just adds to the existing text without actually adding a shortcut. **To Reproduce** 1. Click "Add new action" on "Actions & Shortcuts" 2. Click [click...

https://www.youtube.com/watch?v=purlnb5K_jM This video roughly has 4:3 ratio but is never cropped as such, and manually selecting "Fit width" doesn't work. I guess it's currently expected as it's not "ultrawide". Are...

**Describe the bug** As the title says. **To Reproduce** Open https://beyondschoolzone.sisain.co.kr and scroll down until you see the first video. **Expected behavior** The size should be kept. **Screenshots** With Ultrawidify...

**Describe the bug** For the whole playtime of https://www.youtube.com/watch?v=UgZFpO_Y6qo, the top and bottom margins are partially left without full crop. **To Reproduce** Just open the link **Expected behavior** No top...

bug
Firefox
Chrome

I see several BrowserDetect check from the code, mainly to use `chrome` instead of `browser`. There is a polyfill to do this more cleanly, so probably a good choice: https://github.com/mozilla/webextension-polyfill

feature request
question

WebGL extensions are still using `[LegacyNoInterfaceObject]` and I think they will still use it for future new extensions. That's not really "Legacy" then, should it be called something like `WebGLNoInterfaceObject`...

* https://heycam.github.io/webidl/#prod-DistinguishableType > ``` > DistinguishableType :: > PrimitiveType Null > StringType Null > identifier Null > sequence < TypeWithExtendedAttributes > Null > object Null > symbol Null > BufferRelatedType...

The same sentence is already in [Dictionary section](https://heycam.github.io/webidl/#idl-dictionaries), and this change copy-pastes it to the [Types - Dictionary types](https://heycam.github.io/webidl/#idl-dictionary) for consistency with other Types sections. Closes #938 *** Preview |...

https://github.com/w3c/webauthn/commit/a133711055b3b13c700fe2ea2acd62fe749a3f74 (https://github.com/w3c/webauthn/pull/1392) Web Authentication just dropped their uses of enums because it's not forward compatible; older implementation throws when passing a newly added enum value. They now use DOMString and...

https://heycam.github.io/webidl/#idl-grammar >Thus, the input text “long” is tokenized as the quoted terminal symbol long rather than an identifier called "long", and “.” is tokenized as the quoted terminal symbol ....