Daniel Nixon

Results 87 issues of Daniel Nixon

Please reset focus after page navigation. See the following for some resources on the topic: * https://reach.tech/router/accessibility * https://github.com/oaf-project/oaf-svelte-routing * https://medium.com/@robdel12/single-page-apps-routers-are-broken-255daa310cf * https://github.com/vuejs/vue-router/issues/2488

They throw. Their single-bang equivalents don't.

wart

This is scala.sys#error: ``` scala def error(message: String): Nothing = throw new RuntimeException(message) ``` Disable it?

wart

Please consider changing the default value of `validateOnBlur` from false to true. See e.g. https://developer.paciellogroup.com/blog/2019/02/required-attribute-requirements/ for motivation. > When its time to mark a form control as invalid, the attribute’s...

`prefer-readonly-type` catches this: ```ts type Foo = { [K in string]: string; }; ``` but not this, which is equivalent: ```ts type Bar = Record; ``` It would be great...

Status: Blocked

https://www.w3.org/TR/WCAG20-TECHS/H44.html