Rob Dodson

Results 362 comments of Rob Dodson

@gaearon @effulgentsia what do y'all think of a combination of option 1 and option 5? Option 1 would make it easier for the casual user of a custom element to...

For SSR of option 1 the heuristic could be always use an attribute if rendering on the server. A camelCase property gets converted to a dash-case attribute. That seems to...

@ebidel — long time no see 👋 @tzual I'm not very knowledgeable about CSP but, if it helps at all, on web.dev we hash a single script which acts as...

> One additional complication. If you have directly declared a devDependency that conflicts with a sub-dependency version of the same package, what would yarn do when they are installed with...

@addyosmani the contrast itself seems to meet WCAG AA (http://leaverou.github.io/contrast-ratio/#%23666-on-%23F5F5F5) but if it's more a UX complaint I think that could be valid.

ah that makes sense, I didn't realize the dark mode had shipped yet. Looks nice! As a short term fix, would it make sense to add the white background only...

@LanguageXange Would something like this work? ```css .sr-only { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; } ``` ```html Start...

@mjanulaitis In both cases "Learn More" and "Read More" provide a bad experience for folks using a screen reader (they'll just hear a long list saying "Read More"). I think...