Rob Dodson

Results 362 comments of Rob Dodson

Should I be able to set `tabindex` as well using the `ElementDefinitionOptions` object? I realize it's not the same as semantics, but they are related and I'd want every instance...

Hey @haltersweb I'm not sure if the images you were trying to post came through. But my hunch is probably "yes". I think everything in this repo is open and...

FWIW the labeling issue is also being discussed here. https://github.com/w3c/webcomponents/issues/187 On Tue, Mar 6, 2018, 4:01 PM Alice wrote: > The issue with the "decorator" pattern is fundamentally that you...

I'm working on accessibility web component guidelines with my teammate. Expect to see stuff start to roll out in Q4 probably.

I started to play around with the idea but put it on pause to work on other things. One thing that really tripped me up is the fact that AOM...

I think attributes are useful for initial configuration, but beyond that you can't trust them and properties become the source of truth. An example would be ``. If you select...

Without at least a console warning or an error I think 2 will lead to a lot of developer confusion and time spent debugging typos. Something will work in 3...

That's why I think any solution should log a warning or throw an error. If I also had an API to detect the presence of a role I could avoid...

yeah that's why I suggested using `supports()` to avoid the warning spam. > One thing we could do is instead of a console warning, provide some kind of specialised warning...

As you mentioned, the warning could instruct folks to use `supports()` so it's at least somewhat self correcting and we can say we tried to teach folks the right way....