Bruce Blaser

Results 351 comments of Bruce Blaser

Issue 2: WCAG SC 2.4.7 Focus Visible This fails the same SC as issue 1 but is another way to trigger it. Not sure that a solution to issue 1...

Some good news @Sboonny, I think we have a workaround for at least part of Issue 1. I had forgotten that you can use `Ctrl` + Up/Down arrow to force...

Sorry, I can see how my suggestion about using `Ctrl + Arrow` is confusing. I'll try to be more clear about what I meant. The main issue here is that...

> so people in mobile can scroll the instruction. Just to clarify, there is a way for touch users to scroll. I added a scroll gutter on the left hand...

> the editor isn't built to be used that way Agreed. In fact, it states in the very first paragraph of their [website](https://microsoft.github.io/monaco-editor/): "The Monaco editor is not supported in...

`text-underline-offset` has [good support](https://caniuse.com/?search=text-underline-offset). I think `text-underline-position` might be a better choice but unfortunately [Safari does not support it](https://caniuse.com/?search=text-underline-position).

How about we set `text-underline-position` by default and then use CSS `@supports` to add `text-underline-offset` for browsers that don't support `text-underline-position` yet.

This has a help wanted tag but I am unsure what the suggested fix is?

Thanks @Sboonny, that's what I thought, I just wanted to make sure. Second question, is this just to be applied to the specific challenge linked to above or on a...

Question for those in the know. Do we have a way to keep content from being translated that doesn't involve using the triple back tick code block? I would be...